/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

button {
  background-color: rgba(0, 0, 0, 0);
  background-image: none
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
  margin: 0;
  padding: 0
}

ol,
ul {
  list-style: none
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid
}

hr {
  border-top-width: 1px
}

img {
  border-style: solid
}

textarea {
  resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0
}

button {
  cursor: pointer
}

table {
  border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

.container {
  width: 100%
}

@media (min-width:768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width:1140px) {
  .container {
    max-width: 1140px
  }
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-secondary {
  --bg-opacity: 1;
  background-color: #fff171;
  background-color: rgba(255, 241, 113, var(--bg-opacity))
}

.bg-grey {
  --bg-opacity: 1;
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, var(--bg-opacity))
}

.bg-center {
  background-position: 50%
}

.bg-repeat {
  background-repeat: repeat
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.bg-cover {
  background-size: cover
}

.border-collapse {
  border-collapse: collapse
}

.rounded {
  border-radius: .25rem
}

.rounded-full {
  border-radius: 9999px
}

.border-solid {
  border-style: solid
}

.border-8 {
  border-width: 8px
}

.border {
  border-width: 1px
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

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

.table {
  display: table
}

.table-row {
  display: table-row
}

.grid {
  display: grid
}

.contents {
  display: contents
}

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

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

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

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

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.font-normal {
  font-weight: 400
}

.font-bold {
  font-weight: 700
}

.h-10 {
  height: 2.5rem
}

.h-20 {
  height: 5rem
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-xs {
  font-size: .875rem
}

.text-base {
  font-size: 1rem
}

.text-xl {
  font-size: 1.25rem
}

.text-2xl {
  font-size: 1.5rem
}

.text-3xl {
  font-size: 1.875rem
}

.leading-none {
  line-height: 1
}

.leading-header {
  line-height: 1.1
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

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

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem
}

.mb-0 {
  margin-bottom: 0
}

.mb-2 {
  margin-bottom: .5rem
}

.mt-3 {
  margin-top: .75rem
}

.mt-4 {
  margin-top: 1rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mt-8 {
  margin-top: 2rem
}

.mb-8 {
  margin-bottom: 2rem
}

.mr-auto {
  margin-right: auto
}

.ml-auto {
  margin-left: auto
}

.max-w-md {
  max-width: 28rem
}

.overflow-auto {
  overflow: auto
}

.overflow-hidden {
  overflow: hidden
}

.p-2 {
  padding: .5rem
}

.p-4 {
  padding: 1rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.p-20 {
  padding: 5rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem
}

.pr-2 {
  padding-right: .5rem
}

.pb-2 {
  padding-bottom: .5rem
}

.pt-4 {
  padding-top: 1rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pt-8 {
  padding-top: 2rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pr-24 {
  padding-right: 6rem
}

.pt-32 {
  padding-top: 8rem
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.resize {
  resize: both
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-primary {
  --text-opacity: 1;
  color: #221f20;
  color: rgba(34, 31, 32, var(--text-opacity))
}

.text-muted {
  --text-opacity: 1;
  color: #b2b2b1;
  color: rgba(178, 178, 177, var(--text-opacity))
}

.italic {
  font-style: italic
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.underline {
  text-decoration: underline
}

.visible {
  visibility: visible
}

.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.w-1\/2 {
  width: 50%
}

.w-5\/12 {
  width: 41.666667%
}

.w-7\/12 {
  width: 58.333333%
}

.w-full {
  width: 100%
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes ping {
  75%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

@keyframes ping {
  75%,
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

@keyframes bounce {
  0%,
  to {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }
  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
    animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.glide * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.glide__slides,
.glide__track {
  overflow: hidden
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform
}

.glide__slide,
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.glide--rtl {
  direction: rtl
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px
}

@media screen and (min-width:1380px) {
  .content-wrapper {
    padding: 0
  }
}

.content-wrapper--vertical-spacing,
.dnd-section {
  padding: 80px 20px
}

.dnd-section>.row-fluid {
  margin: 0 auto
}

.dnd-section .dnd-column {
  padding: 0 20px
}

@media(max-width:767px) {
  .dnd-section .dnd-column {
    padding: 0
  }
}

.row-fluid {
  width: 100%;
  *zoom: 1
}

.row-fluid:before {
  display: table;
  content: ""
}

.row-fluid:after {
  display: table;
  content: "";
  clear: both
}

.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.row-fluid [class*=span]:first-child {
  margin-left: 0
}

.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.9468085006%
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036%
}

.row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.9255319066%
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096%
}

.row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.9042553126%
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156%
}

.row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.8829787186%
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216%
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246%
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276%
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306%
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336%
}

.clearfix,
.container-fluid {
  *zoom: 1
}

.clearfix:before,
.container-fluid:before {
  display: table;
  content: ""
}

.clearfix:after,
.container-fluid:after {
  display: table;
  content: "";
  clear: both
}

@media(max-width:767px) {
  .row-fluid {
    width: 100%
  }
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0
  }
}

@media(min-width:768px)and (max-width:1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1
  }
  .row-fluid:before {
    display: table;
    content: ""
  }
  .row-fluid:after {
    display: table;
    content: "";
    clear: both
  }
  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.7092394496%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036%
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.3832725926%
  }
  .row-fluid .span10 {
    width: 82.872928171%;
    *width: 82.8197366816%
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.2562007706%
  }
  .row-fluid .span8 {
    width: 65.745856349%;
    *width: 65.6926648596%
  }
  .row-fluid .span7 {
    width: 57.182320438%;
    *width: 57.1291289486%
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376%
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266%
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156%
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.8749853046%
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.3114493936%
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.7479134826%
  }
}

@media(min-width:1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1
  }
  .row-fluid:before {
    display: table;
    content: ""
  }
  .row-fluid:after {
    display: table;
    content: "";
    clear: both
  }
  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.5109110746%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%
  }
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%
  }
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286%
  }
  .row-fluid .span5 {
    width: 40.170940171%;
    *width: 40.1177486816%
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346%
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876%
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.4767230406%
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.9297144936%
  }
}

.hide {
  display: none
}

.show {
  display: block
}

.hidden,
.invisible {
  visibility: hidden
}

.hidden {
  display: none
}

.hidden-desktop,
.visible-phone,
.visible-tablet {
  display: none !important
}

@media(max-width:767px) {
  .visible-phone {
    display: inherit !important
  }
  .hidden-phone {
    display: none !important
  }
  .hidden-desktop {
    display: inherit !important
  }
  .visible-desktop {
    display: none !important
  }
}

@media(min-width:768px)and (max-width:1139px) {
  .visible-tablet {
    display: inherit !important
  }
  .hidden-tablet {
    display: none !important
  }
  .hidden-desktop {
    display: inherit !important
  }
  .visible-desktop {
    display: none !important
  }
}

#hubspot-messages-iframe-container {
  position: relative
}

#hubspot-messages-iframe-container .shadow-container {
  z-index: 999 !important;
  pointer-events: none
}

#hubspot-messages-iframe-container .shadow-container .c-chat-widget-overlay {
  position: absolute;
  position: fixed;
  bottom: 1.4rem;
  right: 1.4rem;
  z-index: 999;
  height: 3rem;
  width: 3rem;
  background: #fff170;
  border-radius: 50%;
  pointer-events: none
}

#hubspot-messages-iframe-container .shadow-container.active {
  z-index: -1
}

