.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;
}

body {
  background-color: #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #b6b2c4;
}

.simple-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
}

.main-content {
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.main-content.utility-banner-content {
  padding-top: 60px;
  padding-bottom: 40px;
}

.main-content.style-body-content {
  padding-top: 40px;
}

.main-content.banner-content {
  position: relative;
  z-index: 100;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.section-content {
  padding-top: 40px;
  padding-bottom: 100px;
}

.main-content.react-content {
  padding-top: 160px;
  padding-bottom: 80px;
  background-color: transparent;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -o-object-fit: fill;
  object-fit: fill;
}

.main-content.tools-content {
  padding-top: 40px;
  padding-bottom: 160px;
}

.main-content.join-content {
  max-width: 860px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.main-content.footer-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-content.thank-you-content {
  position: relative;
  z-index: 100;
}

.main-content.licensing-body-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-content.simple-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.paragraph-big {
  font-size: 20px;
  line-height: 30px;
}

.paragraph-big.thank-you-paragraph {
  margin-bottom: 40px;
}

.paragraph-small {
  font-size: 12px;
  line-height: 22px;
}

.button-holder {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 2px solid #fff;
}

.inner-title {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #010101;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.emphasis-holder {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 2px solid #fff;
}

.button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 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;
}

.paragraph-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-wrapper {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rich-text-holder {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 2px solid #000;
}

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

.link-inner {
  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;
}

.link-white {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

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

.list-holder {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 2px solid #fff;
}

.paragraph-holder {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 2px solid #fff;
}

.color-holder {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 2px solid #fff;
}

.link-holder {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 2px solid #fff;
}

.color-title {
  margin-top: 10px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.color-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-over-title {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}

.heading-holder {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-top: 2px solid #fff;
}

.emphasis-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gold-button {
  margin-top: auto;
  padding: 21px 65px;
  border-radius: 40px;
  background-color: #fc0;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #181c2a;
  font-weight: 700;
  text-align: center;
}

.gold-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fc0;
  background-color: #fff;
  color: #2b1c50;
}

.gold-button.header-button {
  padding: 15px 40px;
  background-color: #fc0;
  font-weight: 700;
  text-align: center;
}

.gold-button.form-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.white-button {
  padding: 21px 65px;
  border: 2px solid #000;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #181c2a;
  font-weight: 700;
  text-align: center;
}

.white-button:hover {
  border-color: #fc0;
  background-color: #181c2a;
  color: #fff;
}

.white-button.password-button {
  padding-top: 16px;
  padding-bottom: 16px;
}

.white-button.search-button {
  color: #fff;
}

.grey-button {
  display: block;
  padding: 20px 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border: 1px solid #2e323d;
  border-radius: 40px;
  background-color: #181c2a;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.grey-button:hover {
  border-width: 2px;
  border-color: #fc0;
  background-color: #fff;
  color: #181c2a;
}

.color-gold {
  width: 100%;
  height: 70px;
  background-color: #fc0;
}

.color-dark-gunmetal {
  width: 100%;
  height: 70px;
  background-color: #181c2a;
}

.header {
  position: relative;
  z-index: 100;
}

.header-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.brand {
  width: 12vw;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.menu-item {
  margin-right: 2vw;
}

.menu-item.no-margin {
  margin-right: 0px;
}

.menu-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #b6b2c4;
  text-decoration: none;
}

.menu-link:hover {
  color: #fc0;
}

.banner {
  position: relative;
  z-index: 100;
}

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

.banner-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #fc0;
  border-radius: 0px;
}

.section {
  position: relative;
  z-index: 100;
}

.speed-grid {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.speed-tall-cell {
  padding: 40px 20px 120px;
  border: 1px solid #2e323d;
  border-radius: 20px;
  background-color: #181c2a;
  text-align: center;
}

.big-cell-image {
  width: 100%;
  margin-bottom: 60px;
}

.cell-text.padding {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.cell-paragraph {
  margin-bottom: 30px;
  font-size: 18px;
}

.speed-wide-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border: 1px solid #2e323d;
  border-radius: 20px;
  background-color: #181c2a;
}

.inner-wide-cell {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.speed-wide-image {
  margin-bottom: 60px;
}

.speed-wide-text {
  display: block;
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cell {
  border: 1px solid #2e323d;
  border-radius: 20px;
  background-color: #181c2a;
  text-align: center;
}

.speed-inner-cell-text {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.speed-inner-cell-text.mirror {
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.support-grid {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.multicolor {
  display: inline-block;
  background-image: linear-gradient(35deg, #fc0 40%, #f2a785);
  font-size: 66px;
  line-height: 76px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cell-heading {
  font-size: 66px;
  line-height: 76px;
  font-weight: 700;
}

.infinity-tall-cell {
  padding: 20px 20px 120px;
  border: 1px solid #2e323d;
  border-radius: 20px;
  background-color: #181c2a;
  text-align: center;
}

.quality-grid {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quality-wide-cell {
  padding: 40px 50px 50px;
  border-radius: 20px;
  background-color: #181c2a;
}

.quality-test {
  margin-top: 40px;
  padding: 20px;
  border-radius: 20px;
  background-color: #323a53;
  font-size: 12px;
  line-height: 22px;
}

.quality-test-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.author-wrapper {
  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;
}

.author-icon {
  margin-right: 10px;
}

.author-name {
  margin-right: 10px;
  margin-bottom: 0px;
}

.time {
  margin-bottom: 0px;
  font-weight: 700;
}

.test-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.share-icon {
  margin-right: 10px;
}

.test-paragraph {
  color: #b6b2c4;
}

.reply {
  margin-bottom: 0px;
  color: #b6b2c4;
  font-weight: 700;
}

.quality-tall-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2e323d;
  border-radius: 20px;
  background-color: #181c2a;
  text-align: center;
}

.speed-cell {
  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: 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;
  border: 1px solid #2e323d;
  border-radius: 20px;
  background-color: #181c2a;
  text-align: center;
}

.speed-cell.mirror {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.speed-cell.purple {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0), color-stop(50%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fc0, hsla(0, 0%, 100%, 0) 50%);
}

.support-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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 solid #2e323d;
  border-radius: 20px;
  background-color: #181c2a;
  text-align: center;
}

.quality-cell {
  padding-top: 30px;
  border-radius: 20px;
  background-color: #181c2a;
  text-align: center;
}

.quality-cell.mirror {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quality-inner-cel {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.quality-inner-cel.mirror {
  padding-bottom: 30px;
}

.quality-cell-image {
  margin-bottom: 30px;
}

.future-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.future-text {
  width: 45%;
}

.get-started {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(255, 204, 0, 0.34), #000 45%);
}

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

.products {
  position: relative;
}

.tools-wrapper {
  position: relative;
  z-index: 100;
  text-align: center;
}

.tools-text {
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

.tools-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.tools-cell {
  padding: 20px 40px 60px 20px;
  border: 1px solid #2e323d;
  border-radius: 20px;
  background-color: #181c2a;
  text-align: left;
}

.tools-box-icon {
  margin-bottom: 20px;
}

.tools-box-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.clients {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #181c2a), color-stop(35%, #000));
  background-image: linear-gradient(180deg, #181c2a 6%, #000 35%);
}

.clients-wrapper {
  overflow: hidden;
}

.clients-text {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.join {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(255, 204, 0, 0.41), #000 63%);
}

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

.search-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 600px;
  margin: 60px auto 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #797979;
  border-radius: 40px;
  background-color: #020104;
}

.search-block.mobile {
  display: none;
}

.search-bar {
  width: 50%;
  height: 100%;
  margin-bottom: 0px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fc0;
  border-radius: 32px;
  background-color: #020104;
  font-size: 18px;
}

.search-bar:focus-visible {
  background-color: transparent;
}

.search-bar[data-wf-focus-visible] {
  background-color: transparent;
}

.search-bar::-webkit-input-placeholder {
  color: #fff;
}

.search-bar:-ms-input-placeholder {
  color: #fff;
}

.search-bar::-ms-input-placeholder {
  color: #fff;
}

.search-bar::placeholder {
  color: #fff;
}

.search-button {
  margin-top: 10px;
  padding: 16px 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  background-color: #fc0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #181c2a;
  font-weight: 700;
}

.search-button:hover {
  background-color: #fff;
  color: #181c2a;
}

.footer {
  position: relative;
  z-index: 100;
  overflow: hidden;
  border-top: 1px solid #797979;
  background-image: radial-gradient(circle farthest-corner at 70% 100%, rgba(255, 204, 0, 0.35) 11%, #000 35%);
}

.footer-wrapper {
  position: relative;
  z-index: 100;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-small-header {
  margin-bottom: 20px;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  list-style-type: none;
}

.paragraph-footer {
  font-size: 12px;
  line-height: 22px;
}

.paragraph-footer.no-margin {
  margin-bottom: 0px;
  text-align: center;
}

.start-for-free-from-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input-field {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #12126e;
}

.hero-cta {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: hsla(0, 0%, 47.5%, 0.6);
}

.field-label {
  font-weight: 500;
}

.form-inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 40px 40px;
  background-color: #181c2a;
}

.paragraph-form {
  margin-bottom: 30px;
}

.form-heading {
  margin-bottom: 25px;
  text-align: center;
}

.close-start-for-free {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 16px;
}

.horizontal-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.horizontal {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.clients-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  margin-right: 30px;
  padding-top: 80px;
  padding-bottom: 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;
  border-radius: 30px;
  background-color: #181c2a;
}

.clients-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vh;
  margin-bottom: 30px;
}

.clients-box-wrapper.left {
  margin-bottom: 0px;
}

.top-wrapper {
  position: relative;
}

.shape-banner-top-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.shape-banner-center {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.shape-section {
  position: absolute;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: auto;
}

.shape-tools-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.shape-tools-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 1;
}

.shape-footer-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
}

.thank-you {
  position: relative;
  overflow: hidden;
}

.thank-you-wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.shape-thank-you-center {
  position: absolute;
  left: 15%;
  top: 10%;
  right: auto;
  bottom: auto;
}

.thank-you-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #797979;
}

.shape-thank-you-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -60%;
}

.shape-thank-you-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -50%;
}

.thank-toy-top-wrapper {
  position: relative;
  overflow: hidden;
  height: 75vh;
}

.thank-you-page-wrapper {
  height: 100vh;
}

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

.licesing-holder {
  display: -ms-grid;
  display: grid;
  padding: 40px;
  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;
  grid-template-rows: auto;
  border: 2px solid #fff;
}

.licensing-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.licence-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.changelog-holder {
  padding: 40px;
  border: 2px solid #fff;
}

.paragraph-medium {
  font-size: 20px;
  line-height: 28px;
}

.changelog-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 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;
  border-style: solid;
  border-width: 2px;
  border-color: #fc0;
}

.utility-page-wrap:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fc0;
  border-radius: 0px;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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;
}

.password-heading {
  margin-top: 20px;
}

.search-link {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 22px;
}

.search-link:hover {
  text-decoration: none;
}

.search-page-wrapper {
  padding: 40px 20px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.broken-computer-icon {
  margin-right: auto;
  margin-left: auto;
}

._404-text {
  margin-bottom: 20px;
}

.button-white {
  padding: 23px 50px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #181c2a;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.button-white:hover {
  background-color: #181c2a;
  outline-color: #fc0;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #fc0;
}

.heading-thanks {
  font-size: 80px;
  line-height: 90px;
}

.footer-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #b6b2c4;
  font-size: 13px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fc0;
}

.color-midnight-blue {
  background-color: #28105e;
}

.color-midnight-dark {
  background-color: #201143;
}

.color-thistle {
  background-color: #b6b2c4;
}

.password-field {
  height: 60px;
  margin-bottom: 0px;
  border-radius: 40px;
  text-align: center;
}

.result-box {
  margin-bottom: 25px;
}

.search-wrapper {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.heading {
  font-size: 48px;
}

.heading-2 {
  font-size: 48px;
}

.heading-3 {
  font-size: 48px;
  line-height: 48px;
}

.paragraph {
  font-size: 18px;
}

.paragraph-2 {
  font-size: 18px;
}

.paragraph-3 {
  font-size: 18px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 25px;
  -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-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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  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;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 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-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;
}

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

  h2 {
    font-size: 65px;
    line-height: 75px;
  }

  h3 {
    font-size: 40px;
    line-height: 50px;
  }

  h4 {
    font-size: 34px;
    line-height: 44px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .main-content.banner-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-content.section-content {
    padding-bottom: 80px;
  }

  .main-content.react-content {
    padding-top: 80px;
  }

  .main-content.tools-content {
    padding-bottom: 80px;
  }

  .main-content.join-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-content.footer-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.thank-you-content {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .main-content.thank-you-footer-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-title {
    font-size: 20px;
    line-height: 30px;
  }

  .style-over-title {
    font-size: 28px;
    line-height: 38px;
  }

  .header-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    width: 24vw;
  }

  .menu-wrapper {
    display: none;
  }

  .speed-grid {
    margin-bottom: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .big-cell-image {
    margin-bottom: 40px;
  }

  .cell-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .inner-wide-cell {
    width: 80%;
  }

  .speed-wide-image {
    margin-bottom: 40px;
  }

  .speed-inner-cell-text {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .support-grid {
    margin-bottom: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .multicolor {
    font-size: 50px;
    line-height: 60px;
  }

  .cell-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .quality-grid {
    margin-bottom: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .quality-inner-cel {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .future-wrapper {
    display: block;
  }

  .future-text {
    width: 100%;
    margin-bottom: 40px;
  }

  .tools-grid {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tools-cell {
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .clients {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-holder {
    margin-bottom: 20px;
  }

  .clients-box {
    max-width: 250px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shape-thank-you-center {
    top: 20%;
  }

  .thank-you-footer {
    height: auto;
  }

  .shape-thank-you-left {
    left: -20%;
  }

  .shape-thank-you-right {
    right: -20%;
  }

  .thank-toy-top-wrapper {
    height: auto;
  }

  .thank-you-page-wrapper {
    height: auto;
  }

  .paragraph-medium {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-thanks {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

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

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-content.utility-banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-content.banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.section-content {
    padding-bottom: 60px;
  }

  .main-content.react-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.tools-content {
    padding-bottom: 60px;
  }

  .main-content.join-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.footer-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-content.simple-footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-holder {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .emphasis-holder {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .rich-text-holder {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .list-holder {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .paragraph-holder {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .color-holder {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .link-holder {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .style-over-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-holder {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .gold-button {
    padding-right: 45px;
    padding-left: 45px;
  }

  .white-button {
    padding-right: 45px;
    padding-left: 45px;
  }

  .grey-button {
    padding-right: 45px;
    padding-left: 45px;
  }

  .header-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand {
    width: 30vw;
  }

  .speed-grid {
    margin-bottom: 60px;
  }

  .speed-tall-cell {
    padding-bottom: 40px;
  }

  .inner-wide-cell {
    width: 100%;
  }

  .support-grid {
    margin-bottom: 60px;
  }

  .multicolor {
    font-size: 40px;
    line-height: 50px;
  }

  .cell-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .infinity-tall-cell {
    padding-bottom: 40px;
  }

  .quality-grid {
    margin-bottom: 60px;
  }

  .quality-wide-cell {
    padding: 20px;
  }

  .quality-tall-cell {
    padding-bottom: 40px;
  }

  .support-cell {
    padding: 20px;
  }

  .quality-cell {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .tools-cell {
    padding-bottom: 20px;
  }

  .clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .search-block {
    margin-top: 40px;
  }

  .search-button {
    padding-right: 30px;
    padding-left: 30px;
  }

  .form-inner {
    width: 90%;
  }

  .clients-box {
    max-width: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .shape-footer-left {
    left: -15%;
  }

  .shape-thank-you-left {
    bottom: -40%;
  }

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

  .heading-thanks {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

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

  h3 {
    font-size: 28px;
    line-height: 38px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .main-content.banner-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.section-content {
    padding-bottom: 40px;
  }

  .main-content.react-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.tools-content {
    padding-bottom: 40px;
  }

  .main-content.join-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.thank-you-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .link-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .color-title {
    font-size: 18px;
    line-height: 28px;
  }

  .style-over-title {
    font-size: 24px;
    line-height: 34px;
  }

  .gold-button {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .gold-button.header-button {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .white-button {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .white-button.search-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grey-button {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    margin-top: 15px;
    margin-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .banner-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .speed-grid {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cell-text.padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .support-grid {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quality-grid {
    position: static;
    margin-bottom: 40px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .quality-test-header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .author-wrapper {
    display: block;
  }

  .author-icon {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .author-name {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .quality-inner-cel {
    padding-top: 0px;
  }

  .clients {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .search-block {
    display: none;
    height: 50px;
  }

  .search-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .search-bar {
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #fc0;
  }

  .search-button {
    margin-top: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .footer-menu {
    display: block;
  }

  .hero-cta {
    display: none;
  }

  .form-inner {
    padding: 40px 30px 30px;
  }

  .shape-footer-left {
    left: -25%;
  }

  .shape-thank-you-center {
    top: 30%;
  }

  .shape-thank-you-left {
    bottom: -20%;
  }

  .shape-thank-you-right {
    right: -35%;
    bottom: -20%;
  }

  .changelog-holder {
    padding-right: 30px;
    padding-left: 30px;
  }

  .search {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-white {
    width: 100%;
  }

  .heading-thanks {
    font-size: 45px;
    line-height: 55px;
  }

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

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

  .form-block {
    display: block;
    overflow: visible;
    float: none;
    clear: none;
    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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .form-2 {
    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;
  }
}

#w-node-cf44944b-3472-43a1-ac5c-a386ae40a94a-637ef17e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-cf44944b-3472-43a1-ac5c-a386ae40a963-637ef17e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cf44944b-3472-43a1-ac5c-a386ae40a974-637ef17e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-cf44944b-3472-43a1-ac5c-a386ae40a99b-637ef17e {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36af22c9-5644-b2bb-a912-1108ceee9957-637ef17e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d1f4a08f-27f3-09ac-97c4-ed0ef49c1197-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c0963918-e113-56e1-b68c-573a6b256889-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_24f62e2d-d2e5-1ac1-f223-58e5e9449860-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e03e5416-4d07-cbfd-c2d1-fa1b00077427-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_86200610-b29c-e233-b054-e1abbc3444e2-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_81dd9b48-6c84-c2e6-2fa9-2406e3e07b2e-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fd1c2bb-8730-2678-2535-501c2062c2ef-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0a72da35-6f1f-947c-0738-32773bb0282b-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_70e58b9d-5d7d-455e-4a63-4b571a67425d-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84f60072-94fb-ec51-0694-8270fc3a637f-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe51b31f-4dac-3052-d4da-895406e48b78-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa4418f-8607-928f-74f3-95912a9c7e0d-637ef17e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cf44944b-3472-43a1-ac5c-a386ae40a97e-637ef17e {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cf44944b-3472-43a1-ac5c-a386ae40a94a-637ef17e {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cf44944b-3472-43a1-ac5c-a386ae40a974-637ef17e {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-cf44944b-3472-43a1-ac5c-a386ae40a99b-637ef17e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_36af22c9-5644-b2bb-a912-1108ceee9957-637ef17e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b12ba311-3173-20d1-0b62-005d1b2b4572-637ef17e {
    -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;
  }

  #w-node-cf44944b-3472-43a1-ac5c-a386ae40a953-637ef17e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cf44944b-3472-43a1-ac5c-a386ae40a95a-637ef17e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cf44944b-3472-43a1-ac5c-a386ae40a974-637ef17e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cf44944b-3472-43a1-ac5c-a386ae40a97e-637ef17e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_36af22c9-5644-b2bb-a912-1108ceee9957-637ef17e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_7656b4fe-13d1-ff80-2bb3-9aae535d621d-0c7ef187 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7656b4fe-13d1-ff80-2bb3-9aae535d6221-0c7ef187 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7656b4fe-13d1-ff80-2bb3-9aae535d6225-0c7ef187 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7656b4fe-13d1-ff80-2bb3-9aae535d6229-0c7ef187 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

