.button-primary {
  color: inherit;
  display: block;
  text-decoration: none;
  align-items: center;
  color: #fff;
  background: #6f2c91;
  border: 1px solid #6f2c91;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  padding: 0 16px;
  position: relative;
  white-space: nowrap;
}
.button-primary,
.button-primary:hover {
  transition: background-color 0.2s linear, border-color 0.2s linear;
}
.button-primary:hover {
  color: #fff;
  background: #42145f;
  border: 1px solid #42145f;
}
@media screen and (min-width: 1024px) {
  .button-primary {
    padding: 0 32px;
  }
}
.button-primary-hollow {
  color: inherit;
  display: block;
  text-decoration: none;
  align-items: center;
  color: #6f2c91;
  border: 1px solid #6f2c91;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  padding: 0 16px;
  position: relative;
  white-space: nowrap;
}
.button-primary-hollow,
.button-primary-hollow:hover {
  background: transparent;
  transition: background-color 0.2s linear, border-color 0.2s linear;
}
.button-primary-hollow:hover {
  color: #42145f;
  border: 1px solid #42145f;
}
@media screen and (min-width: 1024px) {
  .button-primary-hollow {
    padding: 0 32px;
  }
}
.button-secondary {
  color: inherit;
  display: block;
  text-decoration: none;
  align-items: center;
  color: #fff;
  background: #00b1ba;
  border: 1px solid #00b1ba;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  padding: 0 16px;
  position: relative;
  white-space: nowrap;
}
.button-secondary,
.button-secondary:hover {
  transition: background-color 0.2s linear, border-color 0.2s linear;
}
.button-secondary:hover {
  color: #fff;
  background: #28818d;
  border: 1px solid #28818d;
}
@media screen and (min-width: 1024px) {
  .button-secondary {
    padding: 0 32px;
  }
}
.button-secondary-hollow {
  color: inherit;
  display: block;
  text-decoration: none;
  align-items: center;
  color: #00b1ba;
  border: 1px solid #00b1ba;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  padding: 0 16px;
  position: relative;
  white-space: nowrap;
}
.button-secondary-hollow,
.button-secondary-hollow:hover {
  background: transparent;
  transition: background-color 0.2s linear, border-color 0.2s linear;
}
.button-secondary-hollow:hover {
  color: #28818d;
  border: 1px solid #28818d;
}
@media screen and (min-width: 1024px) {
  .button-secondary-hollow {
    padding: 0 32px;
  }
}
.button-white {
  color: inherit;
  display: block;
  text-decoration: none;
  align-items: center;
  color: #6f2c91;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  padding: 0 16px;
  position: relative;
  white-space: nowrap;
}
.button-white,
.button-white:hover {
  transition: background-color 0.2s linear, border-color 0.2s linear;
}
.button-white:hover {
  color: #6f2c91;
  background: #f6f4f7;
  border: 1px solid #f6f4f7;
}
@media screen and (min-width: 1024px) {
  .button-white {
    padding: 0 32px;
  }
}
.button-white-hollow {
  color: inherit;
  display: block;
  text-decoration: none;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  padding: 0 16px;
  position: relative;
  white-space: nowrap;
}
.button-white-hollow,
.button-white-hollow:hover {
  background: transparent;
  transition: background-color 0.2s linear, border-color 0.2s linear;
}
.button-white-hollow:hover {
  color: #f6f4f7;
  border: 1px solid #f6f4f7;
}
@media screen and (min-width: 1024px) {
  .button-white-hollow {
    padding: 0 32px;
  }
}
.big-button-grey {
  background: #ececef;
  max-width: 100vw;
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .big-button-grey {
    padding: 32px;
  }
}
.big-button-grey {
  display: flex;
  justify-content: center;
}
.big-button-white {
  background: #fff;
  max-width: 100vw;
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .big-button-white {
    padding: 32px;
  }
}
.big-button-white {
  display: flex;
  justify-content: center;
}
.big-button-off-white {
  background: #fafafa;
  max-width: 100vw;
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .big-button-off-white {
    padding: 32px;
  }
}
.big-button-off-white {
  display: flex;
  justify-content: center;
}
.big-button-purple {
  background: #6f2c91;
  max-width: 100vw;
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .big-button-purple {
    padding: 32px;
  }
}
.big-button-purple {
  display: flex;
  justify-content: center;
}
.big-button-dark-purple {
  background: #42145f;
  max-width: 100vw;
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .big-button-dark-purple {
    padding: 32px;
  }
}
.big-button-dark-purple {
  display: flex;
  justify-content: center;
}
.big-button-beige {
  background: #f0f1ec;
  max-width: 100vw;
  overflow: hidden;
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .big-button-beige {
    padding: 32px;
  }
}
.big-button-beige {
  display: flex;
  justify-content: center;
}
.big-button-container {
  display: flex;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .big-button-container {
    margin: 0 auto;
    max-width: 1024px;
  }
}
.big-button-button {
  margin: 0 16px 0 0;
  padding: 24px 32px;
}
.big-button-button:last-child {
  margin: 0;
}
.big-text-container-grey {
  background: #ececef;
  text-align: center;
  margin: 0;
  padding: 16px;
}
.big-text-container-white {
  background: #fff;
  text-align: center;
  margin: 0;
  padding: 16px;
}
.big-text-container-off-white {
  background: #fafafa;
  text-align: center;
  margin: 0;
  padding: 16px;
}
.big-text-container-purple {
  background: #6f2c91;
  text-align: center;
  margin: 0;
  padding: 16px;
}
.big-text-container-dark-purple {
  background: #42145f;
  text-align: center;
  margin: 0;
  padding: 16px;
}
.big-text-container-beige {
  background: #f0f1ec;
  text-align: center;
  margin: 0;
  padding: 16px;
}
.big-text-text-primary {
  display: block;
  font-size: 42px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .big-text-text-primary {
    font-size: 72px;
  }
}
.big-text-text-primary {
  color: #6f2c91;
}
.big-text-text-secondary {
  display: block;
  font-size: 42px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .big-text-text-secondary {
    font-size: 72px;
  }
}
.big-text-text-secondary {
  color: #00b1ba;
}
.blog-index-list-item {
  color: inherit;
  display: block;
  text-decoration: none;
  display: flex;
  margin: 32px 16px;
  max-width: 960px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-index-list-item {
    margin: 32px auto;
  }
}
.blog-index-list-item-image {
  box-shadow: 0 0 0 1px #6f2c91;
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .blog-index-list-item-image {
    width: 360px;
  }
}
.blog-index-list-item-image-mobile {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .blog-index-list-item-image-mobile {
    display: none;
  }
}
.blog-index-list-item-image-desktop {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .blog-index-list-item-image-desktop {
    display: block;
  }
}
.blog-index-list-item-text {
  margin: 0 16px;
}
.blog-index-list-item-title {
  font-size: 20px;
  font-weight: 400;
  margin: 32px 0 16px;
}
@media screen and (min-width: 1024px) {
  .blog-index-list-item-title {
    font-size: 24px;
  }
}
.blog-index-list-item-publication-author {
  font-weight: 700;
}
.blog-post-image-grey {
  background: #ececef;
  display: block;
  margin: 32px 16px;
  max-width: 960px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-post-image-grey {
    margin: 32px auto;
  }
}
.blog-post-image-white {
  background: #fff;
  display: block;
  margin: 32px 16px;
  max-width: 960px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-post-image-white {
    margin: 32px auto;
  }
}
.blog-post-image-off-white {
  background: #fafafa;
  display: block;
  margin: 32px 16px;
  max-width: 960px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-post-image-off-white {
    margin: 32px auto;
  }
}
.blog-post-image-purple {
  background: #6f2c91;
  display: block;
  margin: 32px 16px;
  max-width: 960px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-post-image-purple {
    margin: 32px auto;
  }
}
.blog-post-image-dark-purple {
  background: #42145f;
  display: block;
  margin: 32px 16px;
  max-width: 960px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-post-image-dark-purple {
    margin: 32px auto;
  }
}
.blog-post-image-beige {
  background: #f0f1ec;
  display: block;
  margin: 32px 16px;
  max-width: 960px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-post-image-beige {
    margin: 32px auto;
  }
}
.blog-post-image-image {
  display: block;
  width: 100%;
}
.blog-post-image-caption {
  color: #4c4c4c;
  font-style: italic;
  margin: 12px 0;
}
.blog-post-text-grey {
  background: #ececef;
  margin: 64px 0;
  position: relative;
}
.blog-post-text-white {
  background: #fff;
  margin: 64px 0;
  position: relative;
}
.blog-post-text-off-white {
  background: #fafafa;
  margin: 64px 0;
  position: relative;
}
.blog-post-text-purple {
  background: #6f2c91;
  margin: 64px 0;
  position: relative;
}
.blog-post-text-dark-purple {
  background: #42145f;
  margin: 64px 0;
  position: relative;
}
.blog-post-text-beige {
  background: #f0f1ec;
  margin: 64px 0;
  position: relative;
}
.blog-post-text-content {
  font-size: 1em;
  margin: 0 16px;
  max-width: 960px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .blog-post-text-content {
    margin: 0 auto;
  }
}
.blog-post-text-heading-1 {
  font-size: 32px;
  font-weight: 400;
  margin: 32px 0 16px;
}
@media screen and (min-width: 1024px) {
  .blog-post-text-heading-1 {
    font-size: 36px;
  }
}
.blog-post-text-heading-1 {
  color: #4c4c4c;
}
.blog-post-text-heading-2 {
  font-size: 32px;
  font-weight: 400;
  margin: 32px 0 16px;
}
@media screen and (min-width: 1024px) {
  .blog-post-text-heading-2 {
    font-size: 36px;
  }
}
.blog-post-text-heading-2 {
  color: #4c4c4c;
}
.blog-post-text-heading-3 {
  font-size: 20px;
  font-weight: 400;
  margin: 32px 0 16px;
}
@media screen and (min-width: 1024px) {
  .blog-post-text-heading-3 {
    font-size: 24px;
  }
}
.blog-post-text-heading-3 {
  color: #6f2c91;
}
.blog-post-text-heading-paragraph {
  color: #4c4c4c;
}
.blog-post-text-heading-link {
  color: inherit;
}
.blog-post-text-list {
  color: #4c4c4c;
  padding: 0;
  margin: 0 0 16px 16px;
}
.blog-post-text-list-item {
  padding: 0;
  margin: 0 0 8px;
}
.breakout-content-grey {
  background: #ececef;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  min-height: 80vh;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breakout-content-grey {
    min-height: 80vh;
  }
}
.breakout-content-white {
  background: #fff;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  min-height: 80vh;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breakout-content-white {
    min-height: 80vh;
  }
}
.breakout-content-off-white {
  background: #fafafa;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  min-height: 80vh;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breakout-content-off-white {
    min-height: 80vh;
  }
}
.breakout-content-purple {
  background: #6f2c91;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  min-height: 80vh;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breakout-content-purple {
    min-height: 80vh;
  }
}
.breakout-content-dark-purple {
  background: #42145f;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  min-height: 80vh;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breakout-content-dark-purple {
    min-height: 80vh;
  }
}
.breakout-content-beige {
  background: #f0f1ec;
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  min-height: 80vh;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breakout-content-beige {
    min-height: 80vh;
  }
}
.breakout-content-image {
  display: block;
  width: 100%;
}
.breakout-content-text-container {
  margin: 0 auto;
  max-width: 1024px;
  padding: 32px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1088px) {
  .breakout-content-text-container {
    padding: 32px 0;
  }
}
.breakout-content-text-grey {
  color: #ececef;
}
.breakout-content-text-white {
  color: #fff;
}
.breakout-content-text-off-white {
  color: #fafafa;
}
.breakout-content-text-purple {
  color: #6f2c91;
}
.breakout-content-text-dark-purple {
  color: #42145f;
}
.breakout-content-text-beige {
  color: #f0f1ec;
}
.breakout-content-heading2-grey {
  color: #ececef;
}
.breakout-content-heading2-white {
  color: #fff;
}
.breakout-content-heading2-off-white {
  color: #fafafa;
}
.breakout-content-heading2-purple {
  color: #6f2c91;
}
.breakout-content-heading2-dark-purple {
  color: #42145f;
}
.breakout-content-heading2-beige {
  color: #f0f1ec;
}
.breakout-content-heading3-grey {
  color: #ececef;
}
.breakout-content-heading3-white {
  color: #fff;
}
.breakout-content-heading3-off-white {
  color: #fafafa;
}
.breakout-content-heading3-purple {
  color: #6f2c91;
}
.breakout-content-heading3-dark-purple {
  color: #42145f;
}
.breakout-content-heading3-beige {
  color: #f0f1ec;
}
.breakout-content-text-link-grey {
  color: #ececef;
}
.breakout-content-text-link-white {
  color: #fff;
}
.breakout-content-text-link-off-white {
  color: #fafafa;
}
.breakout-content-text-link-purple {
  color: #6f2c91;
}
.breakout-content-text-link-dark-purple {
  color: #42145f;
}
.breakout-content-text-link-beige {
  color: #f0f1ec;
}
.breakout-image-grey {
  background: #ececef;
  padding: 32px 16px 64px;
  position: relative;
}
.breakout-image-white {
  background: #fff;
  padding: 32px 16px 64px;
  position: relative;
}
.breakout-image-off-white {
  background: #fafafa;
  padding: 32px 16px 64px;
  position: relative;
}
.breakout-image-purple {
  background: #6f2c91;
  padding: 32px 16px 64px;
  position: relative;
}
.breakout-image-dark-purple {
  background: #42145f;
  padding: 32px 16px 64px;
  position: relative;
}
.breakout-image-beige {
  background: #f0f1ec;
  padding: 32px 16px 64px;
  position: relative;
}
.breakout-image-image {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.breakout-video-grey {
  background: #ececef;
  padding: 16px 0;
  position: relative;
}
.breakout-video-white {
  background: #fff;
  padding: 16px 0;
  position: relative;
}
.breakout-video-off-white {
  background: #fafafa;
  padding: 16px 0;
  position: relative;
}
.breakout-video-purple {
  background: #6f2c91;
  padding: 16px 0;
  position: relative;
}
.breakout-video-dark-purple {
  background: #42145f;
  padding: 16px 0;
  position: relative;
}
.breakout-video-beige {
  background: #f0f1ec;
  padding: 16px 0;
  position: relative;
}
.breakout-video-container {
  box-shadow: 0 0 10px #ececef;
  margin: 0 16px;
  max-width: 1024px;
}
@media screen and (min-width: 1024px) {
  .breakout-video-container {
    margin: 0 auto;
  }
}
.columns-grey {
  background: #ececef;
}
.columns-grey,
.columns-white {
  padding: 16px 0;
  position: relative;
}
.columns-white {
  background: #fff;
}
.columns-off-white {
  background: #fafafa;
  padding: 16px 0;
  position: relative;
}
.columns-purple {
  background: #6f2c91;
  padding: 16px 0;
  position: relative;
}
.columns-dark-purple {
  background: #42145f;
  padding: 16px 0;
  position: relative;
}
.columns-beige {
  background: #f0f1ec;
  padding: 16px 0;
  position: relative;
}
.columns-list {
  list-style: none;
  padding: 0;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}
@media screen and (min-width: 720px) {
  .columns-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.columns-list-item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 16px 32px;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .columns-list-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .columns-list-item {
    width: 33%;
  }
}
.columns-icon {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  width: 46px;
  height: 60px;
  margin: 0 8px 16px 0;
  position: relative;
}
.columns-text-heading3 {
  color: #6f2c91;
  font-size: 24px;
  font-weight: 400;
  margin: 8px 0 0 6px;
}
.columns-text-paragraph {
  margin: 0;
  line-height: 1.6em;
}
.columns-text-list,
.columns-text-paragraph {
  color: #4c4c4c;
  flex-shrink: 0;
  font-size: 18px;
  width: 100%;
}
.columns-text-list {
  list-style: disc;
  padding: 0 0 0 32px;
  line-height: 1.4em;
}
.columns-text-list-item {
  margin: 0 0 32px;
}
.comparison-hero-grey {
  background: #ececef;
  position: relative;
  margin: 0;
}
.comparison-hero-white {
  background: #fff;
  position: relative;
  margin: 0;
}
.comparison-hero-off-white {
  background: #fafafa;
  position: relative;
  margin: 0;
}
.comparison-hero-purple {
  background: #6f2c91;
  position: relative;
  margin: 0;
}
.comparison-hero-dark-purple {
  background: #42145f;
  position: relative;
  margin: 0;
}
.comparison-hero-beige {
  background: #f0f1ec;
  position: relative;
  margin: 0;
}
.comparison-hero-content-grey {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), #ececef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0 10px;
  background-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .comparison-hero-content-grey {
    padding: 132px 0 10px;
  }
}
.comparison-hero-content-white {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0 10px;
  background-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .comparison-hero-content-white {
    padding: 132px 0 10px;
  }
}
.comparison-hero-content-off-white {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0 10px;
  background-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .comparison-hero-content-off-white {
    padding: 132px 0 10px;
  }
}
.comparison-hero-content-purple {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), #6f2c91;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0 10px;
  background-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .comparison-hero-content-purple {
    padding: 132px 0 10px;
  }
}
.comparison-hero-content-dark-purple {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), #42145f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0 10px;
  background-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .comparison-hero-content-dark-purple {
    padding: 132px 0 10px;
  }
}
.comparison-hero-content-beige {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), #f0f1ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0 10px;
  background-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .comparison-hero-content-beige {
    padding: 132px 0 10px;
  }
}
.comparison-hero-heading1-primary {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  padding: 64px 16px;
  max-width: 1080px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .comparison-hero-heading1-primary {
    font-size: 54px;
    padding: 64px 0;
  }
}
.comparison-hero-heading1-primary {
  color: #fff;
}
.comparison-hero-heading1-secondary {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  padding: 64px 16px;
  max-width: 1080px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .comparison-hero-heading1-secondary {
    font-size: 54px;
    padding: 64px 0;
  }
}
.comparison-hero-heading1-secondary {
  color: #6f2c91;
}
ul.comparison-hero-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0 32px;
}
ul.comparison-hero-items > li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  ul.comparison-hero-items {
    flex-direction: row;
  }
}
li.comparison-hero-item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.12);
  flex: 1 1 auto;
  max-width: 550px;
  padding: 0;
  z-index: 1;
  min-width: 250px;
  margin: 0 94px 0 0;
}
.comparison-hero-item-top {
  padding: 32px;
}
.comparison-hero-item-top > .big-button {
  padding: 32px 32px 0;
}
.comparison-hero-item-top-text {
  font-size: 21px;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.5em;
  text-align: center;
  margin: 0;
}
.comparison-hero-item-title {
  font-size: 32px;
  font-weight: 400;
  color: #6f2c91;
  text-align: center;
  margin: 32px 0 16px;
}
.comparison-hero-item-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-align: center;
}
.comparison-hero-item .big-button-button {
  flex: 1 1 auto;
}
.comparison-hero-item-usps {
  display: flex;
  justify-content: center;
  border-top: 1px solid #ececef;
  padding: 32px;
}
.comparison-hero-item-usps > ul {
  list-style: none;
  padding: 0;
}
.comparison-hero-item-usps > ul > li {
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4c;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
.comparison-hero-item-usps > ul > li:last-child {
  margin-bottom: 0;
}
.comparison-hero-item-usp-image {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 16px;
}
.comparison-hero-item-usp {
  flex: 1 1 auto;
}
.comparison-hero-bottom-space-grey {
  background: #ececef;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.comparison-hero-bottom-space-white {
  background: #fff;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.comparison-hero-bottom-space-off-white {
  background: #fafafa;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.comparison-hero-bottom-space-purple {
  background: #6f2c91;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.comparison-hero-bottom-space-dark-purple {
  background: #42145f;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.comparison-hero-bottom-space-beige {
  background: #f0f1ec;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.content-column-grey {
  background: #ececef;
  padding: 48px 0;
  position: relative;
}
.content-column-white {
  background: #fff;
  padding: 48px 0;
  position: relative;
}
.content-column-off-white {
  background: #fafafa;
  padding: 48px 0;
  position: relative;
}
.content-column-purple {
  background: #6f2c91;
  padding: 48px 0;
  position: relative;
}
.content-column-dark-purple {
  background: #42145f;
  padding: 48px 0;
  position: relative;
}
.content-column-beige {
  background: #f0f1ec;
  padding: 48px 0;
  position: relative;
}
.content-column-container-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .content-column-container-center {
    flex-direction: column-reverse;
    padding: 0 94px;
  }
}
.content-column-container-center > :last-child {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .content-column-container-center > :last-child {
    margin-bottom: 94px;
  }
}
.content-column-container-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .content-column-container-left {
    flex-direction: row;
    padding: 0 94px;
  }
}
@media screen and (min-width: 1024px) {
  .content-column-container-left > :first-child {
    margin-right: 94px;
  }
}
.content-column-container-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .content-column-container-right {
    flex-direction: row-reverse;
    padding: 0 94px;
  }
}
@media screen and (min-width: 1024px) {
  .content-column-container-right > :last-child {
    margin-right: 120px;
  }
}
.content-column-media-center {
  flex: 1 1 auto;
  padding: 0;
  max-width: 1174px;
  margin-bottom: 32px;
}
.content-column-media-center > img {
  display: block;
  width: 100%;
}
.content-column-media-center > video {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .content-column-media-center {
    margin-bottom: 0;
  }
}
.content-column-media-left {
  flex: 1 1 auto;
  padding: 0;
  max-width: 540px;
  margin-bottom: 32px;
}
.content-column-media-left > img {
  display: block;
  width: 100%;
}
.content-column-media-left > video {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .content-column-media-left {
    margin-bottom: 0;
  }
}
.content-column-media-right {
  flex: 1 1 auto;
  padding: 0;
  max-width: 540px;
  margin-bottom: 32px;
}
.content-column-media-right > img {
  display: block;
  width: 100%;
}
.content-column-media-right > video {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .content-column-media-right {
    margin-bottom: 0;
  }
}
.content-column-text-container-center {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  position: relative;
  text-align: center;
  max-width: 1174px;
}
.content-column-text-container-center > div {
  width: 100%;
  max-width: 1024px;
}
@media screen and (min-width: 1024px) {
  .content-column-text-container-center {
    text-align: center;
    align-items: center;
  }
}
.content-column-text-container-center {
  align-items: center;
}
.content-column-text-container-left {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  text-align: center;
  max-width: 350px;
}
.content-column-text-container-left > div {
  width: 100%;
  max-width: 1024px;
}
@media screen and (min-width: 1024px) {
  .content-column-text-container-left {
    text-align: left;
    align-items: flex-start;
  }
}
.content-column-text-container-right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  text-align: center;
  max-width: 350px;
}
.content-column-text-container-right > div {
  width: 100%;
  max-width: 1024px;
}
@media screen and (min-width: 1024px) {
  .content-column-text-container-right {
    text-align: left;
    align-items: flex-start;
  }
}
.content-column-text {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 1.6em;
}
.content-column-heading2 {
  color: #6f2c91;
  font-weight: 400;
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .content-column-heading2 {
    font-size: 36px;
  }
}
.content-column-heading3 {
  color: #575757;
  font-weight: 400;
  font-size: 24px;
}
.content-column-text-link {
  color: #6f2c91;
}
.content-column-buttons-button {
  margin: 16px 0 0;
  height: 50px;
}
.divider-grey-grey {
  background: #ececef;
  background: linear-gradient(0deg, #ececef, #ececef 50%, #ececef 0, #ececef);
}
.divider-grey-grey,
.divider-grey-white {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-grey-white {
  background: #fff;
  background: linear-gradient(0deg, #fff, #fff 50%, #ececef 0, #ececef);
}
.divider-grey-off-white {
  background: #fafafa;
  background: linear-gradient(0deg, #fafafa, #fafafa 50%, #ececef 0, #ececef);
}
.divider-grey-off-white,
.divider-grey-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-grey-purple {
  background: #6f2c91;
  background: linear-gradient(0deg, #6f2c91, #6f2c91 50%, #ececef 0, #ececef);
}
.divider-grey-dark-purple {
  background: #42145f;
  background: linear-gradient(0deg, #42145f, #42145f 50%, #ececef 0, #ececef);
}
.divider-grey-beige,
.divider-grey-dark-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-grey-beige {
  background: #f0f1ec;
  background: linear-gradient(0deg, #f0f1ec, #f0f1ec 50%, #ececef 0, #ececef);
}
.divider-white-grey {
  background: #ececef;
  background: linear-gradient(0deg, #ececef, #ececef 50%, #fff 0, #fff);
}
.divider-white-grey,
.divider-white-white {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-white-white {
  background: #fff;
  background: linear-gradient(0deg, #fff, #fff 50%, #fff 0, #fff);
}
.divider-white-off-white {
  background: #fafafa;
  background: linear-gradient(0deg, #fafafa, #fafafa 50%, #fff 0, #fff);
}
.divider-white-off-white,
.divider-white-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-white-purple {
  background: #6f2c91;
  background: linear-gradient(0deg, #6f2c91, #6f2c91 50%, #fff 0, #fff);
}
.divider-white-dark-purple {
  background: #42145f;
  background: linear-gradient(0deg, #42145f, #42145f 50%, #fff 0, #fff);
}
.divider-white-beige,
.divider-white-dark-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-white-beige {
  background: #f0f1ec;
  background: linear-gradient(0deg, #f0f1ec, #f0f1ec 50%, #fff 0, #fff);
}
.divider-off-white-grey {
  background: #ececef;
  background: linear-gradient(0deg, #ececef, #ececef 50%, #fafafa 0, #fafafa);
}
.divider-off-white-grey,
.divider-off-white-white {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-off-white-white {
  background: #fff;
  background: linear-gradient(0deg, #fff, #fff 50%, #fafafa 0, #fafafa);
}
.divider-off-white-off-white {
  background: #fafafa;
  background: linear-gradient(0deg, #fafafa, #fafafa 50%, #fafafa 0, #fafafa);
}
.divider-off-white-off-white,
.divider-off-white-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-off-white-purple {
  background: #6f2c91;
  background: linear-gradient(0deg, #6f2c91, #6f2c91 50%, #fafafa 0, #fafafa);
}
.divider-off-white-dark-purple {
  background: #42145f;
  background: linear-gradient(0deg, #42145f, #42145f 50%, #fafafa 0, #fafafa);
}
.divider-off-white-beige,
.divider-off-white-dark-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-off-white-beige {
  background: #f0f1ec;
  background: linear-gradient(0deg, #f0f1ec, #f0f1ec 50%, #fafafa 0, #fafafa);
}
.divider-purple-grey {
  background: #ececef;
  background: linear-gradient(0deg, #ececef, #ececef 50%, #6f2c91 0, #6f2c91);
}
.divider-purple-grey,
.divider-purple-white {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-purple-white {
  background: #fff;
  background: linear-gradient(0deg, #fff, #fff 50%, #6f2c91 0, #6f2c91);
}
.divider-purple-off-white {
  background: #fafafa;
  background: linear-gradient(0deg, #fafafa, #fafafa 50%, #6f2c91 0, #6f2c91);
}
.divider-purple-off-white,
.divider-purple-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-purple-purple {
  background: #6f2c91;
  background: linear-gradient(0deg, #6f2c91, #6f2c91 50%, #6f2c91 0, #6f2c91);
}
.divider-purple-dark-purple {
  background: #42145f;
  background: linear-gradient(0deg, #42145f, #42145f 50%, #6f2c91 0, #6f2c91);
}
.divider-purple-beige,
.divider-purple-dark-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-purple-beige {
  background: #f0f1ec;
  background: linear-gradient(0deg, #f0f1ec, #f0f1ec 50%, #6f2c91 0, #6f2c91);
}
.divider-dark-purple-grey {
  background: #ececef;
  background: linear-gradient(0deg, #ececef, #ececef 50%, #42145f 0, #42145f);
}
.divider-dark-purple-grey,
.divider-dark-purple-white {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-dark-purple-white {
  background: #fff;
  background: linear-gradient(0deg, #fff, #fff 50%, #42145f 0, #42145f);
}
.divider-dark-purple-off-white {
  background: #fafafa;
  background: linear-gradient(0deg, #fafafa, #fafafa 50%, #42145f 0, #42145f);
}
.divider-dark-purple-off-white,
.divider-dark-purple-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-dark-purple-purple {
  background: #6f2c91;
  background: linear-gradient(0deg, #6f2c91, #6f2c91 50%, #42145f 0, #42145f);
}
.divider-dark-purple-dark-purple {
  background: #42145f;
  background: linear-gradient(0deg, #42145f, #42145f 50%, #42145f 0, #42145f);
}
.divider-dark-purple-beige,
.divider-dark-purple-dark-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-dark-purple-beige {
  background: #f0f1ec;
  background: linear-gradient(0deg, #f0f1ec, #f0f1ec 50%, #42145f 0, #42145f);
}
.divider-beige-grey {
  background: #ececef;
  background: linear-gradient(0deg, #ececef, #ececef 50%, #f0f1ec 0, #f0f1ec);
}
.divider-beige-grey,
.divider-beige-white {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-beige-white {
  background: #fff;
  background: linear-gradient(0deg, #fff, #fff 50%, #f0f1ec 0, #f0f1ec);
}
.divider-beige-off-white {
  background: #fafafa;
  background: linear-gradient(0deg, #fafafa, #fafafa 50%, #f0f1ec 0, #f0f1ec);
}
.divider-beige-off-white,
.divider-beige-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-beige-purple {
  background: #6f2c91;
  background: linear-gradient(0deg, #6f2c91, #6f2c91 50%, #f0f1ec 0, #f0f1ec);
}
.divider-beige-dark-purple {
  background: #42145f;
  background: linear-gradient(0deg, #42145f, #42145f 50%, #f0f1ec 0, #f0f1ec);
}
.divider-beige-beige,
.divider-beige-dark-purple {
  pointer-events: none;
  position: relative;
  z-index: 99;
  width: 100vw;
}
.divider-beige-beige {
  background: #f0f1ec;
  background: linear-gradient(0deg, #f0f1ec, #f0f1ec 50%, #f0f1ec 0, #f0f1ec);
}
.divider-small {
  height: 64px;
}
.divider-medium {
  height: 128px;
}
.divider-large {
  height: 256px;
}
.hero-image {
  padding: 60px 0 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hero-image {
    margin: 60px 0 0;
    padding: 72px 0 0;
  }
}
.hero-image.with-notification {
  margin: 120px 0 0;
}
.hero-image-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero-image-background {
    top: 72px;
  }
}
@media screen and (min-width: 720px) {
  .hero-image-background {
    display: block;
  }
}
.hero-image-background-phone {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero-image-background-phone {
    top: 72px;
  }
}
@media screen and (max-width: 719px) {
  .hero-image-background-phone {
    display: block;
  }
}
.hero-image-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 16px 16px;
  text-align: center;
  min-height: calc(100vh - 60px);
}
@media screen and (min-width: 1024px) {
  .hero-image-content {
    padding: 64px 16px 16px;
    min-height: calc(100vh - 132px);
  }
}
.hero-image-content-collapse {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 16px 16px;
  text-align: center;
  min-height: auto;
}
@media screen and (min-width: 1024px) {
  .hero-image-content-collapse {
    padding: 64px 16px 16px;
    min-height: auto;
  }
}
.hero-image-content-heading {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .hero-image-content-heading {
    font-size: 54px;
  }
}
.hero-image-content-heading {
  color: #fff;
}
.hero-image-content-heading-variation {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .hero-image-content-heading-variation {
    font-size: 54px;
  }
}
.hero-image-content-heading-variation {
  color: #6f2c91;
}
.hero-image-content-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  max-width: 720px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .hero-image-content-text {
    font-size: 21px;
    padding: 0 16px;
  }
}
.hero-image-content-text-variation {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  max-width: 720px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .hero-image-content-text-variation {
    font-size: 21px;
    padding: 0 16px;
  }
}
.hero-image-content-heading2,
.hero-image-content-heading3,
.hero-image-content-text-link,
.hero-image-content-text-link-variation {
  color: #fff;
}
a.hero-image-content-text-link-variation {
  color: #6f2c91;
}
.hero-image-content-buttons {
  display: block;
  margin: 16px 0;
}
@media screen and (min-width: 1024px) {
  .hero-image-content-buttons {
    display: flex;
    margin: 16px 0 0;
  }
}
.hero-image-content-buttons-button {
  font-size: 16px;
  height: 50px;
  padding: 0 32px;
}
@media screen and (min-width: 1024px) {
  .hero-image-content-buttons-button {
    margin: 0 16px 0 0;
  }
  .hero-image-content-buttons-button:last-child {
    margin: 0;
  }
}
.icon-grid-grey {
  background: #ececef;
  padding: 16px 0;
  position: relative;
}
.icon-grid-white {
  background: #fff;
  padding: 16px 0;
  position: relative;
}
.icon-grid-off-white {
  background: #fafafa;
  padding: 16px 0;
  position: relative;
}
.icon-grid-purple {
  background: #6f2c91;
  padding: 16px 0;
  position: relative;
}
.icon-grid-dark-purple {
  background: #42145f;
  padding: 16px 0;
  position: relative;
}
.icon-grid-beige {
  background: #f0f1ec;
  padding: 16px 0;
  position: relative;
}
.icon-grid-list {
  list-style: none;
  padding: 0;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}
@media screen and (min-width: 720px) {
  .icon-grid-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.icon-grid-list-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 32px 64px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .icon-grid-list-item {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .icon-grid-list-item {
    width: 33%;
  }
}
.icon-grid-list-item-text {
  position: relative;
  width: 100%;
}
.icon-grid-icon {
  display: block;
  height: 110px;
  margin: 0 0 32px;
  position: relative;
}
.icon-grid-text-heading3 {
  color: #6f2c91;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 16px;
}
.icon-grid-text-paragraph {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1.6em;
}
.icon-grid-text-link {
  color: #6f2c91;
}
.plain-text-grey {
  background: #ececef;
  padding: 16px 0;
  position: relative;
}
.plain-text-white {
  background: #fff;
  padding: 16px 0;
  position: relative;
}
.plain-text-off-white {
  background: #fafafa;
  padding: 16px 0;
  position: relative;
}
.plain-text-purple {
  background: #6f2c91;
  padding: 16px 0;
  position: relative;
}
.plain-text-dark-purple {
  background: #42145f;
  padding: 16px 0;
  position: relative;
}
.plain-text-beige {
  background: #f0f1ec;
  padding: 16px 0;
  position: relative;
}
.plain-text {
  margin-top: 76px;
  margin-bottom: 128px;
}
.plain-text.with-notification {
  margin-top: 136px;
}
@media screen and (min-width: 1024px) {
  .plain-text {
    margin-top: 164px;
  }
  .plain-text.with-notification {
    margin-top: 224px;
  }
}
.plain-text-content {
  font-size: 1em;
  margin: 0 auto;
  max-width: calc(100% - 32px);
  position: relative;
}
@media screen and (min-width: 1280px) {
  .plain-text-content {
    max-width: 1248px;
  }
}
@media screen and (min-width: 1088px) {
  .plain-text-content {
    padding: 0;
  }
}
.plain-text-heading-1 {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .plain-text-heading-1 {
    font-size: 54px;
  }
}
.plain-text-heading-1 {
  color: #4c4c4c;
}
.plain-text-heading-2 {
  font-size: 32px;
  font-weight: 400;
  margin: 32px 0 16px;
}
@media screen and (min-width: 1024px) {
  .plain-text-heading-2 {
    font-size: 36px;
  }
}
.plain-text-heading-2 {
  color: #4c4c4c;
}
.plain-text-heading-3 {
  font-size: 20px;
  font-weight: 400;
  margin: 32px 0 16px;
}
@media screen and (min-width: 1024px) {
  .plain-text-heading-3 {
    font-size: 24px;
  }
}
.plain-text-heading-3 {
  color: #6f2c91;
}
.plain-text-heading-paragraph {
  color: #4c4c4c;
}
.plain-text-heading-link {
  color: inherit;
}
.qa-grey {
  background: #ececef;
}
.qa-grey,
.qa-white {
  padding: 32px 16px;
  position: relative;
}
.qa-white {
  background: #fff;
}
.qa-off-white {
  background: #fafafa;
}
.qa-off-white,
.qa-purple {
  padding: 32px 16px;
  position: relative;
}
.qa-purple {
  background: #6f2c91;
}
.qa-dark-purple {
  background: #42145f;
}
.qa-beige,
.qa-dark-purple {
  padding: 32px 16px;
  position: relative;
}
.qa-beige {
  background: #f0f1ec;
}
.qa-list {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .qa-list {
    padding: 0 100px;
  }
}
.qa-list-question {
  border-top: 1px solid #ececef;
  cursor: pointer;
  display: block;
  padding: 16px 0;
  position: relative;
}
.qa-list-question-text {
  color: #6f2c91;
  display: block;
  font-size: 21px;
  font-weight: 400;
  padding: 0 48px 0 0;
}
.qa-list-arrow-button {
  transform: rotate(180deg);
}
.qa-list-arrow-button,
.qa-list-arrow-button-open {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 16px;
  transition: transform 0.25s ease;
}
.qa-list-arrow-button-open {
  transform: rotate(0);
}
.qa-list-arrow-icon {
  stroke: #6f2c91;
  stroke-width: 4px;
}
.qa-list-answer {
  max-height: 0;
  opacity: 0;
}
.qa-list-answer,
.qa-list-answer-open {
  color: #575757;
  font-size: 18px;
  line-height: 1.56;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: all 0.5s ease;
}
.qa-list-answer-open {
  max-height: 500px;
  opacity: 1;
}
.qa-answer-text-link {
  color: #6f2c91;
}
.title-group-grey {
  background: #ececef;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  position: relative;
  text-align: center;
}
.title-group-grey > div {
  max-width: 1024px;
}
.title-group-white {
  background: #fff;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  position: relative;
  text-align: center;
}
.title-group-white > div {
  max-width: 1024px;
}
.title-group-off-white {
  background: #fafafa;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  position: relative;
  text-align: center;
}
.title-group-off-white > div {
  max-width: 1024px;
}
.title-group-purple {
  background: #6f2c91;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  position: relative;
  text-align: center;
}
.title-group-purple > div {
  max-width: 1024px;
}
.title-group-dark-purple {
  background: #42145f;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  position: relative;
  text-align: center;
}
.title-group-dark-purple > div {
  max-width: 1024px;
}
.title-group-beige {
  background: #f0f1ec;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  position: relative;
  text-align: center;
}
.title-group-beige > div {
  max-width: 1024px;
}
.title-group-icon {
  display: block;
  margin: 0 0 16px;
  width: 48px;
}
@media screen and (min-width: 1024px) {
  .title-group-icon {
    width: 64px;
  }
}
.title-group-text-paragraph {
  font-size: 24px;
  color: #4c4c4c;
  margin: 0 0 16px;
}
.title-group-text-heading1 {
  color: #6f2c91;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 16px;
}
.title-group-text-heading2 {
  color: #6f2c91;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .title-group-text-heading2 {
    font-size: 36px;
  }
}
.title-group-text-heading2 > a,
.title-group-text-heading3 > a {
  color: #6f2c91;
  text-decoration: none;
}
.title-group-text-heading3 {
  color: #575757;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .title-group-text-heading3 {
    font-size: 24px;
  }
}
.cookie-button {
  margin: -80px 16px 80px;
}
.preference-button {
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .preference-button {
    max-width: 1248px;
  }
}
.blog-post-hero-image-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100vw;
}
.blog-post-hero-mobile {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .blog-post-hero-mobile {
    display: none;
  }
}
.blog-post-hero-desktop {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1024px) {
  .blog-post-hero-desktop {
    display: block;
  }
}
.blog-post-hero-text {
  margin: 48px 16px 32px;
  max-width: 960px;
}
@media screen and (min-width: 992px) {
  .blog-post-hero-text {
    margin: 96px auto 32px;
  }
}
.blog-post-hero-text-title {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .blog-post-hero-text-title {
    font-size: 54px;
  }
}
.blog-post-hero-author {
  align-items: center;
  display: flex;
}
.blog-post-hero-author-headshot {
  border-radius: 9999px;
  display: block;
  height: 64px;
  margin: 0 16px 0 0;
  position: relative;
  width: 64px;
}
.blog-post-hero-author-content {
  align-items: center;
}
.blog-post-hero-author-content-byline {
  margin: 0;
  font-weight: 400;
}
.blog-post-hero-author-content-name {
  font-weight: 700;
}
.blog-post-hero-author-content-bio {
  margin: 0;
}
.blog-post-publication-date {
  display: block;
  margin: 0 0 12px;
}
.blog-post-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
  position: relative;
}
.blog-post-tags-tag {
  color: #6f2c91;
  display: block;
  border: 1px solid #6f2c91;
  margin: 0 4px 4px 0;
  padding: 2px 4px;
  position: relative;
}
.burger-menu {
  position: fixed;
  height: 100%;
}
.burger-menu-burger-button {
  position: fixed;
  width: 50px;
  height: 50px;
  left: 5px;
  top: 5px;
}
.burger-menu-burger-button.with-notification {
  top: 65px;
}
@media screen and (min-width: 1024px) {
  .burger-menu-burger-button {
    display: none;
  }
}
.burger-menu-burger-button > span {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  padding: 0 13px;
}
.burger-menu-burger-button > span > :last-child {
  margin-bottom: 0;
}
.burger-menu-burger-bars {
  background: #4c4c4c;
  position: inherit !important;
  height: 2px !important;
  border-radius: 1px;
  margin-bottom: 6px;
}
.burger-menu-burger-bars:hover {
  background: #4c4c4c;
}
.burger-menu-cross-button {
  top: 5px !important;
  left: 5px !important;
  right: auto !important;
  height: 50px !important;
  width: 50px !important;
}
.burger-menu-cross-button > span {
  position: unset !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.burger-menu-cross {
  background: #fff;
  width: 2px !important;
  height: 24px !important;
}
.burger-menu-menu {
  background: #6f2c91;
  padding: 48px;
  font-size: 1.15em;
}
.burger-menu-item-list {
  color: #b8b7ad;
  padding: 32px 0 0;
}
.burger-menu-item.menu-item {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-weight: 400;
  padding: 16px 0;
}
.burger-menu-overlay {
  background: rgba(0, 0, 0, 0.1);
}
.burger-menu-nav-links {
  margin: 0;
}
.burger-menu-nav-buttons {
  margin: 50px 0 0;
}
.burger-menu-nav-buttons > * {
  margin: 0 0 20px;
}
.burger-menu-nav-buttons > :last-child {
  margin: 0;
}
.site-footer {
  background-color: #373f51;
  padding: 32px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-footer-text-container {
    align-items: stretch;
    display: flex;
    margin: 0 auto;
    max-width: 1024px;
  }
}
.site-footer-contact-content {
  margin: 0 0 192px;
}
.footer-content-text-paragraph {
  color: #fff;
  font-size: 16px;
  margin: 0 0 12px;
}
.footer-content-text-heading4 {
  color: #999;
  font-size: 16px;
  margin: 0 0 12px;
}
.footer-content-text-link {
  color: #fff;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
}
.footer-content-text-link-large {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}
.site-footer-content {
  border-top: 1px solid #575757;
  font-size: 14px;
  display: block;
  margin: 8px 0 0;
  padding: 8px 0 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-footer-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer-content-links {
  display: block;
  position: relative;
  margin: 16px 0;
  padding-left: 40px;
}
@media screen and (min-width: 1024px) {
  .site-footer-content-links {
    display: flex;
    margin: 0;
  }
}
.site-footer-content-link {
  color: #fff;
  display: block;
  margin: 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .site-footer-content-link {
    border-right: 1px solid #fff;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
  }
  .site-footer-content-link:last-child {
    border-right: none;
    padding: 0;
    margin: 0;
  }
}
.site-footer-content-copyright-notice {
  color: #999;
  margin: 0;
  position: relative;
}
.site-footer-content-social {
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0;
  position: relative;
}
.site-footer-content-social-item {
  display: block;
  height: 16px;
  margin: 0 0 0 16px;
  position: relative;
  width: 16px;
}
.site-footer-content-social-item-icon {
  color: #fff;
  display: block;
  height: 100%;
  pointer-events: none;
}
.site-footer-natwest-logo {
  display: block;
  background-image: url(/natwest-vertical-logo@3x.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 70px 77px;
  flex-grow: 1;
}
.site-header-container {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: transform 0.25s ease;
  transform: translateZ(0);
  z-index: 100;
}
.site-header-container.with-notification {
  top: 60px;
}
@media screen and (min-width: 1024px) {
  .site-header-container {
    transform: translateZ(0);
  }
  .site-header-container.folded {
    transform: translate3d(0, -60px, 0);
  }
}
.site-header {
  display: block;
  position: relative;
  width: 100%;
  z-index: 100;
  box-shadow: none;
  transition: box-shadow 0.5s ease;
}
.site-header.folded {
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
@media screen and (min-width: 1024px) {
  .site-header {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 60px;
    height: 72px;
    display: flex;
    justify-content: center;
  }
}
.site-header-nav-bar {
  align-items: stretch;
  background: #fff;
  display: flex;
  height: 60px;
  padding: 0 16px 0 56px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-header-nav-bar {
    background: transparent;
    height: 100%;
    padding: 0 16px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .site-header-nav-bar {
    width: 1280px;
  }
}
.site-header-nav-bar-branding {
  align-items: stretch;
  display: flex;
  height: 60px;
  margin: 0 16px 0 0;
}
@media screen and (min-width: 1024px) {
  .site-header-nav-bar-branding {
    height: 72px;
  }
}
.site-header-nav-bar-logo {
  align-items: center;
  display: flex;
  height: 60px;
  outline: none;
  text-decoration: none;
  position: relative;
  width: 50px;
}
@media screen and (min-width: 1024px) {
  .site-header-nav-bar-logo {
    height: 72px;
    width: 73px;
  }
}
.site-header-nav-bar-logo-icon .dot,
.site-header-nav-bar-logo-icon .letter {
  fill: #6f2c91;
}
.site-header-nav-bar-natwest-logo {
  align-items: center;
  background-color: #fafafa;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 0;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 101;
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header-nav-bar-natwest-logo {
    display: block;
    background-image: url(/natwest-new-logo@3x.png);
    background-size: 118px 23px;
    height: 60px;
  }
}
.site-header-nav-bar-links {
  align-items: stretch;
  display: flex;
  margin: 0 0 0 auto;
}
.site-header-nav-bar-links > :last-child {
  margin-right: 0;
}
.site-header-nav-bar-link {
  color: inherit;
  display: block;
  text-decoration: none;
  color: #575757;
  display: none;
  font-size: 16px;
  margin: 0 32px 0 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-header-nav-bar-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.site-header-nav-bar-link-hover {
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6f2c91;
  transform-origin: center;
  transition: all 0.3s ease;
}
.site-header-nav-bar-link.selected > .site-header-nav-bar-link-hover,
.site-header-nav-bar-link:hover > .site-header-nav-bar-link-hover {
  width: 100%;
}
.site-header-nav-bar-button {
  display: none;
  font-size: 16px;
  margin: auto 0 auto 16px;
  order: 10;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-header-nav-bar-button {
    display: inherit;
  }
}
.site-header-nav-bar-mobile-visible {
  display: inherit;
}
.social-share {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 32px 16px;
  max-width: 960px;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .social-share {
    margin: 32px auto;
  }
}
.social-share-title {
  color: #42145f;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
}
.social-share-list {
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
  margin: 32px 16px;
  padding: 0;
  position: relative;
}
.social-share-item {
  display: block;
  height: 16px;
  margin: 0 8px 0 0;
  overflow: hidden;
  position: relative;
  width: 16px;
}
.social-share-item-link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.social-share-item-icon {
  color: #42145f;
  display: block;
  height: 100%;
  pointer-events: none;
}
.site-landing-header-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #42145f;
  padding: 32px 0;
}
.site-landing-header-container > * {
  margin-right: 32px;
}
.site-landing-header-container > :last-child {
  margin-right: 0;
}
.site-landing-header-natwest-logo {
  width: 53px;
  height: 58px;
  background-size: 53px 58px;
  background-image: url(/natwest-vertical-logo@3x.png);
}
.site-landing-header-natwest-logo,
.site-landing-header-path-logo {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.site-landing-header-path-logo {
  width: 75px;
  height: 30px;
  background-size: 75px 30px;
  background-image: url(/path-logo@3x.png);
}
.site-notification-header-container {
  height: 60px;
  background: #373f51;
  color: #fff;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.site-notification-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 16px;
}
.site-notification-header-content p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .site-notification-header-content {
    justify-content: space-between;
  }
}
.site-notification-header-short-button,
.site-notification-header-short-content {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-notification-header-short-button,
  .site-notification-header-short-content {
    display: block;
  }
}
.site-notification-header-long-button,
.site-notification-header-long-content {
  display: block;
}
@media screen and (max-width: 1024px) {
  .site-notification-header-long-button,
  .site-notification-header-long-content {
    display: none;
  }
}
.site-notification-header-long-button,
.site-notification-header-short-button {
  margin-left: 32px;
}
@media screen and (max-width: 1024px) {
  .site-notification-header-long-button,
  .site-notification-header-short-button {
    margin-left: 16px;
  }
}
.site-notification-header-strong {
  font-weight: 700;
}
.main {
  max-width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .main {
    padding: 0;
  }
}
.circle-loader {
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  transition: border-color opacity 0.1s ease-out;
}
.circle-loader.visible {
  opacity: 1;
}
.circle-loader.loading {
  border-left-color: #0f0;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle-loader.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #0f0;
  transition: border 0.5s ease-out;
}
.circle-loader,
.circle-loader:after {
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
.checkmark {
  display: none;
}
.checkmark.visible {
  display: block;
}
.checkmark.draw:after {
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 48px;
  width: 24px;
  transform-origin: left top;
  border-right: 2px solid #0f0;
  border-top: 2px solid #0f0;
  content: "";
  left: 24px;
  top: 48px;
  position: absolute;
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 24px;
    opacity: 1;
  }
  40% {
    height: 48px;
    width: 24px;
    opacity: 1;
  }
  to {
    height: 48px;
    width: 24px;
    opacity: 1;
  }
}
.circle-loader.error {
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  transition: border-color opacity 0.1s ease-out;
}
.circle-loader.error.visible {
  opacity: 1;
}
.circle-loader.error.loading {
  border-left-color: red;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle-loader.error.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: red;
  transition: border 0.5s ease-out;
}
.circle-loader,
.circle-loader:after,
.circle-loader:before {
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
.cross {
  display: none;
}
.cross.visible {
  display: block;
}
.cross.draw:after,
.cross.draw:before {
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-name: cross;
  transform: scaleX(-1) rotate(135deg);
}
.cross:after,
.cross:before {
  opacity: 1;
  height: 48px;
  width: 48px;
  transform-origin: left top;
  content: "";
  top: 28px;
  position: absolute;
}
.cross:after {
  border-right: 2px solid red;
  left: -4px;
}
.cross:before {
  border-top: 2px solid red;
  left: 28px;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes cross {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 48px;
    opacity: 1;
  }
  40% {
    height: 48px;
    width: 48px;
    opacity: 1;
  }
  to {
    height: 48px;
    width: 48px;
    opacity: 1;
  }
}
.spinner-container {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.1s ease-out;
}
.spinner-container.no-cover {
  background-color: transparent;
}
.spinner-container.visible {
  opacity: 1;
}
@font-face {
  font-family: RN House Sans W01;
  font-weight: 100;
  font-style: normal;
  src: url(/fonts/RNHouseSansW01Thin.eot?#iefix);
  src: url(/fonts/RNHouseSansW01Thin.eot?#iefix) format("eot"),
    url(/fonts/RNHouseSansW01Thin.woff2) format("woff2"),
    url(/fonts/RNHouseSansW01Thin.woff) format("woff"),
    url(/fonts/RNHouseSansW01Thin.ttf) format("truetype"),
    url(/fonts/RNHouseSansW01Thin.svg#RNHouseSansW01Thin) format("svg");
}
@font-face {
  font-family: RN House Sans W01;
  font-weight: 100;
  font-style: italic;
  src: url(/fonts/RNHouseSansW01ThinItalic.eot?#iefix);
  src: url(/fonts/RNHouseSansW01ThinItalic.eot?#iefix) format("eot"),
    url(/fonts/RNHouseSansW01ThinItalic.woff2) format("woff2"),
    url(/fonts/RNHouseSansW01ThinItalic.woff) format("woff"),
    url(/fonts/RNHouseSansW01ThinItalic.ttf) format("truetype"),
    url(/fonts/RNHouseSansW01ThinItalic.svg#RNHouseSansW01ThinItalic)
      format("svg");
}
@font-face {
  font-family: RN House Sans W01;
  font-weight: 200;
  font-style: normal;
  src: url(/fonts/RNHouseSansW01Light.eot?#iefix);
  src: url(/fonts/RNHouseSansW01Light.eot?#iefix) format("eot"),
    url(/fonts/RNHouseSansW01Light.woff2) format("woff2"),
    url(/fonts/RNHouseSansW01Light.woff) format("woff"),
    url(/fonts/RNHouseSansW01Light.ttf) format("truetype"),
    url(/fonts/RNHouseSansW01Light.svg#RNHouseSansW01Light) format("svg");
}
@font-face {
  font-family: RN House Sans W01;
  font-weight: 200;
  font-style: italic;
  src: url(/fonts/RNHouseSansW01LightItalic.eot?#iefix);
  src: url(/fonts/RNHouseSansW01LightItalic.eot?#iefix) format("eot"),
    url(/fonts/RNHouseSansW01LightItalic.woff2) format("woff2"),
    url(/fonts/RNHouseSansW01LightItalic.woff) format("woff"),
    url(/fonts/RNHouseSansW01LightItalic.ttf) format("truetype"),
    url(/fonts/RNHouseSansW01LightItalic.svg#RNHouseSansW01LightItalic)
      format("svg");
}
@font-face {
  font-family: RN House Sans W01;
  font-weight: 400;
  font-style: normal;
  src: url(/fonts/RNHouseSansW01Regular.eot?#iefix);
  src: url(/fonts/RNHouseSansW01Regular.eot?#iefix) format("eot"),
    url(/fonts/RNHouseSansW01Regular.woff2) format("woff2"),
    url(/fonts/RNHouseSansW01Regular.woff) format("woff"),
    url(/fonts/RNHouseSansW01Regular.ttf) format("truetype"),
    url(/fonts/RNHouseSansW01Regular.svg#RNHouseSansW01Regular) format("svg");
}
@font-face {
  font-family: RN House Sans W01;
  font-weight: 400;
  font-style: italic;
  src: url(/fonts/RNHouseSansW01Italic.eot?#iefix);
  src: url(/fonts/RNHouseSansW01Italic.eot?#iefix) format("eot"),
    url(/fonts/RNHouseSansW01Italic.woff2) format("woff2"),
    url(/fonts/RNHouseSansW01Italic.woff) format("woff"),
    url(/fonts/RNHouseSansW01Italic.ttf) format("truetype"),
    url(/fonts/RNHouseSansW01Italic.svg#RNHouseSansW01Italic) format("svg");
}
@font-face {
  font-family: RN House Sans W01;
  font-weight: 700;
  font-style: normal;
  src: url(/fonts/RNHouseSansW01Bold.eot?#iefix);
  src: url(/fonts/RNHouseSansW01Bold.eot?#iefix) format("eot"),
    url(/fonts/RNHouseSansW01Bold.woff2) format("woff2"),
    url(/fonts/RNHouseSansW01Bold.woff) format("woff"),
    url(/fonts/RNHouseSansW01Bold.ttf) format("truetype"),
    url(/fonts/RNHouseSansW01Bold.svg#RNHouseSansW01Bold) format("svg");
}
@font-face {
  font-family: RN House Sans W01;
  font-weight: 700;
  font-style: italic;
  src: url(/fonts/RNHouseSansW01BoldItalic.eot?#iefix);
  src: url(/fonts/RNHouseSansW01BoldItalic.eot?#iefix) format("eot"),
    url(/fonts/RNHouseSansW01BoldItalic.woff2) format("woff2"),
    url(/fonts/RNHouseSansW01BoldItalic.woff) format("woff"),
    url(/fonts/RNHouseSansW01BoldItalic.ttf) format("truetype"),
    url(/fonts/RNHouseSansW01BoldItalic.svg#RNHouseSansW01BoldItalic)
      format("svg");
}
body {
  background: #fff;
  font-family: RN House Sans W01, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
.root-page {
  overflow-x: hidden;
  position: relative;
}
.main {
  padding: 0;
}
*,
input[type="search"] {
  box-sizing: border-box;
}
.preview {
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .preview {
    padding: 32px;
  }
}
.preview-content {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .preview-content {
    width: 75%;
  }
}
.preview-error-message,
.preview-error-status {
  font-weight: 700;
}
.preview-loading-token {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview-spinner-container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
.preview-loading-spinner {
  height: 50vh;
  position: relative;
  width: 100%;
}