#hubspot-messages-iframe-container .shadow-container.active .c-chat-widget-overlay {
  display: none
}

.widget-type-form {
  max-width: 30rem;
  margin: 0 auto;
  background: #fff;
  padding: 2rem;
  border-radius: 21px;
  -webkit-box-shadow: 0 30.4528px 68.9024px -12px rgba(0, 0, 0, .07), 0 24.3724px 58.8672px -12px rgba(0, 0, 0, .05), 0 20.3656px 59.1808px -12px rgba(0, 0, 0, .03), 0 17.0392px 47.1296px -12px rgba(0, 0, 0, .02);
  box-shadow: 0 30.4528px 68.9024px -12px rgba(0, 0, 0, .07), 0 24.3724px 58.8672px -12px rgba(0, 0, 0, .05), 0 20.3656px 59.1808px -12px rgba(0, 0, 0, .03), 0 17.0392px 47.1296px -12px rgba(0, 0, 0, .02)
}

.widget-type-form .form-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.4rem;
  letter-spacing: .2px
}

.widget-type-form .field {
  margin-bottom: 1rem
}

.widget-type-form label span {
  font-size: .875rem
}

.widget-type-form .hs-input {
  background: #f3f3f3;
  padding: .65rem 1rem;
  border-radius: 12px;
  border: none;
  outline: none;
  width: 100% !important
}

.widget-type-form .hs-fieldtype-select .input {
  position: relative
}

.widget-type-form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.widget-type-form .hs-fieldtype-select .input:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M.3 1.4c0-.2.1-.3.2-.5.3-.3.7-.3.9 0L6 5.5 10.6.9c.3-.3.7-.3.9 0 .3.3.3.7 0 .9L6 7.3.5 1.8c-.1-.1-.2-.3-.2-.4z' fill='%23231f20'/%3E%3C/svg%3E") no-repeat 50%;
  display: inline-block;
  background-size: contain;
  height: .85rem;
  width: .85rem;
  margin-left: .4rem;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
  pointer-events: none
}

