:root {
  --brand-color-1: #ea5b00;
  --brand-color-4: #5c17ff;
  --white: white;
  --brand-color-2: #5b6eff;
  --dark-grey-1: #636363;
  --light-grey-2: #999;
  --text-color-dark: #222;
  --black: black;
  --text-color-light: #f7f7f7;
  --dark-grey-2: #333;
  --brand-color-3: #7e9aff;
  --light-grey-1: #f3f3f5;
}

body {
  color: #fff;
  background-color: #0b0516;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 4rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  opacity: .7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: #cec7ff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  opacity: .9;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

a {
  color: var(--brand-color-1);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1rem;
  font-weight: 300;
}

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

form {
  background-image: url('../images/bg-tall-2.svg');
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  color: #c6cefd;
  background-image: url('../images/quote-left.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-bottom: 10px;
  padding: 10px 20px 10px 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 65vw;
  margin: 2rem auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
}

.menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -.5rem;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  border-bottom: 2px solid #0000;
  margin-bottom: -1rem;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px 1.5rem;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--brand-color-1);
  color: var(--brand-color-1);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--brand-color-1);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link:lang(en) {
  border-bottom: 2px solid #ccc0;
}

.nav-link.w--current {
  border-bottom-color: #ccc;
}

.nav-link.w--current:lang(en) {
  color: var(--white);
  border-bottom-color: #ccc;
}

.nav-link.link-dropdownspace {
  margin-right: 0;
}

.nav-link.link-dropdownspace:hover {
  border-bottom-color: #fff0;
}

.nav-link.link-dropdownspace:lang(en) {
  color: var(--white);
  border-bottom-color: #ccc;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 20px 5px 0;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #636363;
  margin-right: 10px;
}

