:root {
  --black: black;
  --romance: #fdfefd;
  --white: white;
  --dark-turquoise: #55dcee;
  --texas: #f2f79e;
  --light-grey: #a7a7a7;
  --raffia: #e8dcb9;
  --licorice: #2d394b;
  --radical-red: #f64a73;
  --light-grey-2: #f4f4f4;
  --nero: #252525;
  --transparent: #fff0;
  --licorice-alpha: #2d394b00;
  --panel-bg: #fdfefd14;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--romance);
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  color: var(--romance);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  color: var(--romance);
  text-decoration: line-through;
}

.text-weight-semibold {
  color: var(--romance);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: effra, sans-serif;
  font-weight: 500;
}

.text-weight-light {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-weight: 300;
}

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

.max-width-full.grid_2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-bold {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-weight: 700;
}

.text-size-regular {
  color: var(--romance);
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-regular.is-centred {
  text-align: center;
}

.text-size-regular.is-white {
  color: var(--white);
  text-align: left;
}

.text-weight-normal {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-weight: 400;
}

.text-align-center {
  color: var(--romance);
  text-align: center;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  color: var(--romance);
  font-style: italic;
}

.hide {
  display: none;
}

.text-align-left {
  color: var(--romance);
  text-align: left;
}

.text-weight-xbold {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-weight: 900;
}

.text-style-link {
  color: var(--dark-turquoise);
  text-decoration: none;
}

.text-style-link:hover {
  color: var(--texas);
  text-decoration: none;
}

.text-style-muted {
  opacity: .6;
  color: var(--light-grey);
}

.text-size-small {
  color: var(--romance);
  font-size: .875rem;
  font-weight: 200;
}

.text-size-small.disclaimer {
  color: var(--romance);
  margin-top: 14px;
  font-weight: 200;
}

.text-rich-text h1 {
  color: var(--romance);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: effra, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.text-rich-text h2 {
  color: var(--romance);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: effra, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.text-rich-text h3 {
  color: var(--romance);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: effra, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.text-rich-text h4 {
  color: var(--romance);
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: effra, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-rich-text h5 {
  color: var(--romance);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: effra, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.text-rich-text h6 {
  color: var(--romance);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: effra, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-weight: 200;
}

.text-rich-text blockquote {
  border-left-color: var(--raffia);
  color: var(--romance);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text ul {
  color: var(--romance);
  font-weight: 200;
}

.text-rich-text a {
  color: var(--dark-turquoise);
  text-decoration: none;
}

.text-rich-text a:hover {
  color: var(--texas);
}

.text-rich-text figcaption {
  opacity: .8;
  color: var(--romance);
  text-align: left;
  background-color: #25252540;
  border: 1px #000;
  margin-top: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  max-width: 30rem;
}

.max-width-medium.padding-vertical-app {
  margin-bottom: 2rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  background-color: var(--licorice);
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -1px);
}

.text-size-tiny {
  color: var(--light-grey);
  text-align: center;
  font-size: .8rem;
  font-weight: 300;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.text-align-right {
  color: var(--romance);
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: var(--white);
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  color: var(--romance);
  text-transform: uppercase;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  justify-content: space-between;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.is-centred {
  justify-content: center;
  display: flex;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 0;
}

.margin-bottom.padding-horizontal {
  margin-bottom: 1rem;
}

.margin-bottom.lp-special {
  width: 90%;
  margin-bottom: 1rem;
  display: inline-block;
}

.margin-bottom.spacing {
  margin-bottom: 2rem;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  padding-bottom: 2rem;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium {
  padding: 0;
}

.padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge.is-blog {
  padding-bottom: 0;
}

.padding-vertical.padding-xxlarge {
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-xhuge {
  perspective: 1500px;
}

.padding-vertical.padding-medium-bottom-heavy {
  padding: 2rem 0 8rem;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  color: var(--romance);
  white-space: nowrap;
}

.text-style-2lines, .text-style-3lines {
  color: var(--romance);
}

.text-weight-medium {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 200;
}

.text-size-medium.text-color-white {
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
}

.text-size-medium.text-weight-bold {
  font-weight: 500;
}

.text-size-medium.is-dark {
  color: var(--licorice);
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-color-white {
  color: var(--white);
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.text-size-large.is-centred {
  color: var(--romance);
  text-align: center;
  font-family: effra, sans-serif;
  font-weight: 700;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-button-small {
  padding: .5rem 1.25rem;
}

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary.is-small {
  border-color: var(--dark-turquoise);
  color: var(--dark-turquoise);
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-family: effra, sans-serif;
}

.button.is-secondary.is-small:hover {
  border-color: var(--texas);
  color: var(--texas);
}

.button.is-secondary.is-wide {
  border-color: var(--dark-turquoise);
  color: var(--dark-turquoise);
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-family: effra, sans-serif;
}

.button.is-secondary.is-wide:hover {
  border-color: var(--texas);
  color: var(--texas);
}

.button.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.form-input {
  border: 1px solid var(--radical-red);
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1.2rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--radical-red);
}

.form-input::placeholder {
  color: #ffffff80;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-lightgrey {
  background-color: var(--light-grey-2);
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--radical-red);
  color: #f64a73;
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
}

.button-secondary:hover {
  background-color: var(--radical-red);
  color: var(--white);
}

.button-secondary:active {
  border-color: var(--white);
  background-color: #0000;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.text-weight-semibold.text-color-primary200 {
  color: #e9d7fe;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.form-radio-label {
  margin-bottom: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.shadow-xlarge {
  border: 1px solid #ffffff1a;
  box-shadow: 0 24px 48px 16px #1018282e;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  background-color: var(--light-grey-2);
  color: var(--black);
  text-align: center;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall:hover {
  color: var(--texas);
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.error-message-lp {
  border: 1px solid var(--dark-turquoise);
  background-color: var(--radical-red);
  color: var(--romance);
  border-radius: 5px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message-lp {
  border: 1px solid var(--dark-turquoise);
  background-color: var(--texas);
  color: var(--nero);
  text-align: center;
  border-radius: 5px;
  padding: 1.5rem 0;
}

.error-text {
  color: var(--white);
}

.success-text {
  font-weight: 500;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-link {
  color: var(--dark-turquoise);
  text-decoration: none;
}

.text-link:hover {
  color: var(--texas);
  text-decoration: none;
}

.section-cta26 {
  position: relative;
}

.header8_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header8_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  font-family: Lato, sans-serif;
  display: grid;
}

.section-header8 {
  position: relative;
}

.header-100vh {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.header8_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header8_form-block:active, .header8_form-block:focus {
  border: 1px none var(--radical-red);
  color: var(--light-grey-2);
}

.header8_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image {
  width: 50%;
  margin-bottom: 30px;
}

.heading {
  color: var(--dark-turquoise);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-block {
  color: var(--texas);
}

.text-block-2 {
  color: var(--light-grey-2);
}

.legal-p {
  margin-bottom: 1.4rem;
}

.legal-h2 {
  color: var(--romance);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-block-3 {
  color: #fdb0df;
  text-align: left;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.page-padding-2 {
  border: 1px #0000002e;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding-2.footer-padding {
  background-image: none;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-size-tiny-white {
  color: #f4f4f4;
  font-size: 1rem;
  font-weight: 300;
}

.footer1_legal-link {
  color: #f4f4f4;
  font-size: .8rem;
  font-weight: 300;
  text-decoration: none;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.success-message-2 {
  background-color: #0000;
  padding: 1.5rem 0;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.form-input-white {
  color: #f4f4f4;
  background-color: #eeb1d6;
  border: 1px #000;
  border-bottom: 2px solid #ab9be2;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.form-input-white:focus {
  border-color: #000;
}

.form-input-white::placeholder {
  color: #0009;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f4f4f4;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  font-weight: 300;
  display: grid;
}

.legal-h3 {
  color: var(--romance);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.white-text {
  color: #f4f4f4;
  font-weight: 300;
}

.text-block-4 {
  color: #f4f4f4;
}

.max-width-large-2 {
  width: 100%;
  max-width: 60rem;
}

.button-secondary-2 {
  color: #292929;
  text-align: center;
  background-color: #0000;
  border: 2px solid #ab9be2;
  border-radius: 5px;
  padding: .75rem 1.5rem;
}

.button-secondary-2.is-button-small {
  color: #f4f4f4;
  padding: .5rem 1.25rem;
}

.footer1_credit-text {
  color: #f4f4f4;
  font-size: .8rem;
  font-weight: 300;
}

.white-text-link {
  color: #f4f4f4;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.footer1_form-block {
  color: #f4f4f4;
  max-width: 35rem;
  margin-bottom: 0;
  font-weight: 300;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.error-message-newsletter {
  color: #d31b1e;
  background-color: #e97f81;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.container-large-2.footer-rounded-bg {
  border-radius: 12px;
}

.line-divider {
  background-color: #e8dcb926;
  width: 100%;
  height: 1px;
}

.line-divider.padding {
  margin-top: 15px;
}

.text-size-medium-2 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.footer1_component {
  background-color: #1d3657;
}

.h5-footer {
  color: #f4f4f4;
  font-weight: 400;
}

.h1-legals {
  color: var(--romance);
  font-family: effra, sans-serif;
}

.list-item-indent {
  margin-left: 15px;
  font-size: 1.125rem;
}

.grid-2 {
  border: 0 solid #000;
  grid-template-columns: .75fr 1fr .25fr;
}

.div-block-3 {
  border: 1px solid var(--romance);
  color: var(--romance);
  padding: 20px;
}

.div-block-2 {
  border: 1px solid var(--romance);
  padding: 20px;
}

.background-color-black-2 {
  background-color: var(--nero);
  color: #fff;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.form-radio-icon-2 {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon-2.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.heading-style-h5 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.rl-styleguide_shadows-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.icon-height-small {
  height: 2rem;
}

.shadow-xxlarge-2 {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.form-checkbox-icon-2 {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--nero);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--romance);
}

.shadow-small-2 {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.heading-style-h2 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-style-quote-2 {
  border-left: .1875rem solid var(--raffia);
  color: var(--romance);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h1 {
  color: var(--texas);
  font-family: effra, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.shadow-xlarge-2 {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.rl-styleguide_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.shadow-xsmall-2 {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-color-black-2 {
  color: var(--nero);
}

.shadow-large-2 {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.button-app-menu {
  border: 1px solid var(--dark-turquoise);
  background-color: var(--transparent);
  color: var(--dark-turquoise);
  text-align: center;
  border-radius: 5px;
  margin-left: 0;
  padding: .75rem 1.5rem;
  font-family: effra, sans-serif;
}

.button-app-menu.is-alternate {
  color: #000;
  background-color: #fff;
}

.button-app-menu.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-app-menu.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-app-menu.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-app-menu.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--licorice);
  border-style: solid;
  border-color: #0000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: effra, sans-serif;
  display: flex;
}

.button-app-menu.is-icon:hover {
  border-color: var(--texas);
  color: var(--texas);
}

.button-app-menu.is-icon.is-current {
  background-color: #414c5d;
  border-style: solid;
  border-color: #e8dcb95c;
  font-family: effra, sans-serif;
  font-weight: 400;
}

.button-app-menu.is-icon.is-current:hover {
  border-color: var(--texas);
}

.button-app-menu.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-app-menu.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-app-menu.is-small {
  padding: .5rem 1.25rem;
}

.shadow-medium-2 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.heading-style-h6 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.styleguide_grid-colours-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.background-color-white-2 {
  background-color: var(--romance);
}

.icon-height-large {
  height: 5rem;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.form-input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.form-input-2.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input-2.is-select-input {
  background-image: none;
}

.shadow-xxsmall-2 {
  box-shadow: 0 1px 2px #0000000d;
}

.heading-style-h4 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.text-color-white-2 {
  color: var(--romance);
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-medium {
  height: 3rem;
}

.heading-style-h3 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.uui-styleguide_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.button-secondary-gray.show-tablet {
  display: none;
}

.button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.navbar05_bottom-bar-background {
  background-color: #f9fafb;
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.navbar05_logo-link {
  padding-left: 0;
}

.navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.navbar05_dropdown-link:hover {
  background-color: #f9fafb;
}

.navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.button-primary-colour {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-primary-colour:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.button-primary-colour:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.button-primary-colour.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.text-size-small-2 {
  letter-spacing: normal;
  font-size: .875rem;
}

.navbar05_menu-button {
  padding: 0;
}

.button-link-2 {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-2:hover {
  color: #53389e;
}

.navbar05_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-styleguide_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.icon-featured-large {
  color: #7f56d9;
  background-color: #f4ebff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.badge.is-primary {
  color: #6941c6;
  background-color: #f9f5ff;
}

.badge.is-pink {
  color: #c11574;
  background-color: #fdf2fa;
}

.badge.is-indigo {
  color: #3538cd;
  background-color: #eef4ff;
}

.navbar05_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar05_dropdown-toggle {
  color: #475467;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.navbar05_dropdown-toggle:hover {
  color: #344054;
}

.navbar05_link {
  color: var(--dark-turquoise);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: effra, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s;
}

.navbar05_link.w--current {
  color: #000;
}

.navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar05_icon-holder {
  flex: none;
}

.uui-styleguide_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.navbar05_menu-dropdown {
  position: static;
}

.navbar05_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.navbar05_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.navbar05_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar05_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-styleguide_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.navbar05_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  align-items: flex-end;
  padding-top: 10px;
  display: flex;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  color: #344054;
  background-color: #f9fafb;
}

.navbar05_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar05_component {
  background-color: var(--transparent);
  color: var(--dark-turquoise);
  
  
  
  background-attachment: fixed;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  box-shadow: 4px 4px 10px #25252540;
}

.navbar05_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.navbar05_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.html-embed {
  width: 10rem;
}

.badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group.is-primary {
  color: #6941c6;
  white-space: nowrap;
  background-color: #f9f5ff;
}

.heroheader20_background {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
  transform: skew(0deg, -7.25deg);
}

.heroheader20_lightbox {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 57.25rem;
  height: 32.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lp_section_hero {
  
  
  background-repeat: no-repeat;
  
  overflow: hidden;
}

.lp_section_hero.blend {
  background-image: linear-gradient(to bottom, var(--licorice-alpha), var(--licorice));
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heroheader20_background-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 125rem;
  min-width: 125rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-xlarge-2 {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-xlarge-2.text-color-primary900 {
  color: #42307d;
}

.text-size-large-2 {
  letter-spacing: normal;
  font-size: 1.25rem;
  display: flex;
}

.heroheader20_background-grid-mask {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 300%;
  position: absolute;
  inset: auto 0% -267%;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.heroheader20_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heroheader20_background-grid-section {
  height: 4.5rem;
}

.page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.badge-group_icon.text-color-primary500 {
  color: #9e77ed;
  margin-right: -.25rem;
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.button-row-center {
  justify-content: center;
}

.lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.heroheader20_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heroheader20_lightbox-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group_badge.is-primary {
  color: #6941c6;
  background-color: #fff;
}

.icon-featured-outline-large {
  background-color: var(--radical-red);
  color: var(--white);
  border: .5rem solid #ffffff52;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.layout19_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout19_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout19_image-wrapper {
  background-color: #f9fafb;
  width: 100%;
  height: 100%;
}

.layout19_item {
  display: flex;
}

.layout19_item-text-wrapper {
  padding-top: .5rem;
}

.layout19_image {
  object-fit: cover;
  width: 100%;
}

.layout19_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.heading-xsmall-3 {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.layout35_image-wrapper {
  background-color: #f2f4f7;
  width: 100%;
  position: relative;
}

.heading-small-2 {
  letter-spacing: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.layout35_image {
  background-color: #f9fafb;
  width: 100%;
}

.layout35_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-medium-2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.layout56_image {
  width: 100%;
}

.layout56_image.shadow-medium {
  border: 1px solid #ffffff0f;
}

.layout56_image.shadow-xlarge {
  border: 1px solid #ffffff0f;
  box-shadow: 0 24px 48px 10px #10182852;
}

.text-size-medium-3 {
  letter-spacing: normal;
  font-size: 1.125rem;
}

.layout56_item {
  display: flex;
}

.layout56_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout56_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.layout56_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.lp_section-feature-right {
  
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.layout08_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout08_item-icon-wrapper {
  align-self: flex-start;
  margin-right: .75rem;
}

.layout-motion-designers {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout08_item {
  display: flex;
}

.layout08_image {
  width: 100%;
  height: auto;
}

.section-feature-left {
  position: static;
}

.layout04_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout04_image-01 {
  border: .25rem solid #101828;
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 16%;
}

.layout04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout04_image-02 {
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  inset: auto 0% -5rem 2rem;
}

.layout04_image-wrapper {
  background-color: #f2f4f7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 32rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout78_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

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

.layout78_item {
  background-color: #f9fafb;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.icon-featured-square-large {
  color: #fff;
  background-color: #9e77ed;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.footer-legal-link {
  color: #667085;
  font-size: .875rem;
  transition: all .3s;
}

.footer-legal-link:hover {
  color: #475467;
}

.line-divider-2 {
  background-color: #eaecf0;
  width: 100%;
  height: 1px;
}

.footer03_details-wrapper {
  max-width: 20rem;
}

.footer03_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer-lp-social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 1rem;
  display: grid;
}

.footer-text-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-text-link:hover {
  color: #53389e;
}

.footer03_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer03_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-lp-social-link {
  color: #98a2b3;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-lp-social-link:hover {
  color: #667085;
}

.footer-lp-logo-link {
  float: none;
}

.footer-lp-component.shadow-small {
  background-color: var(--nero);
  box-shadow: -1px -4px 8px -2px #6d9eff1a, 0 -2px 4px -2px #6c9dff0f;
}

.footer03_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: start;
}

.footer-lp-logo {
  flex-wrap: nowrap;
  width: 10rem;
  display: flex;
}

.footer03_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-icon {
  color: var(--dark-turquoise);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-icon:hover {
  color: var(--texas);
}

.html-embed-2 {
  width: 10rem;
}

.footer08_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.error-message-2 {
  border: 1px solid var(--dark-turquoise);
  background-color: var(--radical-red);
  border-radius: 5px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer-lp-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--dark-turquoise);
  background-color: var(--dark-turquoise);
  background-image: linear-gradient(354deg, #30818b 48%, var(--dark-turquoise));
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: effra, sans-serif;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--texas);
  background-color: var(--dark-turquoise);
  background-image: linear-gradient(354deg, #30818b 48%, var(--texas));
  box-shadow: none;
  border-radius: .5rem;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.footer-lp-right-wrapper {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.footer08_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

.footer-lp-form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer-lp-link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  margin-top: 15px;
  display: grid;
}

.footer-lp-link {
  color: var(--dark-turquoise);
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: effra, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.footer-lp-link:hover {
  color: var(--texas);
}

.success-message-3 {
  border: 1px solid var(--licorice);
  background-color: var(--texas);
  color: var(--nero);
  border-radius: 6px;
  padding: 1.5rem;
}

.footer08_legal-link {
  color: var(--romance);
  font-size: .875rem;
  transition: all .3s;
}

.footer08_legal-link:hover {
  color: var(--texas);
  text-decoration: none;
}

.form-input-lp {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input-lp:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-input-lp::placeholder {
  color: #667085;
}

.footer-lp-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-turquoise);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-top: 31px;
  margin-bottom: .75rem;
  display: grid;
}

.footer-lp-bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heroheader15_card-image-02 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-38%, 33%)rotate(60deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.heroheader15_card-image-05 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(65%, 79%)rotate(150deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.heroheader15_card-image-03 {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(0, 16%)rotate(90deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.heroheader15_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heroheader15_card-image-01 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-65%, 79%)rotate(30deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.section_heroheader15 {
  background-color: #53389e;
  overflow: hidden;
}

.heroheader15_card-image-04 {
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(38%, 33%)rotate(120deg);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.heroheader15_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28rem;
  display: flex;
  position: relative;
}

.strikethrough {
  color: var(--radical-red);
  font-weight: 500;
  text-decoration: line-through;
}

.layout-feature-extra-component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout-feature-extra-item {
  flex-direction: column;
  align-items: center;
}

.section_faq {
  margin-bottom: 4rem;
}

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_icon {
  color: var(--dark-turquoise);
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq6_icon:hover {
  color: var(--texas);
}

.faq6_accordion {
  border: 1px solid var(--light-grey);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.layout63_image-wrapper {
  background-color: #f2f4f7;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout63_image-wrapper.shadow-xlarge {
  background-color: var(--transparent);
}

.layout63_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  padding-bottom: .5rem;
}

.layout63_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout63_image {
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: auto 3rem auto auto;
}

.heading-large-2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.container-large-sub-heading {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  background-color: var(--dark-turquoise);
  font-size: 1rem;
  font-weight: 400;
}

.text-span-highlight {
  border: 2px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  border-radius: 20px;
  align-self: center;
  margin-left: 10px;
  padding: 3px 10px;
  font-size: .8rem;
  font-weight: 400;
  display: block;
}

.text-size-large-padding {
  color: var(--romance);
  letter-spacing: normal;
  padding-right: 0;
  font-family: effra, sans-serif;
  font-size: 1.25rem;
  display: flex;
}

.cta09_component {
  background-image: linear-gradient(318deg, #2525254f, var(--licorice));
  border-radius: 1rem;
  padding: 4rem;
}

.cta09_component.shadow-medium {
  border: .5px solid var(--texas);
  background-image: linear-gradient(318deg, #25252561, var(--licorice));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  box-shadow: 0 12px 16px -4px #55dcee14, 3px 3px 6px -2px #f2f79e12;
}

.section_breakout {
  
  background-position: 50%;
  
  position: relative;
}

.section_breakout.shadow-large {
  box-shadow: none;
  background-image: none;
}

.pricing_feature {
  display: flex;
}

.pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing_plan {
  border: 1px solid var(--texas);
  background-color: var(--licorice);
  border-radius: 12px;
  padding: 2rem;
}

.pricing-feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing6_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
}

.lp_section_pricing {
  
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pricing6_tab-link {
  background-color: #0000;
  border: 1px solid #000;
  padding: .5rem 1.5rem;
}

.pricing6_tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.heading-2 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-2.is-dark {
  color: var(--licorice);
}

.heading-3 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-4, .heading-5 {
  font-size: 3.5rem;
}

.heading-1 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
}

.signup-form-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.section_cta10 {
  background-color: #fff;
  position: relative;
}

.waitlist_form {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-input-3 {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input-3:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.form-input-3::placeholder {
  color: #667085;
}

.text-block-5 {
  color: var(--white);
}

.image-overlay-layer {
  z-index: 1;
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.header79_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.header79_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header79_image-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header79_image-column.image-column-3 {
  margin-top: 0%;
}

.header79_image-column.image-column-5 {
  margin-top: -20%;
}

.header79_image-column.image-column-4 {
  margin-top: -30%;
}

.header79_image-column.image-column-1 {
  margin-top: -20%;
}

.header79_image-column.image-column-2 {
  margin-top: -50%;
}

.header79_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header79_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.header79_background-images {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-use-cases {
  position: relative;
}

.header79_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blog_featured-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.blog_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.blog_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.blog_image-link.is-featured {
  border: 2px solid var(--dark-turquoise);
  border-radius: 5px;
  margin-bottom: 0;
}

.blog_image-link.is-featured:hover {
  border-color: var(--texas);
  box-shadow: none;
}

.text-divider {
  margin-left: .25rem;
  margin-right: .25rem;
}

.blog_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 3rem;
  display: flex;
}

.blog03_date-wrapper {
  align-items: center;
  display: flex;
}

.blog03_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog03_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.text-size-regular-2 {
  letter-spacing: normal;
  font-size: 1rem;
}

.blog03_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.blog03_author-image {
  border: 1px solid var(--nero);
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog03_menu-link {
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1rem;
  padding: .5rem .25rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.blog03_menu-link:hover, .blog03_menu-link.w--current {
  color: #6941c6;
  border-bottom-color: #6941c6;
}

.blog_title-link {
  color: #101828;
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.blog_title-link.is-featured {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.blog03_category-link {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.blog03_category-link:hover {
  color: #53389e;
}

.blog03_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-feature_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog03_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog03_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px #eaecf0;
}

.blog03_author-image-wrapper {
  margin-right: .75rem;
}

.blogpost03_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blogpost03_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.breadcrumb-link {
  color: #667085;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.breadcrumb-link.w--current {
  color: #6941c6;
  font-weight: 600;
}

.breadcrumb-link.is-active {
  font-weight: 500;
}

.blogpost03_tag-list-wrapper {
  width: 50%;
}

.blogpost_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.breadcrumb-divider {
  color: var(--dark-turquoise);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.breadcrumb-divider:hover {
  color: var(--texas);
}

.blogpost03_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blogpost03_author-image-wrapper {
  margin-right: 1rem;
}

.blogpost03_author-text {
  display: flex;
}

.blogpost03_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.blogpost03_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost_author-wrapper {
  align-items: flex-start;
  margin-bottom: 2rem;
}

.blogpost_author-wrapper.content-bottom {
  margin-bottom: 0;
  display: flex;
}

.blogpost03_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blogpost_content {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.blogpost03_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blogpost_header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blogpost03_author-image {
  border: 1px solid var(--nero);
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blogpost_title-wrapper {
  flex-direction: column;
  display: flex;
}

.blogpost_divider {
  background-color: #e8dcb940;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.blogpost03_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blogsection_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.section-home-article-promo {
  
  background-position: 50%;
  
}

.blogsection03_title-link {
  color: #101828;
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.blogsection03_image-link {
  border: 2px solid var(--dark-turquoise);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.blogsection03_image-link:hover {
  border-color: var(--texas);
  box-shadow: 0 24px 48px -12px #1018282e;
}

.blogsection_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blogsection_author-image {
  border: 1px solid var(--nero);
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blogsection03_date-wrapper {
  align-items: center;
  display: flex;
}

.blogsection_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blogsection_button-row.mobile-landscape {
  display: none;
}

.blogsection03_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.blogsection03_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blogsection03_category-link {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.blogsection03_category-link:hover {
  color: #53389e;
}

.blogsection03_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blogsection_heading {
  flex: 1;
}

.blogsection_component {
  flex-direction: column;
  align-items: center;
}

.blogsection03_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blogsection_author-image-wrapper {
  margin-right: .75rem;
}

.blogsection03_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.login_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

.success-text-2 {
  font-weight: 600;
}

.login_image-wrapper {
  background-color: var(--light-grey-2);
  justify-content: center;
  align-items: center;
}

.login_navbar {
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate3d(0, 0, 10px);
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.signup8_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-4 {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-4:focus {
  border-color: #000;
}

.form-input-4::placeholder {
  color: #0009;
}

.form-input-4.is-quantity-input {
  width: 4rem;
}

.form-input-4.is-quantity-input::placeholder {
  color: var(--black);
}

.error-text-2 {
  color: #e23939;
}

.signup8_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.line-divider-3 {
  background-color: #e8dcb940;
  width: 100%;
  height: 1px;
}

.signup8_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.success-message {
  background-color: var(--light-grey-2);
  padding: 1.5rem;
}

.login_footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.login_content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.html-embed-3 {
  width: 10rem;
}

.use-case-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.use-case-grid.margin-small.is-centred {
  justify-content: center;
  display: flex;
}

.use-case-grid.margin-xxlarge, .use-case-grid.margin-medium, .use-case-grid.margin-custom3, .use-case-grid.margin-custom1, .use-case-grid.margin-tiny, .use-case-grid.margin-small, .use-case-grid.margin-large, .use-case-grid.margin-0, .use-case-grid.margin-xlarge, .use-case-grid.margin-xhuge, .use-case-grid.margin-xxhuge, .use-case-grid.margin-huge, .use-case-grid.margin-xxsmall, .use-case-grid.margin-custom2, .use-case-grid.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.list1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.list1_item {
  display: flex;
}

.layout65_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.layout56_image-2 {
  border: .25rem solid #101828;
  border-radius: .5rem;
  width: 100%;
}

.use-case-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.use-cases-component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.body {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-6 {
  font-family: effra, sans-serif;
  font-weight: 400;
}

.heading-7, .heading-8, .heading-9, .heading-10 {
  font-family: effra, sans-serif;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.heading-11 {
  font-family: effra, sans-serif;
}

.heading-12 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-weight: 500;
}

.heading-13 {
  font-size: 3.5rem;
}

.heading-14, .heading-15, .heading-16, .heading-17 {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-weight: 500;
}

.paragraph {
  color: var(--romance);
  font-weight: 200;
}

.link {
  color: var(--dark-turquoise);
  text-decoration: none;
}

.link:hover {
  color: var(--texas);
}

.block-quote {
  border-left-color: var(--raffia);
  color: var(--romance);
  font-weight: 300;
}

.paragraph-2, .list, .list-2 {
  color: var(--romance);
}

.heading-2-strikethrough {
  color: var(--light-grey);
  font-family: effra, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.paragraph-3 {
  font-weight: 200;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  font-weight: 300;
}

.heading-2-copy {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-2-texas {
  color: var(--texas);
  font-family: effra, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-2-texas.is-dark {
  color: var(--licorice);
}

.form-input-trasnsparent {
  border: 1.5px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  background-color: #0000;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input-trasnsparent:focus {
  border-width: 1.5px;
  border-color: var(--texas);
  box-shadow: none;
  color: var(--texas);
}

.form-input-trasnsparent::placeholder {
  color: var(--dark-turquoise);
}

.navbar_component {
  border-bottom: 1px solid var(--black);
  color: var(--dark-turquoise);
  background-color: #0000;
  
  
  
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-logo-link {
  width: 10rem;
  padding-left: 0;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-link {
  padding: .5rem 1rem;
  font-family: effra, sans-serif;
  font-weight: 400;
}

.navbar-link:hover {
  color: var(--texas);
}

.navbar-link.w--current {
  color: var(--black);
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
  position: absolute;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--black);
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar1_component {
  border-bottom: 0px none var(--black);
  background-color: var(--licorice);
  color: var(--dark-turquoise);
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.navbar1_component.shadow-medium {
  min-height: 4.5rem;
  font-family: effra, sans-serif;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo-link {
  width: 10rem;
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  color: var(--dark-turquoise);
  padding: .5rem 1rem;
  font-family: effra, sans-serif;
  font-weight: 400;
}

.navbar1_link:hover {
  color: var(--texas);
}

.navbar1_link.w--current {
  color: var(--dark-turquoise);
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--black);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.list-3, .list-4 {
  color: var(--romance);
}

.heading-3-blog-title {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.heading-3-blog-title:hover {
  color: var(--texas);
}

.collection-item {
  margin-bottom: 4rem;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.heading-2-blog-title {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-2-blog-title:hover {
  color: var(--texas);
}

.text-weight-semibold-link {
  color: var(--dark-turquoise);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: effra, sans-serif;
  font-weight: 400;
}

.text-weight-semibold-link:hover {
  color: var(--texas);
}

.blogpost01_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost01_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.breadcrumb-divider-2 {
  color: var(--dark-turquoise);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.breadcrumb-divider-2:hover {
  color: var(--texas);
}

.blogpost01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blogpost01_author-wrapper {
  align-items: center;
  display: flex;
}

.blogpost01_author-image-wrapper {
  margin-right: 1rem;
}

.blogpost01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blogpost01_date-wrapper {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.blogpost01_image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.blogpost01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blogpost01_content {
  margin-bottom: 4rem;
}

.blogpost01_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost01_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blogpost01_tag-list-wrapper {
  width: 50%;
}

.blogpost01_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.blogpost01_divider {
  background-color: #eaecf0;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.blogpost05_header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.blogpost04_meta-wrapper {
  color: #6941c6;
  mix-blend-mode: multiply;
  background-color: #f9f5ff;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.blogpost04_category-link {
  color: #6941c6;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.blogpost04_category-link:hover {
  color: #53389e;
}

.blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.blogpost05_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost05_date {
  color: #7f56d9;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 600;
}

.blogpost05_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogpost05_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blogpost05_content-left {
  max-width: 20rem;
  position: sticky;
  top: 5rem;
}

.blogpost05_author-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.blogpost05_author-image-wrapper {
  margin-right: .75rem;
}

.blogpost05_author-image {
  border: 1px solid var(--nero);
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blogpost05_divider {
  background-color: #eaecf0;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blogpost05_form {
  margin-bottom: 0;
}

.blogpost05_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.blogpost05_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blogpost05_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.blogpost05_content {
  margin-bottom: 4rem;
}

.icon-1x1-xsmall-login {
  width: 1.5rem;
  height: 1.5rem;
}

.html-embed-4, .html-embed-login-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.list-5 {
  font-weight: 300;
}

.bold-text {
  font-weight: 500;
}

.image-float {
  width: 50%;
  position: relative;
  top: -80px;
  left: 241px;
}

.image-float-2 {
  z-index: 30;
  width: 50%;
  position: relative;
  top: -146px;
  left: 271px;
}

.image-float-1 {
  width: 50%;
  position: relative;
  top: 237px;
  left: 11px;
}

.image-float-3 {
  z-index: 10;
  width: 60%;
  position: relative;
  top: -105px;
  left: 144px;
}

.layout08_image-copy {
  width: 100%;
}

.fixed-video-frame-16x9, .fixed-video-frame-605x340 {
  width: 605px;
  height: 340px;
}

.profile-images-parallax {
  height: 800px;
  position: relative;
}

.profile-image-1 {
  z-index: 2;
  position: absolute;
  top: 320px;
  left: -79px;
}

.profile-image-anchor {
  z-index: 1;
  position: absolute;
  inset: 245px auto 0% 7%;
}

.profile-image-2 {
  z-index: 20;
  border: 3px none var(--nero);
  position: absolute;
  inset: 466px 0% 0% 35px;
}

.profile-image-3 {
  z-index: 15;
  position: absolute;
  inset: 407px 0% 0% 681px;
}

.profile-image-4 {
  z-index: 10;
  border: 1px none var(--nero);
  position: absolute;
  inset: 323px 0% 0% 232px;
}

.profile-image-5 {
  z-index: 10;
  position: absolute;
  inset: 324px 0% 0% 391px;
}

.profile-image-6 {
  z-index: 2;
  position: absolute;
  inset: 233px 0% 0% -918px;
}

.profile-image-6.has-border {
  border: 1px none var(--nero);
}

.profile-image-7 {
  z-index: 5;
  position: absolute;
  inset: 468px 0% 0% 650px;
}

.profile-image-8 {
  z-index: 5;
  position: absolute;
  inset: 488px 0% 0% 259px;
}

.profile-image-9 {
  z-index: 10;
  position: absolute;
  inset: 93px 0% 0% 484px;
}

.profile-image-10 {
  z-index: 5;
  position: absolute;
  inset: 527px 0% 0% 356px;
}

.layout_motion-designers-text-content {
  z-index: 5;
  position: relative;
}

.profile-image-6b {
  z-index: 1;
  position: absolute;
  inset: 207px 0% 0% -1002px;
}

.profile-image-7b {
  z-index: 5;
  position: absolute;
  inset: 436px 0% 0% 587px;
}

.section-feature-left-parallax {
  position: static;
}

.section-side-nav {
  background-image: linear-gradient(to bottom, var(--nero), var(--nero));
  width: 25rem;
  height: 100vh;
}

.navbar2_component {
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_logo-link {
  margin-top: 25px;
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
}

.navbar2_link {
  background-color: var(--dark-turquoise);
  flex-direction: column;
  align-self: flex-start;
  align-items: stretch;
  width: 20rem;
  padding: .5rem 1rem;
  display: block;
}

.navbar2_link.w--current {
  color: var(--black);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 0;
  display: flex;
}

.navbar-side_component {
  border-bottom: 1px none var(--black);
  background-color: #0000;
  background-image: linear-gradient(#25252533, #25252533);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  width: 20rem;
  height: 100vh;
  max-height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
  box-shadow: 5px 0 5px 5px #25252533;
}

.button-group-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.button-group-top.is-center {
  justify-content: center;
}

.button-group-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.button-group-bottom.is-center {
  justify-content: center;
}

.button-spread {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  margin-top: 2rem;
  display: flex;
}

.blogpost06_header {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.blogpost06_header-content {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.blogpost06_author-wrapper {
  align-items: flex-start;
  display: flex;
}

.blogpost06_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 45rem;
}

.blogpost06_content {
  margin-bottom: 4rem;
}

.blogpost06_rich-text-divider {
  background-color: #eaecf0;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blogpost06_content-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.member_nav-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.section_blog39 {
  margin-left: 20rem;
}

.blog39_component {
  flex-direction: column;
  align-items: center;
}

.blog39_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog39_item {
  border: 1px solid var(--black);
}

.blog39_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog39_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog39_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog39_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog39_category-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

.blog39_title-wrapper {
  margin-bottom: .5rem;
}

.blog39_author-wrapper {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.blog39_author-image-wrapper {
  margin-right: 1rem;
}

.blog39_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog39_date-wrapper {
  align-items: center;
  display: flex;
}

.blog39_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog39_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section_content-projects-list {
  margin-left: 20rem;
}

.page-padding-app {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-app {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.navbar-side_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  height: 100vh;
  margin: 1rem auto 0;
  display: flex;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.member_nav-app-wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.body-app {
  background-color: var(--licorice);
  font-family: Inter, sans-serif;
}

.collection-list-projects {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-projects-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22rem;
  margin-right: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.project_item {
  border: 1px none var(--black);
  margin-bottom: 3rem;
  box-shadow: 1px 1px 3px #000;
}

.project_item.shadow-small {
  background-color: var(--panel-bg);
  box-shadow: 1px 1px 3px 0 var(--nero);
  border-radius: 12px;
}

.project-item-thumb-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.project-item-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 380px;
  padding: 1.5rem;
  display: flex;
}

.project-item-thumb-wrapper {
  border-radius: 12px 12px 0 0;
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.project-item-thumb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-2-app {
  color: var(--romance);
  font-family: effra, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.project-item-info-content {
  flex-direction: column;
  display: block;
}

.project-item-title-wrapper, .project-item-meta-wrapper {
  margin-bottom: 1rem;
}

.project-item-product-wrapper {
  margin-bottom: .5rem;
}

.product-reference {
  color: var(--romance);
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.text-size-regular-app {
  color: var(--romance);
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular-app.padding {
  margin-left: 4px;
}

.icon-product-reference {
  height: 1.5rem;
  margin-right: 8px;
}

.icon-embed-product-reference {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 15px;
  display: flex;
}

.icon-embed-product-reference:hover {
  color: var(--texas);
}

.project-meta {
  color: var(--romance);
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.project-item-info-content-bottom {
  flex-direction: column;
  display: block;
}

.text-size-regular-app-status {
  background-color: var(--licorice);
  color: var(--romance);
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 5px 15px;
  font-size: .8rem;
}

.text-size-regular-app-status.padding {
  margin-left: 4px;
}

.project-status-pill {
  z-index: 10;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 190px;
  left: 20px;
}

.project-filter-link {
  color: var(--romance);
  border: 1px solid #fdfefd59;
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px 25px;
  font-family: effra, sans-serif;
  display: inline-block;
}

.project-filter-link:hover {
  border-color: var(--texas);
  color: var(--texas);
}

.radio-projects-filter {
  color: var(--romance);
  border: 1px solid #fdfefd4d;
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: .75rem 1.5rem;
  font-family: effra, sans-serif;
  display: inline-block;
}

.form-block-project-filter {
  display: inline-block;
}

.button-app-menu-alt {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-app-menu-alt.is-alternate {
  color: #000;
  background-color: #fff;
}

.button-app-menu-alt.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-app-menu-alt.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-app-menu-alt.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-app-menu-alt.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-style: solid;
  border-color: var(--dark-turquoise);
  background-color: var(--licorice);
  background-image: linear-gradient(167deg, #355866, #2e3544);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-app-menu-alt.is-icon:hover {
  border-color: var(--texas);
  color: var(--texas);
}

.button-app-menu-alt.is-icon.is-current {
  background-color: #414c5d;
  border-style: solid;
  border-color: #e8dcb95c;
  font-family: effra, sans-serif;
  font-weight: 400;
}

.button-app-menu-alt.is-icon.is-current:hover {
  border-color: var(--texas);
}

.button-app-menu-alt.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-app-menu-alt.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-app-menu-alt.is-small {
  padding: .5rem 1.25rem;
}

.heading-1-app {
  color: var(--romance);
  flex: none;
  font-family: effra, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
}

.div-block-4 {
  width: 100%;
}

.pagination3_component {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pagination3_page-count-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--light-grey);
  align-items: center;
  display: flex;
}

.pagination3_results-count {
  margin-top: auto;
  margin-bottom: auto;
}

.pagination3_button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.pagination3_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--black);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.pagination3_button.is-previous {
  margin-right: auto;
}

.pagination3_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.pagination-app-component {
  background-color: var(--panel-bg);
  border-radius: 12px;
  justify-content: flex-end;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.pagination-app-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--dark-turquoise);
  color: var(--dark-turquoise);
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.pagination-app-button:hover {
  border-color: var(--texas);
  color: var(--texas);
}

.pagination-app-button.is-previous {
  margin-right: auto;
}

.pagination-app-button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.pagination {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.breadcrumb_component {
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb_project-component {
  align-self: flex-end;
  align-items: flex-end;
  margin-bottom: 5px;
  padding-left: 15px;
  display: flex;
}

.breadcrumb-project-divider {
  color: var(--romance);
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-bottom: 4px;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.breadcrumb-project-divider:hover {
  color: var(--texas);
}

.link-breadcrumb-current {
  color: var(--romance);
  text-decoration: none;
}

.link-breadcrumb-current:hover {
  color: var(--texas);
}

.button-new-brandkit {
  flex: none;
  align-self: auto;
}

.margin-full-width {
  justify-content: space-between;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-full-width.margin-small {
  align-items: flex-end;
}

.margin-full-width.margin-small.is-centred {
  justify-content: center;
  display: flex;
}

.margin-full-width.margin-xxlarge, .margin-full-width.margin-medium, .margin-full-width.margin-custom3, .margin-full-width.margin-custom1, .margin-full-width.margin-tiny, .margin-full-width.margin-small, .margin-full-width.margin-large, .margin-full-width.margin-0, .margin-full-width.margin-xlarge, .margin-full-width.margin-xhuge, .margin-full-width.margin-xxhuge, .margin-full-width.margin-huge, .margin-full-width.margin-xxsmall, .margin-full-width.margin-custom2, .margin-full-width.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-full-width.is-right {
  justify-content: flex-end;
}

.brand-kit-variant-wrapper {
  background-color: var(--panel-bg);
  border-radius: 12px;
}

.brand-kit-logo {
  padding: 2rem 2rem 1rem;
  display: inline-block;
}

.brand-kit-style-example {
  flex-direction: column;
  padding: 1rem 2rem;
  display: flex;
}

.collection-item-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 2rem;
  display: grid;
}

.brand-kiti-logo-image {
  width: 60%;
}

.brand-kit-colour-swatches {
  border-top: 1px solid var(--panel-bg);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.brand-kit-colour-display {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 50px;
  height: 20%;
  min-height: 50px;
  display: flex;
}

.brandkit-type.is-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.brandkit-type.is-subtitle {
  line-height: 1.2;
}

.brandkit-type.is-heading {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.brandkit-type.is-body {
  white-space: normal;
  font-size: .9rem;
  line-height: 1.2;
}

.brandkit-type.is-cta {
  font-weight: 600;
  line-height: 1.2;
}

.brandkit-type.is-link {
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
}

.text-block-6 {
  font-weight: 600;
}

.brand-kit-title {
  padding: 1rem 2rem;
}

.brand-kit-actions {
  justify-content: flex-end;
  padding: 1.5rem 2rem;
  display: flex;
}

.text-size-tiny-top {
  color: #afafaf;
  text-align: center;
  mix-blend-mode: difference;
  font-size: .8rem;
  font-weight: 400;
  position: absolute;
}

.text-block-7 {
  font-weight: 400;
}

.text-block-8 {
  font-size: 1rem;
}

.brand-kit-graphic-highlights {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 2rem 2rem;
  display: flex;
}

.brand-kit-highlight-image {
  width: 50%;
  margin-right: 1rem;
}

.brand-kit-highlight-graphic {
  width: 50%;
  margin-left: 1rem;
  margin-right: 2rem;
}

.brand-kit-example-image {
  border: 1px solid #000;
  border-radius: 12px;
}

.text-size-small-app {
  color: var(--light-grey);
  font-size: .875rem;
  font-weight: 200;
}

.text-size-small-app.disclaimer {
  color: var(--romance);
  margin-top: 14px;
  font-weight: 200;
}

.step-a-project-options {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.dropdown-menu {
  border: 1px solid var(--dark-turquoise);
  background-color: var(--transparent);
  color: var(--romance);
  border-radius: 5px;
  width: 80%;
  min-height: 2.75rem;
}

.dropdown-component {
  color: var(--dark-turquoise);
  border-radius: 12px;
}

.selection-headings {
  margin-bottom: 1rem;
}

.button-app-menu-edit {
  border: 1px solid var(--dark-turquoise);
  background-color: var(--transparent);
  color: var(--dark-turquoise);
  text-align: center;
  border-radius: 5px;
  min-height: 2.75px;
  padding: .75rem 1.5rem;
  font-family: effra, sans-serif;
}

.button-app-menu-edit.is-alternate {
  color: #000;
  background-color: #fff;
}

.button-app-menu-edit.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-app-menu-edit.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-app-menu-edit.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-app-menu-edit.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--licorice);
  border-style: solid;
  border-color: #0000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: effra, sans-serif;
  display: flex;
}

.button-app-menu-edit.is-icon:hover {
  border-color: var(--texas);
  color: var(--texas);
}

.button-app-menu-edit.is-icon.is-current {
  background-color: #414c5d;
  border-style: solid;
  border-color: #e8dcb95c;
  font-family: effra, sans-serif;
  font-weight: 400;
}

.button-app-menu-edit.is-icon.is-current:hover {
  border-color: var(--texas);
}

.button-app-menu-edit.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-app-menu-edit.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-app-menu-edit.is-small {
  padding: .5rem 1.25rem;
}

.link-app-right {
  color: var(--dark-turquoise);
  margin-right: 1rem;
  text-decoration: none;
}

.link-app-right:hover {
  color: var(--texas);
}

.link-block {
  display: inline;
}

.div-left {
  align-items: flex-end;
  display: flex;
}

.div-right {
  flex: none;
}

.text-size-breadcrumb-current {
  color: var(--light-grey);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-size-breadcrumb-current.is-centred {
  text-align: center;
}

.text-size-breadcrumb-current.is-white {
  color: var(--white);
  text-align: left;
}

.product-header2_modal-main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-header2_modal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-header2_modal-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header2_modal-content-wrapper {
  background-color: var(--white);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.product-header2_modal-image-small {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_modal-image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_rating-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.product-header2_tabs-menu {
  align-items: center;
  display: flex;
}

.product-header2_modal {
  z-index: 99;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.variant-button {
  background-color: var(--white);
  color: var(--black);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-disabled {
  opacity: .25;
}

.variant-button.is-active {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.product-header2_content-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-header2_modal-lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.breadcrumb-divider-3 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.product-header2_image-small {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-header2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 3rem;
}

.text-size-small-3 {
  font-size: .875rem;
}

.product-header2_content-top {
  margin-bottom: 3rem;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header2_modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.product-header2_image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.product-header2_option {
  margin-bottom: 1.5rem;
}

.product-header2_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.product-header2_modal-background-overlay {
  z-index: -1;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.breadcrumb-link-2 {
  color: var(--black);
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.product-header2_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header2_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.product-header2_main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-header2_gallery-button-wrapper {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.product-header2_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header2_tab-link.w--current {
  border-bottom-color: var(--black);
  background-color: #0000;
}

.image-float-4 {
  z-index: 2;
  width: 80%;
  position: relative;
  top: 84px;
  left: 118px;
}

.image-float-5 {
  z-index: 20;
  width: 70%;
  position: relative;
  top: -133px;
  left: 179px;
}

.image-2 {
  width: 100%;
}

.image-float-6 {
  width: 100%;
  position: relative;
  top: 21px;
  left: -80px;
}

.image-float-7 {
  width: 70%;
  position: relative;
  top: -25px;
  left: 183px;
}

.image-float-4b {
  z-index: 5;
  width: 70%;
  position: relative;
  top: -24px;
  left: -105px;
}

.image-float-3b {
  z-index: 2;
  width: 40%;
  position: relative;
  top: -372px;
  left: -71px;
}

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

.header3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header3_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header3_lightbox-image {
  object-fit: cover;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.section_header_email_confirm {
  min-height: 70vh;
}

.gallery3_image-wrapper {
  width: 100%;
  position: relative;
}

.gallery3_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.gallery_video_2col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-items: start center;
  margin-bottom: 1rem;
}

.gallery_video_1col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start center;
  margin-bottom: 1rem;
}

.gallery_video_wrapper {
  width: 100%;
  position: relative;
}

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

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

.text-weight-semibold-2 {
  font-weight: 600;
}

.header49_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.form-element {
  margin-bottom: 1rem;
}

.max-width-medium-grid-2col {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium-grid-2col.align-center {
  max-width: 30rem;
}

.max-width-medium-grid-2col.padding-vertical-app {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.text-field {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.lp-special {
    width: 90%;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .button-secondary-gray.show-tablet {
    display: block;
  }

  .menu-icon_line-bottom {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar05_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar05_dropdown-link:hover {
    background-color: #0000;
  }

  .menu-icon_line-middle {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .navbar05_menu-middle {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar05_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar05_dropdown-toggle:hover {
    color: #101828;
  }

  .navbar05_link {
    color: #101828;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar05_link:hover {
    color: #101828;
  }

  .menu-icon_line-top {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar05_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .navbar05_dropdown-content {
    flex-direction: column;
  }

  .navbar05_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar05_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .heroheader20_lightbox {
    max-width: none;
    height: 30rem;
  }

  .heroheader20_background-grid {
    width: 150vw;
    min-width: 150vw;
  }

  .heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .heroheader20_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heroheader20_background-grid-section {
    height: 7.5vw;
  }

  .heroheader20_lightbox-wrapper {
    height: auto;
  }

  .layout19_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
  }

  .layout19_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout35_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .layout56_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .layout-motion-designers {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout04_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -40%;
    position: static;
    left: auto;
    right: -2rem;
  }

  .layout04_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .layout04_image-02 {
    width: 35%;
    min-width: auto;
    bottom: -15%;
  }

  .layout04_image-wrapper {
    padding: 4rem 2rem;
  }

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

  .footer03_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-lp-top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-lp-form-block {
    min-width: auto;
    max-width: 100%;
  }

  .heroheader15_card-image-02, .heroheader15_card-image-05, .heroheader15_card-image-03, .heroheader15_card-image-01, .heroheader15_card-image-04 {
    width: 32rem;
  }

  .layout-feature-extra-component {
    grid-column-gap: 2rem;
  }

  .faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout63_image-wrapper {
    justify-content: flex-start;
    min-height: auto;
    padding: 4rem 2rem;
  }

  .layout63_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout63_image {
    width: 130%;
    min-width: 130%;
    position: static;
  }

  .heading-large-2 {
    font-size: 2.75rem;
  }

  .cta09_component {
    padding: 3rem;
  }

  .heading-1 {
    margin-bottom: 1rem;
    line-height: 1.1;
  }

  .header79_image-column.image-column-5, .header79_image-column.image-column-4 {
    display: none;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .blog03_image-wrapper.is-featured {
    padding-top: 75%;
  }

  .blogpost_content {
    margin-bottom: 3rem;
  }

  .blogpost_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blogsection_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blogsection_button-row {
    flex: none;
  }

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

  .blogsection_heading {
    margin-right: 3rem;
  }

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

  .login_navbar {
    justify-content: center;
  }

  .signup8_image {
    height: 40rem;
  }

  .login_footer {
    justify-content: center;
  }

  .login_content-left {
    padding-top: 6rem;
  }

  .use-case-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_component {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .navbar-container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar-menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    background-color: var(--licorice);
    background-image: none;
    
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar-link {
    text-align: right;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar-button-wrapper {
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: var(--dark-turquoise);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--dark-turquoise);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--dark-turquoise);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--licorice);
    background-image: none;
    
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar1_link {
    justify-content: flex-end;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-end;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--dark-turquoise);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--dark-turquoise);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--dark-turquoise);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

  .blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blogpost01_content {
    margin-bottom: 3rem;
  }

  .blogpost05_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blogpost05_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blogpost05_content-left {
    width: 100%;
    max-width: none;
    position: static;
  }

  .blogpost05_contributers, .blogpost05_newsletter {
    position: static;
  }

  .blogpost05_form-wrapper {
    display: flex;
  }

  .blogpost05_content {
    margin-bottom: 3rem;
  }

  .image-float-2.shadow-xlarge {
    top: -117px;
    left: 303px;
  }

  .image-float-1 {
    top: 327px;
    left: 98px;
  }

  .image-float-3.shadow-xlarge {
    top: -57px;
    left: 253px;
  }

  .fixed-video-frame-605x340 {
    width: 100%;
  }

  .profile-images-parallax {
    z-index: 1;
    margin-top: -264px;
  }

  .layout_image-mosaid-wrapper {
    margin-top: -244px;
    margin-bottom: -182px;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--licorice);
    background-image: none;
    
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .blogpost06_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .blogpost06_header-content {
    max-width: none;
  }

  .blogpost06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .blogpost06_image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .blogpost06_content {
    margin-bottom: 3rem;
  }

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

  .navbar-side_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .margin-full-width, .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-header2_modal-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product-header2_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr minmax(16rem, .5fr);
    max-width: 100%;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .product-header2_component {
    padding-bottom: 2.5rem;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .image-float-4.shadow-xlarge {
    top: -342px;
    left: 12px;
  }

  .image-3, .image-4 {
    width: 100%;
  }

  .image-float-3b.shadow-xlarge {
    top: -342px;
    left: 12px;
  }

  .header3_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header3_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .header49_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.lp-special {
    width: 100%;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-style-quote-2 {
    font-size: 1.125rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray:hover {
    background-color: #fff;
  }

  .button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-primary-colour {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-primary-colour:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .button-primary-colour.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-link-2 {
    font-size: 1rem;
  }

  .button-link-2:hover {
    color: #6941c6;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar05_dropdown-toggle, .navbar05_link {
    font-size: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    
  }

  .uui-button-tertiary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-tertiary-gray:hover {
    background-color: #0000;
  }

  .navbar05_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar05_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar05_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .badge-group {
    font-size: .75rem;
  }

  .heroheader20_background {
    background-image: none;
    background-position: 50% -80px;
    top: 46%;
  }

  .heroheader20_lightbox {
    height: 20rem;
  }

  .heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.button-row-center.is-reverse-mobile-landscape, .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .layout19_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout19_item-list {
    grid-row-gap: 2.5rem;
  }

  .heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .heading-small-2 {
    font-size: 1.5rem;
  }

  .layout35_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .layout56_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout-motion-designers {
    grid-row-gap: 3rem;
    min-height: 100%;
  }

  .layout08_content, .layout08_image-wrapper {
    width: 100%;
  }

  .layout04_image-01 {
    width: 100%;
    min-width: 100%;
    margin-right: -30%;
    position: static;
  }

  .layout04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout04_image-02 {
    width: 35%;
    max-width: none;
    bottom: -15%;
    left: 1rem;
  }

  .layout04_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .layout78_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout78_component {
    align-items: stretch;
  }

  .layout78_item {
    padding: 1.5rem;
  }

  .button-secondary-gray-2 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .footer-legal-link:hover {
    color: #98a2b3;
  }

  .footer-text-link:hover {
    color: #6941c6;
  }

  .footer03_legal-list {
    margin-bottom: 1rem;
  }

  .footer-lp-social-link:hover {
    color: #98a2b3;
  }

  .footer-lp-logo-link.w--current {
    padding-left: 0;
  }

  .footer03_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer03_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer08_legal-list {
    margin-bottom: 1rem;
  }

  .footer-lp-top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .uui-button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .footer-lp-link-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .footer-lp-link:hover {
    color: #667085;
  }

  .footer08_legal-link:hover {
    color: #98a2b3;
  }

  .footer-lp-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .heroheader15_card-image-02, .heroheader15_card-image-05, .heroheader15_card-image-03, .heroheader15_card-image-01, .heroheader15_card-image-04 {
    border-radius: .75rem;
    width: 24rem;
  }

  .heroheader15_image-wrapper {
    height: 22rem;
  }

  .layout-feature-extra-component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_icon {
    width: 1.75rem;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout63_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .layout63_item-list {
    grid-row-gap: 2.5rem;
  }

  .layout63_component {
    grid-row-gap: 3rem;
  }

  .heading-large-2 {
    font-size: 2.25rem;
  }

  .text-size-large-padding {
    font-size: 1.125rem;
  }

  .cta09_component {
    padding: 2.5rem 1.5rem;
  }

  .pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .header79_image-column.image-column-3 {
    display: none;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3.5rem;
  }

  .blog_image-link {
    margin-bottom: 1.5rem;
  }

  .blog_image-link:hover {
    box-shadow: none;
  }

  .blog_featured-item-content {
    padding: 0;
  }

  .blog03_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog03_menu-link:hover {
    color: #667085;
    border-bottom-style: none;
  }

  .blog03_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog03_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog03_category-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .blogpost03_author-image-wrapper {
    margin-right: .75rem;
  }

  .blogpost_content {
    margin-bottom: 2rem;
  }

  .blogpost_header {
    grid-row-gap: 3rem;
  }

  .blogpost03_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .blogpost_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blogsection_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blogsection03_image-link {
    margin-bottom: 1.5rem;
  }

  .blogsection03_image-link:hover {
    box-shadow: none;
  }

  .blogsection_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blogsection_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blogsection03_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blogsection_heading {
    margin-right: 0;
  }

  .login_navbar {
    height: 4rem;
  }

  .signup8_image {
    height: 30rem;
  }

  .login_footer {
    height: 4rem;
  }

  .login_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .use-case-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2-strikethrough, .heading-2-texas {
    font-size: 2.5rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

  .blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

  .blogpost01_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .blogpost01_content {
    margin-bottom: 2rem;
  }

  .blogpost01_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blogpost05_header {
    grid-row-gap: 3rem;
  }

  .blogpost04_meta-wrapper {
    font-size: .75rem;
  }

  .blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .blogpost05_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .blogpost05_content {
    margin-bottom: 0;
  }

  .image-float-2.shadow-xlarge {
    width: 45%;
    top: -125px;
    left: 251px;
  }

  .image-float-1.shadow-xlarge {
    top: 211px;
    left: 63px;
  }

  .image-float-3.shadow-xlarge {
    width: 50%;
    top: -64px;
    left: 196px;
  }

  .fixed-video-frame-605x340 {
    width: 100%;
  }

  .profile-images-parallax {
    margin-top: -250px;
  }

  .navbar2_component, .navbar-side_component {
    min-height: 4rem;
  }

  .blogpost06_header {
    grid-row-gap: 3rem;
  }

  .blogpost06_header-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blogpost06_content {
    margin-bottom: 2rem;
  }

  .blog39_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pagination3_page-count-wrapper {
    display: none;
  }

  .pagination3_button-wrapper {
    width: 100%;
  }

  .margin-full-width, .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-small.is-medium-mobile {
    margin-bottom: 1.5rem;
  }

  .product-header2_modal-content-wrapper {
    padding-bottom: 7rem;
  }

  .product-header2_content-bottom {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .product-header2_list {
    display: none;
  }

  .product-header2_component {
    padding-bottom: 1.5rem;
  }

  .product-header2_content-top {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    display: flex;
  }

  .product-header2_breadcrumb {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .product-header2_gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .image-float-4 {
    top: auto;
    left: auto;
  }

  .image-float-4.shadow-xlarge {
    top: -286px;
    left: 6px;
  }

  .image-float-5 {
    z-index: 2;
    width: 55%;
    top: -153px;
    left: 22px;
  }

  .image-float-4b {
    top: -96px;
    left: 142px;
  }

  .image-float-3b {
    top: -275px;
    left: 9px;
  }

  .image-float-3b.shadow-xlarge {
    top: -254px;
    left: 6px;
  }

  .header3_component {
    grid-row-gap: 3rem;
  }

  .gallery3_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .gallery_video_2col, .gallery_video_1col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin: 0 0 1rem;
  }

  .margin-bottom.margin-small, .margin-bottom.margin-small.is-centred {
    width: 100%;
  }

  .margin-bottom.margin-small {
    width: 90%;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper, .header8_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .navbar05_bottom-bar {
    align-items: center;
  }

  .navbar05_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heroheader20_background {
    top: 42%;
  }

  .heroheader20_lightbox {
    height: 15rem;
  }

  .section-feature-left {
    margin-top: 120px;
  }

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

  .layout04_image-01 {
    width: 150%;
    min-width: 150%;
    margin-right: -100%;
  }

  .layout04_image-02 {
    width: 50%;
    bottom: -12%;
  }

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

  .footer-lp-logo-link.w--current {
    padding-left: 0;
  }

  .footer-lp-top-wrapper {
    grid-row-gap: 48px;
  }

  .footer-lp-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .heroheader15_card-image-02, .heroheader15_card-image-05, .heroheader15_card-image-03, .heroheader15_card-image-01, .heroheader15_card-image-04 {
    border-radius: .5rem;
    width: 14rem;
  }

  .heroheader15_image-wrapper {
    height: 12.75rem;
  }

  .faq6_component, .layout63_item-list {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .heading-1 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
  }

  .signup-form-wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blogpost03_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost03_tag-list-wrapper {
    width: 100%;
  }

  .blogpost03_tag-list {
    justify-content: flex-start;
  }

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

  .blogpost03_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .signup8_image {
    height: 25rem;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 2.5rem;
    margin-right: 0;
  }

  .use-case-grid.margin-small {
    width: 90%;
  }

  .heading-2-strikethrough, .heading-2-texas {
    font-size: 1.5rem;
  }

  .blogpost01_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost01_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost01_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .blogpost01_tag-list-wrapper {
    width: 100%;
  }

  .blogpost01_tag-list {
    justify-content: flex-start;
  }

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

  .blogpost05_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blogpost05_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .image-float-2.shadow-xlarge {
    top: -29px;
    left: 144px;
  }

  .image-float-1.shadow-xlarge {
    left: 37px;
  }

  .image-float-3.shadow-xlarge {
    top: 12px;
    left: 105px;
  }

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

  .blogpost06_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog39_item-content, .project-item-info {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-full-width {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-full-width.margin-small {
    width: 90%;
  }

  .brand-kit-highlight-image, .brand-kit-highlight-graphic {
    width: 50%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-header2_modal-list {
    grid-template-columns: 1fr;
  }

  .product-header2_tabs-menu {
    align-items: flex-start;
  }

  .product-header2_list, .product-header2_gallery {
    grid-template-columns: 1fr;
  }

  .image-float-4 {
    z-index: 15;
    width: 50%;
    top: 141px;
    left: 150px;
  }

  .image-float-5 {
    width: 75%;
    top: -117px;
    left: 14px;
  }

  .image-float-4b {
    width: 100%;
    top: -136px;
    left: -4px;
  }

  .image-float-3b.shadow-xlarge {
    top: -37px;
    left: 1px;
  }

  .header3_component, .header49_component {
    grid-template-columns: 1fr;
  }
}

#w-node-fbf06574-f602-30b7-8983-c8e729ec7a5f-dde4f817 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbf06574-f602-30b7-8983-c8e729ec7a67-dde4f817 {
  justify-self: start;
}

#w-node-fbf06574-f602-30b7-8983-c8e729ec7a6b-dde4f817, #w-node-_8baacafb-2efa-77ce-7a08-4357db8802bc-dde4f817, #w-node-d74b44a4-e780-10fa-a925-234cbda27457-dde4f817, #w-node-fbf06574-f602-30b7-8983-c8e729ec7a6e-dde4f817, #w-node-fbf06574-f602-30b7-8983-c8e729ec7a71-dde4f817, #w-node-fbf06574-f602-30b7-8983-c8e729ec7a74-dde4f817, #w-node-_67db6582-8bf5-97db-fa5f-9a4b55495e39-dde4f817, #w-node-fa9d4af8-dc4a-d84d-b9f0-035f886d8d91-b0eed796, #w-node-_53e9d45c-8839-76e6-b8a7-b8b8eb87d8af-d126e458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c07764a8-fdec-68e5-1656-ca36cf3c12ad-d126e458, #w-node-_5a31d1e6-2bd7-6247-38fc-3b1ae762f427-d126e458, #w-node-ae3beca1-946f-bcae-dc6d-23b248d8817b-d126e458, #w-node-_52b1de30-73c0-5671-0ebb-4613ca08e89e-d126e458, #w-node-_870120ae-46a0-37e2-204c-e4bf5d57b286-d126e458, #w-node-_17122441-111f-eae8-a51a-fcfd1b0bc079-d126e458, #w-node-_0e0fa327-1834-90e5-6a0e-e5f4d7c532ea-d126e458, #w-node-_2d897403-7812-ac06-3c8c-6053796cbdd4-d126e458, #w-node-_1386320e-0029-c135-3c51-519bda3c0c4b-d126e458, #w-node-_1f05f634-ffc7-affb-5ac9-79cca71979e0-d126e458, #w-node-d6ff4ba6-4155-5b22-a7b3-db148944a2ba-d126e458, #w-node-_47bcd95b-0f54-0fed-ff6c-954979d673ba-d126e458, #w-node-_334ef937-4912-3157-6e42-3b22f6015241-d126e458, #w-node-c37099f1-37d5-da19-d540-700b10e37553-d126e458, #w-node-d5c02f08-ee5a-caaf-8f2c-4a87f2affa61-d126e458, #w-node-a7bf40a1-6c00-789d-e9bc-7eea1f0de6be-d126e458, #w-node-_2aec65f4-9d19-1ec3-4d84-b19a901b587d-d126e458, #w-node-_5134a96e-69e4-190a-5c07-3d98be4a3433-d126e458, #w-node-_69fa1439-4c8b-53ba-7ea9-f32471f3d693-d126e458, #w-node-d79e8fc0-b74e-cdaa-4621-ad92340e4413-d126e458, #w-node-e59991c8-f88c-4fa8-a385-596476ed30fc-d126e458, #w-node-_9fcadc43-96a9-713c-4bbe-6c3c923eb5eb-d126e458 {
  align-self: start;
}

#w-node-_277abbea-9977-da95-aec3-c314e0293934-d626e45a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_277abbea-9977-da95-aec3-c314e0293944-d626e45a {
  justify-self: stretch;
}

#w-node-_277abbea-9977-da95-aec3-c314e0293947-d626e45a, #w-node-_277abbea-9977-da95-aec3-c314e0293948-d626e45a, #w-node-_277abbea-9977-da95-aec3-c314e0293950-d626e45a, #w-node-_277abbea-9977-da95-aec3-c314e029395f-d626e45a, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f7c-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f80-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f84-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f88-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f89-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f8b-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f8c-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f8e-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f8f-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f91-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f92-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f94-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f95-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f97-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f98-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f9a-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f9b-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f9d-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16f9e-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fa0-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fa1-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fa3-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fa4-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fa6-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fa7-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fa9-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16faa-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fac-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fad-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16faf-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fb0-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fb2-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fb3-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fb5-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fb6-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fb8-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fb9-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fbb-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fbc-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fbe-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fbf-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fc1-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fc2-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fc4-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fc5-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fc7-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fc8-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fca-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fcb-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fcd-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fce-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fd0-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fd1-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fd3-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fd4-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fd6-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fd7-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fd9-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fda-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fdc-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fdd-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fdf-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fe0-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fe2-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fe3-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fe5-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fe6-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fe8-4c26e460, #w-node-_98e43a91-0d84-383a-5405-5cfb00b16fe9-4c26e460, #w-node-fce0b96c-6b7e-bf25-415e-4b84cf936426-bc26e462, #w-node-fce0b96c-6b7e-bf25-415e-4b84cf936428-bc26e462, #w-node-fce0b96c-6b7e-bf25-415e-4b84cf93642a-bc26e462, #w-node-fce0b96c-6b7e-bf25-415e-4b84cf93642c-bc26e462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fde03d0a-59d0-89cc-adf0-f694b0728f68-bc26e462 {
  order: 9999;
}

#w-node-fde03d0a-59d0-89cc-adf0-f694b0728f6c-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728f6d-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728f71-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728f75-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728f79-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728f82-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728f86-bc26e462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fde03d0a-59d0-89cc-adf0-f694b0728fa9-bc26e462 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-fde03d0a-59d0-89cc-adf0-f694b0728fd8-bc26e462 {
  order: 9999;
}

#w-node-fde03d0a-59d0-89cc-adf0-f694b0728fdc-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728fdd-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728fe1-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728fe5-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728fe9-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728fed-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728ff1-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728ff5-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728ff9-bc26e462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4d5d6dd-9c00-093b-b30e-f4ec781ff2a7-781ff29b {
  align-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dad-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301daf-6626e475 {
  justify-self: center;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dc7-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dc8-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dcc-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dcd-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dd1-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dd2-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dd6-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dd7-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ddb-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ddc-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301de0-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301de1-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301deb-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dec-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301df0-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301df1-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301df5-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301df6-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dfa-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dfb-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301dff-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e00-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e04-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e05-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e0f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e10-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e14-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e15-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e19-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e1a-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e1e-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e1f-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e28-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e29-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e32-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e33-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e45-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e46-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e4a-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e4b-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e4f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e50-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e54-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e55-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e59-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e5a-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e64-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e65-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e69-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e6a-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e6e-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e6f-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e73-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e74-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e78-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e79-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e7d-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e7e-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e89-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e8a-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e8e-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e8f-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e93-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e94-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e98-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e99-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e9d-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301e9e-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ea2-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ea3-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ea7-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ea8-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301eac-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ead-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301eb1-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301eb2-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ebc-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ebd-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ec1-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ec2-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ec6-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ec7-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ece-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ecf-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f13-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f33-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f3b-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f3c-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f41-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f42-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f51-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f5d-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f67-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f6a-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f6b-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f6e-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f6f-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f72-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f73-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f77-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f7a-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f7b-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f7e-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f7f-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f82-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f8a-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f8b-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f8c-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f8e-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f91-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f92-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f93-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f97-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f9a-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f9b-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301f9c-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fa0-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fa4-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fa5-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fab-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301faf-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fb0-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fb4-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fb7-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fbc-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fbd-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fbe-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fc2-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fc5-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fc6-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fc7-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fcd-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fd0-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fd1-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fd2-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fd8-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fdb-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fdc-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fdd-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fe5-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fe8-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fe9-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301fea-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ff6-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ff7-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ff8-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067301ffc-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302001-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302002-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302003-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302009-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730200e-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730200f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302010-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302016-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730201b-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730201c-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730201d-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302025-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730202b-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730202c-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302032-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730203c-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730203d-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730203e-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730203f-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302041-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302044-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302048-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302049-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730204a-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302053-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302054-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302055-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730205e-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730205f-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302060-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302061-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302067-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302068-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302069-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730206a-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730206c-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302070-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302071-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302072-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302073-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302075-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020e1-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673020e5-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020e6-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020e8-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020ea-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020eb-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020ed-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020ef-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020f0-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020f2-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020f4-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020f5-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020f7-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020f9-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020fa-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020fc-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020fe-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673020ff-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302101-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302103-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302104-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302106-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302107-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302109-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730210a-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730210c-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730210d-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730210f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302110-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302112-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302113-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302115-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302116-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302118-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730211e-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302122-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302123-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302125-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302127-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302128-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730212a-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730212c-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730212d-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730212f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302131-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302132-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302134-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302136-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302137-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302139-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730213b-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730213c-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730213e-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302140-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302141-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302143-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302145-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302146-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302148-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730214a-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730214b-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730214d-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730214f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302150-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302152-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302154-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302155-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302157-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730215c-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302160-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302162-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302165-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730216a-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730216f-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302174-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302179-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302180-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302181-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302183-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302184-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302186-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302187-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302189-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730218a-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730218c-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730218d-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730218f-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302190-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302192-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302193-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302195-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302196-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302198-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302199-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730219b-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730219c-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730219e-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730219f-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021a1-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021a2-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021a4-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021a5-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021a7-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021a8-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021aa-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021ab-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021ad-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021ae-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021b0-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021b1-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021b3-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021b4-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021b6-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021b7-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021b9-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021ba-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021bc-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021bd-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021bf-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021c0-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021c2-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021c3-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021c5-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021c6-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021c8-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021c9-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021cb-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021cc-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021ce-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021cf-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021d1-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021d2-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021d4-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021d5-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021d7-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021d8-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021dd-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021e1-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021e3-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673021e6-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021eb-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021f0-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021f5-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f40673021fa-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302201-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302202-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302204-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302205-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302207-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302208-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730220a-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730220b-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730220d-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730220e-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302210-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302211-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302213-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302214-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302216-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302217-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302219-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730221a-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730221c-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730221d-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730221f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302220-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302222-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302223-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302225-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302226-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302228-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302229-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730222b-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730222c-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730222e-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730222f-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302231-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302232-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302234-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302235-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302237-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302238-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730223a-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730223b-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730223d-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730223e-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302240-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302241-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302243-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302244-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302246-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302247-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302249-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730224a-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730224c-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730224d-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730224f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302250-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302252-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302253-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302255-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302256-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302258-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302259-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730234b-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f406730234f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302350-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302354-6626e475, #w-node-_6ef7c2bf-6106-8784-6b02-0f4067302356-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302357-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730235b-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730235c-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302360-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302361-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302365-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302366-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730236a-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730236b-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730236f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302370-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302374-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302375-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302379-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730237a-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730237e-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730237f-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302383-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302384-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302387-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302388-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730238b-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730238c-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302390-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302391-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302395-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f4067302396-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730239a-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730239b-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f406730239f-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673023a0-6626e475 {
  justify-self: start;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673023a4-6626e475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef7c2bf-6106-8784-6b02-0f40673023a5-6626e475 {
  justify-self: start;
}

#w-node-_416d18cf-eb66-d9a8-6a92-2a01c426aef1-5b7fadb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c07764a8-fdec-68e5-1656-ca36cf3c12ad-a86bee7a, #w-node-_5a31d1e6-2bd7-6247-38fc-3b1ae762f427-a86bee7a, #w-node-ae3beca1-946f-bcae-dc6d-23b248d8817b-a86bee7a, #w-node-_52b1de30-73c0-5671-0ebb-4613ca08e89e-a86bee7a, #w-node-_870120ae-46a0-37e2-204c-e4bf5d57b286-a86bee7a, #w-node-_17122441-111f-eae8-a51a-fcfd1b0bc079-a86bee7a, #w-node-_0e0fa327-1834-90e5-6a0e-e5f4d7c532ea-a86bee7a, #w-node-_2d897403-7812-ac06-3c8c-6053796cbdd4-a86bee7a, #w-node-_1386320e-0029-c135-3c51-519bda3c0c4b-a86bee7a, #w-node-_1f05f634-ffc7-affb-5ac9-79cca71979e0-a86bee7a, #w-node-d6ff4ba6-4155-5b22-a7b3-db148944a2ba-a86bee7a, #w-node-_47bcd95b-0f54-0fed-ff6c-954979d673ba-a86bee7a, #w-node-_334ef937-4912-3157-6e42-3b22f6015241-a86bee7a, #w-node-c37099f1-37d5-da19-d540-700b10e37553-a86bee7a, #w-node-d5c02f08-ee5a-caaf-8f2c-4a87f2affa61-a86bee7a, #w-node-a7bf40a1-6c00-789d-e9bc-7eea1f0de6be-a86bee7a, #w-node-_2aec65f4-9d19-1ec3-4d84-b19a901b587d-a86bee7a, #w-node-_5134a96e-69e4-190a-5c07-3d98be4a3433-a86bee7a, #w-node-_69fa1439-4c8b-53ba-7ea9-f32471f3d693-a86bee7a, #w-node-d79e8fc0-b74e-cdaa-4621-ad92340e4413-a86bee7a, #w-node-e59991c8-f88c-4fa8-a385-596476ed30fc-a86bee7a, #w-node-_9fcadc43-96a9-713c-4bbe-6c3c923eb5eb-a86bee7a, #w-node-b89a16f5-6339-c4bf-0c5a-f2c0cc8376d5-095ae967 {
  align-self: start;
}

#w-node-e08fcb93-2d44-2583-331a-2c7ec13354e7-095ae967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a04a386-c962-c46f-112f-3c066756722f-095ae967 {
  justify-self: stretch;
}

#w-node-b89a16f5-6339-c4bf-0c5a-f2c0cc8376d9-095ae967, #w-node-b89a16f5-6339-c4bf-0c5a-f2c0cc8376dc-095ae967 {
  align-self: stretch;
}

#w-node-_1ae3cf8d-2acf-3de7-270d-2dd4074761a5-095ae967 {
  align-self: start;
}

#w-node-_1ae3cf8d-2acf-3de7-270d-2dd4074761ae-095ae967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ae3cf8d-2acf-3de7-270d-2dd4074761cc-095ae967 {
  justify-self: stretch;
}

#w-node-_1ae3cf8d-2acf-3de7-270d-2dd4074761cf-095ae967, #w-node-_1ae3cf8d-2acf-3de7-270d-2dd4074761d1-095ae967 {
  align-self: stretch;
}

#w-node-b4477e96-80a7-7eca-c00f-8c1fcf4184c8-095ae967 {
  align-self: start;
}

#w-node-b4477e96-80a7-7eca-c00f-8c1fcf4184d1-095ae967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4477e96-80a7-7eca-c00f-8c1fcf4184f1-095ae967 {
  justify-self: stretch;
}

#w-node-b4477e96-80a7-7eca-c00f-8c1fcf4184f4-095ae967, #w-node-b4477e96-80a7-7eca-c00f-8c1fcf4184f6-095ae967 {
  align-self: stretch;
}

#w-node-_1f2500d8-ea12-bc6f-2414-231a339154c5-095ae967 {
  align-self: start;
}

#w-node-_1f2500d8-ea12-bc6f-2414-231a339154ce-095ae967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f2500d8-ea12-bc6f-2414-231a339154ee-095ae967 {
  justify-self: stretch;
}

#w-node-_1f2500d8-ea12-bc6f-2414-231a339154f1-095ae967, #w-node-_1f2500d8-ea12-bc6f-2414-231a339154f3-095ae967 {
  align-self: stretch;
}

#w-node-cb4ee242-368b-0c34-c2c1-8951960112d4-095ae967 {
  align-self: start;
}

#w-node-cb4ee242-368b-0c34-c2c1-8951960112dd-095ae967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb4ee242-368b-0c34-c2c1-8951960112ee-095ae967 {
  justify-self: stretch;
}

#w-node-cb4ee242-368b-0c34-c2c1-8951960112f1-095ae967, #w-node-cb4ee242-368b-0c34-c2c1-8951960112f3-095ae967 {
  align-self: stretch;
}

#w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcbea-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcbf1-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcbf8-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcbff-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc06-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc0d-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc14-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc1b-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc22-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc29-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc30-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc37-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc3e-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc45-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc4c-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc53-095ae967, #w-node-_4e7346e2-de92-edb3-92a9-9b8efaedcc5a-095ae967 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-fce0b96c-6b7e-bf25-415e-4b84cf93642e-bc26e462 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fbf06574-f602-30b7-8983-c8e729ec7a67-dde4f817 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_3777833e-a2a5-4e43-9524-fc5e522f4702-d126e458, #w-node-cb31a737-8a35-fe6e-6a45-d4b0bbb04492-d126e458, #w-node-_94fc393e-fccc-a988-7cc4-63ff2a72bdd1-d126e458 {
    order: -9999;
  }

  #w-node-fde03d0a-59d0-89cc-adf0-f694b0728f82-bc26e462, #w-node-fde03d0a-59d0-89cc-adf0-f694b0728f86-bc26e462 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fde03d0a-59d0-89cc-adf0-f694b0728fa9-bc26e462 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3777833e-a2a5-4e43-9524-fc5e522f4702-a86bee7a, #w-node-cb31a737-8a35-fe6e-6a45-d4b0bbb04492-a86bee7a, #w-node-_94fc393e-fccc-a988-7cc4-63ff2a72bdd1-a86bee7a {
    order: -9999;
  }
}