.widget-type-form .hs-error-msg {
  color: #e56776;
  font-size: .875rem
}

.widget-type-form .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.widget-type-form .hs-form-booleancheckbox-display input,
.widget-type-form .hs-form-booleancheckbox-display span {
  display: block;
  float: none
}

.widget-type-form .hs-form-booleancheckbox-display input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1rem;
  flex: 0 0 1rem
}

.widget-type-form .hs-form-booleancheckbox-display span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: .5rem !important
}

.widget-type-form .legal-consent-container {
  font-size: .8rem;
  color: #ababab;
  line-height: 1.3
}

.widget-type-form .legal-consent-container .hs-richtext {
  padding-top: .5rem
}

.widget-type-form .actions .hs-button {
  padding: .5rem 1.25rem;
  border: none;
  border-radius: 99999px;
  background: #fff171;
  color: #221f20;
  cursor: pointer;
  outline: none
}

.widget-type-form .actions .hs-button:hover {
  background: #fff27a
}

.c-demo-bubble {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
  display: none
}

.c-demo-bubble .c-demo-bubble--trigger {
  position: relative;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  margin-left: auto;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -webkit-animation: chspt-breathing 2s ease-out infinite normal;
  animation: chspt-breathing 2s ease-out infinite normal
}

.c-demo-bubble .c-demo-bubble--bubble {
  position: relative;
  font-size: 1rem;
  padding: .75rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 16px 16px 0 16px;
  -webkit-box-shadow: 0 3px 14px 7px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 14px 7px rgba(0, 0, 0, .2);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background: #fff;
  max-width: 16rem;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
  pointer-events: none;
  display: none
}

.c-demo-bubble .c-demo-bubble--bubble .c-demo-bubble--arrow {
  width: 0;
  height: 0;
  position: absolute;
  border-color: #fff #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 14px 28px 20px 14px;
  right: 0;
  bottom: -13px;
  z-index: -1
}

.c-demo-bubble .c-demo-bubble--bubble .c-demo-bubble--content {
  line-height: 1.4;
  z-index: 10;
  font-size: 1.2rem
}

.c-demo-bubble .c-demo-bubble--bubble .c-demo-bubble--btn {
  background: #fff171;
  border-radius: 13px;
  display: block;
  font-size: 1.2rem;
  margin: 1rem 0;
  padding: .5rem 1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #231f20 !important
}

.c-demo-bubble .c-demo-bubble--bubble .c-demo-bubble--btn:hover {
  background: #f5e76c
}

.c-demo-bubble .c-demo-bubble--bubble .c-demo-bubble {
  display: block;
  margin: 1rem 0;
  padding: .5rem 1rem;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none
}

.c-demo-bubble .c-demo-bubble--bubble.bubble-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all
}

@-webkit-keyframes chspt-breathing {
  0% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }
  to {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }
}

@keyframes chspt-breathing {
  0% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }
  to {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: .6
  }
  to {
    -webkit-transform: translateY(.3em);
    transform: translateY(.3em);
    opacity: 1
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: .6
  }
  to {
    -webkit-transform: translateY(.3em);
    transform: translateY(.3em);
    opacity: 1
  }
}

body,
html {
  letter-spacing: -.02em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -.055em;
  line-height: 1.1
}

.font-normal {
  font-weight: 400 !important
}

.body-wrapper {
  background: #f4f4f4
}

.body-container--hero .span12 {
  width: 100% !important
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  font-size: inherit
}

.hs_cos_wrapper_type_rich_text h,
.hs_cos_wrapper_type_rich_text h1,
.hs_cos_wrapper_type_rich_text h2,
.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_rich_text h4,
.hs_cos_wrapper_type_rich_text h5 {
  margin-bottom: .5em
}

.hs_cos_wrapper_type_rich_text ol,
.hs_cos_wrapper_type_rich_text ul {
  padding-left: 2rem
}

.hs_cos_wrapper_type_rich_text ul {
  list-style: disc
}

.c-anchor {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden
}

.row-fluid-wrapper {
  position: relative
}

.footer--col .social-links .social-links__icon svg {
  left: 6px
}

.underline {
  position: relative
}

.underline:after {
  content: "";
  width: 100%;
  max-width: 4rem;
  position: absolute;
  left: 0;
  bottom: -.1em;
  border: solid #fff171;
  border-width: 0 0 .1em
}