.nav-dropdown-icon:hover {
  color: var(--brand-color-1);
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  border: 1px solid var(--brand-color-1);
  background-color: var(--brand-color-1);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(103deg, #5300b8, #6020f5);
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-left {
  background-image: url('../images/banner_bg_clear.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-wrapper-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-metrics {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.features-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.metrics-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-glow1 {
  background-image: url('../images/bg_dotglow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.block-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.block-text.no-left-padding {
  padding-left: 0;
}

.block-text.no-left-padding.no-right-padding {
  padding-right: 0;
}

.block-text.block-center.content-comparison {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.block-center {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-center.small-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.card-static {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  text-align: left;
  background-color: #0b051633;
  background-image: url('../images/corner.svg'), radial-gradient(circle closest-corner, #1d005866, #0c082533);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #281d66b8;
  border-radius: 10px;
  flex-flow: column;
  padding: 60px 40px 40px;
  display: flex;
  box-shadow: 0 2px 20px 3px #22008033;
}

.card-static.block-center {
  text-align: center;
  background-image: radial-gradient(circle closest-corner, #1d005866, #0c082533);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

.card-static.block-center.recommended {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-image: url('../images/corner-star.svg'), radial-gradient(circle closest-corner, #1d005866, #0c082533);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-color: #ea5b00cc;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0 2px 20px 3px #ea5b0033;
}

.card-static.block-center.null-recommended {
  height: 90%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3.no-stretch {
  place-items: center stretch;
}

.grid-3.table-top {
  grid-template-columns: .75fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
}

.grid-3.table-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px dotted #5b6eff80;
  grid-template-columns: .75fr 1fr 1fr;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-3.space-between {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.grid-3.about-us {
  place-items: start center;
}

.block-para-item {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.text-orange {
  color: var(--brand-color-1);
}

.card-icon {
  width: 40px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2.free-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.section-glow2 {
  background-image: url('../images/bg_glow2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section-glow3 {
  background-image: url('../images/bg_glow3.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.card-image {
  width: 100%;
  height: 140px;
  max-height: 160px;
}

.section-glowbg {
  background-image: url('../images/bg_glow4.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.card-event {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  background-image: url('../images/bg_divider_top.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px dotted #22135f;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 4em 2rem 1em;
  display: flex;
}

.event-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid #22135f;
  border-radius: 10px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.event-details {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.button-secondary {
  border: 1px solid var(--brand-color-2);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0003;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #f65d00;
}

.button-secondary:active {
  background-color: #43464d;
}

.specialfont {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.specialfont.text-highlightcol {
  opacity: 1;
  color: var(--brand-color-2);
}

.specialfont.text-highlightcol.space-below {
  margin-bottom: 10px;
}

.banner-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-dots1 {
  background-image: url('../images/bg_dots1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.hero-heading-ctr {
  background-image: url('../images/bg_swirl-banner.svg'), url('../images/bg_glow1.svg');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  margin-bottom: -35rem;
  padding: 4rem 30px 35rem;
  display: flex;
  position: relative;
}

.img-hero {
  width: 100%;
  max-height: 340px;
}

.highlight {
  color: var(--brand-color-1);
}

.section-flashy {
  background-image: url('../images/bg-fixed.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.event-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-flashy2 {
  background-image: url('../images/bg-fixed2.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto 100%;
  background-attachment: fixed;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.logowrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-image-small {
  height: 100px;
  margin-left: -10px;
}

.hero-left-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.card-darkbg {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: #0b051640;
  background-image: radial-gradient(circle closest-corner, #1d005866, #0c082533);
  border: 1px solid #28244180;
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 2px 20px 3px #22008033;
}

.card-darkbg.flex-down {
  flex-flow: column;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-wide {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.banner-left-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40vw;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.img-floatingright {
  height: 100%;
  position: relative;
  left: 50px;
}

.card-solidbg {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  text-align: left;
  background-color: #3c0d5c00;
  background-image: url('../images/bg-tall-2.svg'), url('../images/bg_dotglow.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: fixed, fixed;
  border-top: 1px solid #28244180;
  border-bottom: 1px solid #3f23db;
  border-left: 1px solid #28244180;
  border-right: 2px #3f23db80;
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  padding: 3rem 2rem;
  display: flex;
  box-shadow: 0 2px 20px 3px #22008033;
}

.card-solidbg.collectionitem-about {
  margin-top: 4rem;
}

.grid-2-tile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 4rem;
  margin-right: 4rem;
  display: grid;
}

.grid-2-tile.focus-left {
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  max-width: 80vw;
}

.grid-2-tile.focus-right {
  grid-template-columns: .75fr 1fr;
  align-items: center;
  max-width: 80vw;
}

.icon-halfsolid-left {
  background-image: url('../images/bg-fixed.svg');
  background-position: 50%;
  background-size: auto 140%;
  border-bottom: 1px solid #3f23db;
  border-radius: 10px;
  margin-left: -2rem;
  padding: 4rem;
}

.icon-halfsolid-right {
  z-index: 3;
  background-image: url('../images/bg-fixed.svg');
  background-position: 50%;
  background-size: auto 140%;
  border-bottom: 1px solid #3f23db;
  border-radius: 10px;
  margin-right: -2rem;
  padding: 4rem;
  position: relative;
}

.img-remove-margin-height {
  max-width: 140%;
  margin-top: -8rem;
  margin-bottom: -6rem;
}

.img-logo-top {
  max-height: 30px;
}

.img-team {
  aspect-ratio: 1;
  object-fit: cover;
  width: 150px;
  height: 150px;
}

.card-clear {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 20px;
  display: flex;
}

.img-bannerleft-imgright {
  margin-right: -150px;
}

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

.check-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-item-text {
  text-align: left;
  padding-top: 4px;
}

.check-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.check-wrapper.no-left {
  padding-left: 0;
  padding-right: 0;
}

.card-faq {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  background-color: #3c0d5c00;
  border-top: 1px #28244180;
  border-bottom: 1px solid #3f23db6b;
  border-left: 1px #28244180;
  border-right: 2px #3f23db80;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 4rem;
  display: grid;
}

.button-primary-purple {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: linear-gradient(103deg, #7504ff, #4b6fff 100%, #fff);
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-purple:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(103deg, #5300b8, #6020f5);
}

.button-primary-purple:active {
  background-color: #43464d;
}

.card-audience {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  text-align: left;
  background-color: #0b051633;
  background-image: url('../images/corner.svg'), radial-gradient(circle closest-corner, #1d005866, #0c082533);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #281d66b8;
  border-radius: 10px;
  flex-flow: column;
  padding: 60px 40px 40px;
  display: flex;
  box-shadow: 0 2px 20px 3px #22008033;
}

.img-big {
  max-width: 950px;
  margin-left: -50px;
  margin-right: -50px;
}

.section-swirltop {
  background-image: url('../images/bg_swirl1.svg'), url('../images/bg_glow3.svg');
  background-position: 50% 0, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.list-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.navbar_divider {
  background-color: #ededed;
  width: 1px;
  height: 32px;
  margin-left: 24px;
  margin-right: 24px;
}

.navbar_brand {
  margin-right: 36px;
}

.navbar_brand.w--current {
  margin-right: 34px;
}

.navbar_dropdown-item-title-icon {
  width: 6px;
  margin-top: 1px;
  margin-left: 12px;
}

.navbar_arrow {
  background-color: #fffc;
  border-radius: 50px;
  width: 8px;
  height: 2px;
  transform: rotate(45deg);
}

.navbar_arrow.is--mirrored {
  margin-left: -3px;
  transform: rotate(-45deg);
}

.navbar-desktop {
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000b3;
  border-bottom: 1px #ededed;
  justify-content: center;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 40px #7860ff33;
}

.navbar_link {
  color: #fff;
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.navbar_link.is--secondary {
  color: #686868;
  font-weight: 500;
  transition: color .2s ease-in;
}

.navbar_link.is--secondary:hover {
  color: #2b2b2b;
}

.navbar_dropdown-menu-wrapper {
  z-index: 1050;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 0 0;
  cursor: default;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 100%;
  overflow: visible;
  transform: scale(0);
  box-shadow: 0 0 4px 2px #0000000d;
}

.footer_social-link {
  border: 1px solid #0000;
  border-radius: 4px;
  padding: 2px;
}

.footer_social-link:hover {
  border-color: var(--brand-color-2);
  color: var(--brand-color-2);
  background-color: #5b6eff3b;
  background-image: none;
  background-size: auto;
}

.navbar_dropdown-icon-wrapper {
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  margin-right: 16px;
  display: flex;
}

.navbar_dropdown-icon-wrapper.is--bg-blue {
  background-color: #4254ff;
}

.navbar_dropdown-icon-wrapper.is--bg-green {
  background-color: #3cc059;
}

.navbar_dropdown-icon-wrapper.is--bg-pink {
  background-color: #e077ba;
}

.navbar_dropdown-icon-wrapper.is--bg-red {
  background-color: #da4e4e;
}

.navbar_dropdown-icon-wrapper.is--bg-orange {
  background-color: #f0b14b;
}

.navbar_dropdown-icon-wrapper.is--bg-purple {
  background-color: #a25eda;
}

.navbar_dropdown-all-wrapper {
  z-index: 1;
  color: #080808;
  background-color: #fff;
  border-top: 1px solid #ededed;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  min-width: 100%;
  padding: 32px;
  text-decoration: none;
}

.navbar_dropdown-menu-title {
  color: #686868;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.navbar_arrow-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.navbar_dropdown-menu {
  z-index: 1001;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_dropdown-menu.is--bg-grey {
  border-left: 1px solid #ededed;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar_dropdown-menu.is--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.navbar_dropdown-item-title {
  color: var(--brand-color-1);
  letter-spacing: .4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.navbar_container {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.navbar_dropdown-backdrop {
  z-index: 998;
  cursor: default;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar_dropdown-item-overview {
  color: var(--dark-grey-1);
  letter-spacing: .3px;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.navbar_dropdown-menu-item {
  color: #080808;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px 12px 12px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar_dropdown-menu-item:hover {
  background-color: #e5e3ff80;
}

.navbar_dropdown-menu-item:lang(en) {
  border: 1px solid #ece6ff;
}

.navbar_dropdown-menu-item.is--last {
  margin-bottom: 0;
}

.navbar_dropdown-menu-item.child-workaround.w--current {
  background-color: #e5e3ff;
}

.navbar_dropdown-pointer {
  z-index: 1000;
  background-color: #fff;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: -8px auto auto 24px;
  transform: rotate(45deg);
  box-shadow: 0 0 4px 2px #0000000d;
}

.navbar_dropdown-item-title-wrapper {
  align-items: center;
  display: flex;
}

.navbar_dropdown-item-title-wrapper.is--centered {
  justify-content: center;
}

.navbar_dropdown-icon {
  width: 30px;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.navbar_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.navbar_links.is--32rm {
  margin-right: 32px;
}

.navbar_link-block {
  color: #080808;
  cursor: pointer;
  border-bottom: 2px solid #ffffff03;
  align-items: center;
  margin-right: 8px;
  padding: 30px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_link-block:hover {
  border-bottom-color: var(--brand-color-1);
}

.navbar_link-block.w--current:lang(en) {
  border-bottom: 2px solid var(--light-grey-2);
}

.navbar_link-block.nav-workaround {
  border-bottom-color: #fff;
}

.navbar_dropdown-grid {
  z-index: 1001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.mobile_section {
  display: none;
}

.field {
  border-radius: 4px;
  margin-bottom: 20px;
}

.form {
  background-image: url('../images/bg_glow4.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
  padding: 2rem;
}

.section-blank {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.wrapper-hor-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

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

.link-footer {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--brand-color-1);
}

.footer-column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footerbg {
  background-image: url('../images/bg_divider_bottom.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-top: 1px solid #2c1a64;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.nav-duplicate {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.grid-comparisons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 4rem;
  margin-right: 4rem;
  display: grid;
}

.img-comparisontablet {
  margin-bottom: -15px;
}

.button-disabled {
  border: 1px solid var(--dark-grey-1);
  background-color: var(--text-color-dark);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-disabled:hover {
  color: #fff;
  background-image: none;
}

.button-disabled.w--current {
  border-color: var(--dark-grey-1);
  background-color: var(--black);
}

.button-disabled.w--current:hover {
  background-image: none;
}

.navbar-mobile {
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000b3;
  border-bottom: 1px #ededed;
  justify-content: center;
  align-items: center;
  height: 84px;
  padding-left: 64px;
  padding-right: 64px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 40px #7860ff33;
}

.wrapper-comparisons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.wrapper-comparisons.visibility-tabletanddown {
  display: none;
}

.collection-list-wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
}

.collection-item {
  padding-top: 40px;
  padding-bottom: 40px;
}

.collection-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.blog-heading {
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.blog-collection {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.blog-img-thumb {
  object-fit: cover;
  max-width: 100px;
  overflow: clip;
}

.blog-img-thumb-wrapper {
  max-width: 200px;
  overflow: clip;
}

.blog-item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 2px solid #0000;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
}

.blog-item-link:hover {
  border-left: 2px solid var(--brand-color-1);
  background-image: url('../images/bg-tall-2.svg'), linear-gradient(#351a004d, #351a004d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.blog-description {
  color: var(--white);
}

.blog-collection-hor {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-feat-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 2px solid #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.blog-feat-link:hover {
  border-left: 2px solid var(--brand-color-1);
  background-image: url('../images/bg-tall-2.svg'), linear-gradient(#11080066, #11080066);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.blog-img-thumb-ft {
  object-fit: cover;
  max-width: 55%;
}

.section-bloghead {
  background-image: url('../images/bg_swirl1.svg'), url('../images/bg_swirl-banner.svg');
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.cta-download {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  width: 90%;
  display: flex;
}

.section-glow2-copy {
  background-image: url('../images/bg_glow2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section-cta-download {
  border-top: 4px solid var(--brand-color-1);
  border-bottom: 4px solid var(--brand-color-1);
  background-image: url('../images/bg-tall-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4rem 4rem 4rem 2rem;
  position: relative;
}

.cta-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.blog-content {
  max-width: 850px;
  padding-bottom: 4rem;
}

.blog-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 1000px;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-rich-text {
  justify-content: center;
  font-size: 1rem;
}

.blog-rich-text blockquote {
  border-left: 2px solid var(--brand-color-2);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 2rem;
  padding-right: 140px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4em;
}

.blog-rich-text p {
  opacity: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-rich-text h3 {
  opacity: 1;
  color: #c6cefd;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Exo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.blog-rich-text h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 2.3rem;
}

.blog-rich-text ol, .blog-rich-text ul {
  margin-bottom: 1rem;
}

.blog-rich-text h4 {
  background-image: url('../images/corner-star.svg'), url('../images/bg_dotglow.svg'), url('../images/bg-tall-2.svg');
  background-position: 0 0, 50%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 38px, cover, cover;
  background-attachment: scroll, fixed, fixed;
  border: 1px solid #ea5b00b3;
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 3rem 1rem 2rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.blog-rich-text h5 {
  background-color: var(--black);
  border: 1px solid #3f3752;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.img-blog-mainimg {
  max-width: 70%;
}

.container-blogcontent {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin: 2rem auto;
  display: flex;
}

.blog-item-link-hor {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 2px solid #0000;
  flex-flow: column;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.blog-item-link-hor:hover {
  border-left: 2px solid var(--brand-color-1);
  background-image: url('../images/bg-tall-2.svg'), linear-gradient(#351a004d, #351a004d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.blog-img-thumb-hor {
  object-fit: cover;
  height: 130px;
}

.container-bloglist {
  width: 100%;
  max-width: 75vw;
  margin: 2rem auto;
}

.section-blogfooter {
  background-image: url('../images/bg_divider_bottom.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-top: 1px solid #342069;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.error-message {
  background-color: #3a0606;
}

.success-message {
  background-color: #0c4b25;
}

.section-swirl2 {
  background-image: url('../images/bg_swirl1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  padding: 4rem 30px;
  display: flex;
  position: relative;
}

.collectionitem-author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.collectionitem-about {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.img-author {
  aspect-ratio: 1;
  object-fit: contain;
  height: 140px;
}

.button-solution-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: linear-gradient(103deg, #7504ff, #4b6fff 100%, #fff);
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-solution-link:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(103deg, #5300b8, #6020f5);
}

.button-solution-link:active {
  background-color: #43464d;
}

.blog-attribution {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--brand-color-2);
  flex-flow: wrap;
  justify-content: center;
  font-family: Exo, sans-serif;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.blog-link {
  background-color: #0000004d;
  border: 1px solid #ea5b0033;
  border-radius: 40px;
  margin: 20px 10px 5px 0;
  padding: 5px 20px;
  text-decoration: none;
  display: inline;
}

.blog-link:hover {
  border-color: var(--brand-color-2);
  color: var(--brand-color-2);
}

.blog-link-container {
  padding-top: 20px;
}

.blog-collection-min {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.blog-news-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  border-left: 2px solid #0000;
  flex-flow: row;
  width: 100%;
  padding: 0 1rem;
  text-decoration: none;
  display: flex;
}

.blog-news-link:hover {
  border-left: 2px solid var(--brand-color-1);
  background-image: url('../images/bg-tall-2.svg'), linear-gradient(#351a004d, #351a004d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.card-shareblog {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  opacity: 1;
  text-align: left;
  background-color: #000000b3;
  border-top: 1px dashed #22135f;
  border-bottom-color: #22135f;
  border-radius: 100px 0 0 100px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem 1em 1rem 2em;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.linkedin-share-btn {
  border: 1px solid #0000;
  border-radius: 4px;
  padding: 2px;
}

.linkedin-share-btn:hover {
  border-color: var(--brand-color-2);
  color: var(--brand-color-2);
  background-color: #5b6eff3b;
  background-image: none;
  background-size: auto;
}

.section-cta-purple {
  background-image: url('../images/bg-tall-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 2px solid #2b3dc566;
  border-bottom: 2px solid #2b3dc566;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 4rem 4rem 4rem 2rem;
  position: relative;
}

.label-block-text {
  margin-bottom: -10px;
}

.card-darkbg-list-long {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: #0b051640;
  background-image: url('../images/bg-tall-2.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  border: 1px solid #3a2d8580;
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  padding: 10px 20px 10px 2rem;
  display: flex;
  box-shadow: 0 2px 20px 3px #22008033;
}

.card-darkbg-list-long.flex-down {
  flex-flow: column;
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-image-icon {
  height: 50px;
  margin-left: -10px;
}

@media screen and (min-width: 1440px) {
  blockquote {
    border-left: 2px none var(--brand-color-4);
  }

  .container {
    max-width: 55vw;
  }

  .features-metrics {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-glow3 {
    background-image: url('../images/bg_dotglow.svg');
    background-position: 50%;
  }

  .section-dots1 {
    justify-content: center;
    display: flex;
  }

  .img-bannerleft-imgright {
    height: 480px;
  }

  .blog-feat-link {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-img-thumb-ft {
    max-width: 50%;
  }

  .cta-download {
    width: 80%;
  }

  .section-cta-download {
    padding-left: 4rem;
    padding-right: 8rem;
  }

  .blog-title {
    margin-bottom: 8rem;
  }

  .blog-rich-text {
    flex-flow: column;
    display: flex;
  }

  .blog-rich-text h4 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .img-blog-mainimg {
    max-width: 90%;
    margin-top: 2rem;
  }

  .container-blogcontent {
    max-width: 55vw;
  }

  .container-bloglist {
    max-width: 60vw;
  }

  .section-swirl2 {
    background-position: 50% 0, 50% -20%;
  }

  .section-cta-purple {
    padding-left: 4rem;
    padding-right: 8rem;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 50vw;
  }

  .features-metrics {
    padding-left: 20%;
    padding-right: 20%;
  }

  .grid-3, .grid-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .banner-left-text {
    width: 25vw;
  }

  .grid-2-tile.focus-left {
    max-width: 1300px;
  }

  .icon-halfsolid-left, .icon-halfsolid-right {
    border-radius: 10px;
  }

  .img-bannerleft-imgright {
    height: 540px;
  }

  .blog-img-thumb-ft {
    max-width: 50%;
  }

  .cta-download {
    width: 65%;
  }

  .section-cta-download {
    background-image: url('../images/bg-tall-2.svg'), url('../images/bg-tall-2.svg');
    background-position: 50% 100%, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll, fixed;
  }

  .container-bloglist {
    max-width: 50vw;
  }

  .section-swirl2 {
    background-image: url('../images/bg_glow3.svg'), url('../images/bg_swirl-banner.svg');
    background-position: 50% 60%, 50% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 100%;
    background-attachment: scroll, scroll;
  }

  .section-cta-purple {
    background-image: url('../images/bg-tall-2.svg'), url('../images/bg-tall-2.svg');
    background-position: 50% 100%, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll, fixed;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .container {
    max-width: 80vw;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .menu {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-heading-left {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 8rem;
  }

  .hero-wrapper-center {
    flex-direction: column;
    margin-bottom: -40px;
  }

  .features-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }

  .section-glow1 {
    overflow: clip;
  }

  .block-text.block-center.content-comparison {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-static.block-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3.about-us {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: flex;
  }

  .text-orange.specialfont {
    font-size: 1.3rem;
  }

  .section-glow3 {
    overflow: clip;
  }

  .card-image {
    height: 70px;
  }

  .card-event {
    padding-right: 1em;
  }

  .event-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .specialfont {
    font-size: 2rem;
  }

  .specialfont.text-highlightcol {
    font-size: 1.4rem;
  }

  .section-dots1 {
    justify-content: center;
    display: flex;
  }

  .hero-heading-ctr {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .event-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .logowrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .card-image-small {
    height: 70px;
  }

  .hero-left-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    margin-bottom: -40px;
  }

  .card-darkbg {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #0b051640;
  }

  .card-darkbg.flex-down.visibility-desktopandup {
    display: none;
  }

  .card-darkbg.grid-comparisons {
    margin-left: 0;
    margin-right: 0;
  }

  .container-wide {
    max-width: 100vw;
  }

  .banner-left-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .card-solidbg {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-solidbg.collectionitem-about {
    text-align: left;
    flex-flow: row;
    padding-left: 2rem;
  }

  .grid-2-tile.focus-left {
    grid-template-columns: 1.5fr;
  }

  .grid-2-tile.focus-right {
    grid-template-columns: 1.75fr;
  }

  .icon-halfsolid-left {
    margin-top: -4rem;
  }

  .icon-halfsolid-right {
    margin-bottom: -4rem;
  }

  .img-bannerleft-imgright {
    margin-top: 60px;
    margin-bottom: -90px;
    margin-right: 0;
  }

  .check-wrapper.no-left {
    padding-right: 0;
  }

  .card-faq {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .img-big {
    max-width: 700px;
  }

  .navbar-desktop {
    display: none;
  }

  .mobile_section {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .mobile_text {
    text-align: center;
    margin: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .img-comparisontablet {
    height: 60px;
    margin-bottom: 0;
  }

  .navbar-mobile {
    background-color: #000000b3;
    flex-flow: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 40px;
    display: block;
    overflow: visible;
  }

  .mobile-hamburger {
    background-image: url('../images/icon-menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .mobile-hamburger.w--open {
    background-color: #c8c8c800;
    background-image: url('../images/icon-close.svg');
  }

  .navbar-logomobile {
    height: 36px;
  }

  .nav-mobilelink {
    color: var(--white);
    text-align: left;
    background-color: #000;
    border: 0 solid #000;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 300;
  }

  .nav-mobilelink:hover {
    border-left: 5px solid var(--brand-color-1);
    color: var(--brand-color-1);
  }

  .nav-mobilelink:lang(en) {
    border-left: 5px solid var(--brand-color-1);
    color: var(--white);
  }

  .nav-mobilelink.category {
    color: var(--light-grey-2);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-mobilelink.subcategory {
    padding-left: 100px;
  }

  .nav-mobiledropdown {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper-comparisons.visibility-tabletanddown {
    display: flex;
  }

  .blog-collection-hor {
    grid-template-columns: 1fr 1fr;
  }

  .blog-feat-link {
    flex-flow: column;
  }

  .blog-img-thumb-ft {
    max-width: 100%;
  }

  .cta-download {
    flex-flow: column;
  }

  .cta-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-content {
    max-width: 90vw;
  }

  .blog-rich-text h5 {
    padding-left: 1rem;
  }

  .container-blogcontent {
    max-width: 80vw;
  }

  .container-bloglist {
    max-width: 85vw;
  }

  .section-swirl2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .author-content {
    flex-flow: column;
    margin-top: -1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .card-shareblog {
    padding-right: 1em;
  }

  .section-cta-purple {
    overflow: clip;
  }

  .card-darkbg-list-long {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #0b051640;
  }

  .card-darkbg-list-long.flex-down.visibility-desktopandup {
    display: none;
  }

  .card-darkbg-list-long.grid-comparisons {
    margin-left: 0;
    margin-right: 0;
  }

  .card-image-icon {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1em;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .menu {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .features-metrics {
    padding-left: 0%;
    padding-right: 0;
  }

  .features-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .section-glow1 {
    padding: 60px 15px;
  }

  .block-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block-text.block-center.content-comparison {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .grid-3.space-between {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .section-glow2 {
    padding: 60px 15px;
    overflow: clip;
  }

  .section-glow3, .section-glowbg {
    padding: 60px 15px;
  }

  .card-event {
    grid-template-columns: .5fr 1fr;
    display: block;
  }

  .event-details {
    margin-bottom: 1rem;
  }

  .section-dots1 {
    background-size: contain;
    padding: 60px 15px;
  }

  .hero-heading-ctr {
    margin-bottom: -60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: clip;
  }

  .section-flashy, .section-flashy2 {
    padding: 60px 15px;
  }

  .logowrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

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

  .grid-4.footer {
    width: 40%;
  }

  .hero-left-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .card-darkbg.flex-down {
    max-width: 96vw;
  }

  .container-wide {
    max-width: 100vw;
  }

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

  .card-solidbg {
    padding-top: 2rem;
    padding-left: 2.5rem;
    padding-right: 2rem;
  }

  .card-solidbg.collectionitem-about {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    text-align: center;
    flex-flow: column;
  }

  .grid-2-tile {
    grid-template-columns: 1fr;
  }

  .icon-halfsolid-left, .icon-halfsolid-right {
    padding: 2rem;
  }

  .img-remove-margin-height {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .img-bannerleft-imgright {
    margin-bottom: 0;
  }

  .card-faq {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: .5fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-swirltop {
    padding: 60px 15px;
    overflow: clip;
  }

  .footer_social-link.is--first {
    margin-left: 0;
  }

  .section-blank, .footerbg {
    padding: 60px 15px;
  }

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

  .img-comparisontablet {
    height: 70px;
  }

  .navbar-mobile {
    padding: 20px;
  }

  .blog-img-thumb {
    max-width: 100px;
  }

  .collection-wrapper-standard {
    flex-flow: row;
    display: flex;
  }

  .blog-collection-hor {
    flex-flow: column;
    display: flex;
  }

  .blog-feat-link {
    flex-flow: column;
  }

  .blog-img-thumb-ft {
    max-width: 100%;
  }

  .section-bloghead {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: clip;
  }

  .section-glow2-copy {
    padding: 60px 15px;
    overflow: clip;
  }

  .section-cta-download {
    padding: 60px 2rem;
    overflow: clip;
  }

  .blog-rich-text h2 {
    font-size: 2rem;
  }

  .blog-rich-text h5 {
    overflow: clip;
  }

  .blog-item-link-hor {
    flex-flow: row;
  }

  .blog-img-thumb-hor {
    max-width: 100px;
    height: 100%;
  }

  .container-bloglist {
    max-width: 95vw;
  }

  .section-blogfooter {
    padding: 60px 15px;
    overflow: clip;
  }

  .section-swirl2 {
    margin-bottom: -60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: clip;
  }

  .card-shareblog {
    text-align: center;
    grid-template-columns: .5fr 1fr;
    display: block;
  }

  .linkedin-share-btn.is--first {
    margin-left: 0;
  }

  .section-cta-purple {
    padding: 60px 2rem;
    overflow: clip;
  }

  .card-darkbg-list-long.flex-down {
    max-width: 96vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.1rem;
    line-height: 1.1em;
  }

  h4 {
    font-size: 1.3rem;
    font-weight: 300;
  }

  h5 {
    font-size: 1rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .container {
    width: 95%;
    max-width: none;
  }

  .menu {
    flex-direction: column;
  }

  .hero-wrapper-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .features-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .metrics-block {
    width: 90%;
  }

  .section-glow1 {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: clip;
  }

  .block-text {
    max-width: 90vw;
  }

  .block-text.no-left-padding {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-right: .5rem;
  }

  .block-text.block-center.small-gap.lastonmobile {
    opacity: 0;
    object-fit: fill;
  }

  .block-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-static {
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-3.space-between {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .section-glow2 {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: clip;
  }

  .section-glow3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-glowbg {
    padding-top: 0;
  }

  .specialfont {
    font-size: 1.7rem;
  }

  .section-dots1 {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: clip;
  }

  .hero-heading-ctr {
    overflow: clip;
  }

  .section-flashy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-4.footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 60%;
  }

  .card-image-small {
    height: 50px;
    margin-left: 0;
  }

  .card-darkbg {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0 .25em;
  }

  .card-darkbg.flex-down.darkarmorvstraditional {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .container-wide {
    max-width: none;
  }

  .card-solidbg {
    padding-left: 2em;
    padding-right: 1em;
  }

  .card-solidbg.collectionitem-about {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-left: 1rem;
  }

  .grid-2-tile.focus-left {
    place-items: center stretch;
    width: 260px;
    max-width: 90vw;
  }

  .grid-2-tile.focus-right {
    width: 260px;
  }

  .icon-halfsolid-left {
    width: 120px;
    margin-left: -1rem;
  }

  .icon-halfsolid-right {
    width: 120px;
    margin-bottom: -2rem;
  }

  .img-remove-margin-height {
    max-width: none;
    height: 310px;
    margin-top: -6rem;
    margin-left: 20px;
  }

  .img-team {
    width: 110px;
    height: 110px;
  }

  .card-clear {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .img-bannerleft-imgright {
    max-width: 150%;
    height: 250px;
    max-height: 150%;
  }

  .check-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-faq {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-audience {
    padding-left: 2em;
    padding-right: 2em;
  }

  .img-big {
    max-width: 400px;
  }

  .section-swirltop {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: clip;
  }

  .section-blank {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-hor-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 2rem;
  }

  .footerbg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-logo {
    max-width: 120px;
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 0;
  }

  .img-comparisontablet {
    width: 80%;
  }

  .navbar-mobile {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-logomobile {
    height: 26px;
  }

  .blog-heading {
    font-size: 1.2rem;
  }

  .blog-img-thumb {
    display: none;
  }

  .collection-wrapper-standard {
    flex-flow: column;
  }

  .blog-feat-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-bloghead {
    padding-top: 0;
    overflow: clip;
  }

  .section-glow2-copy, .section-cta-download {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: clip;
  }

  .blog-content {
    max-width: 85vw;
    padding-bottom: 2rem;
  }

  .blog-rich-text blockquote {
    padding-right: 20px;
  }

  .blog-rich-text h2 {
    font-size: 1.7rem;
  }

  .container-blogcontent {
    width: 80%;
    margin-bottom: 4rem;
  }

  .blog-img-thumb-hor {
    display: none;
  }

  .section-blogfooter {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: clip;
  }

  .section-swirl2 {
    overflow: clip;
  }

  .img-author {
    height: 110px;
  }

  .author-content {
    text-align: center;
    align-items: center;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-collection-min {
    grid-template-columns: 1fr;
  }

  .section-cta-purple {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: clip;
  }

  .card-darkbg-list-long {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0 .25em;
  }

  .card-darkbg-list-long.flex-down.darkarmorvstraditional {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .card-image-icon {
    height: 50px;
    margin-left: 0;
  }
}

#w-node-_39254498-f700-e32b-38f3-19aeeb114ff7-02f97aa7, #w-node-_39254498-f700-e32b-38f3-19aeeb115001-02f97aa7, #w-node-_39254498-f700-e32b-38f3-19aeeb11500b-02f97aa7, #w-node-_39254498-f700-e32b-38f3-19aeeb115010-02f97aa7 {
  justify-self: start;
}

#w-node-_5d149874-45e3-bdc2-9fe5-88d21467eda9-5b5a440a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b38d5f2e-32cf-55c1-50b8-a327ed8853ba-5fc59806, #w-node-b38d5f2e-32cf-55c1-50b8-a327ed88536a-5fc59806, #w-node-b38d5f2e-32cf-55c1-50b8-a327ed88538b-5fc59806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b38d5f2e-32cf-55c1-50b8-a327ed8853ac-5fc59806 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-f3e0d016-9af5-46b6-8ead-dd5da719e648-5fc59806, #w-node-f3e0d016-9af5-46b6-8ead-dd5da719e669-5fc59806 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3e0d016-9af5-46b6-8ead-dd5da719e68a-5fc59806 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_3517c5fd-fd10-3660-a641-0c2e5808178d-9c5b5f34, #w-node-_3517c5fd-fd10-3660-a641-0c2e580817bf-9c5b5f34, #w-node-_3517c5fd-fd10-3660-a641-0c2e580817e0-9c5b5f34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3517c5fd-fd10-3660-a641-0c2e58081801-9c5b5f34 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_3517c5fd-fd10-3660-a641-0c2e58081810-9c5b5f34, #w-node-_3517c5fd-fd10-3660-a641-0c2e58081831-9c5b5f34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3517c5fd-fd10-3660-a641-0c2e58081852-9c5b5f34 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_4b946c72-76cb-227a-871f-99b8704a0dcb-9c5b5f34 {
  justify-self: start;
}

#w-node-_410ab481-efcd-c65c-e716-943c48429673-9c5b5f34 {
  order: 1;
  justify-self: end;
}

#w-node-f6d78e26-1850-1dda-0aeb-5913d38dd8fc-9c5b5f34 {
  order: 9999;
}

#w-node-_06d962e5-c294-85c2-1bf2-bca5e8225cbf-a7a9ec2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7dfede66-692c-72a9-62b9-a020216b87d9-ebfde828, #w-node-_1dc68163-3357-0eea-42b1-709d87a48163-f5db9b5f, #w-node-_1dc68163-3357-0eea-42b1-709d87a48195-f5db9b5f, #w-node-_1dc68163-3357-0eea-42b1-709d87a481b6-f5db9b5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dc68163-3357-0eea-42b1-709d87a481d7-f5db9b5f {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_1dc68163-3357-0eea-42b1-709d87a481e6-f5db9b5f, #w-node-_1dc68163-3357-0eea-42b1-709d87a48207-f5db9b5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dc68163-3357-0eea-42b1-709d87a48228-f5db9b5f {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_4b946c72-76cb-227a-871f-99b8704a0dcb-f5db9b5f, #w-node-_42435561-3209-51a6-aac8-9bac6ccfd147-f5db9b5f, #w-node-_00bf54f9-1c55-59c5-e877-ae9d48b6a971-71b0882c, #w-node-_89e8fc0a-86da-f404-17b1-8e0004b380e0-45ddf5ca, #w-node-_00bf54f9-1c55-59c5-e877-ae9d48b6a971-efbd12f3 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-e40edf2d-5680-0176-37b1-2c04a79233ca-02f97aa7 {
    order: 1;
  }
}


