:root {
  --spotler-knowledge: #002a4d;
  --grey: #7e7e7e;
  --fm-red: #ea515a;
  --flowmailer-teal: #41bac3;
  --spotler-honesty: #41bac3;
  --white: white;
  --dark-orange: #f39433;
  --black: black;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--spotler-knowledge);
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

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

a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  display: block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 600;
}

blockquote {
  border-left: 5px dotted var(--spotler-knowledge);
  color: var(--grey);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.cta-top-bar {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #06324c;
  padding: 10px 5px;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  display: none;
}

.icon {
  font-family: "Font awesome 5 Solid", sans-serif;
}

.icon.text-center.blue {
  margin-bottom: 0;
}

.icon.text-center.red {
  color: var(--fm-red);
  margin-bottom: 0;
}

.section {
  border-right: 2px none var(--flowmailer-teal);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.half-top-padding {
  background-image: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.section.text-page-hero {
  background-color: #32c0c5;
  padding-top: 120px;
  padding-bottom: 40px;
}

.section.header {
  background-color: #41bac3;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 80px;
  display: block;
}

.section.header.dark {
  background-color: var(--spotler-knowledge);
  padding-top: 60px;
}

.section.header.cms {
  background-color: #efefef;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.header.padding-100 {
  background-color: var(--spotler-honesty);
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.body.cms {
  background-color: #efefef;
  padding-top: 0;
}

.section.header {
  background-color: #41bac3;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 60px;
}

.section.header.dark {
  background-color: #002a4d;
}

.section.no-top-margin {
  color: var(--spotler-knowledge);
  padding-top: 0;
}

.section.grey {
  background-color: #efefef;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.dark {
  background-color: var(--spotler-knowledge);
  color: var(--white);
  padding-top: 20px;
}

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

.full-width-container {
  max-width: 1350px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  display: block;
  position: relative;
  overflow: visible;
}

.full-width-container.medium {
  max-width: 1000px;
}

.full-width-container.text-center {
  text-align: center;
}

.logo {
  padding-top: 18px;
  padding-bottom: 10px;
  display: inline-block;
}

.menu-item {
  color: var(--spotler-knowledge);
  text-align: center;
  padding: 20px;
  font-size: 15px;
  line-height: 1.6em;
  transition: color .2s;
}

.menu-item:hover {
  color: #333;
}

.menu-item.w--current {
  color: #32c0c5;
}

.navbar {
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: rgba(248, 248, 248, .91);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .21);
}

.text-gray {
  color: var(--grey);
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
}

.overaalbutton {
  float: none;
  background-color: #04283d;
  border-radius: 3px;
  padding: 10px 20px;
  transition: transform .2s;
}

.overaalbutton:hover {
  transform: translate(0, -2px);
}

.overaalbutton.with-left-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.overaalbutton.btncookie {
  padding-left: 40px;
  padding-right: 40px;
}

.inline-icon {
  width: 20px;
  max-width: 20px;
  min-width: 20px;
  color: var(--spotler-knowledge);
  text-align: left;
  object-fit: none;
  margin-right: 10px;
  font-family: "Font awesome 5 Solid", sans-serif;
  font-weight: 400;
  display: inline;
  overflow: visible;
}

.inline-icon.solid {
  text-align: right;
  font-family: "Font awesome 5 Solid", sans-serif;
  display: inline;
}

.text-center {
  color: #333;
  text-align: center;
}

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

.single-line-form {
  align-items: stretch;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #04283d;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 35px;
}

.footer.with-form {
  background-color: var(--spotler-knowledge);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: rgba(255, 255, 255, .7);
}

.footer-link.button.padding-top-20 {
  margin-top: 20px;
  display: block;
}

.nav-dropdown-list {
  margin-bottom: 0;
}

.nav-dropdown-list.w--open {
  width: 300px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -15px;
  left: -85px;
}

.nav-dropdown-list.right.w--open {
  width: 60px;
  top: 79px;
  left: 0;
}

.nav-dropdown-inner {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  display: block;
  position: static;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.nav-dropdown-inner.country-switch {
  position: static;
}

.dropdown-link {
  width: 100%;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.dropdown-link:hover {
  color: #32c0c5;
  background-color: #f0f6f6;
}

.dropdown-link.w--current {
  padding-bottom: 15px;
}

.text-small {
  font-size: 13px;
  line-height: 15px;
}

.no-top-margin {
  color: #333;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.label {
  color: #fff;
  background-color: #06324c;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.label.deliverability {
  background-color: var(--dark-orange);
  margin-bottom: 0;
}

.label.transactionalemail, .label.insights {
  background-color: var(--flowmailer-teal);
}

.label.rounded {
  border-radius: 4px;
}

.faq-content-wrap {
  height: 0;
  overflow: hidden;
}

.text-field {
  border-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
}

.text-field.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.text-field.no-bottom-margin {
  margin-bottom: 0;
}

.blue {
  color: #32c0c5;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.utility-page-content {
  width: 260px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: block;
}

.logo-white {
  filter: brightness(200%);
  margin-bottom: 30px;
}

.logo-white.no-bottom-margin {
  margin-bottom: 0;
}

.logo-white.no-bottom-margin.padding-right {
  margin-right: 20px;
}

.logo-white.text-center {
  text-align: center;
  display: block;
}

.copyright-footer-row {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.link {
  border-bottom: 2px solid var(--flowmailer-teal);
  color: #333;
  margin-left: 1px;
  padding: 0;
  text-decoration: none;
}

.link.text-white {
  color: #fff;
  color: #fff;
  text-align: left;
}

.brand-logo {
  max-width: 125px;
  margin-top: 0;
  padding-top: 0;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.text-blue {
  color: #41bac3;
}

._404 {
  font-size: 55px;
  line-height: 55px;
}

.bold-text {
  font-weight: 400;
}

.country-flag {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 10px;
  display: inline-block;
}

.country-flag.w--current {
  border-right: 4px solid var(--flowmailer-teal);
  border-left: 2px none var(--flowmailer-teal);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  order: -1;
  margin-right: 0;
}

.country-flag.circle {
  width: 20px;
  height: 20px;
  max-width: 20px;
  border: 2px #41bac3;
  border-radius: 100%;
  margin-right: 0;
  display: inline;
  position: static;
}

.hidden-wrap {
  display: none;
}

.overlay-wrap {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay {
  z-index: 1;
  width: 40%;
  height: 100%;
  min-width: 510px;
  float: right;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: scroll;
  transform: translate(110%);
  box-shadow: -1px 0 28px rgba(0, 0, 0, .14);
}

.text-white {
  color: #fff;
}

.lined-item {
  border-bottom: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-hidden {
  display: none;
}

.hidden-blog-content {
  opacity: 0;
  display: none;
}

.popover {
  z-index: 10;
  width: 320px;
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .85);
  border-radius: 5px;
  padding: 15px 36px 15px 15px;
  font-size: 13px;
  line-height: 18px;
  display: none;
  position: absolute;
  bottom: 70px;
  left: 100px;
}

._404-container {
  padding-left: 40px;
  padding-right: 40px;
}

.main_text_rte {
  padding-top: 0;
  padding-bottom: 0;
}

.main_text_rte p {
  color: #333;
  margin-bottom: 20px;
}

.main_text_rte h2 {
  color: #04283d;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
}

.main_text_rte h3 {
  color: #41bac3;
  margin-bottom: 0;
  font-size: 18px;
}

.main_text_rte a {
  border-bottom: 2px solid #41bac3;
  text-decoration: none;
}

.main_text_rte em {
  color: #000;
  background-color: #bebebe;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.main_text_rte ul {
  border: 2px dotted #41bac3;
  border-left: 1px #000;
  border-right: 1px #000;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  list-style-type: disc;
}

.main_text_rte blockquote {
  background-color: #efefef;
  border-left-style: none;
  font-family: Inconsolata, monospace;
}

.main_text_rte strong {
  color: var(--spotler-knowledge);
}

.main_text_rte ol, .main_text_rte li {
  color: var(--black);
}

.main_text_rte img {
  border: 3px none var(--flowmailer-teal);
  border-radius: 0%;
}

.kennis_section {
  display: block;
}

.kennis_blok_container {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 250px;
  display: flex;
}

.kennis_blok_container.kennis_blok_fullwidth {
  text-align: left;
  padding-left: 0;
}

.spacer {
  height: 60px;
}

.cms-container {
  background-color: var(--white);
  padding: 20px 40px;
}

.cms-container.header {
  padding-top: 40px;
  padding-bottom: 20px;
}

.body-3 {
  background-color: #fff;
}

.home_quotes {
  color: #fff;
  background-color: #41bac3;
  margin-bottom: auto;
  padding-top: 30px;
  display: none;
}

.home_quote_rte {
  padding-top: 20px;
  padding-bottom: 0;
}

.home_quote_rte blockquote {
  color: #04283d;
  border-left-style: none;
  margin-top: 1px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.home_quote_rte strong {
  color: #fff;
}

.product-circle {
  width: 50px;
  height: 50px;
  background-color: var(--spotler-knowledge);
  color: #fff;
  text-align: left;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-top: -34px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.product-circle.teal {
  background-color: var(--flowmailer-teal);
  color: var(--white);
}

.product-circle.orange {
  background-color: var(--dark-orange);
}

.circle {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.circle.icon {
  font-weight: 400;
}

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

.anchor {
  height: 0;
}

.hide {
  display: none;
}

.tab.w--current {
  color: #fff;
  background-color: #41bac3;
}

.tab.blogs.overall-tab-selector.w--current {
  color: var(--white);
}

.tab.legal {
  background-color: var(--spotler-knowledge);
  color: var(--white);
}

.tab.all {
  background-color: var(--spotler-knowledge);
  color: var(--white);
  padding-left: 0;
}

.cookiediv {
  padding: 20px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookietxt {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.cookiecolumn {
  border: 1px solid var(--flowmailer-teal);
  color: var(--black);
  background-color: rgba(255, 255, 255, .78);
  border-radius: 12px;
  padding: 10px;
  display: none;
}

.column-36 {
  text-align: right;
}

.text-span-75 {
  text-decoration: underline;
}

.top-line {
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  transform: rotate(45deg);
}

.toggle {
  z-index: 2;
  width: 32px;
  height: 32px;
  background-color: #dae2f8;
  border-radius: 100px;
  margin-top: 3px;
  margin-left: 3.5px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.active-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--fm-red);
  opacity: 0;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: -3px 0 3px rgba(116, 116, 191, .35);
}

.bottom-line {
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: -2px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-45deg);
}

._w-divcolourswitch {
  background-color: var(--fm-red);
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._w-switchbutton {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
}

._w-textswitch {
  position: relative;
}

.featurehighlight {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.featurehighlight h4 {
  color: var(--flowmailer-teal);
}

.featurehighlight h3 {
  color: var(--flowmailer-teal);
  font-size: 18px;
}

.featurehighlight a {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--flowmailer-teal);
  color: var(--black);
  font-weight: 600;
}

.featurehighlight img {
  border-bottom: 3px none var(--white);
}

.featurehighlight.featureblock {
  width: 100%;
  min-height: 60px;
  margin-bottom: 40px;
}

.featureshighlight {
  border-bottom: 1px #000;
}

.feature-description {
  text-align: center;
  margin-bottom: 0;
}

.featurelink {
  width: 140px;
  border-bottom: 2px solid var(--flowmailer-teal);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.filter {
  min-width: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
}

.filter.w--current {
  color: #fff;
  text-align: center;
  background-color: #41bac3;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filter.overall-topic-tab {
  border-radius: 3px;
  font-size: 14px;
}

.filter.overall-topic-tab.transactional {
  background-color: rgba(0, 0, 0, 0);
}

.filter.overall-topic-tab.transactional.w--current {
  background-color: var(--spotler-knowledge);
}

.filter.overall-topic-tab.transactional.hide {
  display: none;
}

.filter.overall-topic-tab.deliverability.w--current {
  background-color: var(--dark-orange);
}

.filter.overall-topic-tab.insights.hide {
  display: none;
}

.filter.overall-topic-tab.all-topics {
  color: var(--spotler-knowledge);
  background-color: rgba(0, 0, 0, 0);
}

.filter.overall-topic-tab.all-topics.w--current {
  background-color: var(--white);
  color: #333;
}

.filter.all-topics {
  border-radius: 3px;
  font-size: 14px;
}

.filterarticles {
  margin-top: 0;
}

.category-label {
  grid-column-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.kennis_blok_text-3 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 17px;
  display: block;
}

.grid-3 {
  flex: 0 auto;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  justify-content: end;
  justify-items: end;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.title-article {
  height: 40px;
  color: var(--spotler-knowledge);
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.block {
  border: 1px solid #bebebe;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 10px;
  text-decoration: none;
  transition: all .2s;
}

.block.white {
  color: var(--spotler-knowledge);
  background-color: #fff;
}

.block.white-lines {
  border-width: 2px;
}

.tabs-content {
  flex-flow: column;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.more {
  margin-left: 20px;
  font-size: 14px;
  text-decoration: underline;
}

.more.mobile-hide {
  font-size: 15px;
}

.customer-logo {
  max-height: 50px;
  max-width: 80px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.introduction {
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.introduction.white {
  color: var(--white);
  text-align: left;
  display: block;
}

.introduction.white.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.introduction.white.no-margin p {
  margin-bottom: 0;
}

.introduction.teal {
  color: var(--flowmailer-teal);
  margin-bottom: 0;
  padding-right: 4px;
  display: inline;
}

.introduction.white {
  color: #fff;
}

.introduction.teal {
  color: #41bac3;
}

.introduction.inline-text {
  font-weight: 500;
}

.introduction.inline-text.bold-text {
  font-weight: 700;
}

.introduction.text-center {
  text-align: center;
}

.introduction.text-white.inline-icon {
  font-family: "Font awesome 5 Solid", sans-serif;
}

.introduction.text-white.form {
  margin-left: 0;
}

.introduction.menu {
  color: var(--flowmailer-teal);
  font-family: Greycliffcf, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.introduction.bold-text {
  font-weight: 700;
}

.introduction.bold-text.title-article {
  height: 50px;
}

.h1 {
  color: var(--white);
  text-align: left;
  letter-spacing: 1.15px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Greycliffcf, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6em;
}

.h1.white {
  color: var(--white);
  object-fit: fill;
  margin-top: 10px;
  font-family: Greycliffcf, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6em;
  overflow: visible;
}

.button-more {
  font-size: 16px;
  line-height: 1.6em;
}

.h2 {
  color: var(--spotler-knowledge);
  letter-spacing: 1.15px;
  margin-top: 20px;
  font-family: Greycliffcf, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6em;
}

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

.h2.white.inline-text {
  padding-right: 5px;
}

.h2.legaldocs {
  margin-top: 20px;
  font-size: 22px;
  line-height: 28px;
  display: inline;
}

.h2.inline-text {
  display: inline;
}

.h2.inline-text.bold {
  font-weight: 700;
}

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

.h2.red {
  color: var(--fm-red);
}

.h2.red.inline-text {
  padding-right: 5px;
}

.h2.text-teal {
  color: var(--flowmailer-teal);
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6em;
}

.paragraph.white {
  color: var(--white);
  font-size: 16px;
}

.paragraph.white.no-bottom-margin {
  text-align: left;
}

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

.paragraph.white.no-bottom-margin.top-margin-10.mobile-hide.bio {
  max-height: 72px;
  object-fit: fill;
  overflow: hidden;
}

.paragraph.white.footer-link {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

.paragraph.text-center {
  color: var(--spotler-knowledge);
}

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

.paragraph.text-center.text-white.text-small {
  font-size: 11px;
}

.paragraph.text-center.text-white.text-small.mobile-hide.float {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 20px;
}

.paragraph.text-center.no-top-margin {
  margin-top: 0;
}

.paragraph.text-center.no-top-margin.text-small {
  font-size: 11px;
}

.paragraph.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.margin-left-10 {
  margin-left: 10px;
}

.list-item {
  margin-bottom: 0;
  font-size: 15px;
  list-style-type: square;
}

.overall-tab-pane {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.overall-tab-selector {
  background-color: #f8f8f8;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 10px;
}

.overall-tab-selector.w--current {
  background-color: var(--fm-red);
  color: #fff;
}

.overall-bullet-list {
  border-top: 2px dashed var(--flowmailer-teal);
  border-bottom: 2px dashed var(--flowmailer-teal);
  padding-top: 10px;
  padding-bottom: 10px;
}

.overall-bullet-list.white {
  border-top-style: solid;
  border-top-color: var(--white);
  border-bottom-style: solid;
  border-bottom-color: var(--white);
}

.overall-subtab {
  background-color: var(--white);
  object-fit: none;
  border-bottom: 3px #41bac3;
  border-radius: 3px;
  margin: 20px 10px 10px;
  padding-left: 0;
  overflow: hidden;
}

.article-filter {
  margin-top: 0;
  margin-left: -3px;
}

.overall-tabs {
  margin-top: -100px;
  margin-bottom: 40px;
  display: block;
}

.rich-text {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.rich-text p {
  color: #333;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6em;
}

.rich-text h2 {
  color: var(--spotler-knowledge);
  letter-spacing: 1.15px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Greycliffcf, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25em;
}

.rich-text a {
  border-bottom: 2px solid #41bac3;
  text-decoration: none;
}

.rich-text em {
  color: #000;
  background-color: #bebebe;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.rich-text ul {
  border: 2px dotted #41bac3;
  border-left: 1px #000;
  border-right: 1px #000;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  list-style-type: disc;
}

.rich-text blockquote {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Quote.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  background-attachment: scroll;
  background-clip: border-box;
  border-left-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}

.rich-text strong {
  color: var(--spotler-knowledge);
}

.rich-text ol {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  list-style-type: decimal;
}

.rich-text li {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.rich-text img {
  border: 3px none var(--flowmailer-teal);
  border-radius: 0%;
}

.rich-text h3 {
  color: var(--flowmailer-teal);
  letter-spacing: 1.15px;
  font-family: Greycliffcf, sans-serif;
  line-height: 1.6em;
}

.image-80 {
  max-width: 80%;
  text-align: center;
  display: block;
}

.image-80.blue-outline {
  border: 2px solid var(--flowmailer-teal);
}

.overall-6-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.h3 {
  color: var(--flowmailer-teal);
  letter-spacing: 1.1px;
  font-family: Greycliffcf, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.h3.white {
  color: var(--white);
  line-height: 1.6em;
}

.menu-item-icon {
  max-width: 20px;
  filter: saturate(200%);
  margin-right: 10px;
  font-size: 20px;
  display: block;
  position: relative;
  top: 0;
}

.article {
  border: 1px #bebebe;
  border-radius: 3px;
  margin-top: 10px;
  padding: 5px 10px 10px;
  text-decoration: none;
  transition: all .2s;
}

.article.legal {
  background-color: var(--white);
  border-style: solid;
}

.article.image {
  border-style: none;
  padding: 0;
}

.article.cta {
  text-align: center;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.article.author-bio {
  background-color: var(--spotler-knowledge);
  border-width: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 40px;
}

.article.label {
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 7px 20px;
  display: block;
}

.article.download {
  background-color: var(--spotler-knowledge);
  margin-top: 0;
  padding: 10px 40px;
}

.link-block-3 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-link-2 {
  color: #666;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 21px;
  transition: color .2s;
}

.nav-link-2:hover {
  color: #333;
}

.nav-link-2.w--current {
  color: #32c0c5;
}

.academy-nav {
  float: right;
  display: inline-block;
}

.body-dark {
  background-color: var(--spotler-knowledge);
}

.nav-name-bold {
  color: var(--white);
  margin-right: 4px;
  font-weight: 400;
  text-decoration: none;
}

.newsletter-sub {
  background-color: var(--flowmailer-teal);
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.column-aligned-center {
  align-items: center;
  margin: 40px 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-aligned-center.author {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-aligned-center.mobile-hide.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.column-aligned-center.top {
  align-items: flex-start;
}

.column-aligned-center.top.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.column-aligned-center.tabel {
  margin-top: 0;
  margin-bottom: 0;
}

.column-aligned-center.tabel.dark {
  background-color: var(--spotler-knowledge);
}

.column-aligned-center.table-row {
  margin-top: 0;
  margin-bottom: 0;
}

.column-aligned-center.table-row.grey {
  background-color: #f7f7f7;
}

.column-aligned-center.no-margin, .column-aligned-center.minified {
  margin-top: 0;
  margin-bottom: 0;
}

.link-green {
  border-bottom: 2px solid var(--flowmailer-teal);
}

.align-right {
  text-align: right;
  margin-bottom: 10px;
  display: block;
}

.authors-overview {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
}

.author-name {
  color: var(--grey);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  display: block;
}

.author-image {
  width: 50px;
  height: 50px;
  border: 1px solid var(--flowmailer-teal);
  object-fit: cover;
  border-radius: 100%;
  display: inline;
}

.date-picker {
  font-weight: 600;
  display: inline;
}

.date {
  margin-left: 5px;
  margin-right: 20px;
  display: inline;
}

.subheader {
  color: var(--flowmailer-teal);
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
}

.subheader.dark {
  color: var(--spotler-knowledge);
}

.link-edin {
  display: block;
}

.author-bio {
  margin-bottom: 20px;
}

.button {
  float: none;
  color: var(--white);
  text-align: center;
  background-color: #41bac3;
  border-radius: 3px;
  order: 0;
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 15px;
}

.button.red {
  background-color: var(--fm-red);
  font-size: 15px;
  display: inline-block;
}

.button.red.w--current {
  color: var(--white);
}

.button.red.hide {
  display: inline-block;
}

.button.dark-blue {
  background-color: var(--spotler-knowledge);
}

.body.grey {
  background-color: #efefef;
}

.author-role {
  color: var(--grey);
  font-size: 10px;
  line-height: 1.6em;
  display: inline;
}

.article-header {
  margin-top: -25px;
}

.category {
  color: var(--grey);
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.inline-text {
  display: inline;
}

.play-button {
  height: 150px;
  color: var(--white);
  text-align: center;
  text-shadow: -6px 2px 14px var(--spotler-knowledge);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-top: 40px;
  font-family: "Font awesome 5 Solid", sans-serif;
  font-size: 40px;
  position: relative;
  top: -150px;
}

.play-button.mobile-hide {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.div-block {
  margin-bottom: 60px;
  padding: 40px 10px 0;
}

.competitor-block {
  text-align: center;
  background-color: #e6e6e6;
  border: 1px solid #bebebe;
  border-radius: 3px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.competitor-block-image {
  height: 30px;
  max-width: 30px;
  filter: grayscale();
  text-align: center;
  border: 1px #bebebe;
  margin-right: 5px;
  display: block;
}

.call-to-action-icon {
  border-bottom: 2px none var(--flowmailer-teal);
  padding-right: 10px;
  font-family: "Font awesome 5 Solid", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  text-decoration: none;
}

.legal-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.list {
  list-style-type: decimal;
}

.list.no-bullets {
  list-style-type: none;
}

.bold-text-2 {
  color: var(--spotler-knowledge);
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

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

.teal {
  color: var(--flowmailer-teal);
}

._36px {
  font-family: Greycliffcf, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25em;
}

.dropdown {
  flex: none;
}

.sms-circle {
  width: 100px;
  height: 100px;
  float: right;
  background-color: var(--spotler-knowledge);
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: -79px auto -92px;
  font-size: 14px;
  line-height: 1.25em;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sms-circle.red {
  width: 110px;
  height: 110px;
  background-color: var(--fm-red);
  object-fit: fill;
  padding-top: 30px;
}

.sms-circle.red.mobile-hide {
  width: 130px;
  height: 130px;
  margin-left: -9px;
  margin-right: 30px;
  padding-top: 38px;
  padding-bottom: 40px;
  line-height: 1.6em;
  transform: rotate(4deg);
}

.faq-block {
  border: 1px solid #bebebe;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
}

.section-selector {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.competitor-overview {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  overflow: visible;
}

.desktop-hide {
  display: none;
}

.text-dark {
  color: var(--spotler-knowledge);
}

.style-div {
  display: block;
}

.form {
  margin-left: 0;
}

.dropdown-full-width {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  flex-direction: column;
  display: block;
  position: fixed;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
}

.dropdown-full-width.hide {
  display: none;
}

.dropdown-container {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.menu {
  color: var(--spotler-knowledge);
  letter-spacing: 1.25px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.menu.w--current {
  color: var(--flowmailer-teal);
}

.menu.inline-text {
  letter-spacing: 0;
  line-height: 1.6em;
}

.dropdown---more {
  width: 100%;
  color: #333;
  text-align: left;
  border-bottom: 1px #e4e4e4;
  padding: 15px 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.dropdown---more:hover {
  color: #32c0c5;
  background-color: #f0f6f6;
}

.dropdown---more.w--current {
  padding-bottom: 15px;
}

.column-aligned-top {
  align-items: flex-start;
  margin: 40px 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-image {
  width: 50px;
  height: 50px;
  border: 2px solid var(--flowmailer-teal);
  object-fit: cover;
  border-radius: 100%;
  display: inline;
}

.legal-block {
  text-align: center;
  background-color: #e6e6e6;
  border: 1px solid #bebebe;
  border-radius: 3px;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.play {
  height: 150px;
}

.country-switch {
  width: 60px;
  padding-right: 0;
}

.horizontal {
  display: flex;
}

.vertical {
  flex-direction: column;
  margin-left: -100px;
  padding-left: 0;
  display: flex;
}

.vertical.hide {
  display: none;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.formfield {
  width: 100%;
  color: var(--spotler-knowledge);
  padding: 10px;
}

.citaat {
  padding-top: 30px;
  padding-left: 80px;
  font-style: normal;
}

.slider-citaat {
  background-color: #92d8dd;
}

.slider-citaat-image {
  margin-top: 25px;
  margin-left: 42px;
  padding-left: 0;
}

.samen-header {
  background-color: #23afe6;
}

.image-81 {
  margin-bottom: -50px;
}

.banner {
  max-height: 50px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: relative;
}

.banner.teal-shadow {
  max-height: 60px;
  background-color: #0f929c;
}

.banner.teal-shadow.desktop-hide {
  display: none;
}

._60-width {
  padding-left: 10%;
  padding-right: 10%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.column-48 {
  position: relative;
}

html.w-mod-js [data-ix="slide-in-from-left-1"] {
  opacity: 0;
  transform: translate(-10%);
}

html.w-mod-js [data-ix="slide-in-from-right-2"] {
  opacity: 0;
  transform: translate(10%);
}

html.w-mod-js [data-ix="fade-in-1"], html.w-mod-js [data-ix="fade-in-4"], html.w-mod-js [data-ix="fade-in-5"], html.w-mod-js [data-ix="pop-in-5"], html.w-mod-js [data-ix="fade-in-6"], html.w-mod-js [data-ix="pop-in-6"], html.w-mod-js [data-ix="pop-in-7"], html.w-mod-js [data-ix="fade-in-9"], html.w-mod-js [data-ix="fade-in-8"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 50% 0;
    background-size: contain;
  }

  .section.header {
    background-position: 100% 100%;
    padding-left: 10px;
  }

  .full-width-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .overaalbutton {
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
    position: static;
  }

  .overlay {
    width: 75%;
  }

  .main_text_rte {
    padding-left: 10px;
    padding-right: 10px;
  }

  .kennis_blok_container, .kennis_blok_container.kennis_blok_fullwidth, .kennis_blok_container.kennis_blok_fullwidth {
    padding-left: 10px;
  }

  .home_quotes {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-35 {
    padding-bottom: 40px;
  }

  .customer-logo {
    max-width: 75px;
  }

  .introduction {
    padding-left: 10px;
  }

  .h1 {
    padding-left: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .rich-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .academy-nav {
    text-align: left;
    position: absolute;
    right: 20px;
  }

  .container-12 {
    padding-left: 20px;
    display: inline-block;
  }

  .button {
    text-align: center;
  }

  .play-button.mobile-hide {
    display: none;
  }

  .sms-circle.red.mobile-hide {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 29px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.header {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 500% 100%;
    background-size: contain;
    margin-bottom: 0;
    padding: 100px 20px;
  }

  .full-width-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo.w--current {
    padding-left: 0;
  }

  .overaalbutton {
    width: 45%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    padding: 12px;
  }

  .nav-menu {
    background-color: #fff;
    padding: 10px;
  }

  .overlay {
    width: 100%;
  }

  .main_text_rte {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kennis_blok_container.kennis_blok_fullwidth {
    padding-bottom: 10px;
  }

  .spacer {
    display: none;
  }

  .cms-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home_quotes {
    padding-bottom: 40px;
  }

  .home_quote_rte {
    padding-bottom: 0;
  }

  .home-cta-buttons {
    z-index: 100;
    margin-top: 20px;
    padding-top: 0;
    position: relative;
  }

  .column-35 {
    padding-bottom: 0;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .more {
    font-size: 13px;
  }

  .customer-logo {
    max-height: 75px;
    max-width: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .introduction {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .h1 {
    text-align: center;
    margin-top: 20px;
    padding-right: 10px;
    font-size: 28px;
  }

  .button-more {
    z-index: 100;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .overall-tab-selector, .rich-text {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-block-3 {
    margin-left: 10px;
  }

  .column-40 {
    text-align: center;
  }

  .play-button.mobile-hide {
    display: none;
  }

  .legal-grid, .competitor-overview {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .image-81 {
    object-fit: fill;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 19px;
  }

  h3 {
    font-size: 20px;
    line-height: 23px;
  }

  p {
    margin-bottom: 15px;
    line-height: 22px;
  }

  img {
    max-width: 100%;
    text-align: center;
    margin-left: 0%;
    display: inline-block;
  }

  .cta-top-bar {
    text-align: left;
    padding-right: 20px;
  }

  .section {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.text-page-hero {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section.header {
    max-width: 100%;
    background-color: var(--flowmailer-teal);
    background-image: none;
    margin-top: -60px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .section.header.dark {
    margin-top: 0;
    padding-top: 60px;
  }

  .section.header.cms {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.header.padding-100 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.header {
    max-width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    margin-bottom: -5px;
    padding-top: 100px;
    display: inline-block;
  }

  .section.no-top-margin {
    padding-left: 10px;
  }

  .full-width-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-item {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .navbar {
    height: 60px;
    position: relative;
  }

  .overaalbutton {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    transition: background-color .2s;
    display: block;
  }

  .overaalbutton:hover {
    background-color: #04283d;
  }

  .single-line-form {
    flex-direction: column;
  }

  .footer.with-form {
    background-position: 69% 27px;
    background-size: 200%;
  }

  .nav-dropdown-list.w--open {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .nav-dropdown-inner {
    box-shadow: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
  }

  .dropdown-link {
    border-bottom-style: solid;
    padding: 15px 0;
    display: block;
  }

  .dropdown-link.enmob {
    margin-bottom: 40px;
  }

  .logo-white {
    margin-bottom: 20px;
  }

  .copyright-footer-row {
    display: block;
  }

  .brand-logo {
    margin-left: 0%;
    padding-top: 5px;
  }

  .menu-button {
    margin-top: 8px;
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--spotler-knowledge);
    border-radius: 100%;
  }

  .nav-menu {
    background-color: #fff;
    padding: 10px 10px 40px;
    position: absolute;
    overflow: visible;
  }

  .overlay-wrap {
    display: none;
  }

  .overlay {
    width: 100%;
    min-width: 0;
  }

  .main_text_rte h3 {
    margin-top: 20px;
  }

  .cms-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cms-container.header {
    padding-left: 20px;
  }

  .home_quotes {
    margin-top: 20px;
  }

  .slider_form.hideblock {
    padding-bottom: 0;
  }

  .home-cta-buttons {
    margin-top: 20px;
    padding-top: 0;
  }

  .tab.downloads.overall-tab-selector, .tab.webinars.overall-tab-selector, .tab.blogs.overall-tab-selector.w--current, .tab.legal.overall-tab-selector, .tab.all.overall-tab-selector {
    text-align: left;
  }

  .grid-3 {
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .more {
    margin-left: 0;
    padding-left: 15px;
    font-size: 13px;
  }

  .customer-logo {
    max-width: 75px;
  }

  .introduction {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .introduction.teal {
    margin-top: 0;
    font-size: 20px;
  }

  .introduction.text-center {
    text-align: left;
  }

  .introduction.bold-text.title-article {
    font-size: 16px;
  }

  .h1 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 1.25em;
  }

  .h1.white {
    text-align: left;
    padding-left: 0;
    font-size: 24px;
  }

  .button-more {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 10px;
    margin-left: -10px;
    padding-top: 0;
    display: block;
  }

  .h2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2.white {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .h2.white.inline-text {
    padding-left: 0;
  }

  .h2.inline-text, .h2.text-center {
    padding-left: 0;
    padding-right: 0;
  }

  .h2.text-white {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .h2.red.inline-text {
    padding-left: 5px;
  }

  .paragraph, .paragraph.white {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.white.footer-link {
    padding-left: 0;
    font-size: 12px;
  }

  .paragraph.margin-left-10 {
    margin-left: 0;
  }

  .overall-tab-selector {
    margin-left: 0;
    margin-right: 0;
  }

  .overall-bullet-list {
    padding-right: 20px;
  }

  .overall-subtab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .article-filter {
    margin-left: 0;
  }

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

  .rich-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text h2 {
    color: var(--spotler-knowledge);
  }

  .rich-text li {
    line-height: 22px;
  }

  .rich-text img {
    width: 300px;
    max-width: 300px;
    object-fit: fill;
    display: block;
  }

  .image-80 {
    max-width: 80%;
    margin-left: 10%;
    display: block;
  }

  .overall-6-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .h3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3.white {
    padding-left: 0;
    padding-right: 0;
  }

  .h3.white.text-center {
    padding-left: 0;
  }

  .column-47 {
    display: none;
  }

  .article.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-3 {
    margin-left: 10px;
  }

  .nav-link-2 {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .column-aligned-center {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-aligned-center.tabel.dark {
    flex-direction: row;
  }

  .column-aligned-center.table-row {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .column-aligned-center.table-row.grey.mobile-hide {
    display: none;
  }

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

  .align-right.top-margin-10 {
    margin-top: 10px;
  }

  .author-name {
    margin-top: 0;
  }

  .date-picker {
    margin-bottom: 0;
    line-height: 1.6em;
    display: inline-block;
  }

  .date {
    line-height: 1.6em;
  }

  .subheader {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6em;
  }

  .mobile-hide {
    display: none;
  }

  .button {
    align-self: auto;
    transition: background-color .2s;
  }

  .button:hover {
    background-color: #054164;
  }

  .button.red {
    margin-left: 0;
  }

  .button.red:hover {
    background-color: #b4131d;
  }

  .article-header {
    max-width: 100%;
    object-fit: fill;
    object-position: 50% 0%;
    margin-top: 10px;
    margin-left: 0%;
    display: block;
    overflow: hidden;
  }

  .category {
    display: none;
  }

  .collection-item {
    padding-left: 0;
  }

  .competitor-block.mobile-hide {
    display: none;
  }

  .competitor-block-image {
    width: 100%;
  }

  .first-aligned-mobile {
    order: -1;
    margin-bottom: 20px;
  }

  .call-to-action-icon {
    padding-left: 10px;
  }

  .legal-grid {
    max-width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .list {
    padding-left: 40px;
  }

  .list.no-bullets {
    list-style-type: none;
  }

  .list.no-bullets.header {
    margin-bottom: 0;
    padding-left: 0;
  }

  .h4 {
    padding-left: 10px;
  }

  .column-top, .dropdown, .grid {
    display: block;
  }

  .section-selector {
    text-align: left;
    padding-left: 0;
    display: none;
  }

  .competitor-overview {
    max-width: 100%;
    margin-right: 20px;
    display: block;
  }

  .desktop-hide {
    max-width: 100%;
    display: block;
  }

  .desktop-hide.mobile-hide {
    display: none;
  }

  .dropdown-full-width {
    box-shadow: none;
    border-bottom: 1px #dadada;
    border-radius: 0;
    position: static;
  }

  .dropdown---more {
    border-bottom-style: none;
    padding: 15px;
    display: block;
  }

  .dropdown---more.mobile-hide {
    display: none;
  }

  .column-aligned-top {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-aligned-top.mobile-hide {
    display: none;
  }

  .container {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .non-bold-mobile {
    font-weight: 400;
  }

  .image-81 {
    margin-bottom: -50px;
  }

  ._60-width {
    position: static;
  }
}

#w-node-f31bf996-6e8d-0b2c-265a-675201fa831b-712805a8, #w-node-f31bf996-6e8d-0b2c-265a-675201fa831f-712805a8, #w-node-f31bf996-6e8d-0b2c-265a-675201fa8323-712805a8, #w-node-f31bf996-6e8d-0b2c-265a-675201fa8327-712805a8, #w-node-f31bf996-6e8d-0b2c-265a-675201fa832b-712805a8, #w-node-f31bf996-6e8d-0b2c-265a-675201fa832f-712805a8, #w-node-f31bf996-6e8d-0b2c-265a-675201fa8333-712805a8, #w-node-_51a86ce8-4588-327c-7876-253cea9372ac-7128061e, #w-node-_51a86ce8-4588-327c-7876-253cea9372b0-7128061e, #w-node-_51a86ce8-4588-327c-7876-253cea9372b4-7128061e, #w-node-_51a86ce8-4588-327c-7876-253cea9372b8-7128061e, #w-node-_51a86ce8-4588-327c-7876-253cea9372bc-7128061e, #w-node-_51a86ce8-4588-327c-7876-253cea9372c0-7128061e, #w-node-_51a86ce8-4588-327c-7876-253cea9372c4-7128061e, #w-node-ea298145-45f1-e08f-5233-bbd3ff4532b9-ff4532b2, #w-node-ea298145-45f1-e08f-5233-bbd3ff4532bd-ff4532b2, #w-node-ea298145-45f1-e08f-5233-bbd3ff4532c1-ff4532b2, #w-node-ea298145-45f1-e08f-5233-bbd3ff4532c5-ff4532b2, #w-node-ea298145-45f1-e08f-5233-bbd3ff4532c9-ff4532b2, #w-node-ea298145-45f1-e08f-5233-bbd3ff4532cd-ff4532b2, #w-node-ea298145-45f1-e08f-5233-bbd3ff4532d1-ff4532b2 {
  align-self: center;
  justify-self: center;
}

#w-node-_7616aa42-ccdb-7bd5-cadf-e976b5d8c824-71280625, #w-node-ccb3ac8b-8184-d303-2941-2ead4f9da0a6-71280625, #w-node-_64236d0d-4adc-68bf-ae6a-f6be20a11029-71280625, #w-node-c5312698-0920-dab2-6296-6eabe59c8651-71280625, #w-node-_7616aa42-ccdb-7bd5-cadf-e976b5d8c824-71280626, #w-node-ccb3ac8b-8184-d303-2941-2ead4f9da0a6-71280626, #w-node-_64236d0d-4adc-68bf-ae6a-f6be20a11029-71280626, #w-node-c5312698-0920-dab2-6296-6eabe59c8651-71280626, #w-node-bc86d722-acfd-d350-b3d5-1494f505b2cc-71280637, #w-node-_749cf56d-39d9-9857-aca4-bf4fad31a5c9-71280637, #w-node-_86c472fa-5dbf-6925-92af-3322354430fd-71280637, #w-node-_6fa96e27-2f3b-2e47-3827-f24a2f15f22f-71280637, #w-node-_4bd4b6e0-4ed6-5f51-23dc-fa75bbad808a-71280637, #w-node-_9ef535eb-852c-bb27-10de-d9689d06a4e7-71280637, #w-node-_8272cfc0-c474-d8e9-6c53-42a55a791d54-71280637, #w-node-eaf2157e-f969-70c4-c1ce-b004a0ed9139-71280637, #w-node-_1d06f927-b859-3137-6aa4-3f8796e83bbf-71280637, #w-node-_7b195074-cfe9-0f14-aff1-59bc01dd1f53-71280637, #w-node-_7b195074-cfe9-0f14-aff1-59bc01dd1f61-71280637, #w-node-_7b195074-cfe9-0f14-aff1-59bc01dd1f6f-71280637, #w-node-a8ff7610-b1b9-82fb-1de9-2c00d26f5380-71280637, #w-node-fada0430-617f-77e5-f2bd-88defdbb1ec2-71280637, #w-node-fada0430-617f-77e5-f2bd-88defdbb1ede-71280637, #w-node-fada0430-617f-77e5-f2bd-88defdbb1eec-71280637, #w-node-e7cfe85d-3995-7de6-febc-8e7edd9a91e5-71280637, #w-node-e7cfe85d-3995-7de6-febc-8e7edd9a91f3-71280637, #w-node-_3c248799-22f4-a7a3-4442-d4959813eb3b-7128065b, #w-node-_37f3c95c-a5bd-c0f2-769e-43c76208ac44-7128065b, #w-node-e0f6cf9f-a590-a416-a739-c0ed9ddf160b-7128065b, #w-node-_4cb7e116-eb6e-ce12-0231-a6a3310d6f3e-3ce49a05, #w-node-_4cb7e116-eb6e-ce12-0231-a6a3310d6f44-3ce49a05, #w-node-_4cb7e116-eb6e-ce12-0231-a6a3310d6f50-3ce49a05, #w-node-_4cb7e116-eb6e-ce12-0231-a6a3310d6f3e-2c8ae51e, #w-node-_4cb7e116-eb6e-ce12-0231-a6a3310d6f44-2c8ae51e, #w-node-_4cb7e116-eb6e-ce12-0231-a6a3310d6f50-2c8ae51e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Bold.woff2') format('woff2'), url('../fonts/GreycliffCF-ExtraBold.woff2') format('woff2'), url('../fonts/GreycliffCF-Bold.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-ExtraBold.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-Bold.woff') format('woff'), url('../fonts/GreycliffCF-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-BoldOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-ExtraBoldOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-BoldOblique.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-ExtraBoldOblique.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-BoldOblique.woff') format('woff'), url('../fonts/GreycliffCF-ExtraBoldOblique.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-DemiBold.woff2') format('woff2'), url('../fonts/GreycliffCF-DemiBold.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-DemiBoldOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-DemiBoldOblique.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-DemiBoldOblique.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Medium.woff2') format('woff2'), url('../fonts/GreycliffCF-Medium.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Light.woff2') format('woff2'), url('../fonts/GreycliffCF-Light.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Heavy.woff2') format('woff2'), url('../fonts/GreycliffCF-Heavy.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Regular.woff2') format('woff2'), url('../fonts/GreycliffCF-Regular.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-HeavyOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-HeavyOblique.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-HeavyOblique.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-LightOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-LightOblique.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-MediumOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-MediumOblique.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-RegularOblique.woff2') format('woff2'), url('../fonts/GreycliffCF-RegularOblique.eot') format('embedded-opentype'), url('../fonts/GreycliffCF-RegularOblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 Regular';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 Brands';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 Solid';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}