.widget-type-form .hs-form-booleancheckbox {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.widget-type-form .hs-form-required {
  display: inline-block !important
}

.c-blurred {
  -webkit-filter: blur(15px);
  filter: blur(15px)
}

input[type=checkbox] {
  border-radius: 4px !important;
  background: #fff171
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  z-index: 80
}

.page-header.hide-header {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.page-header .page-header--logo img {
  height: 2.5rem !important;
  width: auto !important
}

.page-header .page-header--burger-menu {
  width: 1.8rem;
  height: 1.12rem;
  position: relative;
  margin: 1.2496rem auto;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer
}

.page-header .page-header--burger-menu,
.page-header .page-header--burger-menu span {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.page-header .page-header--burger-menu span {
  display: block;
  position: absolute;
  height: .232rem;
  width: 100%;
  background: #231f20;
  border-radius: .232rem;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

.page-header .page-header--burger-menu span:first-child {
  top: 0
}

.page-header .page-header--burger-menu span:nth-child(2),
.page-header .page-header--burger-menu span:nth-child(3) {
  top: .45rem
}

.page-header .page-header--burger-menu span:nth-child(4) {
  top: .9rem
}

.top-bar-visible .page-header {
  position: absolute;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: auto !important
}

.menu-open .page-header .page-header--burger-menu span:first-child {
  top: .45rem;
  width: 0;
  left: 50%
}

.menu-open .page-header .page-header--burger-menu span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.menu-open .page-header .page-header--burger-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.menu-open .page-header .page-header--burger-menu span:nth-child(4) {
  top: .45rem;
  width: 0;
  left: 50%
}

@media(max-width:1139px) {
  .page-header--nav-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -100;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    background: #fff171;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 241, 113, 0)), color-stop(56%, rgba(255, 241, 113, .8029586835)), to(#fff171));
    background: -o-linear-gradient(bottom, rgba(255, 241, 113, 0) 0, rgba(255, 241, 113, .8029586835) 56%, #fff171 100%);
    background: linear-gradient(0deg, rgba(255, 241, 113, 0), rgba(255, 241, 113, .8029586835) 56%, #fff171)
  }
  .page-header--nav-wrap.menu-open {
    z-index: -1;
    opacity: 1;
    top: 5rem;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    pointer-events: all
  }
  .page-header--nav-wrap .navigation-primary {
    text-align: right
  }
  .page-header--nav-wrap .navigation-primary>.submenu.level-1 {
    display: inline-block;
    padding-right: 2rem;
    padding-top: 3rem;
  }
}

.footer .widget-type-menu .hs-menu-item {
  padding-bottom: .5em
}

.footer .c-menu-icon {
  display: inline-block;
  height: 2em;
  width: auto;
  margin-right: .5em
}

.c-topbar {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  z-index: 79;
  font-size: .8rem;
  background: -o-repeating-linear-gradient(120deg, #fff, #fff 8px, #dcdcdc 8px, #dcdcdc 10px);
  background: repeating-linear-gradient(-30deg, #fff, #fff 8px, #dcdcdc 0, #dcdcdc 10px)
}

.c-topbar .c-topbar--content {
  max-width: 1000px;
  margin: .3rem .8rem;
  padding: .25rem 2rem;
  border-radius: 21px;
  background: #fff;
  color: #231f20
}

.c-topbar .c-topbar--content .hs_cos_wrapper {
  display: block
}

@media(max-width:460px) {
  .c-topbar .c-topbar--content {
    margin: .3rem .4rem;
    padding: .25rem .8rem
  }
  .c-topbar .c-topbar--content .top-bar-content {
    padding-left: .5rem !important;
    font-size: .7rem
  }
  .c-topbar .c-topbar--content .top-bar-emoji {
    display: none
  }
}

.charles-system-page {
  padding: 7rem 2rem
}

.charles-system-page .error-page__heading {
  letter-spacing: 0
}

.body-container--press.body-container--prime-content {
  max-width: 650px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: -14.5%;
  border-radius: 2rem;
  -webkit-box-shadow: 0 10px 20px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, .1)
}

@media screen and (min-width:768px) {
  .body-container--press.body-container--prime-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate(25%, -60%);
    -ms-transform: translate(25%, -60%);
    transform: translate(25%, -60%);
    margin-top: 0;
    margin-bottom: -17rem
  }
}

@media screen and (min-width:768px)and (max-height:850px) {
  .body-container--press.body-container--prime-content {
    -webkit-transform: translate(25%, -38%);
    -ms-transform: translate(25%, -38%);
    transform: translate(25%, -38%)
  }
}

@media screen and (min-width:768px)and (max-width:900px)and (max-height:850px) {
  .body-container--press.body-container--prime-content {
    -webkit-transform: translate(25%, -32%);
    -ms-transform: translate(25%, -32%);
    transform: translate(25%, -32%)
  }
}

@media screen and (min-width:768px)and (max-height:650px) {
  .press-page .c-hero-container {
    min-height: 650px
  }
}

@media screen and (max-width:405px) {
  .body-container--press.body-container--prime-content {
    max-width: none;
    margin-left: .5rem;
    margin-right: .5rem
  }
}

.body-container--blog-post {
  font-size: 20px
}

.body-container--blog-post .blog-post--main-header {
  padding: 7rem 2rem 5rem;
  background: #fff171
}

.body-container--blog-post .blog-post--main-header .header-wrap {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:400px) {
  .body-container--blog-post .blog-post--main-header .c-page-header--image {
    margin-bottom: -45% !important
  }
}

.body-container--blog-post .content-wrapper {
  padding-left: 2rem;
  padding-right: 2rem
}

.body-container--blog-post .content-wrapper .blog-post {
  padding-top: 24%
}

.body-container--blog-post .blog-post__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .5rem
}

.body-container--blog-post .blog-post__tags svg {
  height: 1rem;
  width: auto;
  padding-right: .75rem
}

.body-container--blog-post .blog-post--form {
  margin: 2rem 0 6rem
}

.body-container--blog-post .blog-post--form .c-header {
  padding-bottom: 2rem
}

.body-container--blog-post .c-page-header .c-page-header--image {
  margin-top: 4rem
}

.c-button {
  display: inline-block;
  position: relative;
  border-radius: 99999px;
  padding: .5em 2em;
  cursor: pointer;
  color: inherit;
  overflow: hidden
}

.c-button:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .1)
}

.c-button:active,
.c-button:focus,
.c-button:hover,
.c-button:visited {
  color: inherit
}

input[type=submit].hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 1rem
}

.c-hero-container {
  min-height: 100vh;
  background: #fff171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-hero-container>.row-fluid-wrapper {
  width: 100%
}

.c-hero-container>.row-fluid-wrapper>.row-fluid {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.c-hero-container>.row-fluid-wrapper>.row-fluid .row-fluid {
  margin-left: 0 !important
}

body.menu-open {
  overflow-x: hidden !important
}

.navigation-primary .submenu.level-1>li {
  position: relative;
  padding: 1.25rem .65rem
}

.navigation-primary .submenu.level-1>li.has-submenu {
  cursor: pointer
}

.navigation-primary .submenu.level-1>li.has-submenu:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M.3 1.4c0-.2.1-.3.2-.5.3-.3.7-.3.9 0L6 5.5 10.6.9c.3-.3.7-.3.9 0 .3.3.3.7 0 .9L6 7.3.5 1.8c-.1-.1-.2-.3-.2-.4z' fill='%23231f20'/%3E%3C/svg%3E") no-repeat 50%;
  display: inline-block;
  background-size: contain;
  height: .85rem;
  width: .85rem;
  margin-left: .4rem;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px)
}

