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

body {
  color: #28224b;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 49px;
  font-weight: 700;
  line-height: 1;
}

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

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

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

li {
  margin-bottom: 20px;
}

.header {
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-flex {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image-wrap {
  width: 55%;
}

.hero-content {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button {
  text-align: center;
  background-color: #19ceaf;
  border-radius: 4px;
  padding: 20px 30px;
  transition: background-color .25s;
}

.button:hover {
  background-color: #16c2a4;
}

.button.button-space-top {
  margin-top: 20px;
}

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

.button-outline {
  color: #757ae9;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #757ae9;
  border-radius: 4px;
  margin-left: 20px;
  padding: 20px 30px;
}

.paragraph {
  color: #7e828f;
}

.button-wrapper {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.logo-section {
  padding: 60px 3%;
}

.small-title {
  color: #353448;
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-wrap {
  min-height: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.content-section {
  padding: 100px 3%;
}

.content-section.bg-gradient {
  background-image: linear-gradient(#f5f7ff, #fff);
}

.content-section.bg-gradient-reversed {
  background-image: linear-gradient(#fff, #f5f7ff);
}

.content-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.content-image {
  width: 100%;
}

.feature-wrap {
  align-items: center;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.feature-icon {
  width: 35px;
  margin-right: 16px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-small {
  color: #7e828f;
}

.style-guide-heading {
  color: #fff;
  margin-top: 0;
  font-size: 54px;
  line-height: 60px;
}

.highlight-default {
  background-color: rgba(255, 171, 0, .23);
}

.q2 {
  border-left-color: #19ceaf;
  font-style: italic;
  font-weight: 500;
}

.block-detail {
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.style-guide-header {
  min-height: 480px;
  background-color: #757ae9;
  background-image: url('../images/CTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 140px 5%;
  display: flex;
}

.title-grey {
  color: #758ca5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.menu-title {
  border-bottom: 1px solid rgba(35, 42, 49, .13);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.menu-link {
  min-height: 40px;
  color: #4e5d78;
  border-left: 4px solid #f5fafd;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  background-color: #f5fafd;
  border-left-color: #19ceaf;
}

.menu-link.w--current {
  background-color: #f5fafc;
  border-left: 4px solid #19ceaf;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}

.menu-bottom {
  min-height: 110px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.style-guide-hero {
  min-height: 640px;
  background-color: #757ae9;
  background-image: url('../images/CTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.strikethrough {
  text-decoration: line-through;
}

.content-container {
  width: 100%;
  max-width: 900px;
  margin: 45px auto 80px;
}

.underline {
  text-decoration: underline;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.block {
  margin-bottom: 45px;
}

.p4 {
  max-width: 600px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.style-guide-section {
  padding: 100px 3%;
}

.mobile-navigation {
  display: none;
}

.colour {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px rgba(82, 76, 76, .06);
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.style-guide-navigation {
  width: 15%;
  height: 100%;
  min-height: 100vh;
  min-width: 250px;
  background-color: #fff;
  border-right: 1px solid rgba(35, 42, 49, .13);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.p1 {
  max-width: 600px;
  color: #617283;
  font-size: 18px;
  font-weight: 400;
}

.header-h3 {
  color: #232936;
  font-size: 30px;
}

.menu-top {
  border-bottom: 1px solid rgba(35, 42, 49, .13);
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.container-tight {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.size-detail {
  color: #19ceaf;
  margin-left: 8px;
}

.colour-text {
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 14px;
  display: flex;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.style-guide-content {
  width: 85%;
  background-color: #fff;
  border-right: 1px solid rgba(23, 48, 73, .05);
}

.active-bar {
  width: 0%;
  background-color: #f5f7fd;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.p2 {
  max-width: 600px;
  font-size: 16px;
}

.logo-style-guide {
  margin-right: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.menu {
  border-bottom: 1px solid rgba(23, 48, 73, .09);
  overflow: auto;
}

.p3 {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.style-guide {
  align-items: flex-start;
  display: flex;
}

.paragraph-light {
  max-width: 500px;
  color: rgba(245, 247, 253, .65);
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.span-opacity {
  color: rgba(255, 255, 255, .61);
  font-weight: 500;
}

.menu-text {
  color: rgba(23, 48, 73, .39);
  letter-spacing: 2px;
  font-weight: 500;
}

.colour-block {
  height: 120px;
  background-color: #757ae9;
}

.colour-block.c2 {
  background-color: #19ceaf;
}

.colour-block.c6 {
  background-image: linear-gradient(#e3ebff, #fff);
}

.colour-block.c8 {
  background-color: #28224b;
}

.colour-block.c3 {
  background-color: #f8f9fd;
}

.colour-block.c9 {
  background-color: #617283;
}

.heading-white {
  color: #fff;
  margin-top: 0;
  font-size: 54px;
  line-height: 60px;
}

.content-section-02 {
  background-image: linear-gradient(#f5f7ff, #fff);
  padding: 100px 3%;
  overflow: hidden;
}

.licence-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  width: 100%;
  height: 100%;
  max-width: 500px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.licence-wrap {
  min-height: 170px;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licence-image-pattern {
  object-fit: cover;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.title-wrap.title-padding {
  margin-bottom: 80px;
}

.feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.legal-text {
  margin-top: 25px;
}

.navbar {
  box-shadow: none;
  background-color: #fff;
  border-bottom: 1px solid #f8f9fd;
  align-items: center;
  padding: 25px 3%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner {
  min-height: 50px;
  color: #fff;
  background-color: #757ae9;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.banner-wrap {
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrap-01 {
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50px;
  margin-right: 10px;
  padding: 8px 15px;
  font-size: 12px;
}

.navigation-left, .navigation-right {
  align-items: center;
  display: flex;
}

.brand {
  margin-right: 40px;
}

.button-blue {
  text-align: center;
  background-color: #757ae9;
  border-radius: 4px;
  padding: 16px 25px;
}

.pricing-section {
  background-color: #f5f7ff;
  padding: 100px 3% 140px;
}

.legal {
  color: #353448;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.footer-legal-dark {
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, .07);
  justify-content: space-between;
  margin-top: 100px;
  padding-top: 55px;
  font-size: 15px;
  display: flex;
}

.logo-social {
  width: 18px;
}

.social-link-circle {
  background-color: #757ae9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 8px;
  display: flex;
}

.footer-link {
  color: #353448;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.social-icon-wrap-circles {
  margin-top: 20px;
  display: flex;
}

.title {
  color: #28224b;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-section {
  min-height: 640px;
  background-color: #4c50b1;
  background-image: url('../images/CTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  display: flex;
}

.title-wrap-centre {
  max-width: 720px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-plain {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.3;
}

.header-secondary {
  min-height: 420px;
  background-color: #757ae9;
  background-image: url('../images/CTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
}

.faq-grid {
  grid-template-rows: auto;
}

.faq-question-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.faq-question-bar {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: #2e2e3d;
  font-size: 18px;
  font-weight: 500;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  color: #7e828f;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-wrap {
  width: 35px;
  height: 35px;
  background-color: #e8faf7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 8px;
  display: flex;
}

.faq-column-wrapper {
  padding-right: 30px;
}

.content-block {
  padding-left: 35px;
  padding-right: 35px;
}

.hero-h1 {
  max-width: 580px;
  color: #28224b;
  letter-spacing: -.4px;
  margin-bottom: 20px;
}

.hero-paragraph {
  max-width: 420px;
  color: #7e828f;
}

.return-top {
  width: 50px;
  height: 50px;
  background-color: #19ceaf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 25px;
}

.nav-link {
  opacity: .8;
  color: #353448;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

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

.feature-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.feature-section {
  background-color: #f5f7ff;
  padding: 100px 3%;
  position: relative;
  overflow: hidden;
}

.image-wrapper-right {
  padding: 15px;
}

.content-h2 {
  margin-bottom: 24px;
  line-height: 1.1;
}

.pattern-left {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -25px;
  left: 0%;
  right: auto;
}

.footer-logo {
  margin-bottom: 25px;
}

.detail-text {
  margin-left: 12px;
}

.image-wrapper {
  padding: 15px;
}

.pricing {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-card {
  min-height: 500px;
  background-color: #fff;
  border-radius: 15px;
  padding: 34px;
}

.pricing-card.pricing-shadow {
  box-shadow: 3px 50px 50px -30px rgba(53, 52, 72, .21);
}

.type-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.pricing-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pricing-strike {
  color: #7e828f;
  text-decoration: line-through;
}

.check-holder {
  margin-top: 40px;
  margin-bottom: 60px;
}

.check-wrap {
  align-items: center;
  margin-bottom: 16px;
  font-weight: 500;
  display: flex;
}

.check {
  margin-right: 20px;
}

.pricing-h3 {
  margin-bottom: 0;
  font-size: 28px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #f5f7ff;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.container-404 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #19ceaf;
}

.utility-page-form {
  width: 100%;
  max-width: 420px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field {
  min-height: 55px;
  border: 1px #000;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.utility-h2 {
  color: #28224b;
  text-align: center;
  margin-bottom: 35px;
}

.licence-grid-4x {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.change-log-wrap {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 45px;
  display: flex;
}

.title-large {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.new-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #19ceaf;
  border-radius: 50px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.testimonial-photo {
  width: 100%;
  max-width: 540px;
}

.icon-block {
  width: 90px;
  height: 90px;
  background-color: #f7f8ff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: inset 4px 4px 3px #fff, 0 12px 50px 12px rgba(156, 181, 247, .19);
}

.icon-block.icon-block-space {
  margin-bottom: 20px;
}

.lottie-animation {
  max-width: 400px;
  margin-bottom: 100px;
}

.month-span {
  color: #7e828f;
  font-size: 18px;
}

.webflow-link {
  color: #757ae9;
}

.button-buy {
  text-align: center;
  background-color: #19ceaf;
  border-radius: 4px;
  padding: 20px 30px;
  transition: background-color .25s;
}

.button-buy:hover {
  background-color: #16c2a4;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.utility-image {
  margin-bottom: 30px;
}

.update-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #757ae9;
  border-radius: 50px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.image {
  padding-left: 50px;
  padding-right: 50px;
}

.rich-text-block {
  padding-top: 60px;
}

.paragraph-2 {
  padding-top: 28px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 80px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    width: 100%;
  }

  .hero-content {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .logo-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .content-grid {
    grid-template-columns: 1fr;
  }

  .content-image {
    max-width: 500px;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .style-guide-header {
    min-height: 420px;
  }

  .button-grid, .colour-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-navigation {
    z-index: 99;
    transform: translate(0);
  }

  .style-guide-content {
    width: 100%;
  }

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

  .licence-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid {
    grid-row-gap: 41px;
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    position: relative;
  }

  .navigation-right {
    display: none;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .faq-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 50px 80px -30px rgba(53, 52, 72, .2);
  }

  .menu-button {
    background-color: rgba(126, 130, 143, .1);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #19ceaf;
  }

  .pattern-left {
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

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

  .pricing {
    grid-row-gap: 41px;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    min-height: auto;
  }

  .type-wrap {
    margin-bottom: 20px;
  }

  .check-holder {
    margin-top: 20px;
  }

  .icon {
    display: block;
  }

  .container-404 {
    flex-wrap: wrap;
  }

  .licence-grid-4x {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 60px;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .style-guide-hero {
    padding-bottom: 160px;
  }

  .mobile-navigation {
    min-height: 80px;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .colour {
    margin-bottom: 25px;
  }

  .style-guide-navigation {
    display: none;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq-column-wrapper {
    padding-right: 0;
  }

  .content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .detail-text {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 60px;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .button.button-full {
    max-width: none;
  }

  .button-outline {
    width: 100%;
    max-width: 250px;
    margin-left: 0;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-wrap {
    flex-wrap: wrap;
  }

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

  .feature-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .banner {
    display: none;
  }

  .legal {
    margin-right: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .question-title {
    flex: 1;
  }

  .faq-wrap {
    margin-right: 15px;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .pricing {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-wrap {
    flex-wrap: wrap;
  }

  .button-buy {
    white-space: nowrap;
  }
}

#w-node-_45f748af-3c16-92be-1d07-06a8dd2461bf-d986001f {
  align-self: start;
}

#w-node-_290e647b-b0f7-b34d-8252-95d7d6426eb9-d986001f, #w-node-e77db9e4-a853-fb21-d2a7-ef2746af3fcd-d986001f, #w-node-befe4689-9309-4cf3-f13f-89963b5d9ef8-d986001f, #w-node-_037fb64e-d789-8c40-0e7d-0625076bb596-d986001f {
  align-self: center;
}

#w-node-fb07e557-7789-d040-aadb-a4feec956a05-ec956a02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb07e557-7789-d040-aadb-a4feec956a10-ec956a02 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fb07e557-7789-d040-aadb-a4feec956a2f-ec956a02 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e31cd1eb-60ad-5ce5-1dc7-bd98ad7da15b-62860026, #w-node-e31cd1eb-60ad-5ce5-1dc7-bd98ad7da15d-62860026, #w-node-e31cd1eb-60ad-5ce5-1dc7-bd98ad7da15f-62860026 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e77db9e4-a853-fb21-d2a7-ef2746af3fcd-d986001f {
    order: 9999;
  }

  #w-node-fb07e557-7789-d040-aadb-a4feec956a05-ec956a02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb07e557-7789-d040-aadb-a4feec956a05-ec956a02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fb07e557-7789-d040-aadb-a4feec956a10-ec956a02 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fb07e557-7789-d040-aadb-a4feec956a2f-ec956a02 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb07e557-7789-d040-aadb-a4feec956a05-ec956a02 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fb07e557-7789-d040-aadb-a4feec956a10-ec956a02 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-fb07e557-7789-d040-aadb-a4feec956a2f-ec956a02 {
    grid-area: 3 / 1 / 4 / 4;
  }
}


