.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  background-color: #fcfcfc;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Amaranth, sans-serif;
  color: #184f68;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Amaranth, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Amaranth, sans-serif;
  color: #184f68;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

a {
  color: #184f68;
  text-decoration: underline;
}

.section-standard {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: none;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter;
}

.section-standard.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 650px;
  margin-top: 60px;
  padding-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-standard.hero.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: 630px;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-standard.hero.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: 95px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-standard.hero.style-guide {
  height: 50vh;
  max-height: none;
  min-height: 0px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #140f3a;
}

.section-standard.hero.lp-template {
  height: auto;
  max-height: none;
  min-height: 90vh;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url('../images/Brown-LP-BG2x.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.section-standard.hero.lp-template.light-blue {
  height: auto;
  max-height: none;
  min-height: 85vh;
  margin-top: 0px;
  padding-top: 140px;
  background-color: #c7f3f8;
}

.section-standard.hero.blog {
  display: block;
  height: auto;
  max-height: none;
  margin-top: 0px;
  padding-top: 110px;
  background-color: transparent;
  background-image: url('../images/Blog2x.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-standard.hero.pricing {
  display: block;
  height: auto;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  padding-top: 160px;
  padding-bottom: 40px;
  background-image: url('../images/Purple-BG-Pricing2x.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.section-standard._40-top-padding {
  padding-top: 40px;
}

.section-standard.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  max-height: 550px;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181818;
}

.section-standard._40-padding {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-standard._40-padding.yellow-wave-bg {
  background-image: url('../images/LP-Background-32x.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.section-standard._40-bottom-padding {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-standard.demo-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.section-standard._60-top-margin {
  overflow: hidden;
  margin-top: 60px;
}

.section-standard.white {
  background-color: #fff;
}

.section-standard.blue-background {
  background-color: transparent;
  background-image: url('../images/Product-Tour-Green-wave2x.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.section-standard.blue-background.extended-background {
  padding-top: 375px;
}

.section-standard.grey {
  background-color: #f7f7f7;
}

.section-standard.light-blue {
  background-color: #c7f3f8;
}

.section-standard.dark-blue {
  background-color: #0a236d;
}

.section-standard._0-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-standard.home-background-a {
  padding: 36px 55px;
  background-color: #cef;
}

.section-standard.flex {
  height: auto;
}

.section-standard.home-background-b {
  background-image: url('../images/Yellow-BG-2-Home2x.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.section-standard.home-background-b._40-bottom-margin {
  padding-bottom: 40px;
}

.section-standard._0-top-padding {
  padding-top: 0px;
}

.section-standard.yello-bg-90 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(4%, transparent), color-stop(0, #f5faff), to(#fff));
  background-image: linear-gradient(90deg, transparent 4%, #f5faff 0, #fff);
}

.section-standard.red-bg {
  background-image: url('../images/Red-Bg2x.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.section-standard.red-bg._40-bottom-padding {
  padding-bottom: 40px;
}

.section-standard.yellow-wave-bg {
  background-image: url('../images/LP-Background-32x.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.section-standard.yellow-wave-bg._40-bottom-margin {
  padding-bottom: 40px;
}

.section-standard.demo-hero {
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url('../images/Orange-Blob2x.png');
  background-position: 0px 0px;
  background-size: 70% 100%;
  background-repeat: no-repeat;
}

.section-standard.blu {
  background-color: #f5faff;
}

.section-standard.hide {
  display: none;
}

.section-standard.bg-blu {
  background-color: #f5fbff;
}

.div-standard {
  display: block;
  width: 95%;
  max-width: 1280px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-standard._40-bottom-margin {
  margin-bottom: 40px;
  border-radius: 10px;
}

.div-standard.flex {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1280px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
}

.div-standard.flex.justify {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1280px;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-standard.flex.justify.footer {
  width: auto;
  max-width: none;
  padding-top: 0px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-standard.flex.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  max-width: 1400px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-standard.flex.top-align {
  width: 95%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-standard.flex.top-align._1100 {
  width: 98%;
  max-width: 1100px;
}

.div-standard.flex.minus-485 {
  position: relative;
  top: -485px;
  margin-top: 0px;
}

.div-standard.flex.minus-485._1100 {
  position: static;
  margin-bottom: auto;
}

.div-standard.flex.minus-485._1100._485 {
  position: relative;
  margin-bottom: -485px;
}

.div-standard.flex._1400px-width {
  max-width: 1400px;
}

.div-standard.justify-spaced {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-standard.justify-spaced._1140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
}

.div-standard.justify-spaced._1140._60-top-padding {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-standard.justify-spaced._1080 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 60px;
}

.div-standard.justify-spaced._1080 {
  max-width: 1080px;
}

.div-standard.justify-spaced._1080.flex {
  display: -ms-grid;
  display: grid;
  width: 95%;
  max-width: 1140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-standard.justify-spaced._1080.flex.no-top-margin {
  margin-top: 0px;
}

.div-standard.justify-spaced._1080.vertical-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-standard.justify-spaced._1080.vertical-flex.no-top-margin {
  margin-top: 0px;
}

.div-standard.justify-spaced._800 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
}

.div-standard.justify-spaced._800._60-bottom-margin {
  margin-bottom: 60px;
}

.div-standard.justify-spaced._800._60-bottom-margin.right-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: 0px;
  margin-bottom: 40px;
}

.div-standard.justify-spaced._800.right-aligned {
  margin-right: 0px;
}

.div-standard.justify-spaced.flex {
  width: auto;
}

.div-standard.justify-spaced.flex._40-top-margin {
  margin-top: 40px;
}

.div-standard._1150-width {
  max-width: 1150px;
}

.div-standard.style-guide {
  padding: 30px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
}

.div-standard._960-width {
  width: 97%;
  max-width: 960px;
}

.div-standard._1100 {
  max-width: 1100px;
}

.div-standard.flex-vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-standard.benefits {
  max-width: 800px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 41px;
  line-height: 1.3em;
  letter-spacing: -1px;
}

.heading-1.centre {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.heading-1.centre.white {
  font-family: Inter;
  color: #fff;
}

.heading-1.centre._850 {
  max-width: 850px;
}

.heading-1.centre._850._40px {
  font-size: 40px;
}

.heading-1.centre._950w {
  max-width: 950px;
}

.heading-1.centre._960-width {
  max-width: 960px;
  font-weight: 600;
}

.heading-1.centre.brown._950-width {
  max-width: 950px;
  color: #fff;
}

.heading-1.centre.green {
  color: #008dd2;
}

.heading-1.white {
  color: #fff;
}

.heading-1.white.centre._900-width {
  max-width: 900px;
}

.heading-1._45px {
  color: #181818;
  font-size: 45px;
}

.heading-1._45px.demo-page {
  opacity: 1;
  font-weight: 600;
}

.heading-1.brown {
  margin-bottom: 30px;
  color: #f8eee7;
  letter-spacing: -0.5px;
}

.heading-1._25px {
  font-size: 25px;
}

.heading-1._60-bottom {
  margin-bottom: 60px;
  text-align: center;
}

.paragraph {
  margin-bottom: 25px;
  color: #556575;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.paragraph._15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #181818;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
}

.paragraph._15.centre {
  text-align: center;
}

.paragraph._26px {
  height: auto;
  font-size: 25px;
  font-weight: 300;
}

.paragraph._26px.blue {
  color: #181818;
  font-weight: 400;
}

.paragraph.centre {
  margin-right: auto;
  margin-left: auto;
  color: #556575;
  text-align: center;
}

.paragraph.centre._550-width {
  max-width: 550px;
  color: #556575;
}

.paragraph.centre._550-width.justify-left {
  text-align: left;
}

.paragraph.centre.no-margin {
  margin-bottom: 10px;
}

.paragraph.blog {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #181818;
}

.paragraph._15px {
  font-size: 15px;
}

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

.paragraph._15px.link {
  margin-bottom: 0px;
  margin-left: 5px;
  font-weight: 400;
}

.paragraph._400-width {
  max-width: 400px;
  margin-bottom: 25px;
  font-family: Inter;
  line-height: 1.5em;
}

.paragraph.pricing-label {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph.package-name {
  color: #181818;
  font-size: 25px;
  font-weight: 600;
}

.paragraph._20px {
  font-size: 18px;
}

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

.paragraph.blog-summary {
  font-size: 14px;
}

.paragraph._12px {
  font-size: 12px;
}

.paragraph._12px._70-opacity {
  margin-bottom: 10px;
  opacity: 0.8;
}

.paragraph._14px {
  font-size: 14px;
}

.paragraph._14px.sticky-bar {
  margin-bottom: 10px;
}

.paragraph._13px {
  margin-bottom: 0px;
  font-size: 13px;
}

.paragraph._24px {
  font-size: 20px;
}

.paragraph._24px.centre.dark {
  color: #000;
}

.paragraph.black-bold {
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

.paragraph.black-bold._18px {
  font-size: 18px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #184f68;
  border-radius: 1000px;
  background-color: #30ca48;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button:hover {
  border-color: #008dd2;
  background-color: transparent;
  color: #184f68;
}

.button.ghost {
  height: 55px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #008dd2;
  background-color: transparent;
  color: #008dd2;
}

.button.ghost:hover {
  border-style: none;
  background-color: #008dd2;
  color: #fff;
}

.button.ghost.larger {
  max-width: 200px;
}

.button.left-aligned {
  height: 55px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button.left-aligned._200-width {
  max-width: 200px;
}

.button.underlined:hover {
  text-decoration: underline;
}

.button.underlined.no-right-margin {
  margin-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button._100 {
  width: 100%;
  height: 50px;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  border-style: solid;
  border-width: 3px;
  border-color: #008dd2;
  border-radius: 3px;
  background-color: #008dd2;
  color: #fff;
}

.button._100:hover {
  background-color: transparent;
  color: #008dd2;
}

.button.sidebar {
  height: 46px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button.no-max-width {
  max-width: none;
  margin-right: 0px;
  margin-left: 20px;
  padding-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.pricing {
  height: 55px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.sticky {
  height: 40px;
  max-width: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #184f68;
  background-color: #184f68;
  font-size: 15px;
  font-weight: 400;
}

.button.sticky:hover {
  background-color: transparent;
}

.button.left {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button.popup-btn {
  padding: 11px 40px;
}

.two-columns-450-w {
  max-width: 525px;
  margin-right: auto;
  margin-left: 0px;
}

.two-columns-450-w.centre {
  margin-right: auto;
  margin-left: auto;
}

.two-columns-450-w._450 {
  max-width: 450px;
}

.two-columns-450-w._450.centre {
  margin-right: auto;
  margin-left: auto;
}

.two-columns-450-w._20-top-padding {
  margin-top: 20px;
}

.checkmar {
  max-height: 15px;
  max-width: none;
}

.checkmark-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.6;
}

.text-checkmark {
  font-family: Graphik;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.heading-3 {
  font-family: Graphik;
  color: #181818;
  font-size: 36px;
  line-height: 1.5em;
}

.image {
  width: 140px;
  margin-right: auto;
  margin-left: auto;
}

.image._120w {
  width: 100px;
}

.image.left-aligned {
  margin-left: 0px;
}

.image.left-aligned._60-opacity {
  opacity: 0.6;
}

.image.statistic {
  display: block;
  opacity: 0.6;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.logo-bar {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.div-block.logo-bar._20-top-margin {
  margin-top: 20px;
}

.div-block.logo-bar._20-top-margin._60-opacity {
  width: 100vw;
  max-width: 960px;
  opacity: 0.6;
}

.div-block.logo-bar._20-top-margin._60-opacity.demo-page {
  display: -ms-grid;
  display: grid;
  width: auto;
  max-width: 450px;
  margin-top: 60px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5em;
}

.div-500-width {
  display: block;
  width: 500px;
  min-height: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-500-width.auto-align {
  margin-right: auto;
  margin-left: auto;
}

.div-500-width.demo {
  margin-bottom: 80px;
  padding-bottom: 0px;
}

.div-500-width.right-float {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.5em;
  letter-spacing: -1px;
}

.heading-2.centre {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-2.centre._800w {
  max-width: 800px;
  font-weight: 700;
}

.heading-2.centre._1100w {
  max-width: 1100px;
}

.heading-2.centre._650w {
  max-width: 650px;
}

.heading-2.centre._650-width {
  max-width: 650px;
}

.heading-2._450 {
  max-width: 500px;
  line-height: 1.4em;
}

.heading-2._450._50px {
  font-size: 50px;
}

.heading-2._35px {
  font-size: 35px;
  font-weight: 700;
}

.heading-2._30px {
  font-size: 30px;
}

.heading-2.auto {
  margin-right: auto;
  margin-left: 45px;
}

.link-red {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #fecabc;
  font-family: Inter;
  color: #fcc8aa;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  text-decoration: none;
}

.link-red:hover {
  opacity: 0.62;
}

.large-testimonial {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #556575;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 400;
}

.large-testimonial.centre {
  text-align: center;
}

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

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-image {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-6 {
  position: relative;
  top: 0px;
  display: block;
  width: 170px;
  max-width: 90%;
  margin: 15px auto auto;
  padding-top: auto;
  float: left;
  background-color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-6:hover {
  opacity: 0.8;
  -webkit-transform: rotateX(5deg) rotateY(10deg) rotateZ(0deg);
  transform: rotateX(5deg) rotateY(10deg) rotateZ(0deg);
}

.image-6.on-top {
  position: static;
  width: 140px;
  margin-top: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  background-color: transparent;
}

.image-6.on-top:hover {
  position: static;
  opacity: 0.8;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-link {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 60px;
  min-width: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
  float: right;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter;
  color: #181818;
  font-weight: 400;
}

.nav-link:hover {
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  color: #181818;
  text-decoration: underline;
}

.nav-link.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #181818;
  font-weight: 400;
}

.nav-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 55px;
  margin-right: 0px;
  margin-left: auto;
  float: right;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

.testimonial-name-white {
  display: inline-block;
  margin: 0px auto 0px 0px;
  border-bottom: 1px none #603eff;
  font-family: Archivo;
  color: #181818;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.testimonial-name-white.white {
  color: #fff;
}

.testimonial-name-white.centre {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: Inter;
  text-align: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #556575;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-bottom: 15px;
}

.form-block._500w {
  max-width: 500px;
}

.form-block._500w.centre {
  width: 100vw;
}

.form-block.centre {
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  height: 50px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #008dd2;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.55);
  font-family: Inter;
  line-height: 1em;
}

.text-field._15-padding {
  margin-right: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #184f68;
}

.text-field._15-padding:focus {
  border-color: rgba(96, 62, 255, 0.74);
}

.text-field.margin-btm-20 {
  text-align: center;
}

.small-testimonial {
  max-width: 420px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 15px;
  border-style: none;
  border-width: 1px 3px 3px;
  border-color: rgba(0, 0, 0, 0.15) #000 #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.7;
  font-family: Graphik;
  color: #181818;
  font-size: 23px;
  line-height: 1.4em;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Amaranth, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0px;
}

.h4.package-name {
  margin-bottom: 15px;
  text-align: center;
}

.search {
  display: block;
  height: 46px;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #f7f2ef;
  border-radius: 5px;
  background-color: #fff;
  font-family: Inter;
  color: #181818;
  font-size: 14px;
}

.search:focus {
  background-color: #fff;
  opacity: 1;
}

.article-hero {
  overflow: hidden;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
}

.div-block-32 {
  width: auto;
  height: 100vh;
  max-height: 400px;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.link-footer {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

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

.link-footer.centre {
  text-align: center;
}

.link-footer.centre.attribution {
  position: relative;
  top: 127px;
  overflow: hidden;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 1000%;
  object-position: 50% 1000%;
}

.link-footer.margin-privacy {
  margin-right: 20px;
}

.legal {
  margin-top: 10px;
  text-align: left;
}

.search-result-item {
  margin-bottom: 10px;
  padding: 5px 10px;
  text-decoration: none;
}

.search-result-item:hover {
  background-color: #f7f2ef;
}

.search-results {
  padding-top: 100px;
}

.search-result-wrapper {
  margin-top: 20px;
}

.blog-cta {
  width: 100%;
  max-height: none;
  max-width: 350px;
  margin-right: 0px;
  margin-left: 30px;
  padding: 30px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 3px none #000;
  border-radius: 3px;
  background-color: #f8faff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-headling {
  font-family: Inter;
  color: #181818;
  font-size: 30px;
  line-height: 1.5em;
}

.subheadline {
  font-family: Inter;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

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

.subheadline.centre.white {
  color: #fff;
}

.subheadline.centre.white._750 {
  max-width: 700px;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-weight: 300;
}

.subheadline.centre._750w {
  max-width: 750px;
  color: #556575;
}

.subheadline._500w {
  max-width: 500px;
  margin-bottom: 20px;
}

.subheadline.white {
  color: #fff;
}

.subheadline.margin-btm-40 {
  margin-bottom: 40px;
}

.slide {
  position: static;
  max-height: none;
  max-width: 350px;
  margin-right: 40px;
  text-align: left;
}

.slide-nav {
  display: none;
}

.testimonial {
  font-family: Inter;
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 600;
}

.testimonial.white {
  color: #fff;
  font-size: 19px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 150px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #184f68;
}

.mask {
  width: 90%;
  max-height: none;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right-arrow {
  position: absolute;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-73 {
  display: inline-block;
}

.image-73:hover {
  opacity: 0.5;
}

.column-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-3 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-72 {
  padding-right: 0px;
}

.div-final-cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 10px;
}

.div-final-cta-flex.no-margin {
  margin-bottom: 3px;
}

.div-block-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-74 {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 2px;
  margin-right: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-4 {
  height: auto;
  max-height: none;
}

.column-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-560w {
  width: auto;
  max-width: 560px;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-34 {
  margin-right: auto;
  margin-left: auto;
}

._350-width {
  max-width: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._350-width._300-width {
  margin-right: auto;
  margin-left: auto;
}

.horizontal-fixed-height {
  min-height: auto;
}

.testimonial-image-2 {
  width: auto;
  height: 200px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-testimonial-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-testimonial-large._40-top-margin {
  margin-top: 40px;
}

.div-block-35 {
  max-width: 800px;
  margin-right: 0px;
  margin-left: auto;
}

.div-block-35.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.small-testimonial-image {
  width: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  margin-right: 15px;
  border: 2px none #181818;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-450-width {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-450-width.right-aligned {
  margin-right: 3%;
  float: none;
}

.div-450-width.left-aligned.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: 0px;
}

.div-450-width.left-aligned.flex.centre {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-450-width._1 {
  margin-left: 1%;
}

.home-image {
  display: inline-block;
  width: 100%;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}

.home-image.left-align {
  max-width: 80%;
  margin-left: 0px;
}

.home-image.left-align._20-top-margin {
  max-width: 85%;
}

.home-image._80 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.home-image.right-align {
  margin-right: 0px;
}

.home-image.right-align._20-top-margin {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.home-image._2 {
  display: block;
  width: 100%;
  max-width: 80%;
  border-radius: 6px;
}

.home-image._3 {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.home-image._1 {
  display: block;
  max-width: 80%;
}

.column-76 {
  padding-right: 0px;
  padding-left: 0px;
}

.persona {
  display: block;
  overflow: visible;
  width: auto;
  max-width: none;
  min-height: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px 0px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 3px none #000;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: none;
}

.persona:hover {
  box-shadow: none;
}

.link-block---persona {
  display: block;
  max-width: 350px;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
}

.tabs-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  display: block;
  max-width: 20px;
  margin-right: auto;
  margin-left: 0px;
}

.tabs-content-2 {
  width: 500px;
  max-width: none;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.pricing-table {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.columns-pricing-table-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 55px;
  max-width: 135px;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #008dd2;
  border-radius: 2px;
  background-color: transparent;
  opacity: 1;
  color: #008dd2;
  font-weight: 400;
  text-align: center;
}

.tab-link-tab-1-2.w--current {
  height: 55px;
  margin-right: 7px;
  margin-left: 7px;
  border-width: 3px;
  border-color: #008dd2;
  border-radius: 2px;
  background-color: #008dd2;
  opacity: 1;
  color: #fff;
}

.price {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #008dd2;
  font-size: 45px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.price.small {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 24px;
}

.price.small._15-left-margin {
  margin-left: 15px;
}

.pricing-div {
  width: 99%;
  max-width: 375px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}

.pricing-div.promotion {
  width: 100%;
  max-width: 450px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 3px;
  border-color: #008dd2;
  box-shadow: 0 5px 20px 0 rgba(24, 24, 24, 0.2);
}

.pricing-div._85-opacity {
  opacity: 0.85;
}

.columns-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricing-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-grey {
  display: -ms-grid;
  display: grid;
  max-height: 70px;
  min-height: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 3.25fr;
  grid-template-columns: 1fr 3.25fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  background-color: #f8f8f8;
}

.grid-grey.top-border {
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #f5f6f8;
  background-color: #f8f8f8;
}

.grid-grey.top-border.hidden-mobile {
  max-height: 70px;
}

.grid-grey.hidden-mobile {
  max-height: 70px;
}

.grid-white {
  display: -ms-grid;
  display: grid;
  max-height: 70px;
  min-height: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 3.25fr;
  grid-template-columns: 1fr 3.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.grid-white.hidden-mobile {
  max-height: 70px;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-tabs-mobile {
  display: none;
}

.image-94 {
  display: block;
  width: 30px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.check {
  display: block;
  max-width: 26px;
  margin-right: auto;
  margin-left: auto;
}

.image-95 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.columns-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-columns {
  margin-bottom: 39px;
}

.div-450w {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.text-span-7 {
  color: #7030a0;
}

.message-field {
  height: auto;
  max-height: 100px;
  min-height: 100px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #603eff;
  border-radius: 4px;
  background-color: #f6f6f6;
  font-family: Inter;
}

.message-field:focus {
  border-color: #f0386b;
}

.form-field {
  height: 50px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #008dd2;
  border-radius: 4px;
  background-color: transparent;
  font-family: Inter;
  color: #fff;
  font-size: 13px;
}

.form-field:focus {
  border-color: rgba(96, 62, 255, 0.74);
}

.demo-form {
  width: 100%;
  max-width: 500px;
  margin-right: 0px;
  margin-left: auto;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #fff;
}

.testimonial-name {
  font-weight: 400;
}

.testimonial-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-name-small {
  display: inline-block;
  margin: 0px auto 0px 0px;
  border-bottom: 1px none #181818;
  font-family: Inter;
  color: #181818;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Amaranth, sans-serif;
  color: #184f68;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
}

.heading-3.centre {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-3.centre._650w {
  max-width: 650px;
}

.heading-3.centre._550-width {
  max-width: 550px;
  margin-top: 0px;
}

.heading-3._450-width {
  max-width: 450px;
}

.heading-3._28px {
  font-size: 28px;
}

.heading-3._30px {
  font-size: 32px;
  line-height: 1.3em;
  text-align: left;
}

.heading-3.margin-btm-40 {
  margin-bottom: 40px;
}

.form-sidebar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100vw;
  height: 100%;
  max-height: none;
  max-width: 45%;
  margin-top: 60px;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f8fa;
}

.test-block {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: right;
  font-size: 16px;
  line-height: 1.7em;
}

.columns-features-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.color-circle {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #fff9f5;
}

.color-circle._181818 {
  background-color: #181818;
}

.color-circle.fcc8aa {
  background-color: #fcc8aa;
}

.color-circle.ffff {
  background-color: #fff;
}

.color-circle._140f3a {
  background-color: #140f3a;
}

.color-circle._054a49 {
  background-color: #054a49;
}

.small-testimonial-wrapper {
  max-width: 450px;
  margin-top: 40px;
}

.div-60px-top-margin {
  margin-top: 80px;
}

.div-60px-top-margin._60-opacity {
  width: 97%;
  max-width: 1280px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
}

.div-60px-top-margin.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 166px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 36px;
  background-color: #603eff;
  color: #fff;
  cursor: pointer;
}

.button-div:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #603eff;
  background-color: transparent;
  color: #181818;
}

.button-div.centre-mobile.ghost {
  border-style: solid;
  border-width: 2px;
  border-color: #603eff;
  background-color: transparent;
  color: #603eff;
}

.button-div.centre-mobile.ghost.blog {
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  border-width: 3px 3px 2px;
  border-color: #008dd2;
  border-radius: 3px;
  color: #008dd2;
}

.div-link-text {
  margin-bottom: 0px;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}

.icon {
  margin: 10px 20px 20px auto;
}

.giant-testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.giant-testimonial-image {
  width: 700px;
  height: 100vh;
  max-height: 475px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Big-Testimonial-Image.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-block {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 400px;
  margin-left: auto;
  padding: 35px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.integration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.integrations-div {
  display: -ms-grid;
  display: grid;
  width: 50%;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-integration {
  color: #603eff;
  font-weight: 500;
}

.final-cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #0a236d;
}

.hero-image-tablet {
  display: none;
  overflow: hidden;
}

.image-101 {
  width: 45%;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-tab-click {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.7;
  font-family: Inter;
  font-size: 16px;
  line-height: 1.5em;
}

.feature-tab-click:hover {
  background-color: hsla(0, 0%, 100%, 0.62);
}

.feature-tab-click.w--current {
  display: block;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 4px solid #008dd2;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
}

.tabs-selectors {
  position: relative;
  left: -47px;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-right: 3%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tabs-selectors.left {
  left: auto;
  margin-right: auto;
  margin-left: auto;
}

.feature-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-tabs.reverse {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-103 {
  display: block;
}

.image-104 {
  display: block;
  margin-right: auto;
  margin-left: 0px;
}

.bold-text-4 {
  font-weight: 500;
}

._350w {
  max-width: 350px;
  margin-right: 0px;
  margin-left: 0px;
}

._300-width {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.div-650-width {
  max-width: 650px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pricing-tabss {
  width: auto;
  max-width: none;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

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

.centre-hero-image-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 530px;
  max-width: 880px;
  margin-top: 50px;
  margin-bottom: -350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-image: url('../images/Background-Video2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

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

.div-block-53 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}

.collection-list-5 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-link {
  height: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(24, 24, 24, 0.1);
  color: #181818;
  text-decoration: none;
}

.blog-link:hover {
  box-shadow: 1px 0 10px 0 rgba(96, 62, 255, 0.15);
}

.blog-link.hero {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0px;
  padding: 0px 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: none;
}

.thumbnail-image {
  margin-bottom: 20px;
  border-radius: 3px 3px 0px 0px;
}

.article-name {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #008dd2;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}

.article-name.hero {
  display: block;
  min-height: 0px;
  margin-bottom: 20px;
  padding: 0px 0%;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
}

.article-information-wrapper {
  height: auto;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.article-information-wrapper.hero {
  display: block;
  max-width: 100%;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0% 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 484px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-hero {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.thumbnail-image-featured {
  width: 100%;
  height: 300px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 10px 10px 0px 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-date {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}

.blog-cta.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 300px;
  max-width: 960px;
  min-height: 0px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(96, 62, 255, 0.05);
}

.div-block-54 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ebook {
  margin-right: auto;
  margin-left: auto;
}

.link-block-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-4.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 60px;
  max-width: none;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 20px;
  padding: 0px 12px 0px 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.logo {
  height: 100%;
}

.nav-menu-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #3f0a3d;
}

.nav-link-plain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 15px;
}

.nav-link-plain:hover {
  color: #02676b;
}

.line-break {
  width: 1px;
  min-height: 25px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #ddd;
}

.button-2 {
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #02676b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-2:hover {
  background-color: #025c5f;
}

.dropdown-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.dropdown-list.w--open {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link:focus {
  color: #008dd2;
}

.dropdown-toggle-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 10px;
}

.icon-3 {
  margin-right: 10px;
}

.dropdown-list-2 {
  color: #181818;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.sticky-notice-delete {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 15px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fcc8aa;
  border-radius: 5px;
  background-color: #f8eee7;
  box-shadow: 0 0 10px 0 rgba(96, 62, 255, 0.1);
}

.design-file-link {
  margin-top: 15px;
  color: #603eff;
  font-size: 13px;
}

.div-block-55 {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.div-block-56 {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

._250-width {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._250-width._300-width {
  margin-right: auto;
  margin-left: auto;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-5:hover {
  -webkit-filter: contrast(200%) hue-rotate(294deg) brightness(200%);
  filter: contrast(200%) hue-rotate(294deg) brightness(200%);
  color: #184f68;
  font-weight: 600;
  text-decoration: none;
}

.hero-grid {
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span {
  color: #c00dff;
}

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

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 830px;
  padding: 132px 3% 164px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-grey-65 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  max-height: 520px;
  max-width: 65%;
  float: right;
  border-radius: 0px;
  background-color: #001a49;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#fff));
  background-image: linear-gradient(90deg, #f1f1f1, #fff);
}

.heading {
  margin-top: 0px;
  margin-bottom: 22px;
  color: #001a49;
  font-size: 68px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.avatar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar {
  width: 62px;
  height: 62px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 100px;
}

.avatar.avatar-02 {
  position: relative;
  left: -20px;
}

.avatar.avatar-03 {
  position: relative;
  left: -40px;
}

.hero-paragraph {
  margin-bottom: 32px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.text-block {
  position: relative;
  left: -20px;
  font-weight: 500;
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 420px;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  background-color: #edd5ff;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.bg-shape-80 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 80%;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: #faf3ff;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 58px;
  padding: 14px 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-image: linear-gradient(264deg, #cd10ff, #9f06ff);
  font-weight: 600;
  white-space: nowrap;
}

.video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82px;
  height: 82px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.testimonial-medium {
  max-width: 350px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.testimonial-medium._300-width {
  margin-right: auto;
  margin-left: auto;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.persons-face {
  width: 45px;
  height: 45px;
  margin-right: 20px;
  border-radius: 50px;
  background-image: url('../images/Persona-12x.jpg');
  background-position: 50% 50%;
  background-size: 125px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bg-yellow-85 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 85%;
  min-height: 80vh;
  float: right;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff9ef), to(rgba(255, 249, 239, 0.3)));
  background-image: linear-gradient(90deg, #fff9ef, rgba(255, 249, 239, 0.3));
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-bottom: 20px;
}

.red-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  max-width: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5faff), to(#fff));
  background-image: linear-gradient(180deg, #f5faff, #fff);
}

.div-550 {
  max-width: 550px;
}

.benefit-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.benefit-block._400 {
  max-width: 400px;
}

.image-108 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg-yellow-90 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 95%;
  min-height: 80vh;
  padding: 80px 40px 80px 30px;
  float: right;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff9ef), to(rgba(255, 249, 239, 0.3)));
  background-image: linear-gradient(90deg, #fff9ef, rgba(255, 249, 239, 0.3));
}

.feature-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 750px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-block.margin-btm-40 {
  margin-bottom: 40px;
}

.div-block-63 {
  position: absolute;
  right: 0px;
  z-index: -1;
  width: 95%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff9ef), to(#fff));
  background-image: linear-gradient(90deg, #fff9ef, #fff);
}

.div-400-width {
  max-width: 400px;
}

.div-400-width._100-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-64 {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text-5 {
  color: #000;
}

.text-span-8 {
  display: block;
  margin-bottom: 0px;
}

.image-109 {
  display: block;
  max-height: 100%;
  margin-right: auto;
  margin-left: 0px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Inter;
  color: #181818;
  font-size: 45px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: -1px;
}

.heading-9._30px {
  font-size: 30px;
}

.form-field-2 {
  height: 50px;
  margin-bottom: 20px;
  border: 0.5px solid #e7e7e7;
  border-radius: 4px;
  background-color: transparent;
  font-family: Inter;
  color: #fff;
  font-size: 13px;
}

.form-field-2:focus {
  border-color: #008dd2;
}

.message-field-2 {
  height: auto;
  max-height: 100px;
  min-height: 100px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e7e7e7;
  border-radius: 4px;
  background-color: transparent;
  font-family: Inter;
}

.message-field-2:focus {
  border-color: #008dd2;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 170px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 3px solid #603eff;
  border-radius: 30px;
  background-color: #603eff;
  font-family: Inter;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.button-4:hover {
  background-color: #fff;
  color: #000;
}

.button-4._100 {
  width: 100%;
  height: 50px;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  border-style: solid;
  border-width: 2px;
  border-color: #603eff;
  border-radius: 30px;
  background-color: #603eff;
  color: #fff;
}

.button-4._100:hover {
  background-color: transparent;
  color: #603eff;
}

.div-block-65 {
  padding-right: 3%;
  padding-left: 35px;
}

.text-block-2 {
  text-decoration: none;
}

.pagination {
  text-decoration: none;
}

.bold-text-6 {
  font-size: 25px;
}

.text-span-9 {
  color: #008dd2;
}

.collection-list-wrapper-7 {
  margin-bottom: 30px;
}

.tab-400w {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.tab-400w.right-aligned {
  max-width: 400px;
  margin-right: 7%;
  float: none;
}

.tabs-content-3 {
  width: 100%;
  max-width: 550px;
  margin-top: -270px;
  margin-right: auto;
  margin-left: 0px;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 450px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Inter;
  font-size: 16px;
  line-height: 1.5em;
}

.tab:hover {
  background-color: hsla(0, 0%, 100%, 0.62);
}

.tab.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 500;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-2 {
  margin-bottom: 20px;
  font-family: Inter;
  color: #181818;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.text-block-3 {
  margin-right: auto;
  margin-left: 15px;
}

.small-video-block {
  position: relative;
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 450px;
  max-width: 650px;
  min-height: 0px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-image: url('../images/invisaling-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.small-video-block.mobile-only {
  display: none;
}

.image-110 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-111 {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

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

.div-block-66 {
  max-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.intro-text {
  color: #008dd2;
  font-size: 25px;
  line-height: 1.4;
}

.icon-white {
  height: 80px;
  margin-right: 40px;
}

.icon-white.cosa-icon {
  height: 30px;
  margin-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.feature-title-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.circle-hover {
  position: absolute;
  left: auto;
  top: -6vw;
  right: -6vw;
  bottom: auto;
  width: 6vw;
  height: 6vw;
  border-radius: 100%;
  background-color: #2a2c34;
}

.circle-hover.white {
  top: -6vw;
  right: -6vw;
  z-index: 0;
  background-color: #008dd2;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.clip {
  overflow: hidden;
}

.feature-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: -48px;
  padding: 42px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f5faff;
}

.feature-item.left-item.white {
  background-color: #fff;
}

.feature-item.right-item.white {
  background-color: #fff;
}

.feature-item.middle-item {
  margin-top: -48px;
  margin-bottom: 0px;
}

.feature-item.middle-item.white {
  background-color: #fff;
}

.feature-item-info {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  min-width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #008dd2;
}

.trio-cards {
  display: -ms-grid;
  display: grid;
  margin-top: 120px;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-intro-2 {
  position: relative;
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 450px;
  max-width: 800px;
  min-height: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-image: url('../images/video-img-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-intro-2.mobile-only {
  display: none;
}

._800-width {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

._800-width.flex-vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._500-width {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

._500-width.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._3col-vantaggi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.margin-right-40 {
  margin-left: 40px;
}

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

._600width {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.margin-btm-20 {
  margin-bottom: 20px;
}

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

.footer-link-logo {
  height: 100px;
  margin-bottom: 20px;
}

.privacy-e-policy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.circle {
  width: 20px;
  height: 20px;
  margin: 10px 20px 20px auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-color: #008dd2;
}

.check-icon {
  height: 25px;
  margin-right: 20px;
}

.faq-question-wrap {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.white-wrapper {
  padding: 40px 60px 100px;
  background-color: #fff;
}

.overlay---brix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f4f4f4;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.center-center-80ch {
  max-width: 80ch;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.popup-wrapper---brix {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-5 {
  padding: 0px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #feb717;
  border-radius: 8px;
  background-color: #feb717;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: all 200ms cubic-bezier(.55, -.005, .439, 1.007);
  transition: all 200ms cubic-bezier(.55, -.005, .439, 1.007);
  color: #000;
  line-height: 43px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-5:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.button-5.arrow-help-pills {
  padding: 2px 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 15px;
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

.icon-servizi-copy {
  height: 30px;
  margin-top: 10px;
}

.vertical-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-333 {
  color: #333;
}

.help-grid {
  grid-column-gap: 10px;
}

.close-popup---brix {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  z-index: 100;
  padding: 15px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.close-popup---brix:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d8d8d8;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
}

.paragraph-3 {
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 20px;
  padding-bottom: 42px;
  color: #445567;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.animation {
  width: 60px;
  height: 60px;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.mycontain {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.mycontain.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.padding-lr-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.help-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 350px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #d8d8d8;
  border-radius: 6px;
  background-color: #fff;
}

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

.mezzaluna {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-top: -2px;
  margin-bottom: -5.5%;
}

.mezzaluna.help {
  position: relative;
  margin-top: 60px;
  margin-bottom: -2px;
}

.help-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #f4f4f4;
}

.help-icon {
  height: 24px;
}

.form-contatti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .help-grid {
    grid-row-gap: 10px;
  }

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

@media screen and (min-width: 1440px) {
  body {
    background-color: #fcfcfc;
  }

  h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #181818;
    line-height: 1.4em;
  }

  p {
    margin-bottom: 30px;
    line-height: 1.6em;
  }

  .section-standard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .section-standard.hero.home {
    padding-bottom: 40px;
    background-color: transparent;
  }

  .section-standard.hero.features {
    height: auto;
    max-height: none;
    min-height: 95vh;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: none;
  }

  .section-standard.hero.style-guide {
    height: 50vh;
    max-height: none;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #140f3a;
  }

  .section-standard.hero.lp-template {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-standard.hero.lp-template.light-blue {
    min-height: 85vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #c7f3f8;
  }

  .section-standard.hero.blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40vh;
    margin-top: 0px;
    padding-top: 140px;
    background-image: url('../images/Blog2x.png');
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .section-standard._40-padding {
    background-color: transparent;
  }

  .section-standard._40-bottom-padding {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-standard.demo-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }

  .section-standard.blue-background {
    min-height: 0vh;
  }

  .section-standard.blue-background.extended-background {
    background-color: transparent;
  }

  .section-standard.grey {
    background-color: #f7f7f7;
  }

  .section-standard.home-background-a {
    background-size: 100% 100%;
    background-repeat: repeat-x;
  }

  .section-standard.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-standard.flex._80vh {
    min-height: 80vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-standard.home-background-b._40-bottom-margin {
    padding-bottom: 40px;
  }

  .div-standard {
    width: 90%;
    max-width: 1280px;
  }

  .div-standard._40-bottom-margin {
    width: 100%;
  }

  .div-standard.flex {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-standard.flex.home {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-standard.flex.top-align {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-standard.flex.minus-485._1100 {
    position: static;
    margin-bottom: 0px;
  }

  .div-standard.flex.minus-485._1100._485 {
    margin-top: 485px;
  }

  .div-standard.flex._1400px-width {
    max-width: 1400px;
  }

  .div-standard.justify-spaced._1140._60-top-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .div-standard.justify-spaced._1080 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin-top: 60px;
  }

  .div-standard.justify-spaced._1080.flex {
    max-width: 1140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-standard.justify-spaced._1080.vertical-flex {
    max-width: 1140px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-standard.justify-spaced._800 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
  }

  .div-standard.justify-spaced._800._60-bottom-margin {
    margin-bottom: 60px;
  }

  .div-standard.justify-spaced._800._60-bottom-margin.right-aligned {
    margin-right: 0px;
  }

  .div-standard.justify-spaced._800.right-aligned {
    margin-right: 0px;
  }

  .div-standard.justify-spaced.flex._60-top-margin {
    margin-top: 60px;
  }

  .div-standard._1150-width {
    width: 96%;
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-standard.style-guide {
    padding: 20px;
    border: 3px solid #181818;
    background-color: #fff;
    box-shadow: -4px 4px 0 0 #000;
  }

  .heading-1 {
    line-height: 1.3em;
  }

  .heading-1.centre._950w {
    max-width: 950px;
  }

  .heading-1.centre._950w.white {
    color: #f8eee7;
  }

  .heading-1.centre._960-width {
    max-width: 960px;
  }

  .heading-1.centre.brown._950-width {
    color: #fff;
  }

  .heading-1.white {
    color: #fff;
  }

  .heading-1._45px {
    font-size: 45px;
  }

  .heading-1.brown {
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
  }

  .heading-1._60-bottom {
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .paragraph {
    color: #556575;
    font-size: 17px;
  }

  .paragraph._26px {
    font-size: 26px;
    font-weight: 400;
  }

  .paragraph.centre {
    color: #181818;
    text-align: center;
  }

  .paragraph.blog {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph._15px {
    color: #556575;
  }

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

  .paragraph._15px.link {
    color: #556575;
  }

  .paragraph._400-width {
    color: #556575;
  }

  .paragraph.pricing-label {
    color: #444;
    font-size: 27px;
  }

  .paragraph.package-name {
    margin-bottom: 0px;
    font-weight: 600;
  }

  .paragraph._14px {
    color: #556575;
  }

  .button {
    height: 55px;
  }

  .button.ghost {
    border-color: #008dd2;
    background-color: transparent;
    color: #008dd2;
  }

  .button.ghost:hover {
    border-style: solid;
    background-color: #008dd2;
  }

  .button.left-aligned {
    background-color: #008dd2;
    font-weight: 500;
  }

  .button.left-aligned:hover {
    background-color: #fff;
    color: #008dd2;
  }

  .button.left-aligned._200-width:hover {
    background-color: #fff;
    color: #008dd2;
  }

  .button._100 {
    height: 55px;
    max-width: none;
    margin-bottom: 15px;
    border-color: #008dd2;
    border-radius: 3px;
    background-color: #008dd2;
    color: #fff;
  }

  .button.pricing {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-checkmark {
    font-family: Inter;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    width: 100vw;
    opacity: 0.6;
  }

  .heading-4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .div-500-width.right-float {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-2.centre._650w {
    max-width: 650px;
  }

  .heading-2._35px {
    letter-spacing: 0px;
  }

  .link-red {
    margin-bottom: 20px;
    font-weight: 600;
  }

  .large-testimonial {
    font-family: Inter;
    font-weight: 400;
  }

  .div-block-25 {
    max-width: none;
  }

  .link-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-6.on-top {
    width: 180px;
    margin-bottom: auto;
    margin-left: 0px;
    float: none;
  }

  .navbar {
    background-color: #fcfcfc;
  }

  .testimonial-name-white {
    display: inline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-color: #603eff;
    color: #181818;
  }

  .testimonial-name-white.white {
    max-width: none;
    border-bottom-color: #fff;
  }

  .heading-5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
  }

  .text-field {
    height: 55px;
    margin-right: 20px;
    border-color: #008dd2;
    background-color: hsla(0, 0%, 100%, 0.28);
  }

  .text-field._15-padding {
    border-color: #184f68;
  }

  .small-testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 420px;
    min-height: 120px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: dashed none none;
    border-width: 1px 3px 3px;
    border-color: rgba(0, 0, 0, 0.15) #000 #000;
    border-radius: 0px;
    background-color: transparent;
    opacity: 0.7;
  }

  .h4 {
    font-size: 22px;
  }

  .h4.package-name {
    margin-bottom: 0px;
    text-align: center;
  }

  .search {
    display: block;
    height: 50px;
    max-width: 300px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-cta {
    max-width: 350px;
    margin-left: 30px;
    border-style: none;
    background-color: #f5f8fa;
    box-shadow: none;
  }

  .subheadline {
    color: #181818;
  }

  .subheadline._500w {
    color: #556575;
  }

  .subheadline.white {
    color: #fff;
    font-weight: 400;
  }

  .testimonial {
    color: #181818;
    font-size: 19px;
    text-align: left;
  }

  .body {
    background-color: #fcfcfc;
  }

  .column-71 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-560w {
    margin-right: auto;
    margin-left: 0px;
  }

  .testimonial-image-2 {
    height: 250px;
  }

  .div-testimonial-large {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-35 {
    margin-right: auto;
    margin-left: 40px;
  }

  .small-testimonial-image {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 2px none #181818;
  }

  .columns-features {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-features.reverse-mobile {
    max-width: 1280px;
  }

  .div-450-width.left-aligned {
    margin-left: 0px;
  }

  .div-450-width.left-aligned.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .home-image {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .home-image.left-align {
    max-width: 75%;
    margin-left: 0px;
    float: left;
  }

  .home-image.left-align._20-top-margin {
    max-width: 85%;
  }

  .home-image._80 {
    max-width: 80%;
  }

  .home-image.right-align {
    margin-right: 0px;
  }

  .home-image.right-align._20-top-margin {
    max-width: 90%;
    float: none;
  }

  .home-image._2 {
    display: block;
    width: 80%;
    max-width: none;
  }

  .home-image._3 {
    display: block;
    width: 80%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .home-image._1 {
    display: block;
    width: 80%;
  }

  .persona {
    padding-right: 0px;
    padding-left: 0px;
  }

  .persona:hover {
    box-shadow: none;
  }

  .tabs-menu-2 {
    margin-bottom: 40px;
  }

  .image-13 {
    display: block;
  }

  .tabs-content-2 {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-pricing-table-features {
    margin-bottom: 20px;
  }

  .tab-link-tab-1-2 {
    border-color: #008dd2;
    color: #008dd2;
  }

  .tab-link-tab-1-2:hover {
    border-color: #008dd2;
    background-color: #008dd2;
    color: #fff;
  }

  .tab-link-tab-1-2.w--current {
    background-color: #008dd2;
    color: #fff;
  }

  .price {
    font-family: Inter;
  }

  .pricing-div {
    width: 100vw;
    max-width: 375px;
    padding: 30px;
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .columns-price {
    min-height: 55px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .pricing-columns {
    width: auto;
  }

  .grid-grey {
    max-height: 90px;
    background-color: #f8f8f8;
  }

  .grid-grey.top-border {
    max-height: 90px;
    margin-top: 20px;
  }

  .grid-grey.top-border.hidden-mobile {
    margin-top: 0px;
  }

  .grid-grey.hidden-mobile {
    padding-top: 20px;
  }

  .grid-white {
    max-height: 90px;
    background-color: #fff;
  }

  .image-95 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-columns {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .message-field {
    max-height: none;
    min-height: 90px;
    border-width: 2px;
    border-color: #603eff;
    background-color: #f6f6f6;
  }

  .message-field:hover {
    border-color: #181818;
  }

  .message-field:focus {
    border-color: #f0386b;
  }

  .form-field {
    height: 50px;
    border-width: 0.5px;
    border-color: #e7e7e7;
    background-color: transparent;
    color: #181818;
  }

  .form-field:hover {
    border-color: #008dd2;
  }

  .form-field:focus {
    border-color: #f0386b;
  }

  .demo-form {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    border-radius: 8px;
    background-color: #f5f8fa;
  }

  .testimonial-name {
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-name-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .testimonial-name-small {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-style: none;
    border-bottom-color: #181818;
    color: #181818;
  }

  .heading-3._30px {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .form-sidebar {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 90vh;
    max-height: 100vh;
    max-width: 50%;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-color: #f5f8fa;
  }

  .columns-features-page {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-features-page.reverse-mobile {
    max-width: 1280px;
  }

  .color-circle {
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border: 1px solid #000;
    border-radius: 100px;
    background-color: #fff9f5;
  }

  .color-circle._181818 {
    background-color: #181818;
  }

  .color-circle.fcc8aa {
    background-color: #fecabc;
  }

  .color-circle.ffff {
    background-color: #fff;
  }

  .color-circle._054a49 {
    background-color: #184f68;
  }

  .columns-styleguide {
    margin-bottom: 30px;
  }

  .small-testimonial-wrapper {
    max-width: 420px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: 0px;
    border: 3px none #000;
    border-radius: 4px;
  }

  .div-60px-top-margin._60-opacity {
    opacity: 0.6;
  }

  .button-div.centre-mobile.ghost:hover {
    background-color: #603eff;
    color: #fff;
  }

  .integrations-div {
    margin-top: 60px;
  }

  .image-101 {
    width: 45%;
    margin-right: 0px;
  }

  .image-104 {
    display: block;
    margin-right: auto;
    margin-left: 0px;
  }

  ._300-width {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-650-width {
    max-width: 650px;
  }

  .centre-hero-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    max-height: 530px;
    max-width: 880px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-5 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .collection-list-wrapper-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .blog-link {
    width: 100%;
    height: 100%;
    max-width: 400px;
    min-height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(96, 62, 255, 0.07);
    color: #181818;
    text-decoration: none;
  }

  .blog-link:hover {
    box-shadow: 1px 0 15px 0 rgba(96, 62, 255, 0.15);
  }

  .thumbnail-image {
    margin-bottom: 20px;
    border-radius: 0px;
  }

  .article-name {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
  }

  .article-information-wrapper {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .article-information-wrapper.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .collection-item-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .collection-list-hero {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link-block-4.w--current {
    margin-bottom: 20px;
  }

  .column-81 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .sticky-notice-delete {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .link-block-5 {
    color: #008dd2;
  }

  .link-block-5:hover {
    color: transparent;
  }

  .bg-grey-65 {
    right: 0%;
    margin-right: 0px;
    margin-bottom: -485px;
    margin-left: auto;
    border: 1px none #000;
    background-color: transparent;
  }

  .bg-yellow-85 {
    position: static;
    right: 0%;
    max-width: 90%;
    min-height: 500px;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
  }

  .red-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 650px;
    max-width: none;
    margin-top: auto;
    margin-left: -59px;
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefit-block {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bg-yellow-90 {
    position: absolute;
    right: 0%;
    margin-right: 0px;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px none #000;
  }

  .feature-block {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-63 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 10px;
  }

  .heading-9 {
    font-weight: 600;
  }

  .form-field-2 {
    height: 50px;
    border-width: 0.5px;
    border-color: #e7e7e7;
    background-color: transparent;
    color: #181818;
  }

  .form-field-2:hover {
    border-color: #008dd2;
    background-color: transparent;
  }

  .form-field-2:focus {
    border-color: #008dd2;
    background-color: transparent;
  }

  .message-field-2 {
    max-height: none;
    min-height: 90px;
    border-width: 0.5px;
    border-color: #e7e7e7;
    background-color: transparent;
  }

  .message-field-2:hover {
    border-color: #008dd2;
  }

  .message-field-2:focus {
    border-color: #008dd2;
  }

  .button-4._100 {
    height: 50px;
    max-width: none;
    margin-bottom: 15px;
    border-color: #603eff;
    border-radius: 30px;
    background-color: #603eff;
    color: #fff;
  }

  .tabs-content-3 {
    width: 500px;
    margin-right: auto;
    margin-left: 0px;
  }

  .paragraph-2 {
    color: #181818;
    font-size: 17px;
  }

  .small-video-block {
    position: static;
    width: 100%;
    max-height: 450px;
    max-width: 55%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.1);
  }

  .small-video-block:hover {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.85;
  }

  .small-video-block.mobile-only {
    display: none;
  }

  .image-110 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-111 {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .video-intro-2 {
    position: static;
    width: 100%;
    max-height: 450px;
    max-width: 55%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.1);
  }

  .video-intro-2:hover {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.85;
  }

  .video-intro-2.mobile-only {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-standard {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-standard.hero {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-standard.hero.home {
    overflow: hidden;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
  }

  .section-standard.hero.features {
    overflow: visible;
    margin-top: 0px;
    background-color: transparent;
  }

  .section-standard.hero.style-guide {
    background-color: #013969;
  }

  .section-standard.hero.lp-template.light-blue {
    max-height: none;
  }

  .section-standard.hero.blog {
    display: block;
    height: auto;
    max-height: none;
    padding-top: 100px;
    background-color: transparent;
  }

  .section-standard.blog {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section-standard._40-bottom-padding {
    padding-top: 60px;
  }

  .section-standard.demo-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-standard.blue-background.extended-background {
    padding-top: 250px;
  }

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

  .div-standard.flex.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-standard.flex.minus-485._1100 {
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-standard.justify-spaced._1140._60-top-padding {
    display: -ms-grid;
    display: grid;
    margin-top: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-standard.justify-spaced._1080.flex {
    width: 95%;
    margin-top: 40px;
  }

  .div-standard.justify-spaced._1080.vertical-flex {
    width: 95%;
    margin-top: 40px;
  }

  .div-standard._1150-width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-standard._1150-width.demo {
    display: none;
  }

  .heading-1 {
    font-size: 40px;
  }

  .heading-1.centre.white {
    font-size: 50px;
  }

  .heading-1.centre._850._40px {
    font-size: 35px;
  }

  .heading-1.white.centre {
    font-size: 40px;
  }

  .heading-1._45px.demo-page {
    font-size: 30px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph._15 {
    font-size: 15px;
  }

  .paragraph._15.centre {
    font-size: 16px;
  }

  .paragraph._26px {
    font-size: 20px;
  }

  .paragraph.blog {
    max-width: 650px;
  }

  .paragraph._15px.no-margin {
    font-size: 14px;
  }

  .paragraph.pricing-label {
    font-size: 25px;
  }

  .paragraph.package-name {
    font-size: 26px;
  }

  .paragraph._20px.no-margin {
    font-size: 17px;
  }

  .paragraph.blog-summary {
    font-size: 15px;
  }

  .paragraph._12px._70-opacity {
    margin-bottom: 0px;
  }

  .paragraph._14px.sticky-bar {
    font-size: 13px;
  }

  .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.ghost {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.no-max-width {
    max-width: 250px;
    margin-right: 20px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button.pricing {
    font-size: 14px;
  }

  .image._120w {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    display: -ms-grid;
    display: grid;
    width: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-4 {
    font-size: 23px;
  }

  .div-500-width {
    width: auto;
    max-width: 400px;
  }

  .div-500-width.demo {
    width: auto;
  }

  .div-500-width.right-float {
    margin-left: 20px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .heading-2.centre._800w {
    font-size: 40px;
  }

  .heading-2._450._50px {
    font-size: 40px;
  }

  .heading-2._35px {
    font-size: 30px;
  }

  .heading-2._30px {
    font-size: 25px;
  }

  .link-red {
    font-size: 18px;
  }

  .large-testimonial {
    font-size: 20px;
  }

  .div-block-25 {
    overflow: visible;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-6 {
    margin-left: 15px;
  }

  .nav-link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link.w--current {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-menu-2 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    clear: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .small-testimonial {
    font-size: 20px;
  }

  .h4 {
    font-size: 18px;
  }

  .article-hero {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-32 {
    display: block;
    width: auto;
    max-height: 300px;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .blog-cta {
    max-width: 270px;
    margin-left: 20px;
  }

  .sidebar-headling {
    font-size: 25px;
  }

  .subheadline.centre.white._750 {
    font-size: 17px;
  }

  .slide {
    max-width: 300px;
  }

  .mask {
    width: 80%;
  }

  .div-560w {
    width: 100vw;
    max-width: 450px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f0386b;
  }

  ._350-width {
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-image-2 {
    position: relative;
  }

  .div-testimonial-large {
    padding-right: 40px;
    padding-left: 25px;
  }

  .div-testimonial-large._40-top-margin {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-35 {
    margin-right: auto;
    margin-left: 30px;
  }

  .small-testimonial-image {
    max-height: 250px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-450-width.right-aligned {
    margin-right: 0%;
  }

  .div-450-width.right-aligned._400-tablet {
    max-width: 400px;
  }

  .home-image._80 {
    max-width: 100%;
  }

  .home-image._2 {
    max-width: 100%;
  }

  .persona {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .link-block---persona {
    margin-right: auto;
    margin-left: auto;
  }

  .tabs-content-2 {
    width: auto;
    max-width: 90%;
    margin-top: 0px;
    margin-left: auto;
  }

  .price {
    font-size: 30px;
  }

  .pricing-div {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-grey {
    padding-right: 25px;
  }

  .grid-white {
    padding-right: 25px;
  }

  .demo-form {
    max-width: 420px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .heading-3._30px {
    font-size: 23px;
  }

  .form-sidebar {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 0px;
    padding: 60px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .div-60px-top-margin._60-opacity {
    width: 97%;
    margin-top: 40px;
  }

  .giant-testimonial-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .testimonial-block {
    position: static;
    left: auto;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 45%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }

  .integration {
    width: auto;
    height: auto;
  }

  .link-block-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-image-tablet {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-right: 2%;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-101 {
    margin-left: 10px;
  }

  .tabs-selectors {
    left: auto;
    margin-right: 0%;
  }

  .image-103 {
    max-width: 90%;
  }

  .image-104 {
    max-width: 90%;
  }

  .image-105 {
    max-width: 90%;
  }

  ._350w {
    margin-right: 5px;
    margin-left: 5px;
  }

  .pricing-tabss {
    width: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-left: auto;
  }

  .centre-hero-image-wrapper {
    width: 100%;
    height: 100vh;
    max-height: 400px;
    max-width: 600px;
    margin-bottom: -252px;
  }

  .image-106 {
    display: block;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .thumbnail-image-featured {
    height: 300px;
  }

  .blog-cta.bottom {
    width: 95%;
    max-height: none;
  }

  .ebook {
    max-width: 95%;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navigation-div {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 0px;
  }

  .brand {
    margin-right: 10px;
    margin-left: 5px;
    padding: 0px;
  }

  .nav-menu-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    color: #fff;
  }

  .nav-link-plain {
    width: 100%;
    color: #fff;
  }

  .nav-link-plain:hover {
    color: #fff;
  }

  .line-break {
    display: none;
  }

  .menu-button-green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(2, 103, 107, 0.1);
    color: #603eff;
  }

  .menu-button-green.w--open {
    border-color: #02676b;
    background-color: #603eff;
    color: #603eff;
  }

  .icon-2 {
    margin-top: 18px;
    color: #000;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .icon-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown {
    display: block;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sticky-notice-delete {
    display: none;
  }

  .div-block-55 {
    max-width: 60%;
  }

  .div-block-56 {
    margin-left: 10px;
  }

  ._250-width {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-grid {
    grid-row-gap: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .bg-grey-65 {
    display: none;
  }

  .heading {
    color: #001a49;
  }

  .bg-shape-80 {
    width: 100%;
    max-width: 90%;
    border-top-right-radius: 90px;
  }

  .testimonial-medium {
    margin-right: 5px;
    margin-left: 5px;
  }

  .bg-yellow-85 {
    display: block;
    min-height: 500px;
    margin-bottom: -380px;
  }

  .red-wrapper {
    width: auto;
    height: auto;
    margin-right: 0px;
    padding: 20px 10px;
  }

  .image-108 {
    width: auto;
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bg-yellow-90 {
    display: none;
  }

  .feature-block {
    width: 90%;
    max-width: 500px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-9 {
    font-size: 35px;
  }

  .heading-9._30px {
    font-size: 25px;
  }

  .button-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab-400w.right-aligned {
    margin-right: 0%;
  }

  .tab-400w.right-aligned._400-tablet {
    max-width: 400px;
  }

  .tabs-content-3 {
    width: auto;
    max-width: 90%;
    margin-top: -228px;
    margin-left: auto;
  }

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

  .small-video-block {
    margin-left: -50px;
  }

  .small-video-block.desktop-only {
    width: 100%;
    max-height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .small-video-block.mobile-only {
    width: 100%;
    max-height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-title-wrapper {
    margin-bottom: 20px;
  }

  .feature-item {
    margin-bottom: 0px;
  }

  .feature-item.left-item {
    min-height: 0px;
  }

  .feature-item.right-item {
    min-height: 0px;
  }

  .feature-item.middle-item {
    min-height: 0px;
    margin-top: 0px;
  }

  .trio-cards {
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .video-intro-2.desktop-only {
    width: 100%;
    max-height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .video-intro-2.mobile-only {
    width: 100%;
    max-height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .white-wrapper {
    padding-bottom: 60px;
  }

  .mezzaluna {
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .section-standard {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-standard.hero {
    display: block;
  }

  .section-standard.hero.home {
    max-height: none;
    padding-top: 100px;
    background-image: none;
  }

  .section-standard.hero.features {
    margin-top: 0px;
  }

  .section-standard.hero.lp-template {
    padding-top: 110px;
  }

  .section-standard.hero.lp-template.light-blue {
    max-height: none;
  }

  .section-standard.hero.pricing {
    padding-top: 110px;
  }

  .section-standard.blog {
    display: block;
  }

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

  .section-standard.demo-page {
    display: block;
    height: auto;
  }

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

  .div-standard {
    max-width: 95%;
  }

  .div-standard._40-bottom-margin {
    max-width: 95%;
    margin-bottom: 40px;
  }

  .div-standard.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-standard.flex.justify {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-standard.flex.justify.footer {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-standard.flex.home {
    margin-top: 0px;
  }

  .div-standard.flex.top-align {
    display: block;
  }

  .div-standard.flex.top-align._1100 {
    display: block;
  }

  .div-standard.flex.minus-485._1100._485 {
    margin-bottom: auto;
  }

  .div-standard.justify-spaced._1140._60-top-padding {
    margin-top: 30px;
  }

  .div-standard.justify-spaced._1080.flex {
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-standard.justify-spaced._1080.vertical-flex {
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-standard.justify-spaced.flex._40-top-margin {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-standard._1150-width {
    display: block;
  }

  .heading-1 {
    font-size: 28px;
  }

  .heading-1.centre.white {
    font-size: 30px;
  }

  .heading-1.centre._850._40px {
    font-size: 30px;
  }

  .heading-1.centre._960-width {
    font-size: 35px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph._15.centre {
    font-size: 14px;
  }

  .paragraph._26px {
    font-size: 18px;
  }

  .paragraph.blog {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph._15px.no-margin {
    font-size: 13px;
  }

  .paragraph.pricing-label {
    font-size: 15px;
  }

  .paragraph._20px {
    font-size: 17px;
  }

  .paragraph.blog-summary {
    display: none;
  }

  .paragraph._24px.centre.dark {
    font-size: 18px;
  }

  .button.left-aligned {
    font-size: 15px;
  }

  .button.sidebar {
    margin-right: auto;
    margin-left: auto;
  }

  .button.no-max-width {
    height: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 3px;
    border-width: 2px;
    font-size: 13px;
  }

  .button.pricing {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
    text-align: center;
  }

  .button.sticky {
    padding-right: 10px;
  }

  .two-columns-450-w {
    margin-bottom: 10px;
  }

  .image {
    display: block;
    max-width: 80%;
  }

  .image._120w {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-4 {
    font-size: 21px;
  }

  .div-500-width {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-500-width.right-float {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-2.centre._800w {
    font-size: 30px;
  }

  .heading-2._35px {
    font-size: 27px;
  }

  .large-testimonial {
    font-size: 20px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    text-align: center;
  }

  .nav-menu-2 {
    display: none;
    margin-top: 0px;
  }

  .testimonial-name-white.white {
    display: inline;
    font-size: 14px;
  }

  .heading-5 {
    font-size: 15px;
  }

  .small-testimonial {
    font-size: 16px;
  }

  .h4 {
    font-size: 18px;
  }

  .article-hero {
    padding-top: 40px;
  }

  .div-block-32 {
    width: auto;
    max-height: 300px;
    margin-bottom: 40px;
  }

  .div-footer-column {
    margin-bottom: 30px;
  }

  .heading-8 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .link-footer {
    font-size: 15px;
  }

  .blog-cta {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .sidebar-headling {
    text-align: center;
  }

  .subheadline.centre.white._750 {
    font-size: 16px;
  }

  .subheadline.centre._750w {
    font-size: 16px;
  }

  .mask {
    width: 80%;
  }

  .column-71 {
    display: -ms-grid;
    display: grid;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-60 {
    margin-bottom: 20px;
  }

  .column-73 {
    display: -ms-grid;
    display: grid;
    height: auto;
    grid-auto-flow: column dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav-menu-4 {
    height: auto;
    padding-bottom: 20px;
    background-color: #fff;
  }

  ._350-width {
    width: 100%;
  }

  .testimonial-image-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-testimonial-large {
    width: 97%;
    padding: 10px 0px 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-testimonial-large._40-top-margin {
    padding-bottom: 10px;
  }

  .columns-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns-features.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns-features.inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-450-width {
    margin-bottom: 20px;
  }

  .div-450-width.right-aligned._400-tablet {
    margin-right: auto;
    margin-left: auto;
  }

  .home-image.left-align {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .home-image.left-align._20-top-margin {
    margin-top: 20px;
  }

  .home-image._80 {
    max-width: 95%;
  }

  .home-image.right-align {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .home-image.right-align._20-top-margin {
    margin-top: 20px;
  }

  .persona {
    width: auto;
    min-height: auto;
  }

  .tabs-content-2 {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab-link-tab-1-2 {
    height: 45px;
  }

  .tab-link-tab-1-2.w--current {
    height: 45px;
  }

  .pricing-div {
    width: 100%;
    margin-bottom: 10px;
  }

  .grid-grey {
    max-height: none;
  }

  .grid-grey.top-border {
    max-height: none;
    padding-left: 15px;
  }

  .grid-grey.mobile {
    padding-left: 15px;
    grid-column-gap: 10px;
    -ms-grid-columns: 2fr 3.25fr;
    grid-template-columns: 2fr 3.25fr;
  }

  .grid-grey.hidden-mobile {
    display: none;
  }

  .grid-white {
    max-height: none;
    padding-left: 15px;
  }

  .grid-white.mobile {
    grid-column-gap: 10px;
    -ms-grid-columns: 2fr 3.25fr;
    grid-template-columns: 2fr 3.25fr;
  }

  .grid-white.hidden-mobile {
    display: none;
  }

  .pricing-tabs-mobile {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
  }

  .plan-tab.w--current {
    width: 100%;
    border-bottom: 3px solid #008dd2;
    background-color: #fff;
    color: #008dd2;
    font-weight: 600;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .faq-columns {
    margin-bottom: 20px;
  }

  .demo-form {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 25px;
  }

  .heading-3._30px {
    font-size: 20px;
  }

  .form-sidebar {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
  }

  .columns-features-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-features-page.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .icon {
    width: 15px;
  }

  .giant-testimonial-image {
    width: 100%;
  }

  .testimonial-block {
    position: static;
    left: -447px;
    top: 22px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .integration {
    width: 150px;
    height: 110px;
  }

  .integrations-div {
    width: 100%;
    margin-top: 20px;
    grid-column-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-101 {
    width: 80%;
  }

  .feature-tab-click {
    opacity: 1;
  }

  .feature-tab-click.w--current {
    border-left-style: none;
  }

  .tabs-selectors {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .feature-tabs {
    display: block;
    margin-top: 30px;
  }

  ._350w {
    margin-right: 5px;
    margin-left: 5px;
  }

  .pricing-tabss {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .centre-hero-image-wrapper {
    max-height: 350px;
    max-width: 500px;
  }

  .collection-list-5 {
    grid-column-gap: 10px;
  }

  .blog-link {
    height: 100%;
  }

  .blog-link.hero {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-name {
    font-size: 15px;
  }

  .article-information-wrapper.hero {
    max-width: 100%;
  }

  .collection-item-3 {
    height: auto;
  }

  .thumbnail-image-featured {
    width: 100%;
    height: 225px;
  }

  .blog-cta.bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-54 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ebook {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .dropdown-toggle-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .icon-3 {
    margin-right: 5%;
  }

  .div-block-56 {
    max-width: 45%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  ._250-width {
    width: 100%;
  }

  .hero {
    padding-bottom: 60px;
  }

  .heading {
    font-size: 55px;
  }

  .avatar-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial-medium {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-9 {
    font-size: 30px;
  }

  .tab-400w {
    margin-bottom: 20px;
  }

  .tab-400w.right-aligned {
    margin-right: auto;
    margin-left: auto;
  }

  .tab-400w.right-aligned._400-tablet {
    margin-right: auto;
    margin-left: auto;
  }

  .tabs-content-3 {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab.w--current {
    background-color: transparent;
    box-shadow: none;
    font-weight: 400;
  }

  .tabs-2 {
    display: block;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .small-video-block.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 250px;
    margin-top: 20px;
  }

  .image-110 {
    max-width: 70%;
  }

  .icon-white {
    height: 60px;
  }

  .video-intro-2 {
    max-height: 300px;
  }

  .video-intro-2.desktop-only {
    display: none;
  }

  .video-intro-2.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 250px;
    margin-top: 20px;
  }

  ._3col-vantaggi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .check-icon {
    height: 20px;
  }

  .white-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup-wrapper---brix {
    padding-right: 24px;
    padding-left: 24px;
  }

  .icon-servizi-copy {
    height: 25px;
  }

  .close-popup---brix {
    top: 10px;
  }

  .help-wrapper {
    padding: 15px 10px;
    grid-column-gap: 10px;
    -ms-grid-columns: 35px 1fr;
    grid-template-columns: 35px 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  .section-standard.hero {
    height: 80vh;
    max-height: none;
  }

  .section-standard.hero.home {
    max-height: none;
  }

  .section-standard.hero.features {
    margin-top: 0px;
  }

  .section-standard.hero.lp-template {
    padding-top: 100px;
  }

  .section-standard.blog {
    height: 60vh;
    max-height: none;
  }

  .section-standard._40-bottom-padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-standard.demo-page {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-standard.home-background-a {
    padding: 13px 30px;
  }

  .section-standard.yello-bg-90 {
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0%, #f5faff), to(#fff));
    background-image: linear-gradient(90deg, transparent, #f5faff 0%, #fff);
  }

  .section-standard.demo-hero {
    background-size: 100%;
  }

  .div-standard.flex.justify {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-standard.flex.justify.footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-standard.flex.minus-485._1100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-standard._100w {
    max-width: 100%;
  }

  .div-standard.justify-spaced._1140._60-top-padding {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-standard.justify-spaced._1080.flex {
    margin-top: 30px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-standard.justify-spaced._1080.vertical-flex {
    margin-top: 30px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-standard.justify-spaced.flex._40-top-margin {
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-standard.benefits {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-1 {
    font-size: 28px;
  }

  .heading-1.centre._850._40px {
    font-size: 25px;
  }

  .heading-1.centre._960-width {
    font-size: 30px;
  }

  .heading-1.white.centre._900-width {
    font-size: 28px;
  }

  .heading-1._25px {
    font-size: 19px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph._15 {
    font-size: 14px;
  }

  .paragraph._26px {
    font-size: 16px;
  }

  .paragraph._15px {
    font-size: 14px;
  }

  .paragraph._15px.centre-mobile {
    text-align: center;
  }

  .paragraph._20px {
    font-size: 15px;
  }

  .paragraph._20px.no-margin {
    font-size: 15px;
  }

  .paragraph._24px.centre.dark {
    font-size: 17px;
  }

  .button {
    width: 100%;
    height: 40px;
    max-width: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
  }

  .button.ghost {
    height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.left-aligned {
    height: 40px;
    max-width: none;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .button.left-aligned:hover {
    background-color: transparent;
  }

  .button.sidebar {
    height: 40px;
  }

  .button.no-max-width {
    width: auto;
    margin-right: 10px;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .two-columns-450-w {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .checkmark-column {
    margin-top: 5px;
    border-radius: 0px;
    opacity: 0.6;
  }

  .image.left-aligned._60-opacity {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-500-width {
    width: auto;
    max-width: 500px;
  }

  .div-500-width.right-float {
    width: auto;
  }

  .heading-2 {
    font-size: 26px;
  }

  .heading-2.centre._800w {
    font-size: 25px;
  }

  .heading-2._450._50px {
    font-size: 30px;
    text-align: center;
  }

  .heading-2._35px {
    font-size: 24px;
  }

  .heading-2._35px.centre {
    font-size: 23px;
  }

  .link-red {
    font-size: 16px;
  }

  .large-testimonial {
    text-align: center;
  }

  .image-6 {
    margin-left: 5px;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    background-color: #fff;
    text-align: center;
  }

  .nav-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-2 {
    float: right;
    clear: left;
  }

  .testimonial-name-white {
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-name-white.centre {
    border-bottom-style: none;
  }

  .heading-5 {
    font-size: 16px;
    text-align: left;
  }

  .heading-5.centre-mobile {
    text-align: center;
  }

  .form {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block._500w.centre {
    width: 100%;
  }

  .text-field {
    height: 40px;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-field._15-padding {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .small-testimonial {
    margin-bottom: 10px;
  }

  .h4 {
    font-size: 15px;
  }

  .article-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-32 {
    max-height: 200px;
  }

  .div-footer-column {
    margin-bottom: 20px;
  }

  .heading-8 {
    margin-top: 20px;
    font-size: 16px;
  }

  .link-footer {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .sidebar-headling {
    font-size: 20px;
  }

  .subheadline {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }

  .subheadline._500w {
    font-size: 16px;
  }

  .right-arrow {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .left-arrow {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-73 {
    max-width: 35%;
  }

  .column-71 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .column-60 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-73 {
    grid-auto-flow: row dense;
  }

  .div-560w {
    width: auto;
    max-width: 100%;
  }

  ._350-width {
    margin-right: 5px;
    margin-left: 5px;
  }

  .testimonial-image-2 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-testimonial-large {
    display: block;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .div-testimonial-large._40-top-margin {
    padding-bottom: 10px;
  }

  .div-block-35 {
    margin-right: auto;
    margin-left: auto;
  }

  .columns-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-features.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns-features.inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-450-width.left-aligned.flex {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-image._80 {
    display: block;
    max-width: 75%;
  }

  .persona {
    margin-bottom: 0px;
    padding: 20px 10px 0px;
  }

  .pricing-div {
    margin-bottom: 20px;
  }

  .pricing-columns {
    display: block;
  }

  .grid-grey {
    -ms-grid-columns: 1.5fr 3.25fr;
    grid-template-columns: 1.5fr 3.25fr;
  }

  .grid-white {
    -ms-grid-columns: 1.5fr 3.25fr;
    grid-template-columns: 1.5fr 3.25fr;
  }

  .pricing-tabs-mobile {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-tab {
    width: 30%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
  }

  .plan-tab.w--current {
    width: 30%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .demo-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-name {
    text-align: center;
  }

  .testimonial-name-wrap {
    max-width: 250px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .test-block {
    width: 90%;
  }

  .small-testimonial-wrapper {
    margin-top: 20px;
  }

  .div-60px-top-margin._60-opacity {
    width: 95%;
    margin-top: 0px;
  }

  .button-div.centre-mobile {
    margin-right: auto;
    margin-left: auto;
  }

  .button-div.centre-mobile.ghost.blog {
    height: 40px;
    margin-left: 0px;
  }

  .icon {
    width: 14px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .icon.centre-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .giant-testimonial-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .giant-testimonial-image {
    max-height: 300px;
  }

  .testimonial-block {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .integration {
    width: auto;
  }

  .integrations-div {
    width: 100%;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .link-integration {
    text-align: center;
  }

  .final-cta-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-tab-click {
    font-size: 14px;
  }

  .feature-tab-click.w--current {
    font-size: 14px;
  }

  .tabs-selectors {
    margin-top: 0px;
  }

  .centre-hero-image-wrapper {
    width: 95%;
    max-height: 250px;
    margin-top: 30px;
  }

  .collection-list-5 {
    grid-column-gap: 7px;
    grid-row-gap: 15px;
  }

  .blog-link.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .article-name {
    font-size: 15px;
  }

  .article-name.hero {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .article-information-wrapper {
    padding-right: 5px;
    padding-left: 5px;
  }

  .article-information-wrapper.hero {
    max-width: none;
  }

  .thumbnail-image-featured {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }

  .column-81 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    margin-left: 10px;
  }

  ._250-width {
    margin-right: 5px;
    margin-left: 5px;
  }

  .heading {
    font-size: 48px;
    line-height: 1.1;
  }

  .avatar-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block {
    left: 0px;
  }

  .testimonial-medium {
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

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

  .div-block-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .red-wrapper {
    width: 100%;
    margin-top: 0px;
    padding: 20px 10px;
  }

  .image-108 {
    max-width: 80%;
  }

  .feature-block {
    width: 100%;
    margin-left: 0px;
  }

  .feature-block.margin-btm-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-9 {
    font-size: 26px;
  }

  .button-4 {
    width: 100%;
    height: 40px;
    max-width: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
  }

  .div-block-65 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .tab {
    font-size: 14px;
  }

  .tab.w--current {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .small-video-block {
    max-height: 200px;
    margin: 10px auto 20px;
  }

  .auto-align-div {
    margin-top: 30px;
  }

  .icon-white {
    margin-right: 20px;
  }

  .feature-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-item {
    min-height: 120px;
    padding: 24px;
  }

  .video-intro-2 {
    margin: 10px auto 20px;
  }

  ._3col-vantaggi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .margin-right-40 {
    margin-left: 30px;
  }

  .circle {
    margin-right: 10px;
  }

  .popup-wrapper---brix {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-5.arrow-help-pills {
    text-align: center;
  }

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

  .close-popup---brix {
    top: 0px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .help-link {
    width: 32px;
    height: 32px;
  }

  .form-contatti {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-453b9fe3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-453b9fe3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-453b9fe3 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_221ff9df-4e56-6ba1-e625-1ea48f67b91c-df3b9feb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3e4d6b22-9f4f-6db5-45e8-e09afdc240a8-7b3b9ff2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_19941ac5-900b-1cc3-1d1e-09df055f07ba-b43b9ff3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f919fb61-692d-6196-1945-7896e1e46663-b43b9ff3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3c012747-a9e4-4a18-7392-e89499aba572-b43b9ff3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-cb80a48f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-cb80a48f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-cb80a48f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-6be85ad4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-6be85ad4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-6be85ad4 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-395f8d8c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-395f8d8c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-395f8d8c {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_0752a948-ff1d-0420-dc42-6cb366fe8bba-b23b9fe6 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3e4d6b22-9f4f-6db5-45e8-e09afdc240b5-7b3b9ff2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8a0047b9-0704-56f2-5f63-a99d5fc85532-7b3b9ff2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-453b9fe3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-453b9fe3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-453b9fe3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-cb80a48f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-cb80a48f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-cb80a48f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-6be85ad4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-6be85ad4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-6be85ad4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-395f8d8c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-395f8d8c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-395f8d8c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-453b9fe3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-453b9fe3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-453b9fe3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-cb80a48f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-cb80a48f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-cb80a48f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-6be85ad4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-6be85ad4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-6be85ad4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1964-395f8d8c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f1971-395f8d8c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06f6d740-b44d-4e38-e01e-a952cf5f197d-395f8d8c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