.navigation-primary .submenu.level-1>li.has-submenu .submenu {
  text-align: left;
  left: -999999px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 16rem;
  padding: .4rem 1rem;
  background: #fff;
  -webkit-box-shadow: -1rem 1rem 1.8rem 1px rgba(0, 0, 0, .2);
  box-shadow: -1rem 1rem 1.8rem 1px rgba(0, 0, 0, .2);
  border-radius: 1rem;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.navigation-primary .submenu.level-1>li.has-submenu .submenu>li {
  display: block;
  padding: .5rem 0
}

.navigation-primary .submenu.level-1>li.has-submenu .submenu>li>.menu-link {
  display: block;
  border-radius: 9999px
}

.navigation-primary .submenu.level-1>li.has-submenu .submenu>li>.menu-link .c-submenu-icon,
.navigation-primary .submenu.level-1>li.has-submenu .submenu>li>.menu-link .c-submenu-item {
  display: inline-block;
  vertical-align: middle
}

.navigation-primary .submenu.level-1>li.has-submenu .submenu>li>.menu-link .c-submenu-icon {
  margin-right: 1rem;
  width: 42px;
  height: 42px
}

.navigation-primary .submenu.level-1>li.has-submenu .submenu>li>.menu-link .c-two-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navigation-primary .submenu.level-1>li.has-submenu .submenu>li>.menu-link .c-two-lines .c-submenu-item--content span {
  display: block;
  font-size: 1.12rem;
  line-height: 1.3
}

.navigation-primary .submenu.level-1>li.has-submenu .submenu>li>.menu-link .c-two-lines .c-submenu-item--content span.c-submenu-item--subtitle {
  color: #ababab;
  font-size: .8rem
}

.navigation-primary .submenu.level-1>li.has-submenu.focus .submenu.level-2 {
  display: block;
  opacity: 1;
  left: 50%;
  -webkit-transform: translate(-50%, .8rem);
  -ms-transform: translate(-50%, .8rem);
  transform: translate(-50%, .8rem);
  z-index: 40;
  pointer-events: all
}

@media(min-width:768px) {
  .navigation-primary .submenu.level-1>li.has-submenu:hover .submenu.level-2 {
    display: block;
    opacity: 1;
    left: 50%;
    -webkit-transform: translate(-50%, .8rem);
    -ms-transform: translate(-50%, .8rem);
    transform: translate(-50%, .8rem);
    z-index: 40;
    pointer-events: all
  }
}

.navigation-primary .submenu.level-1 .menu-item .get-demo,
.navigation-primary .submenu.level-1 .menu-item .login-btn {
  display: inline-block;
  background: #231f20;
  color: #fff;
  padding: .4rem 1rem .4rem 1.5rem;
  border-radius: 9999px;
  letter-spacing: 0
}

.navigation-primary .submenu.level-1 .menu-item .get-demo:after,
.navigation-primary .submenu.level-1 .menu-item .login-btn:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='M1.4 11.7c-.2 0-.3-.1-.5-.2-.3-.3-.3-.7 0-.9L5.5 6 .9 1.4C.6 1.1.6.7.9.5c.3-.3.7-.3.9 0L7.3 6l-5.5 5.5c-.1.1-.3.2-.4.2z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
  display: inline-block;
  background-size: contain;
  height: .85rem;
  width: .85rem;
  margin-left: .8rem;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px)
}

