.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 {
  font-family: Quicksand, sans-serif;
  color: #464646;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

a {
  color: #9c6bce;
  text-decoration: none;
}

.section {
  padding-right: 7%;
  padding-left: 7%;
}

.section.s-navbar {
  height: 100px;
  background-color: transparent;
}

.section.stats {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.s-backlink {
  background-color: #242424;
}

.container {
  max-width: 1080px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.container.c-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.kit-color-grid {
  margin-bottom: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cuz-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  -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-style: solid;
  border-width: 4px;
  border-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 16px;
  background-color: #0a72f4;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.85);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cuz-button:hover {
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.cuz-button:active {
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.cuz-button.cuz-key {
  background-color: #9c6bce;
}

.cuz-button.cuz-alert {
  background-color: #eb5a2d;
}

.cuz-button.cuz-notice {
  background-color: #ebc83c;
}

.cuz-button.cuz-success {
  background-color: #44d85c;
}

.cuz-btn-text {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.cuz-grid-two {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cuz-grid-two.hero {
  height: 90vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 150px;
  grid-row-gap: 100px;
  background-image: url('../images/key-1.png');
  background-position: 39% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.kit-placeholder-panel {
  height: 100px;
  background-color: rgba(10, 114, 244, 0.15);
}

.feature-icon {
  width: 34px;
  height: 34px;
  min-width: 0px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.features-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 740px;
}

.odis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  padding-right: 25px;
  padding-left: 25px;
  -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: #fff;
  background-image: url('../images/logo-g.png');
  background-position: 50% 50%;
  background-size: 62px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 700;
}

.odis:hover {
  background-image: url('../images/logo.svg');
}

.odis.w--current {
  background-image: url('../images/logo-c.png');
}

.dropdown-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #f8f8f8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #8e8e8e;
  font-weight: 400;
}

.dropdown-link-wrapper:hover {
  background-color: #f8f8f8;
  color: #464646;
}

.dropdown-link-wrapper.w--current {
  background-color: #f8f8f8;
}

.dropdown-link-wrapper.enterprise {
  min-height: 0px;
  border-left-color: #ededed;
}

.menu {
  display: none;
}

.dropdown-title {
  color: #0a72f4;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-list-features {
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 20px 60px -5px rgba(70, 70, 70, 0.3);
}

.dropdown-list-features.w--open {
  overflow: hidden;
  margin-top: 10px;
  padding: 20px;
}

.language-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 30px 0px 15px;
  -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;
  color: #0a72f4;
}

.dropdown-desc {
  font-size: 10px;
  line-height: 145%;
}

.language-button {
  display: none;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.language-button:hover {
  background-color: #deedff;
}

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

.dashboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #464646;
  line-height: 145%;
  font-weight: 700;
  cursor: pointer;
}

.dashboard:hover {
  background-color: #f8f8f8;
  opacity: 1;
  color: #464646;
}

.dashboard:active {
  background-color: #ededed;
}

.dashboard:focus {
  background-color: #f8f8f8;
  color: #464646;
}

.dashboard.w--current {
  background-color: #f8f8f8;
  opacity: 1;
}

.dashboard.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  color: #0a72f4;
}

.language-icon {
  width: 22px;
}

.language-link-wrapper {
  width: 180px;
}

.navbar {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #f8f8f8 #ededed #ededed;
  background-color: #fff;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.dropdown-list-lang {
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 20px 60px -5px rgba(70, 70, 70, 0.3);
}

.dropdown-list-lang.w--open {
  overflow: hidden;
  margin-top: 10px;
  padding: 20px;
}

.link {
  display: block;
  padding: 12px 12px 12px 30px;
  background-color: #fff;
  background-image: url('../images/checkmark.svg');
  background-position: -13% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #464646;
  font-size: 14px;
  font-weight: 700;
}

.link:hover {
  background-color: #f8f8f8;
  background-image: url('../images/checkmark.svg');
  background-position: 8px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.link:active {
  background-color: #ededed;
}

.link:focus {
  background-color: #0a72f4;
  background-image: url('../images/checkmark_w.svg');
  background-position: 10px 50%;
  color: #fff;
}

.link.w--current {
  background-color: #0a72f4;
  background-image: url('../images/checkmark_w.svg');
  background-position: 10px 50%;
  color: #fff;
}

.link.hidden {
  display: none;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.dropdown {
  z-index: 999;
}

.nav-link-icon {
  width: 25px;
  margin-right: 5px;
}

.nav-link-icon.profile {
  width: 25px;
  height: 25px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #464646;
  line-height: 145%;
  font-weight: 700;
  cursor: pointer;
}

.navlink:hover {
  background-color: #f8f8f8;
  opacity: 1;
  color: #464646;
}

.navlink:active {
  background-color: #ededed;
}

.navlink:focus {
  background-color: #f8f8f8;
  color: #464646;
}

.navlink.w--current {
  background-color: #f8f8f8;
  opacity: 1;
  color: #9c6bce;
}

.navlink.dropdown-2 {
  z-index: 999;
  padding-right: 30px;
}

.navlink.hide {
  display: none;
}

.navbar-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  height: 80px;
  padding-right: 7%;
  padding-left: 7%;
}

.app-icon {
  width: 110px;
  height: 110px;
  margin-right: 20px;
  border-radius: 26px;
}

.app-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ededed;
}

.app-title {
  font-size: 30px;
  font-weight: 700;
}

.text-wrapper {
  padding-top: 70px;
}

.text-wrapper-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 132px;
  -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;
}

.h1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#0a72f4), color-stop(57%, #9c6bce));
  background-image: linear-gradient(90deg, #0a72f4, #9c6bce 57%);
  font-size: 5vh;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading {
  color: #9c6bce;
  font-weight: 400;
}

.app-badge-wrapper {
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.app-badge-wrapper:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.app-badge-wrapper:active {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.app-badge {
  height: 54px;
}

.purple {
  color: #9c6bce;
  font-weight: 700;
}

.section-2 {
  padding-right: 5%;
  padding-left: 5%;
  background-color: #fff;
}

.container-2 {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 20px;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}

.container-2.footer {
  padding-bottom: 100px;
  border-top: 1px solid #f8f8f8;
  text-align: left;
}

.column {
  padding-right: 20px;
}

.cuz-translation-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.disclosure {
  color: #8e8e8e;
  font-size: 12px;
}

.footer-link {
  display: block;
  margin-bottom: 8px;
  color: #464646;
  line-height: 125%;
}

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

.cuz-grid-three {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  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-column-gap: 50px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cuz-grid-three.hero {
  height: 90vh;
  grid-column-gap: 150px;
  grid-row-gap: 100px;
  background-image: url('../images/key-1.png');
  background-position: 39% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feat-image {
  margin-bottom: 20px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-content {
  width: 70%;
  padding-left: 60px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tab {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 30px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 3px 0 #ededed;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tab:hover {
  box-shadow: 0 6px 9px 0 #ededed;
}

.tab.w--current {
  border-color: rgba(195, 151, 239, 0.25);
  background-color: rgba(195, 151, 239, 0.25);
  box-shadow: 0 10px 18px 0 rgba(195, 151, 239, 0.25);
}

.table-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.pricing-row.head {
  background-color: #f8f8f8;
  font-weight: 700;
}

.pricing-column {
  padding: 10px;
  border-bottom: 1px solid #ededed;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.image {
  margin-left: 5px;
}

.image-2 {
  margin-left: 191px;
}

.backlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.backlink:hover {
  opacity: 1;
}

.backlink:active {
  opacity: 0.8;
}

.backlink.w--current {
  opacity: 0.8;
  color: #fff;
}

.backlink-icon {
  width: 16px;
  margin-right: 5px;
}

.backlink-icon.bl-right {
  margin-right: 0px;
}

.back-alt {
  margin-left: 5px;
  font-weight: 400;
}

.backlink-section {
  padding-right: 7%;
  padding-left: 7%;
  background-color: #464646;
}

.backlink-section.s-navbar {
  height: 100px;
  background-color: transparent;
}

.backlink-section.stats {
  padding-top: 70px;
  padding-bottom: 70px;
}

.backlink-section.s-backlink {
  background-color: #242424;
}

.backlink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.backlink-container.c-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.backlink-icon-alt {
  width: 18px;
  border-radius: 5px;
}

.backlink-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.backlink-alt:hover {
  opacity: 1;
}

.backlink-alt:active {
  opacity: 0.8;
}

.backlink-alt.w--current {
  opacity: 0.8;
  color: #fff;
}

.backlink-divider {
  width: 1px;
  height: 18px;
  background-color: hsla(0, 0%, 100%, 0.12);
}

.right-align {
  width: 1px;
  height: 1px;
  margin-left: auto;
}

.stat-wrapper {
  margin-right: 20px;
  margin-left: 20px;
}

.stats-icon {
  height: 100px;
}

.discount {
  padding: 15px;
  border-left: 3px solid #9c6bce;
  background-color: rgba(195, 151, 239, 0.25);
  font-size: 22px;
  line-height: 1.3;
}

.divider {
  height: 40px;
}

.question {
  margin-bottom: 10px;
  color: #9c6bce;
  font-size: 18px;
  font-weight: 700;
}

.collection-item {
  padding-left: 30px;
  border-left: 2px solid #9c6bce;
}

.center-wrapper {
  margin-top: 20px;
  text-align: center;
}

.div-block-2 {
  height: 4vw;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }

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

  .cuz-grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cuz-grid-two.hero {
    height: 1200px;
    background-position: 50% 29%;
    background-size: 504px;
  }

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

  .features-column {
    width: auto;
  }

  .dropdown-link-wrapper {
    padding: 15px 10px;
  }

  .menu {
    display: block;
    width: 70px;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    background-image: url('../images/burger.svg');
    background-position: 50% 50%;
    background-size: 34px;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .dashboard {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-lang.w--open {
    left: auto;
    top: 70px;
    right: 0%;
    bottom: auto;
  }

  .nav-menu-wrapper {
    position: absolute;
    display: none;
    width: 100%;
    margin-top: 100px;
    -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;
    box-shadow: 0 20px 60px -5px rgba(70, 70, 70, 0.3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .dropdown {
    width: 100%;
  }

  .navlink {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-wrapper {
    padding-top: 0px;
  }

  .text-wrapper-bottom {
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .h1 {
    font-size: 39px;
  }

  .cuz-grid-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cuz-grid-three.hero {
    height: 1200px;
    background-position: 50% 29%;
    background-size: 504px;
  }

  .stat-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 24px;
  }

  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .cuz-button {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    border-width: 3px;
    border-radius: 12px;
  }

  .cuz-button:active {
    padding-top: 11px;
    padding-bottom: 11px;
    border-width: 2px;
  }

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

  .cuz-grid-two.hero {
    height: 1100px;
    background-size: 435px;
  }

  .feature-icon {
    width: 34px;
    height: 34px;
  }

  .features-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .odis {
    width: 84px;
    padding: 17px;
    background-size: 54px;
  }

  .menu {
    width: 50px;
    background-size: 26px;
  }

  .dropdown-list-features.w--open {
    overflow: auto;
    height: 60vh;
    margin-top: 0px;
    padding: 15px;
  }

  .language-icon-wrapper {
    padding: 10px 22px 10px 12px;
  }

  .dashboard {
    font-size: 12px;
  }

  .navbar {
    border-right-style: none;
    border-left-style: none;
  }

  .dropdown-list-lang.w--open {
    padding: 15px;
  }

  .link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
  }

  .nav-menu-wrapper {
    margin-top: 75px;
  }

  .nav-link-icon {
    width: 20px;
  }

  .nav-link-icon.profile {
    width: 22px;
    height: 22px;
  }

  .navlink {
    font-size: 12px;
  }

  .navbar-section {
    height: 75px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .app-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }

  .app-title {
    font-size: 26px;
  }

  .h1 {
    font-size: 33px;
  }

  .container-2 {
    padding: 30px 0px;
  }

  .column {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .cuz-grid-three.hero {
    height: 1100px;
    background-size: 435px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs-content {
    width: 100%;
    padding-left: 0px;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-column {
    font-size: 12px;
    line-height: 145%;
  }

  .backlink-section {
    padding-right: 0%;
    padding-left: 0%;
  }

  .stat-wrapper {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 13px;
  }

  h2 {
    font-size: 20px;
  }

  .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .cuz-button {
    display: block;
    margin-right: 0px;
  }

  .cuz-grid-two.hero {
    height: 825px;
    background-position: 50% 47%;
    background-size: 265px;
  }

  .dropdown-link-wrapper {
    padding: 15px;
  }

  .menu {
    width: 40px;
    background-size: 20px;
  }

  .dropdown-list-features.w--open {
    padding: 10px;
  }

  .language-icon-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dashboard {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dashboard.blue {
    padding-right: 10px;
    padding-left: 10px;
  }

  .language-icon {
    width: 16px;
  }

  .dropdown-list-lang.w--open {
    padding: 10px;
  }

  .link {
    background-position: -9% 50%;
    background-size: 12px;
    font-size: 14px;
  }

  .link:hover {
    background-size: 17px;
  }

  .nav-link-icon {
    width: 20px;
    margin-bottom: 4px;
  }

  .nav-link-icon.profile {
    width: 22px;
    height: 22px;
    margin-bottom: 0px;
  }

  .navlink {
    padding-right: 15px;
    padding-left: 15px;
  }

  .app-icon {
    width: 70px;
    height: 70px;
  }

  .app-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .h1 {
    font-size: 27px;
  }

  .app-badge-wrapper {
    margin-right: 10px;
  }

  .app-badge {
    height: 40px;
  }

  .section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .cuz-grid-three.hero {
    height: 825px;
    background-position: 50% 47%;
    background-size: 100%;
  }

  .pricing-column {
    font-size: 10px;
  }

  .backlink {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 9px;
  }

  .backlink-icon {
    width: 14px;
  }

  .backlink-icon-alt {
    width: 16px;
  }

  .backlink-alt {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
}

