.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: Roboto, sans-serif;
  color: #2f314e;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 72px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

p {
  margin-bottom: 24px;
}

a {
  color: #9165f7;
  text-decoration: none;
}

ul {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #57597c;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 24px;
  padding: 16px 32px;
  border-left: 3px solid #9165f7;
  font-size: 20px;
  line-height: 28px;
}

figure {
  margin-bottom: 24px;
}

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

.section {
  position: relative;
  padding-top: 128px;
  padding-bottom: 128px;
  -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: #fff;
}

.section.dark {
  background-color: #2f314e;
  color: #fff;
}

.section.haze {
  background-color: #f8f8ff;
}

.section.border-top {
  border-top: 1px solid #e6e8f0;
}

.section.gradient {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
}

.section.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #50a0ff, #0052e2);
  color: #fff;
}

.section.grade-4 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #84f796, #11aeaf);
  color: #fff;
}

.section.top-section {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 192px;
  padding-bottom: 144px;
  background-color: #9165f7;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
}

.section.mask {
  overflow: hidden;
}

.section.footer-section {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #e6e8f0;
}

.section.haze-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8ff));
  background-image: linear-gradient(180deg, #fff, #f8f8ff);
}

.section.intro-hero {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 216px;
  padding-bottom: 224px;
  background-color: #9165f7;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
}

.section.hero-v3 {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 200px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
}

.section.hero-section {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 16vw;
  padding-bottom: 17vw;
  background-color: #fff;
  color: #fff;
}

.section.hero-v1 {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 200px;
  padding-bottom: 168px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
}

.section.billing-tabs-section {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 176px;
  background-color: #f8f8ff;
  color: #fff;
}

.section.hero-v2 {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 200px;
  background-color: #f8f8ff;
}

.section.hero-v5 {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 176px;
  background-color: #f8f8ff;
}

.section.light-hero {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 176px;
  background-color: #f8f8ff;
}

.section.post-top-section {
  overflow: hidden;
  margin-top: -88px;
  padding-top: 176px;
  background-color: #fff;
}

.section.bg-gradient {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#11aeaf), to(#84f796));
  background-image: linear-gradient(90deg, #11aeaf, #84f796);
  color: #fff;
}

.section.haze {
  background-color: #f8f8ff;
}

.wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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: transparent;
}

.wrapper.nav-bar-wrapper {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.centred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 12px 32px;
  -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 transparent;
  border-radius: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#f13030), to(#ffb833));
  background-image: linear-gradient(90deg, #f13030, #ffb833);
  box-shadow: none;
  -webkit-transition: border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease;
  transition: border-color 400ms ease, transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 6px 12px -2px rgba(243, 62, 62, 0.6);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button.small {
  height: 40px;
  padding: 8px 24px;
  background-image: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
}

.button.white {
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  -webkit-transition: border-color 400ms ease, box-shadow 400ms ease;
  transition: border-color 400ms ease, box-shadow 400ms ease;
  color: #2f314e;
}

.button.white:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}

.button.white.hero-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 4px;
  margin-right: 4px;
}

.button.ghost {
  border-style: solid;
  border-width: 1px;
  border-color: #9165f7;
  background-color: transparent;
  background-image: none;
  color: #9165f7;
}

.button.ghost:hover {
  box-shadow: none;
}

.button.ghost-bg {
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
  color: #fff;
}

.button.big {
  height: 56px;
  padding: 16px 28px;
  font-size: 17px;
  line-height: 24px;
}

.button.side-margins {
  margin-right: 6px;
  margin-left: 6px;
}

.button.margin-left {
  margin-left: 16px;
}

.button.tiny {
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.style-block {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  text-align: left;
}

.text-small {
  font-size: 13px;
  line-height: 20px;
}

.sg-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 105px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 16%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.sg-button-wrapper.dark-bg {
  background-color: #9165f7;
  color: #eaeaf6;
}

.nav-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.nav-bar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.nav-link {
  padding: 8px 16px;
  border-radius: 50px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.12);
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link.white-bg {
  color: #2f314e;
}

.nav-link.white-bg:hover {
  background-color: #eaeaf6;
}

.text-white {
  color: #fff;
}

.text-link {
  color: #9165f7;
  text-decoration: none;
}

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

.utility-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  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-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-image: -webkit-gradient(linear, left top, left bottom, from(#62d1f8), to(#6d00dc));
  background-image: linear-gradient(180deg, #62d1f8, #6d00dc);
  color: #fff;
}

.utility-page-wrapper.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #c03cff, #6d00dc);
}

.utility-page-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  -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;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -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;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(89, 98, 115, 0.1);
  color: #57597c;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tooltip.sidebar-author-name {
  display: block;
  width: auto;
  margin-bottom: 36px;
  padding: 8px 12px;
  color: #57597c;
  font-size: 13px;
  line-height: 20px;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e6e8f0;
  border-bottom: 1px solid #e6e8f0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.haze {
  background-color: #f8f8ff;
}

.text-grey {
  color: #57597c;
}

.no-margin {
  margin: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.intro.no-margin-bottom {
  margin-bottom: 0px;
}

.intro.wide {
  max-width: 800px;
}

.intro.left {
  width: 100%;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.intro.left.margin-bottom {
  margin-bottom: 48px;
}

.intro.left.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.intro.margin-bottom {
  margin-bottom: 80px;
}

.intro.full {
  max-width: 100%;
}

.dark {
  background-color: #2f314e;
}

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

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 5px 12px 5px 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 20px;
  background-color: transparent;
  color: #2f314e;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.title.gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
}

.title.white-version {
  background-color: #fff;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v3-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

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

.footer-link {
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #57597c;
  text-decoration: none;
}

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

.footer-link.dark-bg {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eaeaf6;
  color: #57597c;
  font-size: 11px;
  line-height: 16px;
}

.footer-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -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: #fff;
}

.brand.footer-v1-brand {
  padding-right: 0px;
  padding-bottom: 24px;
  padding-left: 0px;
}

.brand.footer-v3-brand {
  padding-right: 24px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.footer-v4-brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.white-bg {
  color: #2f314e;
}

.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: 64px;
  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;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(89, 98, 115, 0.1);
}

.change-icon {
  position: relative;
  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: #2f314e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.change-icon.release {
  background-color: #9165f7;
}

.change-icon.fix {
  background-color: #f92468;
}

.change-icon.enhance {
  background-color: #ffb543;
}

.change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #57597c;
}

.changelog-contact-text {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: #57597c;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none;
  margin-left: 0px;
}

.no-padding {
  padding: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.full-width {
  width: 100%;
}

.page-wrapper {
  position: relative;
}

.page-wrapper.sg-wrapper {
  margin-left: 300px;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-big {
  font-size: 17px;
  line-height: 28px;
}

.logo-icon {
  width: 44px;
  margin-right: 12px;
}

.text-dark-grey {
  color: #57597c;
}

.bg-elements {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 2000px;
  min-height: 640px;
  margin: 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;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -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: none;
}

.loading-icon {
  width: 28px;
  margin-right: 10px;
}

.sg-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  padding-bottom: 104px;
  background-color: #2f314e;
  color: #fff;
}

.sg-sidebar-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.sg-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
  -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;
}

.sg-sidebar-link {
  width: 100%;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.sg-sidebar-link:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.sg-sidebar-link.w--current {
  background-color: #9165f7;
  background-image: url('../images/right-white.svg'), -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: url('../images/right-white.svg'), linear-gradient(90deg, #c03cff, #6d00dc);
  background-position: 94% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.pricing-v1-card {
  position: relative;
  padding: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(48, 54, 77, 0.12);
  color: #2f314e;
  text-align: center;
}

.pricing-v1-billing {
  margin-bottom: 28px;
  color: #a9aec3;
  font-size: 11px;
  text-transform: uppercase;
}

.pricing-v1-tag {
  margin-top: -4px;
  margin-bottom: 4px;
  -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;
  font-family: 'Fira Sans', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

.pricing-v1-feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: 5px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #57597c;
  cursor: help;
}

.pricing-v1-feature:hover {
  background-color: #f8f8ff;
  color: #2f314e;
}

.info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-left: 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;
  border-radius: 50%;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
}

.info:hover {
  border-color: red;
}

.tabs-menu-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding: 4px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 40px;
  background-color: transparent;
}

.tabs-menu-v2.dark-bg {
  border-style: none;
  background-color: rgba(0, 0, 0, 0.1);
}

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

.tab-link-v2 {
  padding: 10px 24px;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 500;
}

.tab-link-v2.w--current {
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
}

.tab-link-v2.white {
  color: #fff;
}

.tab-link-v2.white.w--current {
  border-radius: 40px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: inset 0 0 0 1px #fff;
  color: #9165f7;
}

.color-1 {
  background-color: #9165f7;
}

.sidebar {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sidebar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.form-error {
  padding: 8px 12px;
  background-color: transparent;
  color: #f92468;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.form-error.text-left {
  padding-left: 0px;
  text-align: left;
}

.form-error.dark-bg {
  color: #fff;
}

.input {
  height: 56px;
  min-width: 228px;
  margin-bottom: 0px;
  padding: 7px 24px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 40px;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, border-color 400ms ease;
  font-size: 16px;
}

.input:focus {
  border-color: #e6e8f0;
}

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

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

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

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

.input.icon-input {
  position: relative;
  z-index: 1;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px 5px 5px 0px;
  text-align: left;
}

.input.icon-input-bg {
  position: relative;
  z-index: 1;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 0px 5px 5px 0px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.input.icon-input-bg:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.input.icon-input-bg::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.icon-input-bg::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.7);
  background-color: rgba(0, 0, 0, 0.06);
}

.input.dark-bg:hover {
  border-color: #fff;
}

.input.dark-bg:focus {
  background-color: #fff;
  color: #2f314e;
}

.input.dark-bg::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.dark-bg:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.dark-bg::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.dark-bg::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.subscribe-v1-input {
  width: 240px;
  margin-bottom: 0px;
}

.input.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.input.hero-input {
  height: 64px;
  padding-right: 160px;
  padding-left: 32px;
  border-color: hsla(0, 0%, 100%, 0.7);
  background-color: rgba(0, 0, 0, 0.1);
}

.input.hero-input:hover {
  border-color: #fff;
}

.input.hero-input:focus {
  background-color: #fff;
  color: #2f314e;
}

.input.hero-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.hero-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.hero-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.hero-input::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.form-success {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
}

.simple-form {
  display: -ms-grid;
  display: grid;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sidebar-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.sidebar-block.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.post-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 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;
  color: #57597c;
  font-size: 12px;
  line-height: 20px;
}

.post-card-avatar {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
}

.sidebar-icon {
  width: 24px;
  margin-right: 12px;
}

.sidebar-post-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  padding: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  -webkit-transition: box-shadow 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #2f314e;
  text-decoration: none;
}

.sidebar-post-card:hover {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 16px 30px 0 rgba(48, 54, 77, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.sidebar-post-image {
  width: 88px;
  height: 68px;
  margin-right: 20px;
  border-radius: 4px;
  background-color: red;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.sidebar-author {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: -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;
  -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: #f8f8ff;
  border-radius: 50%;
  color: #2f314e;
  text-decoration: none;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
}

.sidebar-tag-link {
  display: block;
  margin: 4px;
  padding: 6px 7px 6px 8px;
  border-radius: 4px;
  background-color: rgba(145, 101, 247, 0.1);
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #9165f7;
  font-size: 9px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-tag-link:hover {
  background-color: #9165f7;
  color: #fff;
}

.arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9165f7;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.link-arrow-icon {
  width: 24px;
  margin-top: 1px;
  margin-left: 4px;
}

.post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, transform 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #2f314e;
  text-decoration: none;
}

.post-card:hover {
  background-color: #fff;
  box-shadow: 0 12px 24px -6px rgba(48, 54, 77, 0.16);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.post-card.big {
  padding: 56px 56px 40px;
}

.post-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.post-card-image-big {
  width: 100%;
  height: 280px;
  margin-bottom: 8px;
  border-radius: 4px;
  background-color: #f8f8ff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.post-card-description {
  margin-bottom: 16px;
  color: #57597c;
}

.post-card-author {
  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;
  color: #57597c;
  text-decoration: none;
}

.post-card-image {
  width: 100%;
  height: 216px;
  border-radius: 4px;
  background-color: #f8f8ff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.nav-dropdown-icon {
  display: none;
}

.dropdown-list.w--open {
  left: 0px;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 24px 0 rgba(48, 54, 77, 0.22);
}

.dropdown-list.v2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin-left: -48px;
  padding: 12px;
}

.nav-dropdown-link {
  padding: 9px 20px 11px;
  -webkit-transition: color 100ms ease, background-color 100ms ease;
  transition: color 100ms ease, background-color 100ms ease;
  color: #2f314e;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  background-color: #eaeaf6;
  color: #9165f7;
}

.nav-dropdown-link.w--current {
  color: #2f314e;
  font-weight: 700;
}

.nav-dropdown-link.w--current:hover {
  color: #9165f7;
}

.dropdown-corner {
  position: absolute;
  left: 33px;
  top: -4px;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
}

.dropdown-bridge {
  position: absolute;
  left: 0px;
  top: -12px;
  right: 0px;
  height: 12px;
}

.circle-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  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;
  border-radius: 50%;
  background-color: #253f6f;
}

.circle-icon.color-1-ghost {
  padding: 20px;
}

.sg-color {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-radius: 8px;
  background-color: #9165f7;
  box-shadow: none;
}

.sg-color.red {
  background-color: #f92468;
}

.sg-color.yellow {
  background-color: #ffb543;
}

.sg-color.green {
  background-color: #4ee484;
}

.sg-color.gradient-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
}

.sg-color.gradient-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb833), to(#f13030));
  background-image: linear-gradient(90deg, #ffb833, #f13030);
}

.sg-color.gradient-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#50a0ff), to(#0052e2));
  background-image: linear-gradient(90deg, #50a0ff, #0052e2);
}

.sg-color.gradient-4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#84f796), to(#11aeaf));
  background-image: linear-gradient(90deg, #84f796, #11aeaf);
}

.sg-color-name {
  position: absolute;
  height: 32px;
  padding: 10px 21px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(89, 98, 115, 0.12);
  color: #2f314e;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.color-1-ghost {
  background-color: rgba(37, 131, 253, 0.12);
}

.color-2-ghost {
  background-color: rgba(252, 55, 98, 0.12);
}

.color-3-ghost {
  background-color: rgba(255, 147, 32, 0.12);
}

.color-4-ghost {
  background-color: rgba(70, 206, 31, 0.12);
}

.color-5-ghost {
  background-color: rgba(142, 42, 240, 0.12);
}

.color-6-ghost {
  background-color: rgba(0, 213, 187, 0.12);
}

.cta-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 10% 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
  text-align: center;
}

.cta-card-info {
  position: relative;
  z-index: 1;
  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;
}

.subscribe-form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.store-button {
  border-radius: 5px;
  background-color: #253f6f;
}

.store-button.white {
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.white:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.store-button.side-margins {
  margin-right: 6px;
  margin-left: 6px;
}

.store-button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.store-button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #eaeaf6;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.store-button.ghost:hover {
  box-shadow: inset 0 0 0 1px #e6e8f0;
}

.store-badge-link {
  position: relative;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.store-badge-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.store-badge-link.small {
  height: 40px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a9aec3;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
}

.link-grey {
  color: #57597c;
  text-decoration: none;
}

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

.text-light-grey {
  color: #a9aec3;
}

.features-v8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.33%;
  margin: -8px auto 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.feature-v8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 6px;
  padding: 6px 16px 6px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: rgba(48, 54, 77, 0.16);
  color: #fff;
}

.feature-v8-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
  background-image: url('../images/check-color.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaf6));
  background-image: url('../images/check-color.svg'), linear-gradient(180deg, #fff, #eaeaf6);
  background-position: 50% 50%, 0px 0px;
  background-size: 18px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 1px 3px 0 rgba(48, 54, 77, 0.3);
}

.review-v7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  cursor: pointer;
}

.achievements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 #e6e8f0;
  color: #57597c;
}