.navigation-primary .submenu.level-1 .menu-item .get-demo:hover,
.navigation-primary .submenu.level-1 .menu-item .login-btn:hover {
  background: #3e3739
}

.navigation-primary .submenu.level-1 .menu-item .do-login {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #231f20;
  padding: .4rem 1rem .4rem 1.5rem;
  border-radius: 9999px 9999px 0 9999px;
  letter-spacing: 0
}

.navigation-primary .submenu.level-1 .menu-item .do-login:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-color: #fff #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px 18px 9px 4px;
  right: 0;
  bottom: -8px;
  z-index: -1
}

.navigation-primary .submenu.level-1 .menu-item .do-login:hover {
  background: #ededed
}

.navigation-primary .submenu.level-1 .menu-item .do-login:hover:after {
  border-color: #ededed #ededed rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.navigation-primary .submenu-toggle {
  display: none
}

@media(max-width:767px) {
  .navigation-primary .submenu.level-1>li {
    display: block
  }
  .navigation-primary .submenu.level-1>li.has-submenu .submenu {
    left: auto;
    right: 1rem;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
  }
  .navigation-primary .submenu.level-1>li.has-submenu.focus .submenu.level-2,
  .navigation-primary .submenu.level-1>li.has-submenu:hover .submenu.level-2 {
    left: auto;
    right: 1rem;
    -webkit-transform: translateY(.8rem);
    -ms-transform: translateY(.8rem);
    transform: translateY(.8rem)
  }
}

.c-features {
  position: relative;
  -webkit-box-shadow: -10px 114px 45px 6px rgba(154, 151, 125, .35);
  box-shadow: -10px 114px 45px 6px rgba(154, 151, 125, .35);
  border-radius: 8rem
}

.c-features .c-anchor {
  top: -8rem
}

.c-features .c-features--header {
  border-radius: 8rem 8rem 0 0;
  z-index: 10
}

@media(min-width:1140px) {
  .c-features .c-features--header .c-features--animation {
    -webkit-transform: translateX(-3rem);
    -ms-transform: translateX(-3rem);
    transform: translateX(-3rem)
  }
  .c-features .c-features--header .c-features--animation lottie-player {
    -webkit-filter: saturate(1.1) brightness(1.02);
    filter: saturate(1.1) brightness(1.02)
  }
}

.c-features .c-features--header .c-features--scroll-hint {
  left: 50%;
  bottom: -1.5rem;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  cursor: pointer
}

.c-features .c-features--header .c-features--scroll-hint .c-features--scroll-hint--icon {
  position: relative;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  vertical-align: middle;
  margin: 0 auto
}