.achievement.dark-bg {
  box-shadow: 1px 0 0 0 hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.achievement.last {
  box-shadow: none;
}

.achievement-text {
  margin-bottom: 12px;
  font-family: 'Fira Sans', sans-serif;
  color: #2f314e;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.achievement-text.text-white {
  color: #fff;
}

.achievement-text.small {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.review-v9 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  cursor: pointer;
}

.icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  padding: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaf6));
  background-image: linear-gradient(180deg, #fff, #eaeaf6);
  box-shadow: 0 1px 2px 0 rgba(48, 54, 77, 0.3);
}

.icon-box.gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(180deg, #c03cff, #6d00dc);
}

.icon-box.big {
  width: 60px;
  height: 60px;
  padding: 16px;
}

.icon-box.gradient-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(180deg, #c03cff, #6d00dc);
}

.icon-box.gradient-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb833), to(#f13030));
  background-image: linear-gradient(180deg, #ffb833, #f13030);
}

.icon-box.gradient-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50a0ff), to(#0052e2));
  background-image: linear-gradient(180deg, #50a0ff, #0052e2);
}

.icon-box.gradient-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#84f796), to(#11aeaf));
  background-image: linear-gradient(180deg, #84f796, #11aeaf);
}

.pricing-v2-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
  text-align: center;
}

.pricing-v2-tag {
  margin-bottom: 8px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.text-white-faded {
  color: hsla(0, 0%, 100%, 0.7);
}

.pricing-v2-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-features {
  padding-top: 16px;
  padding-bottom: 32px;
  text-align: left;
}

.pricing-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e8f0;
  border-bottom: 1px solid #e6e8f0;
  color: #2f314e;
}

.pricing-feature.no {
  color: #a9aec3;
}

.pricing-feature-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-image: url('../images/check-color.svg');
  background-position: 50% 50%;
  background-size: 20px;
}

.pricing-feature-icon.no {
  background-image: url('../images/x-dark.svg');
  opacity: 0.33;
}

.pricing-small-info {
  color: #57597c;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-top: 24px;
  padding-right: 13px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 17px;
  color: #2f314e;
  text-decoration: none;
}

.video-link.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.33);
  color: #fff;
}

.video-link.margin-left {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.video-link-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaf6));
  background-image: linear-gradient(180deg, #fff, #eaeaf6);
  box-shadow: 0 1px 2px 0 rgba(48, 54, 77, 0.25);
}

.video-link-icon {
  width: 16px;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrapper.no-margin {
  margin: 0px;
}

.input-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 11px;
  -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-style: solid none solid solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f8f8ff;
  background-image: none;
}

.input-icon-box.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.6);
  border-right-style: none;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: none;
}

.input-icon-box.text-white-faded {
  background-color: #fff;
}

.subscribe-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 48px 15px;
  -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;
}

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

.social-icons.subscribe-v1-icons {
  margin-right: -4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-circle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 50%;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.social-circle-link:hover {
  border-color: #a9aec3;
}

.social-circle-link.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.social-circle-link.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.social-icon {
  width: 16px;
}

.subscribe-1-form-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-v1-heading {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
}

.subscribe-v1-icon {
  width: 24px;
  margin-right: 8px;
}

.subscribe-v1-form {
  margin-bottom: 0px;
}

.side-media {
  position: relative;
  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;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  padding-left: 8%;
  -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.left {
  padding-left: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-columns {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-column {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v1-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  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;
}

.social-icons-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -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;
}

.social-icons-small.footer-v4-icons {
  margin-left: 13px;
}

.social-link-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 5px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.social-link-small:hover {
  border-color: #a9aec3;
}

.social-link-small.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.social-link-small.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.social-icon-small {
  width: 16px;
  opacity: 0.6;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-v3-link {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #57597c;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v3-link:hover {
  background-color: #f8f8ff;
  color: #2f314e;
}

.footer-v3-link.dark-bg {
  color: #fff;
}

.footer-v3-link.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.footer-v3-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v3-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.footer-v3-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eaeaf6;
  color: #e6e8f0;
  font-size: 11px;
  line-height: 16px;
}

.footer-v3-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.footer-v3-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vertical-divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #e6e8f0;
}

.vertical-divider.dark-bg {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.feature-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e6e8f0;
  border-bottom: 1px solid #e6e8f0;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 5vw;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 0 1px #eaeaf6;
  text-align: center;
}

.top-message {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  padding: 8px 48px;
  -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-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.small-message-text {
  margin-right: 12px;
}

.text-emoji-1 {
  display: inline-block;
  width: 20px;
  background-image: url('../images/emoji-point-right-icon_1emoji-point-right-icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: transparent;
}

.text-emoji-1.big {
  width: 28px;
  background-size: 24px;
}

.text-emoji-2 {
  display: inline-block;
  width: 20px;
  background-image: url('../images/emoji-hi-icon_1emoji-hi-icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: transparent;
}

.text-emoji-4 {
  display: inline-block;
  width: 20px;
  background-image: url('../images/emoji-boom-icon_1emoji-boom-icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: transparent;
}

.side-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 520px;
  -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;
}

.side-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: box-shadow 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, background-color 400ms ease;
}

.side-tab:hover {
  background-color: rgba(145, 101, 247, 0.06);
}

.side-tab.w--current {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(48, 54, 77, 0.12);
}

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 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;
}

.message.gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
}

.message-text {
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.post-info {
  margin-bottom: 16px;
  padding-top: 18px;
  -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;
}

.post-info-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a9aec3;
  font-size: 12px;
  line-height: 16px;
}

.post-image {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 680px;
  max-height: 56vw;
  max-width: 1270px;
  margin: -48px auto 128px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 9px;
  background-color: #e6e8f0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px -10px rgba(48, 54, 77, 0.33);
}

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

.post p {
  margin-bottom: 28px;
  color: #57597c;
  font-size: 16px;
  line-height: 28px;
}

.post a {
  color: #9165f7;
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

.footer-v2-bottom-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v2-bottom-menu-link {
  margin-right: 20px;
  color: #57597c;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-v2-bottom-menu-link:hover {
  text-decoration: underline;
}

.footer-v2-bottom-menu-link.white {
  color: #fff;
}

.footer-v2-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v1-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  -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-top: 1px solid #e6e8f0;
  color: #57597c;
  font-size: 12px;
  line-height: 20px;
}

.footer-v1-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.footer-app-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2f314e;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

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

.footer-app-link.dark-bg {
  color: #fff;
}

.footer-app-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 10px;
  -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-style: solid;
  border-width: 1px;
  border-color: #eaeaf6;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.footer-app-icon:hover {
  border-color: red;
}

.footer-app-icon.dark-bg {
  border-color: hsla(0, 0%, 100%, 0.25);
}

.footer-app-icon.dark-bg:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.review-v4-text {
  margin-top: 4px;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}

.text-highlighted {
  display: inline-block;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 3px;
  background-color: rgba(255, 181, 67, 0.1);
  color: #ffb543;
}

.testimonials-v5 {
  width: 100%;
  height: auto;
  margin-top: -20px;
  margin-bottom: -40px;
  padding-bottom: 80px;
  background-color: transparent;
}

.testimonials-v5-slide {
  width: 33.33%;
  padding-right: 4%;
  padding-left: 4%;
}

.slider-nav {
  height: 30px;
  opacity: 1;
  font-size: 8px;
  line-height: 16px;
}

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

.review-v5-logo {
  height: 32px;
  margin-bottom: 16px;
}

.feature-icon-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  -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;
}

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

.feature-info-right.align-left {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logotypes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logotypes.v2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-link {
  margin: 20px 12px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-link.faded {
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logo-link.faded:hover {
  opacity: 1;
}

.logo-link.white-faded {
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logo-link.white-faded:hover {
  opacity: 1;
}

.logo {
  height: 32px;
  max-height: 100%;
}

.layouts {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 64px;
  margin-left: 15px;
  -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: 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 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 8px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.layout-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 14%;
  -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: #f8f8ff;
  box-shadow: -1px -1px 0 0 #e6e8f0;
}

.layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 4px;
  background-color: #f8f8ff;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  text-decoration: none;
}

.layout:hover {
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.post-author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -188px;
  margin-bottom: 80px;
  padding: 28px 28px 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(48, 54, 77, 0.12);
}

.post-author-avatar {
  width: 72px;
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.post-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-promo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 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;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(180deg, #c03cff, #6d00dc);
  box-shadow: 0 12px 20px -6px rgba(145, 101, 247, 0.5);
  color: #fff;
  text-align: center;
}

.sidebar-promo-info {
  position: relative;
  z-index: 1;
  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-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;
}

.big-message {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 48px 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;
}

.big-message.grade-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#6d00dc), to(#c03cff));
  background-image: linear-gradient(90deg, #6d00dc, #c03cff);
  color: #fff;
}

.big-message-text {
  margin-right: 24px;
  font-size: 22px;
  line-height: 28px;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-icon {
  width: 20px;
  margin-right: 10px;
  float: left;
}

.button-icon.big {
  width: 24px;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.sg-back-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.sg-back-link:hover {
  border-top-color: #9165f7;
  background-color: #9165f7;
}

.sg-logo {
  width: 40px;
  margin-right: 12px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  -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;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
}

.licence-item-info {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.licence-link-divider {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #dce0e9;
}

.play-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  padding: 18px;
  -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-image: url('../images/play-color.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaf6));
  background-image: url('../images/play-color.svg'), linear-gradient(180deg, #fff, #eaeaf6);
  background-position: 50% 50%, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 4px 12px 0 rgba(48, 54, 77, 0.2);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.play-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.components {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  margin-bottom: -30px;
  margin-left: 8.33%;
  padding-top: 4px;
  -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;
}

.components-link {
  width: 25%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.components-link:hover {
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(89, 98, 115, 0.16);
  color: #9165f7;
}

.password-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;
  margin-top: 40px;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(44, 51, 64, 0.16);
  color: #2f314e;
  text-align: center;
}

.heading-margin-big {
  margin-bottom: 28px;
}

.scroll-icon-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  padding: 16px;
  -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;
}

.scroll-mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaf6));
  background-image: linear-gradient(180deg, #fff, #eaeaf6);
  box-shadow: 0 1px 2px 0 rgba(48, 54, 77, 0.2);
}

.scroll-mouse-wheel {
  width: 4px;
  height: 9px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #9165f7;
}

.faq-nav-link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 12px 16px;
  border-radius: 4px;
  -webkit-transition: padding 400ms ease;
  transition: padding 400ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.faq-nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.faq-nav-link.w--current {
  padding-left: 36px;
  background-image: url('../images/right-white.svg');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.faq-block {
  margin-top: -88px;
  padding-top: 128px;
}

.faq-top-link {
  display: inline-block;
  color: #e6e8f0;
  font-size: 12px;
  text-decoration: underline;
}

.faq-top-link:hover {
  color: #2f314e;
  text-decoration: underline;
}

.footer-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-v4-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v4-link {
  padding: 6px 12px;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #57597c;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-v4-link:hover {
  background-color: #f8f8ff;
  color: #2f314e;
}

.footer-v4-link.dark-bg {
  color: #fff;
}

.footer-v4-link.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.footer-v4-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eaeaf6;
  color: #57597c;
  font-size: 11px;
  line-height: 16px;
}

.footer-v4-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.help-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
}

.help-input {
  width: 100%;
  height: 56px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 19px 24px 20px 52px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 8px;
  background-image: url('../images/search-color.svg');
  background-position: 16px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 16px;
  line-height: 24px;
}

.help-input:hover {
  border-color: #9165f7;
}

.help-input:focus {
  border-color: #9165f7;
}

.help-input::-webkit-input-placeholder {
  color: #a9aec3;
}

.help-input:-ms-input-placeholder {
  color: #a9aec3;
}

.help-input::-ms-input-placeholder {
  color: #a9aec3;
}

.help-input::placeholder {
  color: #a9aec3;
}

.help-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: transparent;
  background-image: url('../images/arrow-right-white.svg'), -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: url('../images/arrow-right-white.svg'), linear-gradient(90deg, #c03cff, #6d00dc);
  background-position: 50% 50%, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}

.help-button:hover {
  width: 56px;
  background-color: rgba(37, 131, 253, 0.12);
  opacity: 1;
}

.search-result-url {
  margin-top: -8px;
  margin-bottom: 8px;
  color: #a9aec3;
  font-size: 12px;
  line-height: 16px;
}

.search-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 11px 11px 30px 0 rgba(89, 98, 115, 0.12);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  color: #2f314e;
}

.search-result:hover {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.feature-card-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 12%;
  -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;
  -webkit-box-flex: 270px;
  -webkit-flex: 270px;
  -ms-flex: 270px;
  flex: 270px;
  border-radius: 8px;
  -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  color: #2f314e;
  text-align: center;
}

.feature-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.article-list {
  display: -ms-grid;
  display: grid;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 8px;
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #2f314e;
  text-decoration: none;
  text-transform: capitalize;
}

.article-link:hover {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(48, 54, 77, 0.12);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.capitalized {
  text-transform: capitalize;
}

.help-categories {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.help-mini-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.help-mini-input {
  height: 48px;
  max-width: 320px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 16px 10px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 5px;
  background-color: #f8f8ff;
  background-image: url('../images/search-color.svg');
  background-position: 16px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
}

.help-mini-input:hover {
  background-color: #fff;
}

.help-mini-input:focus {
  border-color: #9165f7;
  background-color: #fff;
}

.help-mini-input::-webkit-input-placeholder {
  color: #a9aec3;
}

.help-mini-input:-ms-input-placeholder {
  color: #a9aec3;
}

.help-mini-input::-ms-input-placeholder {
  color: #a9aec3;
}

.help-mini-input::placeholder {
  color: #a9aec3;
}

.help-mini-button {
  display: none;
}

.help-article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.related-article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 14px 20px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 8px;
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #2f314e;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.related-article-link:hover {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(48, 54, 77, 0.16);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.sg-logo-text {
  margin-top: 2px;
  padding: 5px 8px;
  -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: hsla(0, 0%, 100%, 0.1);
  border-radius: 3px;
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
}

.sg-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.float-button-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 64px;
  min-width: 64px;
  padding: 20px 16px 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44, 51, 64, 0.12);
}

.float-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -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: #eaeaf6;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.float-button:hover {
  border-color: #e6e8f0;
}

.float-button-list {
  width: auto;
  height: auto;
  padding-bottom: 28px;
}

.float-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  padding-right: 32px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #57597c;
  text-decoration: none;
}

.float-link:hover {
  background-color: #f8f8ff;
}

.float-link-icon {
  width: 24px;
  margin-right: 10px;
}

.float-button-icon {
  width: 24px;
  height: 24px;
}

.float-button-close-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
}

.contact-form-card {
  max-width: 770px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 88px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
}

.contact-form {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.loading-info {
  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-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.about-photo {
  height: 600px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 10px;
  background-image: url('../images/you-x-ventures-bzqU01v-G54-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 40px 0 rgba(89, 98, 115, 0.25);
}

.promo-card {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding: 9px 32px 9px 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44, 51, 64, 0.12), inset 0 0 0 1px #eaeaf6;
}

.promo-card-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}

.promo-card-close {
  position: absolute;
  top: 0px;
  right: -3px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(44, 51, 64, 0.5);
  background-image: url('../images/stop-icon-white.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.promo-card-close:hover {
  background-color: #a9aec3;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.promo-image {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('../images/avatar-08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.promo-card-text {
  margin-bottom: 4px;
}

.nav-dropdown-link-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  color: #2f314e;
  font-size: 14px;
  text-decoration: none;
}

.nav-dropdown-link-v2:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2.w--current {
  color: #2f314e;
  font-weight: 700;
}

.nav-dropdown-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 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;
  -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: #e6e8f0;
  border-radius: 50%;
  color: #9165f7;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.nav-dropdown-circle.color-2-ghost {
  background-color: rgba(252, 55, 98, 0.12);
}

.nav-dropdown-circle.color-3-ghost {
  background-color: rgba(255, 147, 32, 0.12);
}

.nav-dropdown-circle.color-4-ghost {
  background-color: rgba(70, 206, 31, 0.12);
}

.nav-dropdown-circle.color-5-ghost {
  background-color: rgba(142, 42, 240, 0.12);
}

.nav-dropdown-circle.color-6-ghost {
  background-color: rgba(0, 213, 187, 0.12);
}

.nav-dropdown-link-info {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-link-text {
  color: #a9aec3;
  font-size: 12px;
  line-height: 16px;
}

.counter-number {
  margin-bottom: 4px;
  font-family: 'Fira Sans', sans-serif;
  color: #2f314e;
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
}

.pricing-v3 {
  top: 0px;
  min-height: 400px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(48, 54, 77, 0.1);
}

.pricing-v3-plans {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eaeaf6;
  background-color: #fff;
}

.pricing-v3-plans.mobile-sticky {
  display: none;
}

.pricing-v3-plans.bottom {
  border-top: 1px solid #e6e8f0;
}

.pricing-plan-cell {
  width: 25%;
  padding: 24px;
  box-shadow: -1px 0 0 0 #eaeaf6;
  text-align: center;
}

.pricing-plan-cell.no-divider {
  box-shadow: none;
}

.pricing-v3-billing {
  color: #a9aec3;
  font-size: 11px;
  line-height: 16px;
}

.pricing-v3-currency {
  margin-right: 3px;
  margin-left: -12px;
  color: #a9aec3;
  line-height: 20px;
}

.pricing-v3-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -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: 32px;
  line-height: 32px;
}

.pricing-v3-category-header {
  position: -webkit-sticky;
  position: sticky;
  top: 132px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 8px 32px;
  -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-top: 1px solid #eaeaf6;
  border-bottom: 1px solid #eaeaf6;
  background-color: #f8f8ff;
  color: #57597c;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pricing-v3-header {
  top: 260px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-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;
  border-bottom: 1px solid #eaeaf6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-v3-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #eaeaf6;
}

.pricing-v3-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 56px;
  padding: 9px 24px 9px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-v3-cells {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-v3-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 56px;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: -1px 0 0 0 #eaeaf6;
  font-weight: 500;
  text-align: center;
}

.pricing-cell-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../images/check-color.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.pricing-v3-category {
  width: 100%;
}

.pricing-v3-plan-name {
  margin-top: -4px;
}

.pricing-v3-plan-mobile {
  margin-top: -4px;
}

.pricing-v3-cell-description {
  width: 100%;
  margin-bottom: 4px;
  color: #a9aec3;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}

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

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

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

.nav-dropdown-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.testimonials-v1 {
  margin-right: 15px;
  margin-left: 15px;
  grid-column-gap: 30px;
  -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;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
}

.review-v1-text {
  margin: 32px;
  color: #57597c;
}

.review-v1-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e8f0;
}