.c-features .c-features--header .c-features--scroll-hint .c-features--scroll-hint--icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: .75rem;
  bottom: .75rem;
  left: .75rem;
  right: .75rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 12px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 6px 12px 2px rgba(0, 0, 0, .2)
}

.c-features .c-features--header .c-features--scroll-hint .c-features--scroll-hint--icon svg {
  position: relative;
  height: 1.5rem !important;
  width: 1.5rem !important;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  z-index: 3;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: cubic-bezier(.52, .02, 1, .73);
  animation-timing-function: cubic-bezier(.52, .02, 1, .73);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}

.c-features .c-features--content {
  background: #fff;
  border-radius: 0 0 8rem 8rem
}

.c-features .c-features--feature .c-anchor {
  top: -4rem
}

@media(max-width:767px) {
  .c-features .c-features--feature .c-anchor {
    top: -2rem
  }
}

.c-features .c-features--feature .c-features--feature--icon {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  z-index: 50
}

.c-features .c-features--feature .c-features--feature--icon img {
  display: inline-block;
  width: 2.2rem
}

.c-features .features-achor {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
  top: -3rem
}

.c-features lottie-player {
  -webkit-filter: saturate(1.3);
  filter: saturate(1.3)
}

@media(max-width:767px) {
  .c-features {
    border-radius: 3rem
  }
  .c-features .c-features--header {
    border-radius: 3rem 3rem 0 0
  }
  .c-features .c-features--header .c-features--scroll-hint {
    left: 50%;
    bottom: -1.5rem;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
  }
  .c-features .c-features--content {
    border-radius: 0 0 3rem 3rem
  }
  .c-features .c-features--feature .c-features--feature--icon {
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 2.2rem;
    height: 2.2rem;
    line-height: 1.9rem;
    margin-right: .5rem;
    vertical-align: middle
  }
  .c-features .c-features--feature .c-features--feature--icon img {
    display: inline-block;
    width: 1.2rem
  }
}

@media(max-width:450px) {
  .c-features {
    border-radius: 3rem;
    margin-left: -20px;
    margin-right: -20px
  }
  .c-features .c-features--animation-wrap {
    max-width: 79%
  }
}

.c-value-section {
  padding-top: 1rem;
  padding-bottom: 17rem
}

.c-value-section .c-value-section--bg {
  top: 7rem;
  bottom: 14rem;
  z-index: 2
}

.c-value-section .c-value-section--values {
  position: relative;
  z-index: 5;
  margin-bottom: -45rem;
  padding-left: 2rem;
  padding-right: 2rem
}

.c-value-section .c-value-section--values .c-value-section--value {
  -webkit-box-shadow: 0 1.4rem 2rem 2px rgba(0, 0, 0, .3);
  box-shadow: 0 1.4rem 2rem 2px rgba(0, 0, 0, .3);
  border-radius: 3rem
}

.c-value-section .c-value-section--values .c-value-section--value:nth-child(3) {
  margin-top: 12rem
}

.c-value-section .c-value-section--values .c-value-section--value .c-value-section--value--card {
  border-radius: 3rem;
  border-width: .5rem;
  border-style: solid
}

.c-value-section .c-value-section--values .c-value-section--value .c-value-section--value--card .c-value-section--value--card--content {
  border-radius: 2.4rem;
  border-width: 2px;
  border-style: dashed
}

.c-value-section .c-value-section--values .c-value-section--value .c-value-section--value--card .c-value-section--value--card--content .value-card--content-icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center
}

.c-value-section .c-value-section--values .c-value-section--value .c-value-section--value--card .c-value-section--value--card--content .value-card--content-icon img {
  width: 100%;
  height: 100%
}

.c-value-section .c-value-section--values .c-value-section--value .c-value-section--value--card .c-value-section--value--card--content .value-card--content-title {
  font-weight: 700;
  max-width: 15rem
}

.c-value-section .c-value-section--values .c-value-section--value .c-value-section--value--card .c-value-section--value--card--content .value-card--content-text {
  letter-spacing: 0;
  line-height: 1.7em;
  opacity: .8
}

.c-value-section .c-value-section--values .c-value-section--value .c-value-section--value--card .c-value-section--value--card--owner .value-card--owner-avatar {
  position: absolute;
  height: 5rem;
  width: 5rem;
  left: -1.7rem;
  bottom: -1.5rem
}

.c-value-section .c-value-section--values .c-value-section--value .c-value-section--value--card--avatar-bg {
  position: absolute;
  height: 6rem;
  width: 6rem;
  left: -1.7rem;
  bottom: -1.5rem;
  border-radius: 50%;
  z-index: 0
}