.testimonials-v1-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.review-v1-avatar {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.review-v1-info {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review-v1-name {
  line-height: 20px;
  font-weight: 500;
}

.review-v1-company {
  margin-top: 2px;
  color: #a9aec3;
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.review-v1-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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;
}

.review-v1-star {
  width: 16px;
  margin-right: 1px;
  margin-left: 1px;
}

.logo-text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.testimonials-v2 {
  height: 440px;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 12px;
  background-color: #9165f7;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  box-shadow: 0 8px 24px -4px rgba(145, 101, 247, 0.7);
}

.slider-arrow {
  left: -28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px;
  -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: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaf6));
  background-image: linear-gradient(180deg, #fff, #eaeaf6);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.slider-arrow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.slider-arrow.right {
  left: auto;
  right: -28px;
}

.slider-arrow.posts-arrow-left {
  left: -56px;
}

.slider-arrow.posts-arrow-right {
  left: auto;
  right: -56px;
}

.slider-arrow-icon {
  width: 100%;
  opacity: 1;
}

.review-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20%;
  padding-bottom: 8px;
  padding-left: 20%;
  -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;
  color: #fff;
}

.review-v2-avatar {
  width: 88px;
  height: 88px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 50%;
}

.review-v2-star {
  width: 16px;
  margin-right: 1px;
  margin-left: 1px;
}

.review-v2-text {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}

.review-v2-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.review-v2-quote {
  position: absolute;
  width: 60px;
}

.review-v2-quote.left {
  left: 64px;
  top: 64px;
  right: auto;
  bottom: auto;
}

.review-v2-quote.right {
  left: auto;
  top: auto;
  right: 64px;
  bottom: 64px;
}

.review-v2-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 4px 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;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.review-v2-author:hover {
  background-color: rgba(48, 54, 77, 0.16);
}

.review-v2-icon {
  width: 16px;
  margin-right: -1px;
  margin-left: 8px;
}

.testimonials-v2-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.review-v2-add-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: -20px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  -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;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 12px 0 rgba(145, 101, 247, 0.2);
  -webkit-transition: letter-spacing 400ms ease, box-shadow 400ms ease;
  transition: letter-spacing 400ms ease, box-shadow 400ms ease;
  color: #9165f7;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.review-v2-add-button:hover {
  box-shadow: 6px 6px 20px -4px rgba(145, 101, 247, 0.4);
  letter-spacing: 1.5px;
}

.review-v2-add-icon {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: url('../images/plus-color.svg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaf6));
  background-image: url('../images/plus-color.svg'), linear-gradient(180deg, #fff, #eaeaf6);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 1px 3px 0 rgba(48, 54, 77, 0.3);
}

.testimonials-v3 {
  z-index: 1;
  width: 520px;
  height: 520px;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #9165f7;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  box-shadow: 0 8px 24px -4px rgba(145, 101, 247, 0.7);
}

.review-v3-quote {
  position: absolute;
  width: 56px;
  opacity: 0.2;
}

.review-v3-quote.left {
  left: 18%;
  top: 18%;
  right: auto;
  bottom: auto;
}

.review-v3-quote.right {
  left: auto;
  top: auto;
  right: 18%;
  bottom: 18%;
}

.review-v3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 72px;
  -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;
  color: #fff;
}

.review-v3-avatar {
  width: 88px;
  height: 88px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 50%;
}

.review-v3-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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;
}

.review-v3-star {
  width: 16px;
  margin-right: 1px;
  margin-left: 1px;
}

.review-v3-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.review-v3-text {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}

.review-v3-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 4px 16px;
  -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: 16px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.review-v3-author:hover {
  background-color: rgba(48, 54, 77, 0.16);
}

.review-v3-icon {
  width: 16px;
  margin-right: -1px;
  margin-left: 8px;
}

.logotypes-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link-small {
  padding: 8px 10px;
}

.logo-link-small.faded {
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logo-link-small.faded:hover {
  opacity: 1;
}

.logo-small {
  height: 24px;
}

.main-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.review-v2-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -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;
}

.review-v2-dots {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: -3%;
  width: 129px;
  height: 140px;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 0px 0px;
  background-size: 12px;
  opacity: 0.12;
}

.reviiew-v2-circle-big {
  position: absolute;
  left: auto;
  top: auto;
  right: 17%;
  bottom: -24%;
  width: 205px;
  opacity: 0.08;
}

.reviiew-v2-circle-small {
  position: absolute;
  left: auto;
  top: -7%;
  right: 4%;
  bottom: auto;
  width: 100px;
  opacity: 0.08;
}

.review-v3-dots {
  position: absolute;
  left: -20%;
  top: 12%;
  right: auto;
  bottom: auto;
  width: 285px;
  height: 95px;
  background-image: url('../images/circle-pattern-color.svg');
  background-position: 0px 0px;
  background-size: 12px;
  opacity: 0.12;
}

.testimonials-v3-wrapper {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.testimonials-v3-circle-big {
  position: absolute;
  left: auto;
  top: -4%;
  right: -4%;
  bottom: auto;
  width: 220px;
  opacity: 0.08;
}

.testimonials-v3-circle-small {
  position: absolute;
  left: -13%;
  top: auto;
  right: auto;
  bottom: -5%;
  width: 120px;
  opacity: 0.08;
}

.dots {
  position: absolute;
  left: 3%;
  top: 25%;
  right: auto;
  bottom: auto;
  width: 297px;
  height: 118px;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 0% 0%;
  background-size: 12px;
  opacity: 0.16;
}

.circle-big {
  position: absolute;
  left: auto;
  top: auto;
  right: 24%;
  bottom: -22%;
  width: 26vw;
  max-width: 480px;
  opacity: 0.16;
}

.circle-small {
  position: absolute;
  left: auto;
  top: 12%;
  right: 7%;
  bottom: auto;
  width: 8vw;
  opacity: 0.16;
}

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

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
  -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;
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
}

.footer-grid {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 32px;
  padding-left: 15px;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer-v2-logo {
  height: 56px;
  margin-bottom: 12px;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16%;
  padding-bottom: 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;
}

.store-badge {
  height: 48px;
}

.store-badge.small {
  height: 40px;
}

.breadcrumbs-arrow {
  width: 17px;
  height: 17px;
  margin: 10px 4px 9px;
  background-image: url('../images/right-dark.svg');
  background-position: 50% 50%;
  background-size: 16px;
  opacity: 0.3;
}

.pricing-v2-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 32px 32px 40px;
  -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-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  color: #fff;
}

.pricing-v2-header.gradient-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb833), to(#f13030));
  background-image: linear-gradient(90deg, #ffb833, #f13030);
}

.pricing-v2-header.gradient-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#50a0ff), to(#0052e2));
  background-image: linear-gradient(90deg, #50a0ff, #0052e2);
}

.pricing-v2-header.gradient-4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#84f796), to(#11aeaf));
  background-image: linear-gradient(90deg, #84f796, #11aeaf);
}

.info-icon {
  width: 100%;
  height: 100%;
  background-image: url('../images/help-circle-dark.svg');
  background-position: 50% 50%;
  background-size: 100%;
  opacity: 0.33;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.info-icon:hover {
  opacity: 1;
}

.pricing-v2-wave {
  position: absolute;
  top: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 48px;
  max-width: none;
}

.wave-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: 4vw;
}

.wave-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 4vw;
}

.pricing-card-dots {
  position: absolute;
  left: -1%;
  top: auto;
  right: auto;
  bottom: 26%;
  width: 99px;
  height: 45px;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 100% 0%;
  background-size: 12px;
  opacity: 0.12;
}

.pricing-card-circle {
  position: absolute;
  left: auto;
  top: -37%;
  right: -11%;
  bottom: auto;
  width: 160px;
  opacity: 0.08;
}

.pricing-v2-billing {
  font-size: 13px;
  line-height: 20px;
}

.icon-full-width {
  width: 100%;
}

.pricing-v1-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  height: 62%;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
}

.pricing-side-features {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-questions {
  width: 83.33%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sidebar-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  -ms-grid-columns: 320px 1fr 320px;
  grid-template-columns: 320px 1fr 320px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.posts-2-cols {
  display: -ms-grid;
  display: grid;
  margin-top: -24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.posts-2-cols.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  color: #57597c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.post-card-heading {
  margin-bottom: 8px;
  text-transform: capitalize;
}

.post-card-category {
  margin-bottom: 12px;
  color: #9165f7;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sidebar-post-heading {
  margin-bottom: 0px;
  text-transform: capitalize;
}

.sidear-post-category {
  margin-bottom: 6px;
  color: #9165f7;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

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

.sidebar-author-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-authors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.post-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  height: 560px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
}

.card-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-bottom: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e8f0;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #57597c;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.card-button:hover {
  color: #9165f7;
}

.post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 32px;
  padding-bottom: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e6e8f0;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  margin-right: -4px;
  margin-left: 11px;
  -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;
}

.heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.posts-3-cols {
  display: -ms-grid;
  display: grid;
  margin-top: -24px;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-info-right {
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.help-category-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 8px;
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  color: #2f314e;
}

.help-category-card:hover {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(48, 54, 77, 0.12);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.article-link-text {
  margin-right: 7px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  line-height: 28px;
}

.sidebar-promo-dots {
  position: absolute;
  left: -2%;
  top: 32%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 59px;
  background-image: url('../images/circle-pattern-white.svg');
  background-position: 100% 0%;
  background-size: 12px;
  opacity: 0.12;
}

.sidebar-promo-circle {
  position: absolute;
  left: auto;
  top: -15%;
  right: -16%;
  bottom: auto;
  width: 41%;
  opacity: 0.08;
}

.sidebar-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 216px;
  margin-bottom: 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;
  border-radius: 8px;
  background-image: url('../images/balazs-ketyi-9VzoRKfBsMM-unsplash-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.sidebar-video:hover {
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.sidebar-video-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-video-time {
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #e6e8f0;
  color: #57597c;
  font-size: 11px;
  line-height: 16px;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 24px 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;
  color: #222;
  cursor: pointer;
}

.accordion-info {
  margin-right: 16px;
  margin-left: 16px;
}

.accordion-card {
  overflow: hidden;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 8px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.accordion-card:hover {
  background-color: #fff;
}

.accordion-arrow {
  position: relative;
  width: 24px;
  height: 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-image: url('../images/right-dark.svg');
  background-position: 50% 50%;
  background-size: 100%;
  opacity: 0.5;
}

.accordion-text {
  margin-right: 16px;
  margin-left: 16px;
  padding-bottom: 32px;
  color: #888;
}

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

.team-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 48px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.team-photo {
  position: relative;
  overflow: hidden;
  width: 128px;
  height: 128px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-photo.big {
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
}

.team-photo-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-links {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: -4px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  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: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.team-social-link:hover {
  opacity: 1;
}

.team-role {
  margin-top: -4px;
  color: #57597c;
}

.team-cards {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-posts-link {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -1px;
  height: 23px;
  padding: 3px 7px 3px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #57597c;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-posts-link:hover {
  border-color: transparent;
  background-color: #9165f7;
  color: #fff;
}

.article-text-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/file-text-dark.svg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.article-icon {
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-left: -4px;
}

.article-icon.sidebar-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  opacity: 0.5;
}

.article-video-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/play-dark.svg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.breadcrumbs-link {
  color: #57597c;
  text-decoration: none;
}

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

.sidebar-articles {
  margin-bottom: -8px;
}

.hero-macbook-v1 {
  display: block;
  width: 120%;
  max-width: none;
  margin-left: -2%;
}

.hero-subscribe {
  position: relative;
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-form-text {
  width: 100%;
  max-width: 390px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  font-size: 11px;
  line-height: 16px;
}

.hero-form {
  width: 400px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 8px;
}

.text-huge {
  font-size: 28px;
  line-height: 40px;
}

.side-accordion {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
}

.accordion-icon {
  width: 24px;
  margin-right: 16px;
}

.iphone-v1-image {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 86%;
}

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  -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;
}

.person-avatar {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.person-info {
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.person-text {
  margin-top: -8px;
  color: #57597c;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.counters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 8px;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 #e6e8f0;
  color: #57597c;
  text-align: center;
}

.question-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  -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;
}

.questions-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: -24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-circle-big {
  position: absolute;
  left: 23%;
  top: -36%;
  right: auto;
  bottom: auto;
  width: 23vw;
  max-width: 480px;
  opacity: 0.08;
}

.hero-dots {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 21%;
  width: 297px;
  height: 118px;
  background-image: url('../images/circle-pattern-color.svg');
  background-position: 0% 0%;
  background-size: 12px;
  opacity: 0.12;
}

.testimonials-v1-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  height: 48%;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
}

.post-slider {
  height: auto;
  background-color: transparent;
}

.post-slide {
  width: 50%;
  height: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

.post-slider-intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: left;
}

.post-slider-mask {
  padding: 20px 12px;
}

.empty-state {
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 4px;
  background-color: transparent;
  color: #57597c;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.promo-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -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: 8px solid #fff;
  border-radius: 8px;
  background-image: url('../images/balazs-ketyi-9VzoRKfBsMM-unsplash-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logotypes-hero-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 96px 15px -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;
}

.header-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  opacity: 0.33;
}

.logotypes-hero-heading {
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-gallery {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 80px 80px 80px 80px 80px;
  grid-template-rows: 80px 80px 80px 80px 80px;
}

.gallery-photo {
  position: relative;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-photo._1 {
  background-image: url('../images/daniel-korpai-qmdPIf5Q5RE-unsplash.jpg');
}

.gallery-photo._2 {
  background-image: url('../images/you-x-ventures-0K7GgiA8lVE-unsplash.jpg');
}

.gallery-photo._4 {
  background-image: url('../images/you-x-ventures-bzqU01v-G54-unsplash.jpg');
}

.gallery-photo._3 {
  background-image: url('../images/daniel-korpai-yAu40E-ZyZI-unsplash.jpg');
}

.gallery-hover {
  position: absolute;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding: 4px 10px 4px 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;
  border-radius: 12px;
  background-color: rgba(48, 54, 77, 0.7);
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}

.gallery-zoom-icon {
  width: 16px;
  margin-right: 4px;
}

.feature-block-image {
  margin-top: 2vw;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 32px 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;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #57597c;
  text-decoration: none;
}

.tab-link:hover {
  color: #9165f7;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #9165f7;
  color: #9165f7;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -32px 15px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e8f0;
}

.tabs-menu.blog-categories {
  margin-top: -48px;
}

.feature-image-big {
  height: 300px;
  margin-bottom: 32px;
}

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12%;
  -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;
  -webkit-box-flex: 270px;
  -webkit-flex: 270px;
  -ms-flex: 270px;
  flex: 270px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
  color: #2f314e;
  text-align: center;
}

.feature-image-medium {
  height: 200px;
  margin-bottom: 24px;
}

.feature-image-small {
  height: 144px;
  margin-bottom: 24px;
}

.dynamic-column {
  grid-row-gap: 60px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.dynamic-column.margin-top {
  margin-top: 100px;
  grid-row-gap: 61px;
}

.hero-sign-up {
  width: 470px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 8px;
}

.hero-macbook-v2 {
  position: relative;
  display: block;
  width: 1200px;
  margin-left: -5%;
  padding-top: 8px;
}

.hero-devices {
  position: relative;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-bg-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  height: 96%;
  background-image: -webkit-gradient(linear, left top, right top, from(#11aeaf), to(#84f796));
  background-image: linear-gradient(90deg, #11aeaf, #84f796);
}

.hero-iphone {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 23%;
  margin-bottom: -8px;
}

.browser-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-bottom: -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;
}

.browser-bg {
  width: 92%;
}

.hero-browser {
  position: absolute;
  z-index: 1;
  width: 770px;
  max-width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 16px 30px 0 rgba(145, 101, 247, 0.3);
}

.browser-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.browser-button {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #a9aec3;
}

.browser-button.red {
  background-color: #f92468;
}

.browser-button.yellow {
  background-color: #ffb543;
}

.browser-button.green {
  background-color: #4ee484;
}

.browser-content {
  min-height: 400px;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  border-radius: 4px;
  background-color: #eaeaf6;
}

.browser-image {
  width: 100%;
}

.ipads-promo {
  width: 92%;
}

.image-block {
  position: relative;
  overflow: hidden;
  height: 447px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(90deg, #c03cff, #6d00dc);
  box-shadow: 0 15px 30px 0 rgba(145, 101, 247, 0.33);
}

.image-block-macbook {
  position: absolute;
  left: -12%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  height: 76%;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
}

.image-block-iphone {
  position: absolute;
  left: 0%;
  top: 12%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 56%;
  max-width: none;
  margin: auto;
}

.search-result-info {
  padding-top: 4px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-image {
  width: 200px;
  height: 152px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-2 {
  margin-top: 12px;
}

.search-result-heading {
  margin-bottom: 8px;
}

._404 {
  font-size: 152px;
  line-height: 128px;
}

.pagination-arrow {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.pagination {
  margin-top: 40px;
}

.pricing-tab-content {
  padding-bottom: 32px;
}

.sidebar-faq-links {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 32px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(180deg, #c03cff, #6d00dc);
  box-shadow: 0 12px 20px -6px rgba(145, 101, 247, 0.5);
  color: #fff;
  text-align: left;
}

.post-card-heading-big {
  margin-top: 4px;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.review-v4-avatar {
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
  border-radius: 50%;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-name {
  margin-bottom: 32px;
}

.text-2-cols {
  color: #57597c;
  font-size: 17px;
  line-height: 28px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.intro-macbook {
  width: 118%;
  max-width: none;
}

.testimonials-v3-nav {
  display: none;
  font-size: 8px;
  line-height: 16px;
}

.testimonials-v2-nav {
  font-size: 8px;
  line-height: 16px;
}

.billing-bonus {
  position: relative;
  bottom: -80px;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.ipad-image {
  position: relative;
  z-index: 1;
  margin-top: 4%;
}

.circle-v1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 35%;
  bottom: 0%;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #9165f7;
  opacity: 0.12;
}

.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 11px 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: 1px;
  border-color: #e6e8f0;
  border-radius: 4px;
  background-color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.info-block.haze {
  background-color: #f8f8ff;
}

.info-block.color-1 {
  border-color: rgba(145, 101, 247, 0.4);
  background-color: rgba(145, 101, 247, 0.08);
}

.bar-close-button {
  position: absolute;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.15);
  background-image: url('../images/x-white.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.bar-close-button:hover {
  background-color: rgba(48, 54, 77, 0.25);
}

.top-message-text {
  margin-right: 12px;
}

.small-message {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  padding: 8px 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;
  background-color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.small-message.gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#9165f7));
  background-image: linear-gradient(90deg, #c03cff, #9165f7);
  color: #fff;
}

.home-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 78px;
  height: 32px;
  -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;
  border-radius: 16px;
  background-color: #eaeaf6;
  background-image: url('../images/home-color.svg');
  background-position: 8px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.home-button-text {
  margin-left: 31px;
}

.coming-soon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  -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: #f8f8ff;
  color: #2f314e;
}

.coming-soon-info {
  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;
  text-align: center;
}

.coming-soon-image {
  width: 100%;
  max-width: 430px;
  margin-top: -12px;
  margin-bottom: 32px;
}

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

.faq-list {
  margin-top: 0px;
  padding-left: 16px;
  color: #57597c;
  list-style-type: decimal;
}

.question-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  padding-bottom: 48px;
  -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;
  border-bottom: 1px solid #e6e8f0;
}

.footer-v4-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-header {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
  border-bottom: 1px solid #e6e8f0;
}

.dropdown-decription {
  margin-top: 4px;
  color: #57597c;
  font-size: 12px;
  line-height: 16px;
}

.text-block-3 {
  padding-left: 1px;
}

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

.top {
  height: 0px;
}

.top-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #9165f7;
  background-image: url('../images/up-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#c03cff), to(#6d00dc));
  background-image: url('../images/up-white.svg'), linear-gradient(180deg, #c03cff, #6d00dc);
  background-position: 50% 50%, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 1px 2px 0 rgba(48, 54, 77, 0.3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.macbook {
  display: block;
  width: 120%;
  max-width: none;
  margin-left: -2%;
}

.hero-text {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}

.hero {
  width: 100%;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}

.feature-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  padding: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57597c), to(#2f314e));
  background-image: linear-gradient(180deg, #57597c, #2f314e);
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.feature-icon.gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(180deg, #c03cff, #6d00dc);
}

.feature-icon.big {
  width: 60px;
  height: 60px;
  padding: 16px;
}

.feature-icon.gradient-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c03cff), to(#6d00dc));
  background-image: linear-gradient(180deg, #c03cff, #6d00dc);
}

.feature-icon.gradient-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb833), to(#f13030));
  background-image: linear-gradient(180deg, #ffb833, #f13030);
}

.feature-icon.gradient-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50a0ff), to(#0052e2));
  background-image: linear-gradient(180deg, #50a0ff, #0052e2);
}

.feature-icon.gradient-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#84f796), to(#11aeaf));
  background-image: linear-gradient(180deg, #84f796, #11aeaf);
}

.feature-icon.gradient-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6d00dc), to(#c03cff));
  background-image: linear-gradient(0deg, #6d00dc, #c03cff);
}

.feature-number {
  position: relative;
  z-index: 2;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.cta-heading {
  font-size: 52px;
  line-height: 60px;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.review-top-line {
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f13030), to(#ffb833));
  background-image: linear-gradient(90deg, #f13030, #ffb833);
}

.footer-logo-name {
  color: #2f314e;
}

.hero-screen {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 24px;
  border-color: #f8f8ff;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 #fff, 0 12px 32px 0 rgba(0, 0, 0, 0.2);
}

.hero-image {
  position: relative;
  display: block;
  width: 1200px;
}

.gradient-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#6d00dc), to(#c03cff));
  background-image: linear-gradient(90deg, #6d00dc, #c03cff);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 970px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.hero-content.no-margin-bottom {
  margin-bottom: 0px;
}

.hero-content.wide {
  max-width: 800px;
}

.hero-content.left {
  width: 100%;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hero-content.left.margin-bottom {
  margin-bottom: 48px;
}

.hero-content.left.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.hero-content.margin-bottom {
  margin-bottom: 80px;
}

.hero-content.full {
  max-width: 100%;
}

.heading-3 {
  color: #2f314e;
}

.feature-circle {
  position: absolute;
  left: -18%;
  top: -11%;
  width: 140%;
  height: 51%;
  border-radius: 100px;
  background-color: #fff;
  opacity: 0.09;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(#11aeaf), to(#84f796));
  background-image: linear-gradient(0deg, #11aeaf, #84f796);
}

.footer-logo-icon {
  width: 66%;
}

.side-illustration {
  max-width: 108%;
}

.link-dark {
  color: #2f314e;
  font-weight: 500;
}

.review-v1-bottom-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e8f0;
}

.review-v1-text-2 {
  margin: 32px;
  color: #57597c;
}

.arrow-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9165f7;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.review-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(48, 54, 77, 0.1);
}

.title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 5px 12px 5px 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 20px;
  background-color: transparent;
  color: #2f314e;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.review-v1-company-2 {
  margin-top: 2px;
  color: #a9aec3;
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media screen and (min-width: 1440px) {
  .post-image {
    max-width: 1370px;
  }
}

@media screen and (min-width: 1920px) {
  .post-image {
    height: 800px;
    max-width: 1470px;
  }
}

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

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

  h3 {
    margin-bottom: 12px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    margin-bottom: 24px;
  }

  blockquote {
    padding: 12px 24px;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .section.top-section {
    margin-top: -64px;
    padding-top: 136px;
    padding-bottom: 104px;
  }

  .section.intro-hero {
    margin-top: -64px;
    padding-top: 128px;
    padding-bottom: 104px;
  }

  .section.hero-v3 {
    margin-top: -64px;
    padding-top: 144px;
  }

  .section.hero-section {
    margin-top: -64px;
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.hero-v1 {
    margin-top: -64px;
    padding-top: 144px;
    padding-bottom: 120px;
  }

  .section.billing-tabs-section {
    margin-top: -64px;
    padding-top: 128px;
  }

  .section.hero-v2 {
    margin-top: -64px;
    padding-top: 144px;
  }

  .section.hero-v5 {
    margin-top: -64px;
    padding-top: 128px;
  }

  .section.light-hero {
    margin-top: -64px;
    padding-top: 128px;
  }

  .section.post-top-section {
    margin-top: -64px;
    padding-top: 128px;
  }

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

  .wrapper.nav-bar-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }

  .button.pricing-cell-button {
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 16px;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .nav-bar {
    height: 64px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    padding: 12px 24px;
    border-radius: 0px;
    background-color: #fff;
    color: #2f314e;
  }

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

  .nav-link.w--current {
    color: #2f314e;
  }

  .nav-link.w--open {
    box-shadow: inset 0 1px 0 0 #eaeaf6;
  }

  .tooltip.sidebar-author-name {
    display: none;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .intro {
    padding-right: 8px;
    padding-left: 8px;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0px;
  }

  .intro.wide {
    max-width: 83.33%;
  }

  .intro.margin-bottom {
    margin-bottom: 64px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-bottom {
    margin-top: 48px;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .brand.footer-v1-brand {
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
  }

  .brand.footer-v4-brand {
    padding-left: 8px;
  }

  .changelog {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .change {
    padding: 24px;
  }

  .nav-menu {
    overflow: scroll;
    max-height: 90vh;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    border-bottom: 1px solid #eaeaf6;
    background-color: #fff;
  }

  .no-padding {
    padding: 0px;
  }

  .no-padding-top {
    padding-top: 0px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0px;
  }

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

  .bg-elements {
    min-height: 420px;
  }

  .sg-sidebar {
    position: relative;
    width: 100%;
    padding-bottom: 0px;
  }

  .sg-sidebar-heading {
    padding: 16px;
  }

  .sg-sidebar-menu {
    padding: 16px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sg-sidebar-link {
    width: auto;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sg-sidebar-link.w--current {
    background-image: -webkit-gradient(linear, left top, right top, from(#c03cff), to(#6d00dc));
    background-image: linear-gradient(90deg, #c03cff, #6d00dc);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .pricing-v1-card {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tab-link-v2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sidebar {
    max-width: 50%;
  }

  .sidebar.sticky {
    position: static;
  }

  .input {
    box-shadow: inset 0 0 0 0 transparent;
  }

  .sidebar-block {
    margin-bottom: 16px;
  }

  .post-card-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sidebar-post-card {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
  }

  .sidebar-post-card:hover {
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .sidebar-post-image {
    width: 72px;
    height: 60px;
    margin-right: 12px;
  }

  .sidebar-author:hover {
    background-color: transparent;
  }

  .sidebar-tags {
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-card {
    overflow: visible;
    padding: 0px;
  }

  .post-card:hover {
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .post-card.big {
    padding: 0px;
  }

  .post-card-image-big {
    height: 31vw;
    margin-bottom: 0px;
  }

  .post-card-image {
    height: 31vw;
  }

  .nav-dropdown-icon {
    display: inline-block;
    margin-right: 24px;
    opacity: 0.4;
  }

  .dropdown-list.w--open {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px 16px 12px;
    border: 1px none #000;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  }

  .dropdown-list.v2.w--open {
    width: 100%;
    margin-left: 0px;
  }

  .nav-dropdown-link {
    padding-left: 24px;
    font-size: 13px;
  }

  .nav-dropdown-link:hover {
    background-color: transparent;
  }

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

  .dropdown-corner {
    display: none;
  }

  .dropdown-bridge {
    display: none;
  }

  .sg-color {
    height: 25vw;
  }

  .cta-card {
    margin-right: 8px;
    margin-left: 8px;
  }

  .breadcrumbs {
    margin-right: 8px;
    margin-left: 8px;
  }

  .features-v8 {
    width: auto;
    margin-right: 4px;
    margin-bottom: 44px;
    margin-left: 4px;
  }

  .feature-v8 {
    font-size: 13px;
    line-height: 20px;
  }

  .feature-v8-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .achievement-text {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 32px;
  }

  .pricing-v2-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .input-wrapper.no-margin {
    margin: 0px;
  }

  .subscribe-v1 {
    padding-right: 8px;
    padding-left: 8px;
    -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;
  }

  .social-icons.subscribe-v1-icons {
    margin-top: 32px;
    margin-right: 0px;
  }

  .subscribe-1-form-wrapper {
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-v1-heading {
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .subscribe-v1-icon {
    width: 32px;
    margin-bottom: 8px;
  }

  .footer-columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-info {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 8px;
    padding-left: 8px;
    -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;
  }

  .footer {
    padding-top: 48px;
  }

  .footer-v3-left {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v3-right {
    padding-right: 8px;
    padding-left: 8px;
  }

  .footer-v3-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }

  .feature-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-block {
    width: 100%;
    padding: 12vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 0 0 0 1px #eaeaf6;
  }

  .top-message {
    padding-right: 48px;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .small-message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .side-tab {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .post-info-top {
    font-size: 11px;
  }

  .post-image {
    width: auto;
    height: 56vw;
    max-width: 100%;
    margin: -40px 16px 48px;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 16px;
  }

  .footer-v1-bottom {
    margin-top: 40px;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-v5 {
    padding-bottom: 72px;
  }

  .testimonials-v5-slide {
    width: 50%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .review-v5 {
    font-size: 15px;
  }

  .review-v5-logo {
    height: 28px;
  }

  .logotypes {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logotypes.v2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-link {
    margin: 12px 8px;
  }

  .logo {
    height: 28px;
  }

  .menu-button {
    z-index: 99999999999;
    background-color: transparent;
  }

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

  .layouts {
    margin-right: -9px;
    margin-bottom: 48px;
    margin-left: -9px;
    border-radius: 0px;
  }

  .layout-box {
    padding: 12%;
  }

  .layout {
    overflow: hidden;
  }

  .post-author {
    margin-top: 0px;
    margin-bottom: 48px;
    padding-right: 16%;
  }

  .big-message {
    padding: 32px;
  }

  .big-message-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-back-link {
    position: relative;
    padding: 16px;
  }

  .licence-item {
    margin-bottom: 20px;
    box-shadow: 0 10px 20px 0 rgba(48, 54, 77, 0.1);
  }

  .play-button {
    width: 64px;
    height: 64px;
    padding: 18px;
  }

  .components {
    margin-right: 0%;
    margin-bottom: -16px;
    margin-left: 0%;
  }

  .components-link {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    padding: 24px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .scroll-icon-link {
    display: none;
  }

  .faq-nav-link:hover {
    background-color: transparent;
  }

  .faq-nav-link.w--current {
    padding-left: 16px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .footer-v4 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .search-result {
    margin-bottom: 24px;
    box-shadow: 7px 7px 20px 0 rgba(89, 98, 115, 0.12);
  }

  .feature-card-hover {
    margin-right: 8px;
    margin-bottom: 32px;
    margin-left: 8px;
    padding-right: 12%;
    padding-left: 12%;
  }

  .article-list {
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    grid-row-gap: 16px;
  }

  .article-link {
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .article-link:hover {
    border-color: #e6e8f0;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .help-categories {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .help-mini-input {
    max-width: 216px;
    box-shadow: inset 0 0 0 0 transparent;
  }

  .help-article.margin-left {
    margin-right: 8px;
    margin-bottom: 48px;
    margin-left: 8px;
  }

  .float-button-wrapper {
    right: 12px;
    bottom: 12px;
  }

  .contact-form-card {
    margin-right: 8px;
    margin-left: 8px;
    padding: 80px;
  }

  .about-photo {
    height: 60vw;
    margin-right: 8px;
    margin-left: 8px;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: transparent;
  }

  .nav-dropdown-link-v2.w--current {
    color: #2f314e;
  }

  .pricing-v3 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .pricing-v3-plans {
    top: 0px;
  }

  .pricing-plan-cell {
    padding: 20px;
  }

  .pricing-v3-category-header {
    top: 124px;
    padding-right: 20px;
    padding-left: 18px;
  }

  .pricing-v3-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-v3-row-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-v3-plan-name {
    font-size: 14px;
  }

  .pricing-v3-plan-mobile {
    font-size: 14px;
  }

  .menu-icon-line-top.dark {
    background-color: #2f314e;
  }

  .menu-icon-line-bottom.dark {
    background-color: #2f314e;
  }

  .menu-icon-line-middle.dark {
    background-color: #2f314e;
  }

  .testimonials-v1 {
    margin-right: 8px;
    margin-left: 8px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-v1-column.mobile-hidden {
    display: none;
  }

  .testimonials-v2 {
    width: 90vw;
    height: 440px;
    max-width: none;
  }

  .slider-arrow.posts-arrow-left {
    display: none;
  }

  .slider-arrow.posts-arrow-right {
    display: none;
  }

  .review-v2 {
    padding-right: 12%;
    padding-bottom: 16px;
    padding-left: 12%;
  }

  .review-v2-quote {
    width: 56px;
  }

  .review-v2-quote.left {
    left: 40px;
    top: 40px;
  }

  .review-v2-quote.right {
    right: 40px;
    bottom: 40px;
  }

  .review-v2-add-button:hover {
    letter-spacing: 0px;
  }

  .logotypes-small {
    max-width: 400px;
  }

  .main-grid {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .review-v2-dots {
    left: 12%;
    bottom: -10%;
  }

  .testimonials-v3-circle-big {
    top: -8%;
    right: 9%;
  }

  .testimonials-v3-circle-small {
    left: 7%;
  }

  .dots {
    left: -14%;
    top: 34%;
    bottom: -10%;
    height: 81px;
  }

  .circle-big {
    bottom: -28%;
    width: 32vw;
  }

  .circle-small {
    top: 20%;
    right: 4%;
    width: 10vw;
  }

  ._2-buttons {
    margin-right: 8px;
    grid-column-gap: 12px;
  }

  .footer-top {
    margin-bottom: 0px;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .footer-grid {
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wave-bottom {
    height: 6vw;
  }

  .wave-top {
    height: 6vw;
  }

  .pricing-card-circle {
    top: -9vw;
    right: -6vw;
    width: 20vw;
  }

  .pricing-v1-gradient {
    height: 70%;
  }

  .main-questions {
    width: 100%;
  }

  .sidebar-grid {
    padding-right: 8px;
    padding-left: 8px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .posts-2-cols {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }

  .posts-2-cols.side-paddings {
    margin-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .sidebar-post-heading {
    font-size: 15px;
    line-height: 24px;
  }

  .sidear-post-category {
    margin-bottom: 4px;
  }

  .post-top {
    height: 360px;
  }

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

  .posts-3-cols {
    margin-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .help-category-card:hover {
    border-color: #e6e8f0;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .sidebar-promo-circle {
    width: 13vw;
  }

  .sidebar-video {
    height: 30vw;
  }

  .team-cards {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-macbook-v1 {
    width: 87%;
  }

  .iphone-v1-image {
    position: static;
    width: 64%;
  }

  .counters {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-circle-big {
    bottom: -19%;
    width: 38vw;
  }

  .hero-dots {
    left: -14%;
    bottom: -10%;
    height: 96px;
  }

  .testimonials-v1-gradient {
    height: 56vw;
  }

  .post-slider {
    width: 92%;
  }

  .post-slide {
    padding-right: 32px;
    padding-left: 0px;
  }

  .post-slider-intro {
    margin-top: 0px;
  }

  .post-slider-mask {
    overflow: visible;
    padding: 0px;
  }

  .promo-video {
    height: 48vw;
  }

  .logotypes-hero-header {
    margin-right: 8px;
    margin-left: 8px;
  }

  .logotypes-hero-heading {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .mini-gallery {
    -ms-grid-rows: 12vw 12vw 12vw 12vw 12vw;
    grid-template-rows: 12vw 12vw 12vw 12vw 12vw;
  }

  .feature-block-image {
    margin-top: 6vw;
  }

  .tab-link {
    padding: 24px 16px;
  }

  .feature-image-big {
    height: 27vw;
  }

  .feature-card {
    padding: 5vw;
  }

  .feature-image-medium {
    height: 27vw;
  }

  .feature-image-small {
    height: 27vw;
  }

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

  .dynamic-column.margin-top {
    margin-top: 0px;
    grid-row-gap: 32px;
  }

  .browser-bg {
    width: 100%;
  }

  .hero-browser {
    width: 76vw;
  }

  .browser-top {
    padding: 8px;
  }

  .browser-button {
    width: 10px;
    height: 10px;
  }

  .browser-content {
    min-height: 30vw;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
  }

  .image-block {
    height: 56vw;
  }

  .search-result-info {
    padding-top: 0px;
  }

  .search-result-image {
    width: 168px;
    height: 128px;
  }

  ._404 {
    font-size: 128px;
    line-height: 104px;
  }

  .sidebar-faq-links {
    padding: 24px;
  }

  .post-card-heading-big {
    font-size: 18px;
    line-height: 24px;
  }

  .layout-name {
    margin-bottom: 24px;
  }

  .circle-v1 {
    right: 40vw;
    width: 40vw;
    height: 40vw;
  }

  .info-block {
    margin-right: 8px;
    margin-left: 8px;
  }

  .small-message {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-button {
    width: 32px;
  }

  .home-button-text {
    display: none;
  }

  .nav-buttons {
    grid-column-gap: 12px;
  }

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

  .macbook {
    width: 87%;
  }

  .cta-heading {
    font-size: 44px;
    line-height: 52px;
  }

  .hero-screen {
    margin-right: 8px;
    margin-left: 8px;
    border-width: 20px;
    border-radius: 20px;
  }

  .hero-content {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero-content.no-margin-bottom {
    margin-bottom: 0px;
  }

  .hero-content.wide {
    max-width: 83.33%;
  }

  .hero-content.margin-bottom {
    margin-bottom: 64px;
  }

  .side-illustration {
    max-width: 116%;
  }
}

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

  h2 {
    font-size: 25px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.top-section {
    margin-top: -60px;
    padding-top: 88px;
    padding-bottom: 80px;
  }

  .section.intro-hero {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .section.hero-v3 {
    margin-top: -60px;
    padding-top: 96px;
  }

  .section.hero-section {
    margin-top: -60px;
    padding-top: 96px;
  }

  .section.hero-v1 {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.billing-tabs-section {
    margin-top: -60px;
    padding-top: 96px;
  }

  .section.hero-v2 {
    margin-top: -60px;
    padding-top: 96px;
  }

  .section.hero-v5 {
    margin-top: -60px;
    padding-top: 96px;
  }

  .section.light-hero {
    margin-top: -60px;
    padding-top: 96px;
  }

  .section.post-top-section {
    margin-top: -60px;
    padding-top: 96px;
  }

  .button.white.hero-button {
    height: 48px;
  }

  .button.pricing-cell-button {
    margin-right: -12px;
    margin-bottom: -8px;
    margin-left: -12px;
  }

  .nav-bar {
    height: 60px;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0px;
  }

  .intro.left.sticky {
    position: static;
  }

  .intro.margin-bottom {
    margin-bottom: 48px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-v3-menu {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link {
    font-size: 13px;
    line-height: 20px;
  }

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

  .brand.footer-v1-brand {
    width: 50%;
    margin-right: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .changelog {
    width: 100%;
  }

  .no-padding {
    padding: 0px;
  }

  .no-padding-top {
    padding-top: 0px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .logo-icon {
    width: 40px;
  }

  .pricing-v1-card {
    padding: 32px;
  }

  .pricing-v1-tag {
    font-size: 40px;
    line-height: 48px;
  }

  .tabs-menu-v2 {
    margin-bottom: 48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar {
    max-width: 320px;
  }

  .input.hero-input {
    height: 56px;
  }

  .simple-form {
    padding-right: 16%;
    padding-left: 16%;
  }

  .cta-card {
    padding-right: 12%;
    padding-left: 12%;
  }

  .features-v8 {
    margin-bottom: 32px;
  }

  .feature-v8 {
    margin: 6px 4px;
  }

  .achievements {
    width: 83.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .achievement {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 1px 1px 0 0 #e6e8f0;
  }

  .review-v9 {
    padding: 6px;
  }

  .pricing-v2-card-info {
    margin-right: 12px;
    margin-left: 12px;
  }

  .input-wrapper.no-margin {
    margin: 0px;
  }

  .feature {
    width: 100%;
  }

  .footer-columns {
    padding-bottom: 0px;
  }

  .footer-v1-info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-icons-small.footer-v4-icons {
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-v3-link {
    margin-right: 8px;
    margin-left: 0px;
  }

  .footer-v3-left {
    width: 100%;
  }

  .footer-v3-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .feature-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .side-tab {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 28px;
    -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;
  }

  .post-image {
    max-height: none;
    margin-top: -24px;
    margin-bottom: 32px;
    box-shadow: 0 10px 20px -5px rgba(48, 54, 77, 0.33);
  }

  .footer-v2-bottom-menu {
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
  }

  .footer-v2-bottom-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-right: 4%;
    padding-left: 4%;
  }

  .slider-nav {
    font-size: 8px;
  }

  .logo {
    height: 28px;
  }

  .layouts {
    margin-bottom: 32px;
  }

  .layout-box {
    padding: 10%;
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
  }

  .post-author-info {
    padding-top: 8px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .big-message {
    padding: 24px;
  }

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

  .components-link {
    padding: 20px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .footer-v4-nav {
    width: 100%;
    padding-top: 24px;
    padding-left: 0px;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v4-link {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .search-result {
    padding: 24px;
  }

  .article-list {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .article-link {
    padding: 20px;
  }

  .help-categories {
    width: 100%;
  }

  .help-mini-form {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .help-mini-input {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }

  .contact-form-card {
    padding: 64px 12%;
  }

  .pricing-v3-plans {
    position: static;
  }

  .pricing-v3-plans.mobile-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .pricing-v3-plans.bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eaeaf6;
  }

  .pricing-plan-cell {
    width: 33.33%;
  }

  .pricing-plan-cell.no-divider {
    display: none;
  }

  .pricing-v3-currency {
    margin-top: 0px;
    margin-left: -11px;
    font-size: 14px;
  }

  .pricing-v3-tag {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-v3-category-header {
    position: static;
    padding-right: 16px;
    padding-left: 14px;
  }

  .pricing-v3-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-v3-row-header {
    width: 100%;
    min-height: 32px;
    padding: 4px 16px;
    border-bottom: 1px solid #eaeaf6;
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-v3-cell {
    min-height: 48px;
    font-size: 13px;
  }

  .pricing-cell-icon {
    width: 20px;
  }

  .pricing-v3-plan-name {
    position: -webkit-sticky;
    position: sticky;
    display: none;
    font-size: 13px;
  }

  .pricing-v3-plan-mobile {
    position: -webkit-sticky;
    position: sticky;
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 13px;
  }

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

  .review-v1-text {
    margin: 24px;
  }

  .review-v1-bottom {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .review-v1-rating {
    width: 100%;
    margin-top: 8px;
    padding-left: 56px;
  }

  .logo-text {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-v2 {
    width: 88vw;
  }

  .slider-arrow {
    left: -24px;
    width: 48px;
    height: 48px;
    padding: 10px;
  }

  .slider-arrow.right {
    right: -24px;
  }

  .review-v2-add-button {
    right: 40px;
  }

  .testimonials-v3 {
    width: 90vw;
    height: 90vw;
  }

  .review-v3-quote {
    width: 48px;
  }

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

  .review-v2-dots {
    bottom: -15%;
    width: 81px;
  }

  .reviiew-v2-circle-big {
    display: none;
  }

  .reviiew-v2-circle-small {
    top: -9%;
  }

  .dots {
    top: 38%;
    width: 226px;
    height: 71px;
  }

  .circle-big {
    right: 14%;
    bottom: -15%;
  }

  .circle-small {
    top: 17%;
    width: 15vw;
  }

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

  .footer-v2-logo {
    height: 48px;
  }

  .pricing-v2-wave {
    height: 32px;
  }

  .pricing-card-dots {
    left: -11%;
  }

  .pricing-card-circle {
    top: -8vw;
    width: 18vw;
  }

  .post-top {
    height: 240px;
  }

  .sidebar-promo-dots {
    width: 231px;
  }

  .sidebar-promo-circle {
    width: 16vw;
  }

  .sidebar-video {
    height: 216px;
  }

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

  .accordion-card {
    margin-bottom: 12px;
  }

  .accordion-text {
    margin-right: 4px;
    margin-left: 4px;
    padding-bottom: 24px;
  }

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

  .hero-subscribe {
    -ms-grid-columns: minmax(200px, 1fr) auto;
    grid-template-columns: minmax(200px, 1fr) auto;
  }

  .hero-form {
    width: 100%;
  }

  .text-huge {
    font-size: 20px;
    line-height: 28px;
  }

  .accordion-icon {
    width: 20px;
    margin-right: 10px;
    margin-left: 1px;
  }

  .counter {
    box-shadow: 1px 1px 0 0 #e6e8f0;
  }

  .hero-circle-big {
    right: 8%;
    bottom: -17%;
    width: 50vw;
  }

  .hero-dots {
    width: 231px;
  }

  .testimonials-v1-gradient {
    height: 62vw;
  }

  .post-slide {
    padding-right: 24px;
  }

  .mini-gallery {
    -ms-grid-rows: 14vw 14vw 14vw 14vw 14vw;
    grid-template-rows: 14vw 14vw 14vw 14vw 14vw;
  }

  .feature-image-big {
    width: 100%;
    height: auto;
  }

  .feature-image-medium {
    height: 25vw;
  }

  .feature-image-small {
    height: 25vw;
  }

  .dynamic-column {
    grid-row-gap: 32px;
  }

  .hero-sign-up {
    width: 100%;
  }

  .browser-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  ._404 {
    font-size: 96px;
    line-height: 80px;
  }

  .sidebar-faq-links {
    padding: 20px;
  }

  .layout-name {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .text-2-cols {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .top-message-text {
    font-size: 13px;
    line-height: 20px;
  }

  .nav-buttons {
    display: none;
  }

  .footer-v4-links {
    margin-left: -8px;
    -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;
  }

  .top-button {
    display: none;
  }

  .cta-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-content.no-margin-bottom {
    margin-bottom: 0px;
  }

  .hero-content.left.sticky {
    position: static;
  }

  .hero-content.margin-bottom {
    margin-bottom: 48px;
  }

  .review-v1-bottom-2 {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .review-v1-text-2 {
    margin: 24px;
  }
}

@media screen and (max-width: 479px) {
  .button.small {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .button.margin-left {
    margin-top: 16px;
    margin-left: 0px;
  }

  .button.pricing-cell-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .utility-page-content {
    width: 100%;
  }

  .no-margin {
    margin: 0px;
  }

  .no-margin-bottom {
    margin-bottom: 0px;
  }

  .intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }

  .intro.wide {
    max-width: 100%;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .nav-menu {
    width: 100%;
  }

  .no-padding {
    padding: 0px;
  }

  .no-padding-top {
    padding-top: 0px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .sidebar {
    max-width: none;
  }

  .input {
    min-width: 0px;
  }

  .input.subscribe-v1-input {
    width: 100%;
    text-align: center;
  }

  .simple-form {
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-card-image-big {
    height: 58vw;
  }

  .post-card-author {
    margin-left: 0px;
    padding-left: 0px;
  }

  .post-card-image {
    height: 58vw;
  }

  .sg-color {
    height: 40vw;
  }

  .cta-card-info {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .subscribe-form {
    width: 100%;
    min-width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

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

  .store-button.side-margins {
    margin: 8px 0px;
  }

  .achievements {
    width: 100%;
  }

  .achievement {
    width: 100%;
  }

  .video-link.margin-left {
    margin-top: 16px;
    margin-left: 0px;
  }

  .input-wrapper.no-margin {
    margin: 0px;
  }

  .subscribe-v1-form {
    width: 100%;
  }

  .feature {
    padding-right: 4%;
    padding-left: 4%;
  }

  .footer-v3-bottom {
    -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;
  }

  .footer-v3-bottom-info {
    margin-top: 20px;
    -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;
  }

  .side-tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-tab {
    padding-right: 24px;
    padding-left: 24px;
  }

  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .footer-v2-bottom-info {
    -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;
  }

  .footer-v1-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-app-link {
    font-size: 12px;
    line-height: 16px;
  }

  .testimonials-v5 {
    padding-bottom: 56px;
  }

  .testimonials-v5-slide {
    width: 100%;
  }

  .feature-icon-left {
    padding-right: 0px;
  }

  .feature-info-right {
    padding-left: 20px;
  }

  .logotypes {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logotypes.v2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-link {
    margin: 0px;
    padding: 8px 12px;
  }

  .logo {
    height: 24px;
  }

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

  .layout-box {
    margin-right: 0px;
    margin-bottom: 0px;
    box-shadow: 0 -1px 0 0 #e6e8f0;
  }

  .big-message {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .big-message-text {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .sg-button-block {
    width: 100%;
  }

  .licence-item {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .licence-item-info {
    margin-top: 8px;
    padding-left: 0px;
    text-align: center;
  }

  .components-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .password-card {
    padding: 40px;
  }

  .footer-v4-nav {
    padding-top: 0px;
    -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;
  }

  .footer-v4-bottom {
    -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;
  }

  .search-result {
    padding: 28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-form-card {
    padding: 40px 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-v3 {
    margin-right: -8px;
    margin-left: -8px;
    border-radius: 0px;
  }

  .pricing-plan-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 8px;
    -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;
  }

  .pricing-v3-billing {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pricing-v3-currency {
    margin-right: 2px;
    margin-left: -10px;
  }

  .pricing-v3-row-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .testimonials-v1 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonials-v2 {
    height: 520px;
  }

  .slider-arrow {
    display: none;
  }

  .review-v2 {
    padding-right: 10%;
    padding-bottom: 32px;
    padding-left: 10%;
  }

  .review-v2-quote.left {
    display: none;
  }

  .review-v2-quote.right {
    display: none;
  }

  .review-v2-add-button {
    left: 0%;
    top: auto;
    right: 0%;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonials-v3 {
    height: 540px;
    border-radius: 12px;
  }

  .review-v3-quote.left {
    left: 24px;
    top: 24px;
  }

  .review-v3-quote.right {
    right: 24px;
    bottom: 24px;
  }

  .review-v3 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .main-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .review-v2-dots {
    bottom: -12%;
  }

  .reviiew-v2-circle-small {
    top: -8%;
  }

  .dots {
    bottom: -12%;
    width: 160px;
    height: 82px;
  }

  .circle-big {
    right: 12%;
    bottom: -11%;
    width: 40vw;
  }

  .circle-small {
    top: 22%;
    right: 6%;
    width: 17vw;
  }

  ._2-buttons {
    width: 100%;
    justify-items: center;
  }

  .footer-top {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-brand {
    margin-bottom: 32px;
  }

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

  .wave-bottom {
    height: 10vw;
  }

  .wave-top {
    height: 10vw;
  }

  .pricing-card-circle {
    width: 30vw;
  }

  .pricing-v1-gradient {
    height: 83%;
  }

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

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

  .posts-2-cols {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .post-top {
    height: 160px;
  }

  .posts-3-cols {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .help-category-card {
    padding: 24px;
  }

  .sidebar-promo-dots {
    bottom: -12%;
  }

  .sidebar-promo-circle {
    top: 6%;
  }

  .sidebar-video {
    height: 60vw;
  }

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

  .hero-macbook-v1 {
    width: 100%;
  }

  .hero-subscribe {
    padding-right: 0%;
    padding-left: 0%;
    -ms-grid-columns: minmax(100%, 1fr);
    grid-template-columns: minmax(100%, 1fr);
  }

  .iphone-v1-image {
    width: 80%;
  }

  .person {
    padding-right: 0px;
  }

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

  .counters {
    width: 100%;
  }

  .counter {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .question-v1 {
    padding-right: 0px;
  }

  .hero-circle-big {
    right: -19.8vw;
    bottom: 12%;
  }

  .hero-dots {
    bottom: -12%;
  }

  .testimonials-v1-gradient {
    height: 112vw;
  }

  .post-slider {
    width: 100%;
  }

  .post-slide {
    width: 100%;
    padding-right: 16px;
  }

  .promo-video {
    height: 64vw;
  }

  .mini-gallery {
    grid-auto-rows: 30vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 30vw;
    grid-template-rows: 30vw;
  }

  .tab-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 1px 0 0 #e6e8f0;
  }

  .tabs-menu {
    display: block;
    border-bottom-style: none;
  }

  .feature-card {
    padding: 10vw;
  }

  .feature-image-medium {
    width: 100%;
    height: auto;
  }

  .feature-image-small {
    width: 100%;
    height: auto;
  }

  .hero-macbook-v2 {
    width: 100%;
  }

  .hero-bg-gradient {
    height: 92%;
  }

  .hero-browser {
    width: 84vw;
  }

  .image-block {
    height: 72vw;
  }

  .search-result-info {
    padding-top: 20px;
    padding-left: 0px;
  }

  .search-result-image {
    width: 100%;
    height: 50vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .intro-macbook {
    width: 104%;
  }

  .testimonials-v3-nav {
    display: block;
    margin-bottom: 12px;
  }

  .testimonials-v2-nav {
    margin-bottom: 20px;
  }

  .ipad-image {
    width: 120vw;
    max-width: none;
  }

  .circle-v1 {
    right: 60vw;
    width: 50vw;
    height: 50vw;
  }

  .nav-buttons {
    width: 100%;
    justify-items: center;
  }

  .question-v2 {
    padding-right: 0px;
  }

  .footer-v4-links {
    margin-right: -16px;
    margin-bottom: 16px;
    padding-right: 0px;
  }

  .macbook {
    width: 100%;
  }

  .hero-screen {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-image {
    width: 100%;
  }

  .hero-content.no-margin-bottom {
    width: 100%;
    margin-bottom: 0px;
  }

  .hero-content.wide {
    max-width: 100%;
  }

  .side-illustration {
    max-width: 106%;
  }
}

#w-node-_3216c4a5-26df-dd7e-332a-30e133c559d9-8966fb3c {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3216c4a5-26df-dd7e-332a-30e133c559ef-8966fb3c {
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4ee8956c-f300-610e-121d-578babd10223-8966fb3c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_4ee8956c-f300-610e-121d-578babd1022c-8966fb3c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_4ee8956c-f300-610e-121d-578babd10235-8966fb3c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e387a-8966fb3c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e3883-8966fb3c {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e38a4-8966fb3c {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a30-5066fb66 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a31-5066fb66 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -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;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-5066fb66 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-ef310464-4936-67d0-9fed-70cd6d72acff-5066fb66 {
  -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-row-align: start;
  align-self: start;
}

#w-node-_1f1d125a-d01b-7410-9598-eb77fd44e901-d1822f9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-_9084dc2f-9ebc-37b5-438c-ee97e2b83875-d1822f9d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_4cccd955-1110-6266-a922-4b5ac4677b9d-d1822f9d {
  -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-_7b1029e0-f17e-0648-c819-12763512d9fb-d1822f9d {
  -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-_63f85f00-be05-c081-0d96-9fc6d1822fb9-d1822f9d {
  -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-_63f85f00-be05-c081-0d96-9fc6d1822fc6-d1822f9d {
  -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: 991px) {
  #w-node-_3216c4a5-26df-dd7e-332a-30e133c559d9-8966fb3c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3216c4a5-26df-dd7e-332a-30e133c559ef-8966fb3c {
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_4ee8956c-f300-610e-121d-578babd10223-8966fb3c {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
  }

  #w-node-_4ee8956c-f300-610e-121d-578babd1022c-8966fb3c {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
  }

  #w-node-_4ee8956c-f300-610e-121d-578babd10235-8966fb3c {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
  }

  #w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e387a-8966fb3c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e3883-8966fb3c {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e38a4-8966fb3c {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a30-5066fb66 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a31-5066fb66 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-5066fb66 {
    -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-_1f1d125a-d01b-7410-9598-eb77fd44e901-d1822f9d {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_9084dc2f-9ebc-37b5-438c-ee97e2b83875-d1822f9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_4cccd955-1110-6266-a922-4b5ac4677b9d-d1822f9d {
    -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-_63f85f00-be05-c081-0d96-9fc6d1822fb9-d1822f9d {
    -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: 767px) {
  #w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e387a-8966fb3c {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e3883-8966fb3c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e38a4-8966fb3c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 6;
    grid-column-end: 8;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a31-5066fb66 {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ef310464-4936-67d0-9fed-70cd6d72acff-5066fb66 {
    -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-_9084dc2f-9ebc-37b5-438c-ee97e2b83875-d1822f9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3216c4a5-26df-dd7e-332a-30e133c559d9-8966fb3c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3216c4a5-26df-dd7e-332a-30e133c559ef-8966fb3c {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4ee8956c-f300-610e-121d-578babd10223-8966fb3c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_4ee8956c-f300-610e-121d-578babd1022c-8966fb3c {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4ee8956c-f300-610e-121d-578babd10235-8966fb3c {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e387a-8966fb3c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e3883-8966fb3c {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dcddcb2d-2ba0-ab6c-78c1-d8b5fe9e38a4-8966fb3c {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a30-5066fb66 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a31-5066fb66 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1f1d125a-d01b-7410-9598-eb77fd44e901-d1822f9d {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_9084dc2f-9ebc-37b5-438c-ee97e2b83875-d1822f9d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_4cccd955-1110-6266-a922-4b5ac4677b9d-d1822f9d {
    -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;
  }
}