.c-value-section .c-value-section--values .c-value-section--value:nth-child(odd) {
  margin-right: 24rem
}

.c-value-section .c-value-section--values .c-value-section--value:nth-child(2n) {
  margin-left: 24rem
}

@media screen and (max-width:900px) {
  .c-value-section {
    margin-bottom: -46rem;
    padding-bottom: 0
  }
  .c-value-section .c-value-section--bg {
    bottom: 60rem
  }
  .c-value-section .c-value-section--values {
    margin-bottom: 0
  }
  .c-value-section .c-value-section--values .c-value-section--value {
    margin-top: 4rem !important;
    margin-bottom: 5rem !important
  }
  .c-value-section .c-value-section--values .c-value-section--value:nth-child(odd) {
    margin-right: 0
  }
  .c-value-section .c-value-section--values .c-value-section--value:nth-child(2n) {
    margin-left: 0
  }
}

@media screen and (max-width:500px) {
  .c-value-section {
    overflow: hidden
  }
  .c-value-section .c-value-section--values {
    padding-bottom: 0
  }
  .c-value-section .c-value-section--values .c-value-section--value .c-value-section--value--card--content {
    padding-left: 1rem;
    padding-right: 1rem
  }
  .c-value-section .c-value-section--values .c-value-section--value .value-card--owner-name {
    padding-left: 2rem;
    display: inline-block;
    line-height: 1.2
  }
}

.c-integrations-section .c-integrations--integration .c-integrations--integration-box {
  height: 8rem;
  width: 8rem;
  border-radius: 1.25rem
}

.c-integrations-section .c-integrations--integration .c-integrations--integration-box img {
  width: 4rem;
  height: 4rem
}

.c-integrations-section .c-integrations--integration .c-integrations--integration-status:before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem
}

.c-integrations-section .c-integrations--integration .c-integrations--integration-status.available:before {
  background: #00ffa3
}

.c-integrations-section .c-integrations--integration .c-integrations--integration-status.not-available:before {
  background: #fff171
}

.c-integrations-section .c-integrations--integration span {
  vertical-align: middle;
  display: inline-block
}

@media screen and (max-width:768px) {
  .c-integrations-section .c-integrations--integration .c-integrations--integration-box {
    height: 5rem;
    width: 5rem;
    border-radius: 1rem
  }
  .c-integrations-section .c-integrations--integration .c-integrations--integration-box img {
    width: 2.5rem;
    height: 2.5rem
  }
  .c-integrations-section .c-integrations--integration h3 {
    font-size: 1.2rem
  }
  .c-integrations-section .c-integrations--integration .c-integrations--integration-status {
    font-size: .85rem
  }
  .c-integrations-section .c-integrations--integration .c-integrations--integration-status:before {
    content: "";
    width: .8em;
    height: .8em;
    margin-right: .4rem
  }
}

#hs_cos_wrapper_footer_social {
  display: block
}

@media (max-width:767px) {
  .mobile\:block {
    display: block
  }
  .mobile\:hidden {
    display: none
  }
  .mobile\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .mobile\:flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .mobile\:self-center {
    -ms-flex-item-align: center;
    align-self: center
  }
  .mobile\:-mt-12 {
    margin-top: -3rem
  }
  .mobile\:-mb-16 {
    margin-bottom: -4rem
  }
  .mobile\:max-w-xs {
    max-width: 20rem
  }
  .mobile\:max-w-sm {
    max-width: 24rem
  }
  .mobile\:p-10 {
    padding: 2.5rem
  }
  .mobile\:px-0 {
    padding-left: 0;
    padding-right: 0
  }
  .mobile\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  .mobile\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .mobile\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .mobile\:text-left {
    text-align: left
  }
  .mobile\:w-full {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1139px) {
  .tablet\:hidden {
    display: none
  }
  .tablet\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .tablet\:self-center {
    -ms-flex-item-align: center;
    align-self: center
  }
  .tablet\:-mt-12 {
    margin-top: -3rem
  }
  .tablet\:-mb-16 {
    margin-bottom: -4rem
  }
  .tablet\:max-w-xs {
    max-width: 20rem
  }
  .tablet\:p-10 {
    padding: 2.5rem
  }
  .tablet\:pr-16 {
    padding-right: 4rem
  }
  .tablet\:w-4\/12 {
    width: 33.333333%
  }
  .tablet\:w-full {
    width: 100%
  }
}

@media (min-width:1140px) {
  .desktop\:hidden {
    display: none
  }
  .desktop\:pr-24 {
    padding-right: 6rem
  }
  .desktop\:w-2\/12 {
    width: 16.666667%
  }
}