@charset "UTF-8";
/* Variables */
/* Typograhpy mixins */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4 {
  font-weight: 600;
}

/*
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

p {
  margin: 0;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.datepicker-container {
  padding: 10px;
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-panel ul[data-view=days] li {
  border-radius: 100%;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
  /*
          &.highlighted {
            background-color: rgb(229, 242, 255);

            &:hover {
              background-color: rgb(204, 229, 255);
            }
          }
  */
}
.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  border: 1px solid #39f;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
  /*
            &.highlighted {
              background-color: rgb(229, 242, 255);
            }
  */
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}

@font-face {
  font-family: "hooray-icons";
  src: url("../inc/fonts/hooray-icons/hooray-icons.ttf?swvjpu") format("truetype"), url("../inc/fonts/hooray-icons/hooray-icons.woff?swvjpu") format("woff"), url("../inc/fonts/hooray-icons/hooray-icons.svg?swvjpu#hooray-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hooray-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-specialism:before {
  content: "\e941";
}

.icon-website:before {
  content: "\e942";
}

.icon-location:before {
  content: "\e943";
}

.icon-security:before {
  content: "\e92f";
}

.icon-goals:before {
  content: "\e939";
}

.icon-workflows:before {
  content: "\e93f";
}

.icon-documenten:before {
  content: "\e940";
}

.icon-document:before {
  content: "\e930";
}

.icon-payslip:before {
  content: "\e918";
}

.icon-receipt:before {
  content: "\e929";
}

.icon-documents-text:before {
  content: "\e90f";
}

.icon-document-text:before {
  content: "\e90e";
}

.icon-document-text-2:before {
  content: "\e926";
}

.icon-document-locked:before {
  content: "\e927";
}

.icon-documents:before {
  content: "\e928";
}

.icon-certificate:before {
  content: "\e92c";
}

.icon-note:before {
  content: "\e92a";
}

.icon-speech:before {
  content: "\e92b";
}

.icon-graduate:before {
  content: "\e92d";
}

.icon-id-card:before {
  content: "\e92e";
}

.icon-archive:before {
  content: "\e931";
}

.icon-options:before {
  content: "\e932";
}

.icon-document-image:before {
  content: "\e933";
}

.icon-document-word:before {
  content: "\e934";
}

.icon-document-excel:before {
  content: "\e935";
}

.icon-document-pdf:before {
  content: "\e936";
}

.icon-book:before {
  content: "\e937";
}

.icon-car:before {
  content: "\e938";
}

.icon-clipboard:before {
  content: "\e93a";
}

.icon-bike:before {
  content: "\e93b";
}

.icon-handshake:before {
  content: "\e93c";
}

.icon-laptop:before {
  content: "\e93d";
}

.icon-paperclip:before {
  content: "\e93e";
}

.icon-app:before {
  content: "\e925";
}

.icon-hooray:before {
  content: "\e924";
}

.icon-facebook:before {
  content: "\e921";
}

.icon-linkedin:before {
  content: "\e922";
}

.icon-twitter:before {
  content: "\e923";
}

.icon-add-user:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-calendar:before {
  content: "\e905";
}

.icon-chat:before {
  content: "\e906";
}

.icon-check:before {
  content: "\e907";
}

.icon-chev:before {
  content: "\e908";
}

.icon-clock:before {
  content: "\e909";
}

.icon-company:before {
  content: "\e90a";
}

.icon-creditcard:before {
  content: "\e90b";
}

.icon-cross:before {
  content: "\e90c";
}

.icon-dashboard:before {
  content: "\e90d";
}

.icon-euro:before {
  content: "\e910";
}

.icon-flag:before {
  content: "\e911";
}

.icon-folder:before {
  content: "\e912";
}

.icon-logout:before {
  content: "\e913";
}

.icon-mail:before {
  content: "\e914";
}

.icon-menu:before {
  content: "\e915";
}

.icon-mutation:before {
  content: "\e916";
}

.icon-patch:before {
  content: "\e917";
}

.icon-plane:before {
  content: "\e919";
}

.icon-plus:before {
  content: "\e91a";
}

.icon-present:before {
  content: "\e91b";
}

.icon-reports:before {
  content: "\e91c";
}

.icon-settings:before {
  content: "\e91d";
}

.icon-team:before {
  content: "\e91e";
}

.icon-phone:before {
  content: "\e91f";
}

.icon-user:before {
  content: "\e920";
}

@font-face {
  font-family: "Avenir";
  src: url("../inc/fonts/avenir/36F5EF_2_0.eot");
  src: url("../inc/fonts/avenir/36F5EF_2_0.eot?#iefix") format("embedded-opentype"), url("../inc/fonts/avenir/36F5EF_2_0.woff2") format("woff2"), url("../inc/fonts/avenir/36F5EF_2_0.woff") format("woff"), url("../inc/fonts/avenir/36F5EF_2_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Avenir";
  src: url("../inc/fonts/avenir/36F5EF_6_0.eot");
  src: url("../inc/fonts/avenir/36F5EF_6_0.eot?#iefix") format("embedded-opentype"), url("../inc/fonts/avenir/36F5EF_6_0.woff2") format("woff2"), url("../inc/fonts/avenir/36F5EF_6_0.woff") format("woff"), url("../inc/fonts/avenir/36F5EF_6_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Avenir";
  src: url("../inc/fonts/avenir/36F5EF_8_0.eot");
  src: url("../inc/fonts/avenir/36F5EF_8_0.eot?#iefix") format("embedded-opentype"), url("../inc/fonts/avenir/36F5EF_8_0.woff2") format("woff2"), url("../inc/fonts/avenir/36F5EF_8_0.woff") format("woff"), url("../inc/fonts/avenir/36F5EF_8_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
/** Body **/
html,
body {
  background-color: rgb(255, 255, 255);
  color: rgb(20, 35, 64);
  font-family: "Avenir", "sans-serif";
  font-size: 100%;
  font-size: 1em;
  line-height: 1.5;
  font-weight: normal;
}

/** Box-sizing **/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDownShort {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInMegaMenuSmall {
  from {
    opacity: 0.5;
    transform: translate3d(-50%, -1rem, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes slideInMegaMenuBig {
  from {
    opacity: 0.5;
    transform: translateY(-1rem);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-item {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.-fade-in-item {
  animation: fade-in-item 0.5s;
}

.-hidden {
  opacity: 0;
}

.wysiwyg {
  max-width: 40rem;
  /* Links */
}
.wysiwyg.-fullWidth {
  max-width: none;
}
.wysiwyg.-small p {
  font-size: 0.8em;
}
.wysiwyg pre {
  color: rgb(107, 131, 154);
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Avenir", "sans-serif";
}
.wysiwyg pre + h1 {
  margin-top: 0;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.wysiwyg h1:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child {
  margin-top: 0;
}
@media (min-width: 52em) {
  .wysiwyg br.-show-on-mobile {
    display: none;
  }
}
.wysiwyg br.-hide-on-mobile {
  display: none;
}
@media (min-width: 52em) {
  .wysiwyg br.-hide-on-mobile {
    display: inline-block;
  }
}
.wysiwyg h1 {
  font-size: 1.55rem;
  line-height: 1.3;
}
@media (min-width: 52em) {
  .wysiwyg h1 {
    font-size: 2.5rem;
  }
}
.wysiwyg h1.-act-as-h2 {
  font-size: 1.375rem;
  line-height: 1.3;
}
@media (min-width: 52em) {
  .wysiwyg h1.-act-as-h2 {
    font-size: 1.875rem;
  }
}
.wysiwyg h1.-act-as-h3 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 52em) {
  .wysiwyg h1.-act-as-h3 {
    font-size: 1.5rem;
  }
}
.wysiwyg h2 {
  font-size: 1.375rem;
  line-height: 1.3;
}
@media (min-width: 52em) {
  .wysiwyg h2 {
    font-size: 1.875rem;
  }
}
.wysiwyg h2.-act-as-h1 {
  font-size: 1.55rem;
  line-height: 1.3;
}
@media (min-width: 52em) {
  .wysiwyg h2.-act-as-h1 {
    font-size: 2.5rem;
  }
}
.wysiwyg h2.-act-as-h3 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 52em) {
  .wysiwyg h2.-act-as-h3 {
    font-size: 1.5rem;
  }
}
.wysiwyg h3 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 52em) {
  .wysiwyg h3 {
    font-size: 1.5rem;
  }
}
.wysiwyg h3.-act-as-h1 {
  font-size: 1.55rem;
  line-height: 1.3;
}
@media (min-width: 52em) {
  .wysiwyg h3.-act-as-h1 {
    font-size: 2.5rem;
  }
}
.wysiwyg h3.-act-as-h2 {
  font-size: 1.375rem;
  line-height: 1.3;
}
@media (min-width: 52em) {
  .wysiwyg h3.-act-as-h2 {
    font-size: 1.875rem;
  }
}
.wysiwyg p {
  line-height: 1.625;
  margin-bottom: 1.8rem;
}
.wysiwyg p:last-child {
  margin-bottom: 0.9rem;
}
.wysiwyg a:not(.button) {
  color: rgb(0, 108, 201);
  text-decoration: underline;
}
.wysiwyg a:not(.button):hover {
  color: #005196;
  text-decoration: none;
}
.wysiwyg a:not(.button):active {
  color: #003563;
}
.wysiwyg a.anchor_download {
  color: rgb(20, 35, 64);
  text-decoration: underline;
  display: block;
}
.wysiwyg a.anchor_download:hover {
  text-decoration: none;
}
.wysiwyg a.anchor_download::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../inc/icons/download-dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: -0.1em;
}
.wysiwyg a.button + a.button {
  margin-left: 0.9rem;
}
.wysiwyg a.button {
  display: inline-block;
}
@media (max-width: 35em) {
  .wysiwyg a.button {
    width: 100%;
    margin-bottom: 0.9rem;
  }
  .wysiwyg a.button + a.button {
    margin-left: 0;
  }
}
.wysiwyg div.iframe.-oembed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.wysiwyg div.iframe.-oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
  margin: 1.8rem 0;
  border-radius: 10px;
}
.wysiwyg iframe, .wysiwyg embed {
  max-width: 100%;
}
.wysiwyg .responsive_table {
  max-width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 1.8rem;
}
.wysiwyg table {
  font-size: 0.875em;
  border: 0;
}
.wysiwyg table td, .wysiwyg table tr, .wysiwyg table th {
  padding: 0.45rem;
  border: 0;
}
.wysiwyg table.-rm-first-tr tr:first-child {
  display: none;
}
.wysiwyg ul, .wysiwyg ol {
  margin: 1.8rem 0;
}
.wysiwyg ul.checklist, .wysiwyg ul.-checklist, .wysiwyg ol.checklist, .wysiwyg ol.-checklist {
  list-style: none;
}
.wysiwyg ul.checklist li, .wysiwyg ul.-checklist li, .wysiwyg ol.checklist li, .wysiwyg ol.-checklist li {
  position: relative;
  padding-left: 1.9em;
  padding-bottom: 0.45rem;
}
.wysiwyg ul.checklist li::before, .wysiwyg ul.-checklist li::before, .wysiwyg ol.checklist li::before, .wysiwyg ol.-checklist li::before {
  content: "\e907";
  font-family: "hooray-icons";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(0, 108, 201);
  line-height: 1.4;
}
.wysiwyg ul.checklist.center li, .wysiwyg ul.checklist.-center li, .wysiwyg ul.-checklist.center li, .wysiwyg ul.-checklist.-center li, .wysiwyg ol.checklist.center li, .wysiwyg ol.checklist.-center li, .wysiwyg ol.-checklist.center li, .wysiwyg ol.-checklist.-center li {
  text-align: center;
  padding-left: 0;
}
.wysiwyg ul.checklist.center li::before, .wysiwyg ul.checklist.-center li::before, .wysiwyg ul.-checklist.center li::before, .wysiwyg ul.-checklist.-center li::before, .wysiwyg ol.checklist.center li::before, .wysiwyg ol.checklist.-center li::before, .wysiwyg ol.-checklist.center li::before, .wysiwyg ol.-checklist.-center li::before {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}
.wysiwyg ul.bright li:before, .wysiwyg ul.-bright li:before, .wysiwyg ol.bright li:before, .wysiwyg ol.-bright li:before {
  color: rgb(64, 255, 169);
}
.wysiwyg ul.banner, .wysiwyg ul.-banner, .wysiwyg ol.banner, .wysiwyg ol.-banner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  font-size: 0.8125rem;
  margin: 1em auto;
  border-radius: 0.25rem;
  background-color: rgb(248, 249, 249);
  padding: 0.75em 1.25em 0.5em 1.25em;
  width: fit-content;
  line-height: 1;
}
.wysiwyg ul.banner.-hide-mobile, .wysiwyg ul.-banner.-hide-mobile, .wysiwyg ol.banner.-hide-mobile, .wysiwyg ol.-banner.-hide-mobile {
  display: none;
}
@media (min-width: 35em) {
  .wysiwyg ul.banner.-hide-mobile, .wysiwyg ul.-banner.-hide-mobile, .wysiwyg ol.banner.-hide-mobile, .wysiwyg ol.-banner.-hide-mobile {
    display: flex;
  }
}
@media (min-width: 52em) {
  .wysiwyg ul.banner, .wysiwyg ul.-banner, .wysiwyg ol.banner, .wysiwyg ol.-banner {
    flex-flow: row nowrap;
  }
}
.wysiwyg ul.banner li, .wysiwyg ul.-banner li, .wysiwyg ol.banner li, .wysiwyg ol.-banner li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
  gap: 0.5em;
  padding: 0;
  margin: 0;
}
.wysiwyg ul.banner li::before, .wysiwyg ul.-banner li::before, .wysiwyg ol.banner li::before, .wysiwyg ol.-banner li::before {
  position: relative;
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url("../inc/icons/icon-check-bold.svg") no-repeat center center;
  background-size: contain;
  display: block;
  margin-top: -2px;
  color: rgb(0, 108, 201);
}
.wysiwyg ul.-noMargin, .wysiwyg ol.-noMargin {
  margin: 0;
}
.wysiwyg .yt-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wysiwyg .yt-container iframe, .wysiwyg .yt-container object, .wysiwyg .yt-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg blockquote {
  font-size: 1.5625em;
  line-height: 1.2;
  margin: 1.8rem 0;
  padding-right: 3.6rem;
  position: relative;
}
.wysiwyg blockquote::after {
  content: "“";
  font-size: 5em;
  font-weight: 700;
  color: rgb(0, 108, 201);
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 52em) {
  .wysiwyg blockquote {
    width: 65.6666666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.wysiwyg .-well {
  background-color: rgba(20, 35, 64, 0.05);
  border-radius: 0.25rem;
  color: rgb(20, 35, 64);
  padding: 0.6rem 0.9rem;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 0.9rem;
}
.wysiwyg .-error {
  border: 2px solid rgb(255, 178, 100);
  border-radius: 0.25rem;
  color: rgb(255, 178, 100);
  padding: 0.6rem 0.9rem;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 0.9rem;
  font-weight: 500;
}
.wysiwyg .-success {
  border: 2px solid rgb(91, 176, 47);
  border-radius: 0.25rem;
  color: rgb(91, 176, 47);
  padding: 0.6rem 0.9rem;
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 0.9rem;
  font-weight: 500;
}

.page {
  min-height: 100vh;
  z-index: 0;
}
.page__section {
  padding: 0 1.8rem;
  position: relative;
}
.page__section.-background-primary {
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
}
.page__section.-background-primary-light {
  background-color: rgb(242, 248, 253);
}
.page__section.-gradient {
  background-image: linear-gradient(180deg, rgb(235, 243, 250) 0, rgba(235, 243, 250, 0) 40rem);
}
.page__section.-gradient-reversed {
  background-image: linear-gradient(0deg, rgb(235, 243, 250) 0, rgba(235, 243, 250, 0) 40rem);
}
.page__section.-marginBottom {
  margin-bottom: 3.6rem;
}
.page__confetti {
  content: "";
  width: 100vw;
  height: 100vw;
  max-width: 30vw;
  max-height: 30vw;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.page__confetti.-blue {
  background-image: url("../inc/img/bg-circle-blue.png");
  right: -15%;
  top: -2%;
}
.page__confetti.-green {
  background-image: url("../inc/img/bg-pendulum-green.png");
  left: -25%;
  top: 30%;
  max-width: 40vw;
  max-height: 40vw;
}
@media (max-width: 52em) {
  .page__confetti.-green {
    display: none;
  }
}
.page__block {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}
.page__block::after {
  content: "";
  display: table;
  clear: both;
}
.page__block.-marginBottom {
  margin-bottom: 3.6rem;
}
.page__block.-is-page {
  padding: 3.6rem;
  margin-bottom: 3.6rem;
}
.page__block.-full {
  max-width: 100%;
}
.page__block.-small-size {
  max-width: 40rem;
}
.page__block.-medium-size {
  max-width: 30rem;
}
@media (min-width: 52em) {
  .page__section.-no-image .page__block {
    padding-top: 3.6rem;
  }
  .page__block.-boxed {
    box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  }
  .page__block.-has-aside {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.8rem;
  }
}

.knowledgeTaxs {
  margin: 1.8rem 0 3.6rem 0;
}
.knowledgeTaxs__heading {
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 0 0.75em 0;
}
@media (min-width: 52em) {
  .knowledgeTaxs__heading {
    font-size: 1.875rem;
  }
}
.knowledgeTaxs__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid rgba(186, 194, 199, 0.3);
  margin-bottom: 0.9rem;
  color: rgb(20, 35, 64);
  width: 100%;
  padding: 0.9rem 1.8rem 0.9rem 0.45rem;
}
.knowledgeTaxs__item:hover {
  background-color: rgb(248, 249, 249);
}
.knowledgeTaxs__image {
  flex: 0 1 auto;
  width: 35%;
}
.knowledgeTaxs__content {
  flex: 0 1 auto;
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.knowledgeTaxs__title {
  font-size: 1.25em;
  margin: 0 0 0.3rem 0;
  line-height: 1.3em;
}
@media (min-width: 52em) {
  .knowledgeTaxs__heading {
    font-size: 1.625em;
  }
  .knowledgeTaxs__loop {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  .knowledgeTaxs__item {
    flex-direction: column;
    align-items: center;
    padding: 1.8rem;
    margin-bottom: 1.8rem;
    width: 31.3333333333%;
    margin-right: 3%;
  }
  .knowledgeTaxs__item:nth-child(3n) {
    margin-right: 0;
  }
  .knowledgeTaxs__title {
    font-size: 1.625em;
  }
  .knowledgeTaxs__content {
    text-align: center;
    width: 100%;
  }
  .knowledgeTaxs__image {
    width: 70%;
    margin-bottom: 1.8rem;
  }
}

body.page-template-template-signup,
body.page-template-template-signup-email,
body.page-template-template-signup-success {
  position: relative;
  min-height: 100vh;
}
body.page-template-template-signup .navMain,
body.page-template-template-signup-email .navMain,
body.page-template-template-signup-success .navMain {
  display: none;
}
body.page-template-template-signup .headerMain,
body.page-template-template-signup-email .headerMain,
body.page-template-template-signup-success .headerMain {
  position: relative;
}
body.page-template-template-signup .headerMain__login, body.page-template-template-signup .headerMain__register, body.page-template-template-signup .headerMain__navToggle, body.page-template-template-signup .headerMain__navsub,
body.page-template-template-signup-email .headerMain__login,
body.page-template-template-signup-email .headerMain__register,
body.page-template-template-signup-email .headerMain__navToggle,
body.page-template-template-signup-email .headerMain__navsub,
body.page-template-template-signup-success .headerMain__login,
body.page-template-template-signup-success .headerMain__register,
body.page-template-template-signup-success .headerMain__navToggle,
body.page-template-template-signup-success .headerMain__navsub {
  display: none;
}
body.page-template-template-signup .footer,
body.page-template-template-signup-email .footer,
body.page-template-template-signup-success .footer {
  display: none;
}
body.page-template-template-signup .page__section,
body.page-template-template-signup-email .page__section,
body.page-template-template-signup-success .page__section {
  padding: 0;
}

.contentBuilder__row {
  background-color: rgb(255, 255, 255);
}
.contentBuilder__row.-rounded-all {
  border-radius: 3.125rem;
}
.contentBuilder__row.-rounded-top {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
@media (min-width: 52em) {
  .contentBuilder__row.-rounded-top {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }
}
.contentBuilder__row.-rounded-bottom {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  z-index: 0;
}
@media (min-width: 52em) {
  .contentBuilder__row.-rounded-bottom {
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
  }
}
.contentBuilder__row.-gradient {
  background-image: linear-gradient(180deg, rgb(235, 243, 250) 0, rgba(235, 243, 250, 0) 40rem);
}
.contentBuilder__row.-grey-bg {
  background-color: rgb(248, 249, 249);
}
.contentBuilder__row.-blue-confetti {
  background: url("../inc/img/confetti-circle-gradient.svg") no-repeat rgb(0, 108, 201);
  background-size: 20rem auto;
  background-position: left -15% top;
  color: rgb(255, 255, 255);
}
@media (min-width: 52em) {
  .contentBuilder__row.-blue-confetti {
    background-position: left 10% top;
    background-size: 35rem auto;
  }
}
.contentBuilder__row.-blue-confetti-top-half {
  background: linear-gradient(180deg, rgb(0, 108, 201) 50%, rgb(255, 255, 255) calc(50% + 1px));
}
.contentBuilder__row.-blue-confetti-top-half::before {
  content: "";
  background: url("../inc/img/confetti-circle-gradient.svg") no-repeat;
  display: block;
  background-size: 40% auto;
  background-position: right -15% top;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
@media (min-width: 52em) {
  .contentBuilder__row.-blue-confetti-top-half::before {
    background-size: 30% auto;
    background-position: right 15% top;
  }
}
.contentBuilder__row.-bg-transition.-bg-transition-grey_bg-to-default {
  background: linear-gradient(180deg, rgb(248, 249, 249) 50%, rgb(255, 255, 255) calc(50% + 1px));
}
.contentBuilder__row.-bg-transition.-bg-transition-primary-light-to-default {
  background: linear-gradient(180deg, rgb(242, 248, 253) 50%, rgb(255, 255, 255) calc(50% + 1px));
}
.contentBuilder__row.-bg-transition.-bg-transition-default-to-grey_bg, .contentBuilder__row.-bg-transition.-bg-transition-gradient-to-grey_bg {
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(248, 249, 249) calc(50% + 1px));
}
.contentBuilder__row.-bg-transition.-bg-transition-grey_bg-to-gradient {
  background: linear-gradient(180deg, rgb(248, 249, 249) 50%, rgb(235, 243, 250) calc(50% + 1px));
}
.contentBuilder__row.-bg-transition.-bg-transition-default-to-gradient {
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(235, 243, 250) calc(50% + 1px));
}
.contentBuilder__row.-bg-transition.-bg-transition-blue-confetti-to-default, .contentBuilder__row.-bg-transition.-bg-transition-blue_confetti-to-default {
  background: linear-gradient(180deg, rgb(0, 108, 201) 50%, rgb(255, 255, 255) calc(50% + 1px));
}
.contentBuilder__row.-bg-transition.-bg-transition-blue-confetti-to-grey_bg, .contentBuilder__row.-bg-transition.-bg-transition-blue_confetti-to-grey_bg {
  background: linear-gradient(180deg, rgb(0, 108, 201) 50%, rgb(248, 249, 249) calc(50% + 1px));
}
.contentBuilder__row.-bg-transition.-bg-transition-blue-confetti-to-gradient, .contentBuilder__row.-bg-transition.-bg-transition-blue_confetti-to-gradient {
  background: linear-gradient(180deg, rgb(0, 108, 201) 50%, rgb(235, 243, 250) calc(50% + 1px));
}
.contentBuilder__row.-bg-transition.-bg-transition-default-to-blue-confetti, .contentBuilder__row.-bg-transition.-bg-transition-default-to-blue_confetti, .contentBuilder__row.-bg-transition.-bg-transition-gradient-to-blue-confetti, .contentBuilder__row.-bg-transition.-bg-transition-gradient-to-blue_confetti {
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(0, 108, 201) calc(50% + 1px));
}
.contentBuilder__row.-bg-transition.-bg-transition-grey_bg-to-blue-confetti, .contentBuilder__row.-bg-transition.-bg-transition-grey_bg-to-blue_confetti {
  background: linear-gradient(180deg, rgb(248, 249, 249) 50%, rgb(0, 108, 201) calc(50% + 1px));
}
.contentBuilder__row.-pull-up-under {
  margin-top: -3.125rem;
  padding-top: 3.125rem;
}
.contentBuilder__row.-pull-up-over {
  margin-top: -3.125rem;
  padding-top: 0;
}
.contentBuilder__row.-next-pulled-up {
  padding-bottom: 3.125rem;
}
.contentBuilder__row.-z-top {
  z-index: 100;
}
.contentBuilder__row.-z-bottom {
  z-index: 0;
}
.contentBuilder .block {
  margin: 0 auto 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.contentBuilder .block.-m-top-1 {
  padding-top: 1.8rem;
}
.contentBuilder .block.-m-bottom-1 {
  padding-bottom: 1.8rem;
}
.contentBuilder .block.-m-top-2 {
  padding-top: 3.6rem;
}
.contentBuilder .block.-m-bottom-2 {
  padding-bottom: 3.6rem;
}
.contentBuilder .block.-m-top-3 {
  padding-top: 5.4rem;
}
.contentBuilder .block.-m-bottom-3 {
  padding-bottom: 5.4rem;
}
.contentBuilder .block.-m-top-4 {
  padding-top: 7.2rem;
}
.contentBuilder .block.-m-bottom-4 {
  padding-bottom: 7.2rem;
}
.contentBuilder .block.-width-small {
  max-width: 30rem;
}
.contentBuilder .block.-width-medium {
  max-width: 40rem;
}
.contentBuilder .block.-width-large {
  max-width: 75rem;
}
.contentBuilder .block.-width-full {
  max-width: 100vw;
  width: 100vw;
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}
.contentBuilder .block:last-child {
  margin-bottom: 0;
}

.calcHoliday__hero {
  background-color: rgb(0, 108, 201);
  padding: 0 1.8rem 0 1.8rem;
  overflow: hidden;
}
.calcHoliday__hero__content {
  width: 75rem;
  max-width: calc(100vw - (3.6rem));
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}
.calcHoliday__hero__title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 0.45rem 0;
}
.calcHoliday__hero__subTitle {
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  max-width: 40rem;
  margin-bottom: 1.8rem;
}
@media (min-width: 52em) {
  .calcHoliday__hero {
    background-size: cover;
  }
  .calcHoliday__hero__content {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
    text-align: center;
  }
  .calcHoliday__hero__title {
    font-size: 2.75rem;
    max-width: 40rem;
    margin: 0 auto 0.25em auto;
    text-align: center;
  }
  .calcHoliday__hero__subTitle {
    font-size: 1.375rem;
    margin: 0 auto 0 auto;
    text-align: center;
    margin-bottom: 1.8rem;
  }
}
.calcHoliday__main {
  width: 75rem;
  max-width: calc(100vw - (3.6rem));
  margin-left: auto;
  margin-right: auto;
  padding: 1.8rem 0;
}
@media (min-width: 52em) {
  .calcHoliday__main::after {
    content: "";
    display: table;
    clear: both;
  }
  .calcHoliday__main__colLeft {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .calcHoliday__main__colLeft::after {
    content: "";
    display: table;
    clear: both;
  }
  .calcHoliday__main__colLeft:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .calcHoliday__main__colLeft:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .calcHoliday__main__colLeft:nth-child(2n+1) {
    clear: both;
  }
  .calcHoliday__main__colRight {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .calcHoliday__main__colRight::after {
    content: "";
    display: table;
    clear: both;
  }
  .calcHoliday__main__colRight:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .calcHoliday__main__colRight:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .calcHoliday__main__colRight:nth-child(2n+1) {
    clear: both;
  }
}
.calcHoliday__form__title {
  font-weight: normal;
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
.calcHoliday__form__divider {
  display: block;
  border: none;
  border-top: 1px solid rgba(186, 194, 199, 0.3);
  margin: 0.5rem 0 1.5rem 0;
}
.calcHoliday__form__row {
  margin-bottom: 1rem;
}
@media (min-width: 60em) {
  .calcHoliday__form__row::after {
    content: "";
    display: table;
    clear: both;
  }
  .calcHoliday__form__col {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .calcHoliday__form__col::after {
    content: "";
    display: table;
    clear: both;
  }
  .calcHoliday__form__col:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .calcHoliday__form__col:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .calcHoliday__form__col:nth-child(2n+1) {
    clear: both;
  }
}
.calcHoliday__result__heading {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-bottom: 0.5rem !important;
}
.calcHoliday__result__heading::before {
  content: "";
  background: url("../inc/icons/holiday-dark.svg") no-repeat center center;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.75rem;
  display: inline-block;
}
.calcHoliday__result__subHeading {
  padding-bottom: 0 !important;
  font-size: 1rem !important;
}
.calcHoliday__result__data {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.calcHoliday__result__progress {
  flex: 0 1 auto;
  width: 100%;
}
.calcHoliday__result__bar {
  width: 100%;
  border-radius: 1rem;
  height: 0.875rem;
  background-color: rgba(95, 231, 255, 0.3);
  position: relative;
  margin-bottom: 0.25rem;
  overflow: hidden;
}
.calcHoliday__result__bar__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: rgb(95, 231, 255);
  transition: width 0.3s ease-in-out;
}
.calcHoliday__result__usedDays {
  font-size: 0.875rem;
  font-weight: normal;
}
.calcHoliday__result__availableDays {
  flex: 0 0 auto;
  min-width: 6.5rem;
  text-align: right;
  margin-left: 1em;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.calcHoliday__result__availableDays strong {
  display: block;
  font-size: 1.25rem;
}
.calcHoliday__error {
  display: none;
}
.calcHoliday__error__icon {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: auto;
}
.calcHoliday__error__message {
  display: block;
  padding: 0.9rem;
  text-align: center;
}

body.-blogPage {
  background-color: rgb(242, 248, 253);
}

.headerMain {
  position: relative;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 0 1.8em;
  z-index: 500;
}
.headerMain.-header-dark {
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
}
.headerMain__wrapper {
  padding: 1em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.headerMain__branding {
  flex: 0 1 auto;
  margin-right: 1.8rem;
  align-self: center;
}
.headerMain__nav {
  flex: 0 1 auto;
  margin-right: auto;
  display: none;
  align-items: center;
}
.headerMain__navToggle {
  flex: 0 1 auto;
}
.headerMain__navToggle:hover {
  background-color: transparent !important;
}
.headerMain__login {
  flex: 0 1 auto;
  align-self: center;
  display: none;
}
.headerMain__register {
  flex: 0 1 auto;
  align-self: center;
  display: none;
  gap: 0.9rem;
}
.headerMain__navSub {
  flex: 0 1 100%;
  margin-left: -1.8em;
  margin-right: -1.8em;
}
@media (min-width: 62.5rem) {
  .headerMain.-header-dark {
    border-bottom: 0px;
  }
  .headerMain__wrapper {
    padding: 0;
    align-items: stretch;
    height: 4.5rem;
  }
  .headerMain__nav {
    display: flex;
    flex-grow: 2;
  }
  .headerMain__nav > div {
    width: 100%;
  }
  .headerMain__navToggle {
    display: none;
  }
  .headerMain__login {
    display: inline-flex;
    margin-right: 0.6rem;
  }
  .headerMain__register {
    display: inline-flex;
  }
}

.hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 1.8rem;
  padding-bottom: 0.9rem;
  margin: 0;
}
.hero.-blog {
  padding-bottom: 0;
}
.hero.-blog .hero__title::after {
  content: "";
  width: 2.875rem;
  height: 1.75rem;
  display: inline-block;
  background: url("../inc/img/confetti-blog.svg") top right no-repeat;
  background-size: contain;
  vertical-align: 1rem;
}
.hero__wrapper {
  position: relative;
}
.hero__breadcrumbs {
  flex: 0 1 100%;
}
.hero__title {
  font-size: 1.55rem;
  line-height: 1.3;
  margin: 0;
  flex: 0 1 auto;
}
@media (min-width: 52em) {
  .hero__title {
    font-size: 2.5rem;
  }
}
.hero__title.-on-page {
  margin-bottom: 0.5em;
}
.hero__text {
  font-size: 1rem;
  font-weight: 400;
}
.hero__date {
  font-size: 0.875rem;
  color: rgb(107, 131, 154);
  margin-top: 0.9rem;
  flex: 0 1 auto;
}
.hero__form {
  padding: 1.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100vw;
  margin-left: -1.8rem;
}
.hero__form__title {
  margin: 0 0 0.5em 0;
  font-size: 1.25rem;
}
.hero__cats {
  display: block;
  list-style: none;
  margin: 1.8rem 0 3.6rem 0;
  padding: 0;
  font-size: 0.875rem;
}
.hero__cats__item {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.25em;
}
.hero__cats__item a {
  display: inline-block;
}
.hero__cats.-noMarginTop {
  margin-top: 0;
}
.hero__featuredPost {
  position: relative;
  z-index: 1;
}
.hero__cta {
  width: 100%;
  padding: 1.8rem;
  margin-bottom: 1.8rem;
}
.hero__cta .wysiwyg p {
  margin: 0 !important;
}
.hero__cta.-boxed {
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  border-radius: 0.25rem;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 52em) {
  .hero {
    flex-direction: row;
    align-items: flex-end;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .hero.-blog {
    padding-bottom: 0;
    margin-bottom: 3.6rem;
  }
  .hero.-blog::after {
    content: "";
    height: 12rem;
    width: 100%;
    background-color: rgb(242, 248, 253);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .hero__title.-on-page {
    margin-bottom: 0.25em;
  }
  .hero__text {
    font-size: 1rem;
    max-width: 40rem;
  }
  .hero__date {
    margin-left: auto;
    margin-top: 0;
  }
  .hero__grid {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
  }
  .hero__content {
    flex: 0 1 auto;
    margin-right: 1.8rem;
    max-width: calc(100% - 25rem - 1.8rem);
    min-height: 10rem;
  }
  .hero__cats {
    margin: 3.6rem 0 1.8rem 0;
    font-size: 1rem;
  }
  .hero__cta {
    width: 25rem;
  }
  .hero__form {
    position: absolute;
    top: 0;
    right: 0;
    flex: 0 0 auto;
    padding: 1.2rem;
    border-radius: 0.25rem;
    margin-left: auto;
    width: 25rem;
  }
}

.singleBlog__hero {
  padding-left: 0;
  padding-right: 0;
}
.singleBlog__image {
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
}
.singleBlog__content {
  max-width: 40rem;
  margin: 0 auto;
  padding: 2.7rem 0 1.8rem 0;
}
.singleBlog__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1em 0;
  line-height: 1.15;
}
.singleBlog__meta {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
  padding-bottom: 1.8rem;
  margin-bottom: 2.7rem;
}
.singleBlog__time {
  margin-left: auto;
  color: rgb(107, 131, 154);
  font-size: 0.9375rem;
  font-weight: 500;
}
.singleBlog__newsletter {
  width: 100vw;
  margin-left: -1.8rem;
  padding: 2.7rem 1.8rem;
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
}
.singleBlog__newsletter__container {
  max-width: 57rem;
  margin: 0 auto;
}
@media (min-width: 52em) {
  .singleBlog__hero {
    background-image: linear-gradient(0deg, rgb(235, 243, 250) 35%, rgba(235, 243, 250, 0) 100%);
    padding: 1.8rem 1.8rem 0 1.8rem;
  }
  .singleBlog__image {
    border-radius: 0;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    box-shadow: none;
  }
  .singleBlog__content {
    padding-bottom: 5.4rem;
  }
  .singleBlog__title {
    font-size: 2.5rem;
    text-align: center;
  }
  .singleBlog__newsletter {
    width: 100%;
    margin-left: 0;
  }
  .singleBlog__contentWrapper {
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
    overflow: hidden;
  }
}

.singlePage {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.8rem;
}
.singlePage__image {
  width: 100%;
  height: auto;
  flex: 0 1 auto;
  margin-bottom: 0.9rem;
}
.singlePage__content {
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 1.8rem;
}
@media (min-width: 52em) {
  .singlePage {
    margin-bottom: 3.6rem;
  }
  .singlePage__image {
    margin-bottom: 3.6rem;
  }
  .singlePage__content {
    max-width: 40em;
    margin-bottom: 3.6rem;
  }
}

.singleKb__title {
  font-size: 1.55rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}
@media (min-width: 52em) {
  .singleKb__title {
    font-size: 2.5rem;
  }
}
.singleKb__article {
  max-width: 58rem;
  margin-bottom: 1.8rem;
}
.singleKb__article h1, .singleKb__article h2, .singleKb__article h3, .singleKb__article h4, .singleKb__article h5, .singleKb__article h6 {
  scroll-margin-top: 90px;
}
.singleKb__postMeta {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  color: rgb(107, 131, 154);
  font-weight: bold;
  gap: 0 1em;
  margin: 0 0 1.5em 0;
}
.singleKb__heading__image {
  margin-top: 0 !important;
}
.singleKb__tableOfContents {
  background-color: #EBF4FA;
  padding: 1.75em;
  margin: 0 0 1.8rem 0;
  border-radius: 0.25rem;
}
.singleKb__tableOfContents ul, .singleKb__tableOfContents ol {
  margin: 0;
  padding: 0;
}
.singleKb__tableOfContents ul li, .singleKb__tableOfContents ol li {
  padding: 0.25em 0;
  margin-left: 1em;
}
.singleKb__tableOfContents ul li:last-child, .singleKb__tableOfContents ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.singleKb__tableOfContents ul li a, .singleKb__tableOfContents ol li a {
  color: rgb(20, 35, 64) !important;
  text-decoration: none !important;
}
.singleKb__tableOfContents ul li a:hover, .singleKb__tableOfContents ol li a:hover {
  text-decoration: underline !important;
}
.singleKb__cta {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.9rem;
}
.singleKb__cta .wysiwyg p:last-child {
  margin-bottom: 0;
}
.singleKb__cta__image {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 5px;
}
.singleKb__cta__btn {
  display: inline-block;
}
.singleKb__related__list {
  padding: 0;
  margin: 0.9rem 0 0 0;
  list-style: none;
}
.singleKb__related__list__item {
  padding: 0;
  margin: 0;
  margin-bottom: 0.9rem;
}
.singleKb__related__list__item:last-child {
  margin: 0;
}
.singleKb__related__list__hyperlink {
  color: rgb(20, 35, 64);
}
.singleKb__related__list__hyperlink:hover, .singleKb__related__list__hyperlink:focus {
  color: rgb(0, 108, 201);
  text-decoration: underline;
}
.singleKb .singleKb__related__list + .wysiwyg {
  margin-top: 1.8rem;
}
.singleKb__aside {
  padding-bottom: 1.8rem;
}
.singleKb__aside__card {
  padding: 1.5rem;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  background-color: rgb(255, 255, 255);
  margin-bottom: 1.8rem;
}
.singleKb__aside__card--sticky {
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 52em) {
  .singleKb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3.6rem;
  }
  .singleKb__cta {
    background-image: url("../inc/img/confetti-twirl-gradient-light.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .singleKb__article {
    order: 2;
    flex-grow: 1;
    max-width: 53rem;
    flex-shrink: 1;
  }
  .singleKb__article .cta {
    width: auto;
    margin: 1.5rem 0px;
  }
  .singleKb__aside {
    order: 1;
    width: 22rem;
    flex-shrink: 0;
    position: relative;
  }
  .singleKb__aside__card--stickyDetector {
    position: sticky;
    opacity: 0;
    top: -1px;
    padding-top: 1px;
  }
  .singleKb__aside__card--sticky {
    display: flex;
    position: sticky;
    top: 5.4rem;
  }
}

@media (min-width: 52em) {
  .singleKb__aside__card--stickyDetector.-is-pinned + .singleKb__aside__card--sticky {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s ease-in-out;
  }
}

.singlePartner__hero {
  padding-left: 0;
  padding-right: 0;
}
.singlePartner__imgBlock {
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 100%;
  height: auto;
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  max-height: 10rem;
  min-height: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  background-image: url("../inc/img/confetti-twirl-gradient.svg");
  background-repeat: no-repeat;
  background-size: auto 15rem;
  background-position: right -3% top 0rem;
  background-color: #142340;
}
.singlePartner__image {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  max-width: 10rem;
  max-height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transform: translateY(25%);
  z-index: 1;
}
.singlePartner__contentWrapper {
  padding-top: 2em;
}
.singlePartner__content {
  max-width: 40rem;
  margin: 0 auto;
  padding: 2.7rem 0 1.8rem 0;
}
.singlePartner__header {
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.singlePartner__logo img {
  display: block;
  max-height: 4rem;
  object-fit: contain;
}
.singlePartner__label {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(107, 131, 154);
  margin-bottom: 0.9rem;
}
.singlePartner__label a {
  color: rgb(107, 131, 154);
}
.singlePartner__label a:hover {
  text-decoration: underline;
}
.singlePartner__heading {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.9rem;
}
.singlePartner__pitch {
  font-size: 1.125rem;
  margin-bottom: 0.9rem;
}
.singlePartner__meta {
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.singlePartner__metaList.-marginBottom {
  margin-bottom: 1.8rem;
}
.singlePartner__metaItem {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.9rem;
}
.singlePartner__metaItem__icon {
  font-size: 1.25rem;
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(107, 131, 154);
}
.singlePartner__metaItem__label, .singlePartner__metaItem__value {
  display: block;
  font-size: 0.9em;
  color: rgb(20, 35, 64);
}
.singlePartner__metaItem__label {
  color: rgb(107, 131, 154);
}
.singlePartner__cta {
  display: inline-block;
}
.singlePartner__form {
  margin-top: 3.6rem;
}
.singlePartner__form__title {
  font-size: 1em;
  color: rgb(20, 35, 64);
  font-weight: 600;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 9rem;
}
@media (min-width: 52em) {
  .singlePartner__hero {
    background-image: linear-gradient(0deg, rgb(235, 243, 250) 35%, rgba(235, 243, 250, 0) 100%);
    padding: 1.8rem 1.8rem 0 1.8rem;
  }
  .singlePartner__contentWrapper {
    padding-top: 6em;
  }
  .singlePartner__header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .singlePartner__titleBlock {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 1.8rem;
  }
  .singlePartner__logo {
    flex-shrink: 0;
  }
  .singlePartner__imgBlock {
    border-radius: 0;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    box-shadow: none;
    background-image: url("../inc/img/confetti-circle-gradient.svg"), url("../inc/img/confetti-twirl-gradient.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 15rem auto, auto 15rem;
    background-position: left -1rem bottom 8%, right -3% top 0rem;
  }
  .singlePartner__image {
    width: 13rem;
    height: 13rem;
    max-width: 13rem;
    max-height: 13rem;
    transform: translateY(50%);
  }
  .singlePartner__content {
    padding-bottom: 5.4rem;
  }
  .singlePartner__metaList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .singlePartner__metaItem {
    flex-basis: 50%;
  }
  .singlePartner__contentWrapper {
    overflow: hidden;
  }
}

.singleIntegration {
  position: relative;
  padding-bottom: 1.8rem;
}
@media (min-width: 52em) {
  .singleIntegration .page__block {
    padding-left: 20.15rem;
  }
}
.singleIntegration__hero {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  color: rgb(255, 255, 255);
}
@media (min-width: 52em) {
  .singleIntegration__hero {
    position: relative;
    z-index: 110;
    max-width: 48rem;
  }
}
.singleIntegration__hero__card {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  gap: 0.9rem;
  align-items: flex-start;
  justify-content: flex-start;
}
.singleIntegration__hero__card__main {
  flex-grow: 1;
  flex-shrink: 1;
}
.singleIntegration__hero__card__image {
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  max-width: 3.125rem;
  max-height: 3.125rem;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.1875rem;
  z-index: 100;
  transform: translateY(0.45rem);
  background-color: rgb(255, 255, 255);
}
@media (min-width: 52em) {
  .singleIntegration__hero__card__image {
    display: none;
  }
}
@media (min-width: 52em) {
  .singleIntegration__hero {
    padding-top: 5.4rem;
  }
}
.singleIntegration__hero__breadcrumbs {
  margin-bottom: 1.8rem !important;
}
.singleIntegration__hero__title {
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 52em) {
  .singleIntegration__hero__title {
    font-size: 2.5rem;
  }
}
.singleIntegration__hero__description {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.9rem;
}
@media (min-width: 52em) {
  .singleIntegration__hero__description {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 52em) {
  .singleIntegration__hero__status {
    display: none;
  }
}
.singleIntegration__aside {
  display: none;
  position: absolute;
  z-index: 50;
  height: 100%;
  max-width: 78.6rem;
  width: 100%;
  top: 0;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 52em) {
  .singleIntegration__aside {
    display: block;
  }
}
@media (min-width: 52em) {
  .singleIntegration__main {
    max-width: 48rem;
    position: relative;
    z-index: 110;
  }
}
.singleIntegration__main .wysiwyg h2 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.75em;
}
@media (min-width: 52em) {
  .singleIntegration__main .wysiwyg h2 {
    font-size: 1.5rem;
  }
}
.singleIntegration__main .wysiwyg h3 {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.75em;
}
@media (min-width: 52em) {
  .singleIntegration__main .wysiwyg h3 {
    font-size: 1.125rem;
  }
}
.singleIntegration__sticky {
  position: sticky;
  top: 5.4rem;
  padding: 0 1.8rem;
  min-height: 2rem;
  padding-bottom: 7.2rem;
}
.singleIntegration__btns .button {
  margin-bottom: 0.45rem;
}
.singleIntegration__btns .button + .button {
  margin-bottom: 1.8rem;
}
@media (min-width: 52em) {
  .singleIntegration__btns {
    display: none;
  }
}
.singleIntegration__card {
  min-height: 100px;
  max-width: 17rem;
  border-radius: 0.1875rem;
  padding: 1.5rem;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  background-color: rgb(255, 255, 255);
  margin-top: 5.4rem;
  position: relative;
}
.singleIntegration__card__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.singleIntegration__card__image__container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
  margin-bottom: 0.45rem;
}
.singleIntegration__card__btns {
  margin-bottom: 1.8rem;
}
.singleIntegration__card__btns .button {
  margin-bottom: 0.45rem;
}
.singleIntegration__card__btns:last-child {
  margin: 0;
}
.singleIntegration__card__status {
  position: absolute;
  top: 0.9rem;
  right: -0.45rem;
}
.singleIntegration__metaList {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.8rem;
  padding-top: 1.8rem;
}
@media (min-width: 52em) {
  .singleIntegration__metaList.-mobile-only {
    display: none;
  }
}
.singleIntegration__metaItem {
  position: relative;
  margin-bottom: 0.9rem;
}
.singleIntegration__metaItem::last-child {
  margin-bottom: 0;
}
.singleIntegration__metaItem__label, .singleIntegration__metaItem__value {
  display: block;
  font-size: 0.9rem;
  color: rgb(20, 35, 64);
}
.singleIntegration__metaItem__value:is(a) {
  display: inline-block;
  color: rgb(0, 108, 201);
  text-decoration: underline;
}
.singleIntegration__metaItem__value:is(a):hover {
  color: #003563;
}
.singleIntegration__metaItem__label {
  font-size: 0.9375rem;
  font-weight: 600;
}
.singleIntegration__related {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.8rem;
  padding-top: 1.8rem;
}
@media (min-width: 52em) {
  .singleIntegration__related {
    margin-top: 3.6rem;
  }
}
.singleIntegration__related__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 1.8rem;
}

.singleStory__hero {
  padding-left: 0;
  padding-right: 0;
}
.singleStory__imgBlock {
  border-bottom-left-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 100%;
  height: auto;
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  max-height: 10rem;
  min-height: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  background-image: url("../inc/img/confetti-twirl-gradient.svg");
  background-repeat: no-repeat;
  background-size: auto 15rem;
  background-position: right -3% top 0rem;
  background-color: rgb(0, 108, 201);
}
.singleStory__image {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  max-width: 10rem;
  max-height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transform: translateY(25%);
  z-index: 1;
}
.singleStory__contentWrapper {
  padding-top: 2em;
}
.singleStory__content {
  max-width: 40rem;
  margin: 0 auto;
  padding: 2.7rem 0 1.8rem 0;
}
.singleStory__header {
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.singleStory__logo img {
  display: block;
  max-height: 4rem;
  object-fit: contain;
}
.singleStory__label {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(107, 131, 154);
  margin-bottom: 0.9rem;
}
.singleStory__label a {
  color: rgb(107, 131, 154);
}
.singleStory__label a:hover {
  text-decoration: underline;
}
.singleStory__heading {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.9rem;
}
.singleStory__pitch {
  font-size: 1.125rem;
  margin-bottom: 0.9rem;
}
.singleStory__meta {
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.singleStory__metaList.-marginBottom {
  margin-bottom: 1.8rem;
}
.singleStory__metaItem {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.9rem;
}
.singleStory__metaItem__icon {
  font-size: 1.25rem;
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(107, 131, 154);
}
.singleStory__metaItem__label, .singleStory__metaItem__value {
  display: block;
  font-size: 0.9em;
  color: rgb(20, 35, 64);
}
.singleStory__metaItem__label {
  color: rgb(107, 131, 154);
}
.singleStory__cta {
  display: inline-block;
}
.singleStory__form {
  margin-top: 3.6rem;
}
.singleStory__form__title {
  font-size: 1em;
  color: rgb(20, 35, 64);
  font-weight: 600;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 9rem;
}
@media (min-width: 52em) {
  .singleStory__hero {
    background-image: linear-gradient(0deg, rgb(235, 243, 250) 35%, rgba(235, 243, 250, 0) 100%);
    padding: 1.8rem 1.8rem 0 1.8rem;
  }
  .singleStory__contentWrapper {
    padding-top: 6em;
  }
  .singleStory__header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .singleStory__titleBlock {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 1.8rem;
  }
  .singleStory__logo {
    flex-shrink: 0;
  }
  .singleStory__imgBlock {
    border-radius: 0;
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    box-shadow: none;
    background-image: url("../inc/img/confetti-circle-gradient.svg"), url("../inc/img/confetti-twirl-gradient.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 15rem auto, auto 15rem;
    background-position: left -1rem bottom 8%, right -3% top 0rem;
  }
  .singleStory__image {
    width: 13rem;
    height: 13rem;
    max-width: 13rem;
    max-height: 13rem;
    transform: translateY(50%);
  }
  .singleStory__content {
    padding-bottom: 5.4rem;
  }
  .singleStory__metaList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .singleStory__metaItem {
    flex-basis: 50%;
  }
  .singleStory__contentWrapper {
    overflow: hidden;
  }
}

.singleWebinar__hero {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.8rem;
}
.singleWebinar__hero__breadcrumbs {
  margin-bottom: 0 !important;
}
.singleWebinar__label {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: rgb(0, 108, 201);
  margin-bottom: 0.9rem;
}
.singleWebinar__label a {
  color: rgb(0, 108, 201);
  text-decoration: none;
}
.singleWebinar__label a:hover {
  text-decoration: underline;
}
.singleWebinar__card {
  background-color: rgb(255, 255, 255);
}
.singleWebinar__card__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.singleWebinar__title {
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.25em 0 1em 0;
}
@media (min-width: 52em) {
  .singleWebinar__title {
    font-size: 2.25rem;
  }
}
.singleWebinar__form {
  padding: 1.8rem;
}
.singleWebinar__form__title {
  font-weight: 700;
  font-size: 1.125em;
  margin: 0;
  padding: 0;
  margin-bottom: 0.9rem;
}
.singleWebinar__video {
  width: 100%;
}
.singleWebinar__subHeading {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-bottom: 1em;
  display: block;
}
.singleWebinar__agenda {
  border-top: 1px solid rgba(20, 35, 64, 0.2);
  margin-top: 1.8rem;
  padding-top: 1.8rem;
}
.singleWebinar__agenda__item {
  display: inline-block;
  font-size: 0.8125rem;
  background-color: rgb(255, 255, 255);
  border-radius: 5rem;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.75em 1em;
  line-height: 1;
  font-weight: bold;
}
.singleWebinar__presenters {
  border-top: 1px solid rgba(20, 35, 64, 0.2);
  margin-top: 1.8rem;
  padding-top: 1.8rem;
}
.singleWebinar__presenters__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.8rem;
}
.singleWebinar__agenda + .singleWebinar__presenters {
  border-top: 0;
  padding-top: 0;
}
.singleWebinar__presenter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  gap: 0.9rem;
}
.singleWebinar__presenter__avatar {
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  z-index: 1;
}
.singleWebinar__presenter__body {
  font-size: 1rem;
}
.singleWebinar__presenter__body span {
  display: block;
}
.singleWebinar__presenter__body__name {
  font-weight: 700;
}
.singleWebinar__presenter__body__jobTitle {
  font-weight: normal;
  font-size: 0.875em;
}
@media (min-width: 52em) {
  .singleWebinar__section {
    background-image: url("../inc/img/confetti-circle-gradient.svg"), url("../inc/img/confetti-twirl-gradient.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 15rem auto, auto 15rem;
    background-position: left -10rem top -7rem, right -10rem top -4rem;
  }
  .singleWebinar__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2.7rem;
    align-items: flex-start;
  }
  .singleWebinar__grid.-small-aside .singleWebinar__card {
    width: 25rem;
  }
  .singleWebinar__grid.-wide-aside .singleWebinar__card {
    width: 40rem;
  }
  .singleWebinar__hero {
    flex-grow: 1;
    flex-shrink: 1;
    padding-bottom: 0;
  }
  .singleWebinar__card {
    min-width: 10rem;
    flex-shrink: 1;
    box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  }
}
@media (min-width: 96rem) {
  .singleWebinar__section {
    background-position: left -4rem top -2rem, right -8rem top -5rem;
  }
}

.blogPosts {
  padding-bottom: 1.8rem;
}
.blogPosts__inner {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.blogPosts__inner.-noPadding {
  padding: 0;
}
.blogPosts__title {
  font-size: 1.25em;
}
.blogPosts__filter {
  display: none;
}
.blogPosts__gridContainer {
  width: 100%;
}
.blogPosts__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.blogPosts__newsletter {
  padding: 1.8rem;
  border-radius: 0.25rem;
  max-width: 57rem;
  margin: 1.8rem auto 3.6rem auto;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 52em) {
  .blogPosts {
    padding-bottom: 3.6rem;
  }
  .blogPosts__title {
    text-align: center;
  }
  .blogPosts__header {
    margin: 0 0 3.6rem 0;
  }
}

.moreBlogs {
  margin-top: 3.6rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.moreBlogs__title {
  font-size: 1.25em;
  margin: 0 0 1.5em 0;
}
.moreBlogs__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 52em) {
  .moreBlogs {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .moreBlogs__title {
    font-size: 1.375rem;
    line-height: 1.3;
    text-align: center;
  }
}
@media (min-width: 52em) and (min-width: 52em) {
  .moreBlogs__title {
    font-size: 1.875rem;
  }
}

.team {
  margin-bottom: 1.8rem;
}
.team__inner {
  z-index: 0;
  position: relative;
}
.team__member {
  position: relative;
  margin-bottom: 1.8rem;
}
.team__imageWrapper {
  margin-bottom: 0.9rem;
}
.team__image {
  width: 100%;
  height: auto;
}
.team__name {
  position: absolute;
  left: 50%;
  top: 10%;
  font-weight: 600;
}
.team__quote {
  font-weight: 600;
}
@media (min-width: 35em) {
  .team__member {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .team__member::after {
    content: "";
    display: table;
    clear: both;
  }
  .team__member:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .team__member:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .team__member:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 52em) {
  .team {
    margin-bottom: 3.6rem;
  }
  .team__member {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .team__member::after {
    content: "";
    display: table;
    clear: both;
  }
  .team__member:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .team__member:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .team__member:nth-child(3n+1) {
    clear: both;
  }
}

.footer {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  padding: 0 1.8rem 5.5rem 1.8rem;
  font-size: 0.875rem;
  position: relative;
}
.footer .gform_wrapper .gform_button {
  font-size: 0.875rem;
}
.footer .gform_wrapper .gfield input {
  font-size: 0.875rem;
}
.footer__wrapper {
  max-width: 75rem;
  margin: 0 auto;
  color: rgb(20, 35, 64);
  padding: 2.7rem 0;
}
.footer__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__column {
  flex: 0 1 50%;
  margin-bottom: 1.8rem;
}
.footer__column.-cta {
  flex-basis: 100%;
}
.footer__title {
  font-size: 0.875rem;
  margin: 0 0 0.5em 0;
  color: rgb(0, 108, 201);
}
.footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.footer__nav.-disclaimers .menu-item {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.footer__nav.-disclaimers .menu-item a {
  color: rgb(107, 131, 154);
}
.footer__nav.-disclaimers .menu-item a:hover {
  color: rgba(107, 131, 154, 0.7);
}
.footer__nav .menu-item {
  margin: 0 0 0.35em 0;
}
.footer__nav .menu-item a {
  color: rgb(20, 35, 64);
  text-decoration: none;
}
.footer__nav .menu-item a:hover {
  color: rgba(20, 35, 64, 0.7);
}
.footer__nav .menu-item a:active {
  color: rgb(20, 35, 64);
}
.footer__nav + .footer__title {
  margin-top: 2em;
}
.footer__socials {
  margin: 0.5em 0 0 0;
}
.footer__socials__item {
  width: 2rem;
  height: 2rem;
  background: no-repeat center center;
  background-size: contain;
  display: inline-block;
  text-underline: none;
  border: none;
  margin-right: 0.25em;
}
.footer__socials__item.-linkedin {
  background-image: url("../inc/icons/social-linkedin-dark.svg");
}
.footer__socials__item.-facebook {
  background-image: url("../inc/icons/social-facebook-dark.svg");
}
.footer__socials__item:hover {
  opacity: 0.7;
}
.footer__ctaTitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.5em 0;
}
.footer__ctaButton {
  display: inline-block;
  margin-bottom: 1.8rem;
}
.footer__branding {
  display: none;
}
@media (min-width: 52em) {
  .footer {
    padding-bottom: 2.5rem;
  }
  .footer__columns {
    flex-wrap: nowrap;
  }
  .footer__column {
    flex: 0 1 auto;
    margin-right: 2.7rem;
  }
  .footer__column:last-child {
    margin-right: 0;
    margin-left: auto;
  }
  .footer__column.-contact {
    white-space: nowrap;
  }
  .footer__column.-cta {
    flex-basis: auto;
    text-align: right;
  }
  .footer__nav.-disclaimers .menu-item {
    margin: 0 0 0 0.5em;
  }
  .footer__ctaTitle {
    font-size: 1.25rem;
  }
  .footer__ctaButton {
    margin-bottom: 0;
  }
  .footer__branding {
    display: inline-block;
    margin-top: 3.6rem;
    margin-bottom: 0.25em;
  }
}
@media (min-width: 78em) {
  .footer__ctaTitle {
    font-size: 1.5rem;
  }
  .footer__column.-cta {
    flex-basis: 20rem;
  }
  .footer__nav.-twoColumns {
    column-count: 2;
  }
}

.glossary__grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: max-content;
}
@media (min-width: 52em) {
  .glossary__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .glossary__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.glossary__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 1.8rem 0;
  row-gap: 0.9rem;
}
.glossary__nav__item {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.glossary__nav__item__hyperlink {
  font-weight: 700;
  color: rgb(20, 35, 64);
  line-height: 2.8;
  display: block;
  width: 2.8em;
  background-color: transparent;
  border-radius: 1.4em;
  height: 2.8em;
  max-width: 2.8em;
  max-height: 2.8em;
  text-align: center;
  text-transform: uppercase;
}
.glossary__nav__item__hyperlink:hover {
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
}
.glossary__nav__item__hyperlink:focus, .glossary__nav__item__hyperlink.-active {
  background-color: transparent;
  color: rgb(0, 108, 201);
}
.glossary__block {
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding: 1.5rem;
}
.glossary__block__heading {
  text-transform: uppercase;
  font-size: 1.8em;
  padding: 0;
  margin: 0;
}
.glossary__block__items {
  padding: 0;
  margin: 0.9rem 0 0 0;
  list-style: none;
}
.glossary__block__item {
  padding: 0;
  margin: 0;
  margin-bottom: 0.9rem;
}
.glossary__block__item:last-child {
  margin: 0;
}
.glossary__block__item__hyperlink {
  color: rgb(20, 35, 64);
}
.glossary__block__item__hyperlink:hover, .glossary__block__item__hyperlink:focus {
  color: rgb(0, 108, 201);
  text-decoration: underline;
}

.blockFeatures__item {
  display: flex;
  width: 100%;
  margin-bottom: 1.8rem;
}
.blockFeatures__icon {
  flex: 0 0 auto;
  font-size: 1.5rem;
  margin-right: 0.5em;
}
.blockFeatures__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.blockFeatures__list {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  list-style-position: outside;
  padding-right: 0.9rem;
}
.blockFeatures__list__item {
  font-size: 0.75rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  font-weight: 500;
  margin-left: 1em;
}
@media (min-width: 52em) {
  .blockFeatures__list__item {
    font-size: 0.875rem;
  }
}
.blockFeatures__list__item a {
  color: rgb(20, 35, 64);
}
.blockFeatures__list__item.-title {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  list-style: none;
  margin-left: 0;
}
@media (min-width: 52em) {
  .blockFeatures__list__item.-title {
    font-size: 1.125rem;
  }
}
.blockFeatures__list__item.-title a {
  color: rgb(0, 108, 201);
}
@media (min-width: 321px) {
  .blockFeatures__item {
    width: 50%;
  }
}
@media (min-width: 52em) {
  .blockFeatures__item {
    width: 25%;
  }
}

.blockGridBlocks.-padding {
  padding: 1.8rem 0;
}
.blockGridBlocks__item {
  background-color: rgb(255, 255, 255);
  padding: 1.2rem;
  margin-bottom: 0.9rem;
  border: 1px solid rgba(186, 194, 199, 0.3);
}
.blockGridBlocks__item.-centered {
  text-align: center;
}
.blockGridBlocks__icon {
  display: inline-block;
  margin-right: 0.25em;
  font-size: 1.5rem;
  vertical-align: middle;
}
.blockGridBlocks__icon.-rounded {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #EBF4FA;
  color: rgb(0, 108, 201);
  font-size: 2rem;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}
.blockGridBlocks__supTitle {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgb(107, 131, 154);
}
.blockGridBlocks__title {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0.5em 0 0.5em 0;
}
.blockGridBlocks__cta {
  color: rgb(0, 108, 201);
  text-decoration: underline;
}
.blockGridBlocks__cta:hover {
  color: #005196;
}
@media (min-width: 52em) {
  .blockGridBlocks__grid {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .blockGridBlocks__grid--itemCount-2 .blockGridBlocks__item {
    width: 48.5%;
  }
  .blockGridBlocks__grid--itemCount-3 .blockGridBlocks__item {
    width: 31.3333333333%;
  }
  .blockGridBlocks__grid--itemCount-4 .blockGridBlocks__item {
    width: 22.75%;
  }
  .blockGridBlocks__item {
    box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
    padding: 1.8rem;
    margin-bottom: 0;
    border: none;
  }
  .blockGridBlocks__item.-extraSpacing {
    padding: 1.8rem 2.7rem;
  }
  .blockGridBlocks__item.-extraSpacing .blockGridBlocks__icon {
    font-size: 2.5rem;
    width: 4.25rem;
    height: 4.25rem;
    margin-bottom: 0.5em;
  }
  .blockGridBlocks__icon {
    display: block;
    margin-right: 0;
    margin-bottom: 0.25em;
    font-size: 3.25rem;
  }
  .blockGridBlocks__supTitle {
    font-size: 1rem;
    display: block;
  }
  .blockGridBlocks__title {
    margin: 0 0 0.5em 0;
  }
}

.blockHero__img {
  width: 50%;
  height: auto;
  position: relative;
  margin: 0 auto;
  margin-bottom: 0.9rem;
  display: block;
}
.blockHero__icon {
  display: block;
  font-size: 1.75rem;
  color: rgb(20, 35, 64);
  margin: 0 0 0.25em 0;
}
.blockHero__title {
  font-size: 1.125rem;
  margin: 0 0 0.5em 0;
  line-height: 1.2;
}
.blockHero__signup {
  margin-top: 1.8rem 0;
}
.blockHero__signup .gform_inline_wrapper {
  margin-bottom: 0.45rem;
}
.blockHero__signup__notes {
  font-size: 0.75rem;
  display: block;
  color: rgb(107, 131, 154);
  font-weight: 400;
}
.blockHero__testimonial {
  display: flex;
  flex-flow: row nowrap;
  border-top: 1px solid rgba(186, 194, 199, 0.3);
  margin: 3.6rem 0 0 0;
  padding: 0.9rem 0 0 0;
  max-width: 27.5rem;
}
.blockHero__testimonial__image {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  margin-right: 1em;
}
.blockHero__testimonial__content {
  flex: 1 1 auto;
}
.blockHero__testimonial__quote {
  display: block;
  color: rgb(107, 131, 154);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}
.blockHero__testimonial__name {
  display: block;
  color: rgb(0, 108, 201);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 321px) {
  .blockHero__testimonial__image {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 52em) {
  .blockHero__image {
    display: flex;
    justify-content: flex-end;
  }
  .blockHero__img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .blockHero__inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .blockHero__inner.-text-top {
    align-items: flex-start;
  }
  .blockHero__inner.-text-bottom {
    align-items: flex-end;
  }
  .blockHero__inner.-image-right .blockHero__content {
    order: 1;
  }
  .blockHero__inner.-image-right .blockHero__image {
    order: 2;
  }
  .blockHero__content {
    flex: 0 0 50%;
    padding: 3.6rem 0;
    font-size: 1rem;
    max-width: 27.5rem;
  }
  .blockHero__icon {
    font-size: 2.5rem;
  }
  .blockHero__image {
    flex: 0 0 50%;
  }
  .blockHero__img {
    max-height: none;
  }
  .blockHero__title {
    font-size: 1.875rem;
  }
}

.blockImage {
  display: block;
  position: relative;
}
.blockImage__btn {
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.blockImage__img {
  z-index: 20;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 0 0.625em rgba(20, 35, 64, 0.2);
  display: block;
  transition: all 0.5s ease;
}
.blockImage__img.-noShade {
  box-shadow: none;
}
.blockImage.-hyperlink:hover .blockImage__img {
  z-index: 10;
  filter: blur(2px);
  opacity: 0.5;
}
.blockImage.-hyperlink:hover .blockImage__btn {
  z-index: 20;
  opacity: 1;
}

.blockLogoSoup__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
.blockLogoSoup__item {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(107, 131, 154);
  border-right: 1px solid rgb(107, 131, 154);
  margin-bottom: -1px;
  padding: 1.5rem;
}
.blockLogoSoup__item:nth-child(2n) {
  border-right: 0;
}
.blockLogoSoup__item img {
  padding: 0.9rem 0;
  height: auto;
  width: 100%;
  display: block;
}
@media (min-width: 52em) {
  .blockLogoSoup__item {
    width: 25%;
    padding: 1.5rem 3rem;
  }
  .blockLogoSoup__item:nth-child(2n) {
    border-right: 1px solid rgb(107, 131, 154);
  }
  .blockLogoSoup__item:nth-child(4n) {
    border-right: 0;
  }
}

.blockoEmbed__video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.blockoEmbed__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blockPosts__item {
  margin-bottom: 1.8rem;
}
@media (min-width: 52em) {
  .blockPosts__loop {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .blockPosts__item {
    flex: 0 0 auto;
    margin-right: 3.5%;
    margin-bottom: 1.8rem;
    width: 48.25%;
  }
  .blockPosts__item:nth-child(2n), .blockPosts__item:last-child {
    margin-right: 0;
  }
  .blockPosts__item .loopBlog,
  .blockPosts__item .loopKb,
  .blockPosts__item .loopTestimonial {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 52em) and (min-width: 60em) {
  .blockPosts__item .loopKb__inner {
    display: block;
  }
}
@media (min-width: 60em) {
  .blockPosts__item {
    width: 31%;
  }
  .blockPosts__item:nth-child(n) {
    margin-right: 3.5%;
  }
  .blockPosts__item:nth-child(3n), .blockPosts__item:last-child {
    margin-right: 0;
  }
}

.blockPricing2__grid__item {
  box-shadow: 0 0 0.625em rgba(20, 35, 64, 0.2);
  background-color: rgb(255, 255, 255);
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1.8rem 0;
}
.blockPricing2__grid__item:last-child {
  margin: 0;
}
.blockPricing2__hero {
  padding: 1.8rem 1.8rem 1.8rem 1.8rem;
  color: rgb(255, 255, 255);
  text-align: left;
  background: url("../inc/img/confetti-circle-gradient.svg") no-repeat rgb(0, 108, 201);
  background-size: auto 25rem;
  background-position: right -12rem top;
  position: relative;
  overflow: hidden;
}
.blockPricing2__hero__container {
  text-align: center;
  margin: 0 auto;
  max-width: 20rem;
}
.blockPricing2__hero__price {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.blockPricing2__hero__originalPrice {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.5rem;
  width: auto;
  display: inline-block;
  position: relative;
}
.blockPricing2__hero__originalPrice:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  transform: rotate(-9deg);
  height: 0.1525em;
  background-color: rgb(255, 174, 90);
}
.blockPricing2__hero__discountTerms {
  font-size: 0.75rem;
  position: relative;
  margin-top: 1.8rem;
}
.blockPricing2__hero__discountTerms:before {
  content: "* ";
}
.blockPricing2__hero__description {
  font-size: 1rem;
}
.blockPricing2__hero__discount {
  background-color: rgb(255, 174, 90);
  color: rgb(255, 255, 255);
  padding: 0.45rem;
  font-weight: bold;
  position: absolute;
  top: 2.7rem;
  right: 0;
}
.blockPricing2__hero__discount:before {
  content: "-";
}
.blockPricing2__hero__discount:after {
  content: "%";
}
.blockPricing2__body {
  padding: 1.8rem;
}
.blockPricing2__body__container {
  text-align: center;
  margin: 0 auto;
  max-width: 20rem;
}
.blockPricing2__body__title {
  font-size: 1.125rem;
  margin: 0 0 1em 0;
  font-weight: 700;
}
.blockPricing2__body__featureList {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.blockPricing2__body__featureItem {
  margin: 0 0 0.5em 0;
  position: relative;
  padding-left: 2em;
}
.blockPricing2__body__featureItem::before {
  content: "\e907";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "hooray-icons";
  float: left;
  color: rgb(64, 255, 169);
}
.blockPricing2__body__conditions {
  color: rgb(107, 131, 154);
  text-align: center;
  padding: 0.9rem 0 1.8rem 0;
  font-size: 0.8125rem;
}
.blockPricing2__body__button-cta {
  display: inline-block;
  margin: 1.8rem auto 1.8rem auto;
}
.blockPricing2__body__cta {
  display: inline-block;
  margin: 1.8rem auto 0 auto;
}
@media (min-width: 52em) {
  .blockPricing2__grid {
    display: flex;
    flex-flow: row;
  }
  .blockPricing2__grid__item {
    margin: 0 5% 0 0;
    display: flex;
    flex-flow: column nowrap;
  }
  .blockPricing2__grid__item:last-child {
    margin: 0;
  }
  .blockPricing2__grid.-item-count-1 {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
  .blockPricing2__grid.-item-count-3 .blockPricing__hero__price {
    font-size: 3.75rem;
  }
  .blockPricing2__hero {
    flex: 0 0 auto;
  }
  .blockPricing2__hero__price {
    font-size: 4.75rem;
    margin: 0 0 0.25em 0;
  }
  .blockPricing2__hero__originalPrice {
    font-size: 3.4rem;
  }
  .blockPricing2__body {
    flex: 1 1 auto;
    padding: 2.7rem;
  }
  .blockPricing2__body__container {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
  }
  .blockPricing2__body__title {
    font-size: 1.875rem;
  }
  .blockPricing2__body__featureList {
    padding-bottom: 1.8rem;
  }
  .blockPricing2__body__conditions {
    text-align: left;
    font-size: 1rem;
  }
  .blockPricing2__body__cta {
    margin-top: auto;
  }
}

.blockTestimonial__wrapper .loopTestimonial {
  position: relative;
  box-shadow: 0 0 0.625em rgba(20, 35, 64, 0.2);
  padding: 1.8rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
@media (min-width: 52em) {
  .blockTestimonial__wrapper .loopTestimonial {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }
  .blockTestimonial__wrapper .loopTestimonial__avatar {
    display: block;
    position: absolute;
    top: 50%;
    left: 1.8rem;
    transform: translateY(-50%);
    width: 10em;
    height: 10em;
    max-width: 10em;
    max-height: 10em;
    object-fit: cover;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .blockTestimonial__wrapper .loopTestimonial__header {
    margin-left: 11.8em;
  }
  .blockTestimonial__wrapper .loopTestimonial__header__img {
    display: none;
  }
  .blockTestimonial__wrapper .loopTestimonial__header__author {
    border-bottom: 1px solid rgb(186, 194, 199);
  }
  .blockTestimonial__wrapper .loopTestimonial__header__author__company {
    display: block;
  }
  .blockTestimonial__wrapper .loopTestimonial__body {
    margin-left: 11.8em;
    border: 0;
    padding-bottom: 0;
  }
  .blockTestimonial__wrapper .loopTestimonial__footer {
    display: none;
  }
}

.blockText.-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.blockText.-align-right {
  text-align: right;
}
.blockText .cta {
  margin: 0 auto;
  width: 100%;
  max-width: 60rem;
}

.blockTextBlue {
  background: url("../inc/img/confetti-twirl-gradient.svg") no-repeat rgb(0, 108, 201);
  background-size: 100% auto;
  background-position: right top;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  color: rgb(255, 255, 255);
  padding: 2.7rem 1.8rem 1.8rem 1.8rem;
  margin: 0 -1.8rem;
}
.blockTextBlue__grid {
  margin: 0;
}
.blockTextBlue__grid::after {
  content: "";
  display: table;
  clear: both;
}
.blockTextBlue__cta {
  display: inline-block;
}
.blockTextBlue__content {
  margin-bottom: 1.8rem;
}
.blockTextBlue__image {
  display: none;
  width: 100%;
}
.blockTextBlue__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 52em) {
  .blockTextBlue {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    margin: 0;
    padding: 4.5rem 4.5rem 2.7rem 4.5rem;
  }
  .blockTextBlue__grid {
    margin: 0;
  }
  .blockTextBlue__content {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .blockTextBlue__content::after {
    content: "";
    display: table;
    clear: both;
  }
  .blockTextBlue__content:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .blockTextBlue__content:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .blockTextBlue__content:nth-child(2n+1) {
    clear: both;
  }
  .blockTextBlue__image {
    display: block;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
    height: auto;
  }
  .blockTextBlue__image::after {
    content: "";
    display: table;
    clear: both;
  }
  .blockTextBlue__image:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .blockTextBlue__image:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .blockTextBlue__image:nth-child(2n+1) {
    clear: both;
  }
}

.blockTextImage__image {
  display: block;
}
.blockTextImage__img {
  width: auto;
  height: auto;
  max-height: 30rem;
  max-width: 100%;
}
.blockTextImage__content {
  display: flex;
  flex-direction: column;
}
.blockTextImage__icon {
  display: block;
  font-size: 1.75rem;
  color: rgb(20, 35, 64);
  margin: 0 0 0.25em 0;
  order: 0;
}
.blockTextImage__suptitle {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.125em 0;
  color: rgb(107, 131, 154);
  order: 1;
  display: block;
  font-weight: bold;
}
@media (min-width: 52em) {
  .blockTextImage__suptitle {
    font-size: 1.125rem;
  }
}
.blockTextImage__title {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  line-height: 1.2;
  order: 2;
}
@media (min-width: 52em) {
  .blockTextImage__title {
    font-size: 1.5rem;
  }
}
.blockTextImage__wysiwyg {
  order: 3;
}
.blockTextImage__wysiwyg p {
  font-size: 0.9375rem;
}
.blockTextImage__featureList {
  order: 4;
  list-style: none;
  margin: 0.9rem 0;
  padding: 0;
}
.blockTextImage__featureList__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin: 0 0 1em 0;
}
.blockTextImage__featureList__item:last-child {
  margin-bottom: 0;
}
.blockTextImage__featureList__icon {
  flex: 0 0 auto;
  font-size: 1.75rem;
  margin: 0 0.75em 0 0;
  color: rgb(107, 131, 154);
}
.blockTextImage__featureList__text, .blockTextImage__featureList__link {
  color: rgb(20, 35, 64);
  text-decoration: none;
  margin-top: 0.25rem;
}
.blockTextImage__featureList__link::after {
  content: "\e908";
  font-family: "hooray-icons";
  color: inherit;
  font-size: 0.6em;
  display: inline-block;
  margin-left: 0.45rem;
  margin-bottom: 0;
  transition: margin 0.2s ease-in-out;
  transform: translateY(-1px) rotate(-90deg);
}
.blockTextImage__featureList__link:hover {
  color: rgb(0, 108, 201);
}
.blockTextImage__featureList__link:hover::after {
  margin-left: 0.9rem;
}
.blockTextImage__buttons {
  order: 5;
  margin-top: 1.8rem;
}
.blockTextImage__buttons .button {
  display: block;
  margin: 0 0 0.25em 0;
}
.blockTextImage__buttons .button:last-child {
  margin-bottom: 0;
}
@media (min-width: 52em) {
  .blockTextImage__inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .blockTextImage__inner.-text-top {
    align-items: flex-start;
  }
  .blockTextImage__inner.-text-bottom {
    align-items: flex-end;
  }
  .blockTextImage__inner.-image-right .blockTextImage__content {
    order: 1;
  }
  .blockTextImage__inner.-image-right .blockTextImage__image {
    order: 2;
  }
  .blockTextImage__content {
    flex: 0 0 50%;
    padding: 3.6rem;
    font-size: 1rem;
  }
  .blockTextImage__icon {
    font-size: 2.5rem;
  }
  .blockTextImage__image {
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
  }
  .blockTextImage__img {
    max-height: 28rem;
  }
  .blockTextImage__buttons .button {
    display: inline-block;
  }
}

.blockUspBlue {
  background: url("../inc/img/confetti-twirl-gradient.svg") no-repeat rgb(0, 108, 201);
  background-size: 100% auto;
  background-position: right top;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  color: rgb(255, 255, 255);
  padding: 2.7rem 1.8rem 1.8rem 1.8rem;
  margin: 0 -1.8rem;
}
.blockUspBlue__title {
  font-size: 1.375rem;
  margin: 0 0 0.25em 0;
  font-weight: 700;
  line-height: 1.2;
}
.blockUspBlue__subTitle {
  font-size: 0.8125rem;
  margin: 0;
  font-weight: 500;
}
.blockUspBlue__grid {
  margin: 1.8rem 0 2.7rem;
}
.blockUspBlue__grid::after {
  content: "";
  display: table;
  clear: both;
}
.blockUspBlue__uspItem {
  margin-bottom: 1.8rem;
}
.blockUspBlue__uspItem:last-child {
  margin-bottom: 0;
}
.blockUspBlue__uspItem__icon {
  display: none;
}
.blockUspBlue__uspItem__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.25em 0;
}
.blockUspBlue__uspItem__title::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: rgb(95, 231, 255);
  margin: 0.5em 0 1em 0;
}
.blockUspBlue__uspItem__subTitle {
  font-size: 0.8125rem;
  font-weight: 400;
}
.blockUspBlue__cta {
  display: inline-block;
}
@media (min-width: 52em) {
  .blockUspBlue {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
    margin: 0;
    padding: 4.5rem 4.5rem 2.7rem 4.5rem;
  }
  .blockUspBlue__title {
    font-size: 2.5rem;
    max-width: 35rem;
  }
  .blockUspBlue__subTitle {
    font-size: 1.125rem;
    max-width: 35rem;
  }
  .blockUspBlue__grid {
    margin: 3.6rem 0 2.7rem;
  }
  .blockUspBlue__uspItem {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 0;
  }
  .blockUspBlue__uspItem::after {
    content: "";
    display: table;
    clear: both;
  }
  .blockUspBlue__uspItem:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .blockUspBlue__uspItem:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .blockUspBlue__uspItem:nth-child(3n+1) {
    clear: both;
  }
  .blockUspBlue__uspItem__icon {
    display: block;
    font-size: 2.125rem;
  }
  .blockUspBlue__uspItem__title {
    font-size: 1.125rem;
    max-width: 14rem;
  }
  .blockUspBlue__uspItem__subTitle {
    font-size: 1rem;
    max-width: 14rem;
  }
}

.blockUspImage__wrapper {
  margin-bottom: 0;
}

.blockUspList {
  padding-left: 0;
  padding-right: 0;
}
.blockUspList__title {
  display: block;
  text-align: center;
  margin: 0;
}
.blockUspList__content {
  margin-bottom: 1.8rem;
}
.blockUspList__image {
  text-align: center;
  line-height: 0;
}
.blockUspList__image img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 25rem;
}
@media (min-width: 52em) {
  .blockUspList__title {
    margin: 0;
  }
  .blockUspList__grid {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
  }
  .blockUspList__image {
    flex: 0 0 auto;
    width: 50%;
    order: 1;
    text-align: right;
  }
  .blockUspList__content {
    flex: 0 0 auto;
    width: 50%;
    order: 2;
    padding-top: 3.6rem;
    align-self: flex-start;
  }
}

.blockVideo__video {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.625em rgba(20, 35, 64, 0.2);
  margin: 0 auto;
  display: block;
}

.blockRoadmap__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.7rem 0;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
}
.blockRoadmap__title {
  font-size: 1.375rem;
  margin: 0 0 0.5em 0;
}
.blockRoadmap__item {
  display: block;
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
}
.blockRoadmap__item:last-child {
  border: none;
}
.blockRoadmap__item__number {
  flex: 0 0 auto;
  border: 2px solid rgb(186, 194, 199);
  color: rgb(186, 194, 199);
  height: 2.5em;
  width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5em;
  margin-right: 1em;
  font-size: 0.75rem;
  font-weight: 500;
}
.blockRoadmap__item__number.-check {
  background-image: url("../inc/icons/check-green.svg");
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.blockRoadmap__item__title {
  flex: 0 1 auto;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
}
.blockRoadmap__item__featureName {
  display: inline-block;
  margin: 0.25em 0.5em 0.25em 0;
}
.blockRoadmap__item__postTitle {
  display: block;
  font-weight: bold;
  margin: 0 0 0.25em 0;
}
.blockRoadmap__item__postDate {
  display: block;
  font-size: 0.875em;
  color: rgb(107, 131, 154);
  font-weight: 400;
}
.blockRoadmap__item__phase {
  flex: 0 0 auto;
  padding: 0.5em 1em;
  border-radius: 2em;
  color: rgb(255, 255, 255);
  font-size: 0.8125rem;
  border: 1px solid;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
.blockRoadmap__item__phase.-research {
  background-color: rgba(0, 108, 201, 0.8);
  border-color: rgb(0, 108, 201);
}
.blockRoadmap__item__phase.-development {
  background-color: rgba(255, 174, 90, 0.8);
  border-color: rgb(255, 174, 90);
}
.blockRoadmap__item__phase.-testing {
  background-color: rgba(95, 231, 255, 0.8);
  border-color: rgb(95, 231, 255);
}
.blockRoadmap__itemWrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: rgb(255, 255, 255);
  padding: 0.75em 2.5em 0.75em 0.75em;
  color: rgb(20, 35, 64);
}
.blockRoadmap__itemWrap.-link {
  background-image: url("../inc/icons/chevron-right-secondary.svg");
  background-size: auto 1.25em;
  background-repeat: no-repeat;
  background-position: right 1.25em center;
}
.blockRoadmap__itemWrap.-link:hover {
  background-color: rgb(248, 249, 249);
}
@media (min-width: 35em) {
  .blockRoadmap__item__number {
    font-size: 1rem;
  }
  .blockRoadmap__item__title {
    font-size: 1rem;
  }
  .blockRoadmap__itemWrap {
    padding: 1.25em 3em 1.25em 1.25em;
  }
}
@media (min-width: 52em) {
  .blockRoadmap__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 52em) {
  .block.-width-large .blockRoadmap__column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .block.-width-large .blockRoadmap__column::after {
    content: "";
    display: table;
    clear: both;
  }
  .block.-width-large .blockRoadmap__column:last-child {
    margin-right: 0%;
  }
}
.blockSteps {
  background-color: rgb(255, 255, 255);
}
.blockSteps__suptitle {
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgb(107, 131, 154);
  margin: 0;
}
.blockSteps__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
}
.blockSteps__button {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 2em;
}
.blockSteps__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.blockSteps__item__image {
  display: none;
  flex: 0 0 auto;
  width: 25%;
  margin-right: 1em;
}
.blockSteps__item__content {
  flex: 1 1 auto;
  padding: 0.5em 0;
}
.blockSteps__item__title {
  margin: 0 0 0.5em 0;
  font-size: 1.125rem;
}
.blockSteps__container {
  box-shadow: 0 0 0.625em rgba(20, 35, 64, 0.2);
  padding: 1.2rem;
}
@media (min-width: 321px) {
  .blockSteps__item__image {
    display: block;
  }
  .blockSteps__container {
    padding: 1.8rem;
  }
}
@media (min-width: 52em) {
  .blockSteps__header {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin: 0 0 1.8rem 0;
  }
  .blockSteps__header__titles {
    flex: 1 1 auto;
  }
  .blockSteps__header__button {
    flex: 0 0 auto;
    margin-left: auto;
  }
  .blockSteps__suptitle {
    font-size: 1rem;
  }
  .blockSteps__title {
    font-size: 1.5rem;
  }
  .blockSteps__button {
    margin: 0;
  }
  .blockSteps__container {
    padding: 2.7rem;
  }
  .blockSteps__container::after {
    content: "";
    display: table;
    clear: both;
  }
  .blockSteps__item {
    display: block;
    margin-bottom: 0;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .blockSteps__item::after {
    content: "";
    display: table;
    clear: both;
  }
  .blockSteps__item:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .blockSteps__item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .blockSteps__item:nth-child(3n+1) {
    clear: both;
  }
  .blockSteps__item__image {
    height: 18rem;
    width: auto;
    max-width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto 1em auto;
  }
  .blockSteps__item__content {
    padding: 0;
  }
  .blockSteps__item__title {
    font-size: 1.25rem;
  }
}

.blockAwesomeForm {
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}
.blockAwesomeForm__logo {
  height: auto;
  margin: 0 auto;
  margin-bottom: 0.9rem;
  max-width: 100%;
  display: block;
}
.blockAwesomeForm__grid {
  display: block;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}
.blockAwesomeForm__usp, .blockAwesomeForm__body {
  padding: 0 1.8rem;
}
.blockAwesomeForm__usp {
  display: none;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  order: 2;
  color: rgb(255, 255, 255);
  background: url("../inc/img/confetti-circle-gradient-rotated.svg") no-repeat rgb(0, 108, 201);
  background-size: 100% 100%;
  background-position: center bottom -130px;
}
.blockAwesomeForm__body {
  order: 1;
}
.blockAwesomeForm__form {
  margin-bottom: 1.8rem;
}
.blockAwesomeForm__form .button {
  width: 100%;
}
.blockAwesomeForm__form .gform_submission_error {
  display: none !important;
}
.blockAwesomeForm__form .gform_wrapper {
  font-size: 0.8125em;
}
.blockAwesomeForm__form form.-loading:after {
  content: "";
  background: url("../inc/icons/spinner-light.svg") rgba(20, 35, 64, 0.5);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 8em 8em;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.blockAwesomeForm__form + .wysiwyg p a {
  color: inherit;
}
@media (min-width: 52em) {
  .blockAwesomeForm {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto;
  }
  .blockAwesomeForm__grid {
    box-shadow: 0 0 3em rgba(20, 35, 64, 0.15);
    border-radius: 1.5rem;
    overflow: hidden;
    flex-direction: row;
  }
  .blockAwesomeForm__usp, .blockAwesomeForm__body {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 3.6rem;
  }
  .blockAwesomeForm__usp {
    display: block;
    order: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .blockAwesomeForm__body {
    order: 2;
  }
  .blockAwesomeForm__body.-fullWidth {
    width: 100%;
  }
}
.blockAwesomeForm.-clean .blockAwesomeForm {
  max-width: 30rem;
}
.blockAwesomeForm.-clean .blockAwesomeForm__logo {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.blockAwesomeForm.-clean .blockAwesomeForm__grid {
  border-radius: 1.25rem;
}
.blockAwesomeForm.-clean .blockAwesomeForm__body {
  width: 100%;
  padding: 1rem;
  color: rgb(20, 35, 64);
}
.blockAwesomeForm.-clean .blockAwesomeForm__preFormText {
  margin: 1em 0 2em 0;
}
.blockAwesomeForm.-clean .blockAwesomeForm__form .button {
  font-size: 0.937rem;
}
@media (min-width: 35em) {
  .blockAwesomeForm.-clean .blockAwesomeForm__body {
    padding: 2rem;
  }
}

@media (min-width: 52em) {
  .blockCarousel {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockDiscover {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.blockDiscover__nav {
  width: 25%;
  order: 1;
  flex-grow: 0;
  flex-shrink: 1;
  padding: 0;
  margin: 0;
  padding-right: 3.6rem;
  display: none;
}
@media (min-width: 52em) {
  .blockDiscover__nav {
    display: block;
  }
}
.blockDiscover__nav__list {
  position: sticky;
  top: 6.3rem;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 1px solid rgba(186, 194, 199, 0.3);
}
.blockDiscover__nav__item {
  padding: 0;
  margin: 0;
}
.blockDiscover__nav__item > a {
  border: 1px solid transparent;
  border-radius: 0.125rem;
  color: rgb(20, 35, 64);
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.9rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.blockDiscover__nav__item > a:after {
  content: "\e908";
  font-family: "hooray-icons";
  color: transparent;
  font-size: 0.6em;
  display: block;
  margin-top: -0.2em;
  transform: translateY(-1px) rotate(-90deg);
}
.blockDiscover__nav__item > a:hover {
  color: rgb(0, 108, 201);
}
.blockDiscover__nav__item > a:hover:after {
  color: inherit;
}
.blockDiscover__nav__item > a.active {
  border-color: rgba(186, 194, 199, 0.3);
  color: rgb(0, 108, 201);
}
.blockDiscover__nav__item > a.active:after {
  color: inherit;
}
.blockDiscover__chapters {
  order: 2;
  flex-grow: 1;
  flex-shrink: 1;
}
.blockDiscover__chapter {
  padding-bottom: 3.6rem;
  margin-bottom: 3.6rem;
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
}
.blockDiscover__chapter:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.blockDiscover__chapter__title {
  padding: 0;
  padding-top: 0.9rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgb(0, 108, 201);
}
.blockDiscover__chapter__image {
  margin-bottom: 0.9rem;
  display: block;
  width: 100%;
  height: auto;
}
.blockDiscover__articles {
  margin-top: 1.8rem;
}
.blockDiscover__article {
  position: relative;
  padding-left: 3.05rem;
  padding-top: 0.625rem;
  border-left: 1px dashed rgb(0, 108, 201);
  padding-bottom: 3.6rem;
}
.blockDiscover__article:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}
.blockDiscover__article__icon {
  position: absolute;
  top: 0;
  left: -1.25rem;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #63b7ff;
  border: 1px solid rgb(0, 108, 201);
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
}
.blockDiscover__article__title {
  color: rgb(20, 35, 64);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.9rem;
  display: block;
}
.blockDiscover__article__headerLink .blockDiscover__article__title:after {
  content: "\e908";
  font-family: "hooray-icons";
  color: inherit;
  font-size: 0.6em;
  display: inline-block;
  margin-left: 0.45rem;
  transition: margin 0.2s ease-in-out;
  transform: translateY(-1px) rotate(-90deg);
}
.blockDiscover__article__headerLink:hover .blockDiscover__article__title {
  color: rgba(107, 131, 154, 0.7);
}
.blockDiscover__article__headerLink:hover .blockDiscover__article__title:after {
  margin-left: 0.9rem;
}
.blockDiscover__article__headerLink:hover .blockDiscover__article__icon {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(186, 194, 199, 0.3);
  color: rgb(107, 131, 154);
}
.blockDiscover__article__text ul {
  margin: 0;
  padding: 0;
}

.blockFeatureAccordion {
  margin: 0 auto;
  max-width: 50rem;
}
.blockFeatureAccordion__toggleForm {
  margin: 0 auto 1.8rem auto;
  text-align: center;
}
.blockFeatureAccordion__toggleForm input {
  position: fixed;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.blockFeatureAccordion__toggleForm input:checked + .blockFeatureAccordion__toggleForm__toggleBox {
  background-color: #c9e6ff;
}
.blockFeatureAccordion__toggleForm input:checked + .blockFeatureAccordion__toggleForm__toggleBox::before {
  transform: translateX(1rem);
  background-color: rgb(0, 108, 201);
}
.blockFeatureAccordion__toggleForm__label {
  font-weight: 600;
  color: rgb(20, 35, 64);
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
}
.blockFeatureAccordion__toggleForm__label:hover {
  color: rgb(0, 108, 201);
  cursor: pointer;
}
.blockFeatureAccordion__toggleForm__toggleBox {
  display: inline-block;
  width: 2.25rem;
  height: 0.875rem;
  background-color: #dcdcdd;
  border-radius: 2rem;
  position: relative;
  margin: 0 0.75em 0 0;
  transition: background-color 0.2s ease-in-out;
}
.blockFeatureAccordion__toggleForm__toggleBox::before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  background-color: #6B839A;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  position: absolute;
  top: -0.1875rem;
  left: 0;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.blockFeatureAccordion__accordion {
  box-shadow: none;
  background-color: transparent;
}
.blockFeatureAccordion__item {
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  margin: 0 0 0.5em 0;
}
.blockFeatureAccordion__item.-is-open .blockFeatureAccordion__heading::after {
  transform: translateY(-7px) rotate(180deg);
}
.blockFeatureAccordion__item.-is-open .blockFeatureAccordion__content {
  max-height: 40em;
}
.blockFeatureAccordion__heading {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  padding: 0.9rem 2.7rem 0.9rem 0.9rem;
}
.blockFeatureAccordion__heading::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAyNSAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IkRlc2lnbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4NCiAgICAgICAgPGcgaWQ9Imhvb3JheS1kZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA5Ni4wMDAwMDAsIC01ODYxLjAwMDAwMCkiIHN0cm9rZT0iIzA2MUUyQiIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUmVjdGFuZ2xlLTctQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEwOC41MDAwMDAsIDU4NjIuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMTA4LjUwMDAwMCwgLTU4NjIuNTAwMDAwKSAiIHBvaW50cz0iMTExNiA1ODcwIDExMDEgNTg3MCAxMTAxIDU4NTUgMTEwMSA1ODU1Ij48L3BvbHlsaW5lPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 0.75rem;
  position: absolute;
  right: 0.9rem;
  top: 1.8rem;
  transform: translateY(-7px) rotate(0deg);
  transition: transform 0.3s ease-in-out;
  width: 0.9rem;
}
.blockFeatureAccordion__heading:hover .blockFeatureAccordion__heading__icon {
  background-color: rgb(0, 108, 201);
}
.blockFeatureAccordion__heading__icon {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  background-color: rgba(0, 108, 201, 0.5);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 108, 201);
  font-size: 1.25rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
}
.blockFeatureAccordion__heading__content {
  flex: 1 1 auto;
}
.blockFeatureAccordion__heading__title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
}
.blockFeatureAccordion__heading__subtitle {
  display: block;
  font-size: 0.875rem;
  color: rgb(107, 131, 154);
  font-weight: 500;
}
.blockFeatureAccordion__content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  font-size: 0.9375rem;
}
.blockFeatureAccordion__content__inner {
  padding: 0.9rem 1.35rem;
}
.blockFeatureAccordion__content p:last-child {
  margin-bottom: 0;
}
.blockFeatureAccordion__content__uspList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blockFeatureAccordion__content__uspList__item {
  margin: 0 0 0.5em 0;
  position: relative;
  padding-right: 2em;
}
.blockFeatureAccordion__content__uspList__item::after {
  content: "\e907";
  position: absolute;
  top: -2px;
  right: 0;
  font-family: "hooray-icons";
  font-size: 1.25rem;
  color: rgb(0, 108, 201);
}
.blockFeatureAccordion__content__bodyText + .blockFeatureAccordion__content__uspList {
  margin-top: 1em;
}
@media (min-width: 52em) {
  .blockFeatureAccordion__heading {
    padding: 1.35rem;
    align-items: center;
  }
  .blockFeatureAccordion__heading::after {
    right: 1.8rem;
    height: 1rem;
    width: 1.35rem;
    top: 50%;
  }
  .blockFeatureAccordion__heading__icon {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
  .blockFeatureAccordion__heading__title {
    font-size: 1rem;
  }
  .blockFeatureAccordion__heading__subtitle {
    font-size: 0.875rem;
  }
  .blockFeatureAccordion__content {
    font-size: 1rem;
  }
  .blockFeatureAccordion__content__inner {
    padding: 0.9rem 1.35rem 1.35rem 5.35rem;
  }
}

.blockWistiaVidForm {
  display: block;
}
.blockWistiaVidForm__player {
  position: relative;
  padding-top: 56.25%;
}
.blockWistiaVidForm__player.-ratio-16-9 {
  padding-top: 56.25%;
}
.blockWistiaVidForm__player.-ratio-4-3 {
  padding-top: 75%;
}
.blockWistiaVidForm__player.-ratio-1-1 {
  padding-top: 100%;
}
.blockWistiaVidForm__player.-ratio-14-9 {
  padding-top: 64.3%;
}
@media (min-width: 52em) {
  .blockWistiaVidForm__player:after {
    content: "";
    position: absolute;
    background-image: url("../inc/img/confetti_shape_wistiaPlayer_2.svg");
    background-repeat: no-repeat;
    background-size: 221px 221px;
    background-position: center center;
    top: -20px;
    left: -70px;
    width: 221px;
    height: 221px;
    display: block;
    z-index: 90;
  }
  .blockWistiaVidForm__player:before {
    content: "";
    position: absolute;
    background-image: url("../inc/img/confetti_shape_wistiaPlayer_1.svg");
    background-repeat: no-repeat;
    background-size: 198px 198px;
    background-position: center center;
    bottom: -60px;
    right: -100px;
    width: 198px;
    height: 198px;
    display: block;
    z-index: 90;
  }
}
.blockWistiaVidForm__player__placeholder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.blockWistiaVidForm__player__iframe {
  z-index: 100;
  position: absolute;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.blockWistiaVidForm__player__img {
  display: block;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blockWistiaVidForm__player__playButton {
  width: 100%;
  height: 100%;
  font-size: 0.1rem;
  color: rgb(0, 108, 201);
  background-color: transparent;
  position: absolute;
  border: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
.blockWistiaVidForm__player__playButton svg {
  fill: currentColor;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3px), -50%);
  width: 34px;
  height: 38px;
}
.blockWistiaVidForm__player__playButton:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  background-color: rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
}
.blockWistiaVidForm__player__playButton:hover {
  color: rgb(255, 255, 255);
}
.blockWistiaVidForm__player__playButton:hover:after {
  background-color: #005196;
}

.blockHomeVisual {
  position: relative;
  width: 100%;
  height: 56vw;
  max-height: 555px;
  background-color: rgb(255, 255, 255);
}
.blockHomeVisual__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.blockHomeVisual__image.-desktop {
  display: none;
}
@media (min-width: 1000px) {
  .blockHomeVisual {
    height: 50vw;
    max-height: 635px;
  }
  .blockHomeVisual__image.-mobile {
    display: none;
  }
  .blockHomeVisual__image.-desktop {
    display: block;
  }
}
@media (min-width: 1500px) {
  .blockHomeVisual {
    height: 37vw;
  }
}

.blockUsp4Col__item {
  margin-bottom: 1.8rem;
  color: rgb(20, 35, 64);
}
.blockUsp4Col__item:last-child {
  margin: 0;
}
.blockUsp4Col__title {
  display: block;
  line-height: 1.375;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: rgb(0, 108, 201);
}
.blockUsp4Col__text {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (min-width: 52em) {
  .blockUsp4Col__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.7rem;
  }
  .blockUsp4Col__item {
    display: block;
    width: calc(50% - 1.35rem);
    flex: 0 0 auto;
    margin: 0 0 0.75em 0;
  }
  .blockUsp4Col__title {
    font-size: 1.25rem;
  }
  .blockUsp4Col__text {
    font-size: 1rem;
  }
}
@media (min-width: 78em) {
  .blockUsp4Col__grid {
    flex-wrap: nowrap;
  }
  .blockUsp4Col__item {
    width: auto;
    flex: 1 1 auto;
  }
}

/* Icons as ::before background-url element */
.-icon-people::before {
  background-image: url("../inc/icons/people-dark.svg");
}
.-icon-document::before {
  background-image: url("../inc/icons/document-dark.svg");
}
.-icon-calendar::before {
  background-image: url("../inc/icons/calendar-dark.svg");
}
.-icon-flag::before {
  background-image: url("../inc/icons/flag-dark.svg");
}
.-icon-airplane::before {
  background-image: url("../inc/icons/airplane-dark.svg");
}
.-icon-bandaid::before {
  background-image: url("../inc/icons/bandaid-dark.svg");
}
.-icon-clock::before {
  background-image: url("../inc/icons/clock-dark.svg");
}
.-icon-folder::before {
  background-image: url("../inc/icons/folder-dark.svg");
}

.branding__logo {
  display: block;
  height: 2.3rem;
  width: auto;
}
.branding.-in-footer .branding__logo {
  height: 3rem;
}
.button {
  background-color: rgb(0, 108, 201);
  font-size: 1em;
  color: rgb(255, 255, 255);
  text-align: center;
  border: 0;
  border-radius: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  padding: 0.7em 1.5em;
  font-weight: 500;
  line-height: 1.5;
}
.button:not(.disabled):hover {
  background-color: #005196;
}
.button:active {
  background-color: #003563;
}
.button.-negative {
  color: rgb(20, 35, 64);
}
.button.-negative.-filled {
  background-color: rgb(255, 255, 255);
}
.button.-secondary {
  background-color: rgb(255, 174, 90);
  color: rgb(255, 255, 255);
}
.button.-secondary:hover {
  background-color: rgb(232, 93, 93);
}
.button.-secondary:active {
  background-color: rgb(255, 174, 90);
}
.button.-light {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
}
.button.-light:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.button.-light:active {
  background-color: rgba(255, 255, 255, 0.3);
}
.button.-grey {
  color: rgb(107, 131, 154);
  background-color: transparent;
}
.button.-grey.-bordered {
  box-shadow: inset 0 0 0 1px rgb(107, 131, 154);
  background-color: transparent;
  color: rgb(107, 131, 154);
}
.button.-grey.-bordered:hover {
  background-color: rgb(107, 131, 154);
  color: rgb(255, 255, 255);
}
.button.-grey.-filled {
  background-color: rgb(107, 131, 154);
  color: rgb(255, 255, 255);
}
.button.-text {
  color: rgb(20, 35, 64);
  background-color: transparent;
}
.button.-text:hover {
  color: rgb(0, 108, 201);
  background-color: transparent;
}
.button.-text:active {
  color: #005196;
  background-color: transparent;
}
.button.-text-light {
  color: rgb(107, 131, 154);
  background-color: transparent;
  font-size: 0.875rem;
}
.button.-text-light:hover {
  color: rgb(0, 108, 201);
  background-color: transparent;
}
.button.-text-light:active {
  color: #005196;
  background-color: transparent;
}
.button.-simple {
  font-size: 0.9375em;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  background-color: rgb(255, 255, 255);
  color: rgb(20, 35, 64);
  padding: 0.5em 1em;
}
.button.-simple:hover {
  color: rgba(20, 35, 64, 0.6);
  background-color: rgb(255, 255, 255);
}
.button.-simple.-is-active {
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
}
.button.-chevron-right {
  font-size: 1em;
  background-color: transparent;
  color: rgb(20, 35, 64);
  padding: 0;
}
.button.-chevron-right.-bold {
  font-weight: 700;
}
.button.-chevron-right:after {
  content: "\e908";
  font-family: "hooray-icons";
  color: inherit;
  font-size: 0.6em;
  display: inline-block;
  margin-left: 0.45rem;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-1px) rotate(-90deg);
}
.button.-chevron-right:hover {
  color: rgba(20, 35, 64, 0.7);
  background-color: rgb(255, 255, 255);
}
.button.-chevron-right:hover:after {
  transform: translateY(-1px) translateX(0.25rem) rotate(-90deg);
}
.button.-small {
  padding: 0.5em 1em;
}
.button.-wide {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.button.-transparent {
  font-size: 0.9375em;
  box-shadow: none;
  background-color: transparent;
  color: rgb(20, 35, 64);
  padding: 0.5em 1em;
}
.button.-transparent:hover {
  background-color: rgba(20, 35, 64, 0.1);
}
.button.-transparent.-negative {
  color: rgb(255, 255, 255);
}
.button.-bordered {
  box-shadow: inset 0 0 0 1px rgb(0, 108, 201);
  background-color: transparent;
  color: rgb(0, 108, 201);
}
.button.-bordered:hover {
  box-shadow: none;
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
}
.button.-bordered:active {
  box-shadow: none;
  background-color: #005196;
  color: rgb(255, 255, 255);
}
.button.-bordered.-negative {
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.button.-bordered.-negative:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.button.-round {
  border-radius: 3.125rem;
}
.button.-video {
  position: relative;
}
@media (min-width: 35em) {
  .button.-video {
    padding-right: 3rem;
  }
}
.button.-video:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../inc/img/icon-play-primary.svg") no-repeat;
  background-size: 1.25rem 1.25rem;
}
.button.-video:hover:before {
  background-image: url("../inc/img/icon-play-light.svg");
}
.button.-calendar {
  position: relative;
}
@media (min-width: 35em) {
  .button.-calendar {
    padding-right: 3rem;
  }
}
.button.-calendar:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../inc/img/icon-calendar-primary.svg") no-repeat;
  background-size: 1.25rem 1.25rem;
}
.button.-calendar:hover:before {
  background-image: url("../inc/img/icon-calendar-light.svg");
}
.button.-full {
  padding-left: 0.3em;
  padding-right: 0.3em;
  width: 100%;
  display: block;
}
.button.-navOpen {
  height: 1.5em;
  width: 1.5em;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  background-image: url("../inc/icons/menu-dark.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.button.-navOpen.-alternate {
  background-image: url("../inc/icons/menu-light.svg");
}
.button.-navClose {
  height: 1.5em;
  width: 1.5em;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  background-image: url("../inc/icons/close-dark.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.button.-modalClose {
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  background-image: url("../inc/icons/close-dark.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: -0.5rem -0.5rem 0 0;
  opacity: 0.4;
}
.button.-modalClose:hover, .button.-modalClose:focus {
  background-color: transparent;
}
.button.-block {
  display: block;
}
.button.disabled {
  background-color: rgb(186, 194, 199);
  opacity: 0.6;
}
.button.-margin-bottom-small {
  margin-bottom: 0.5em;
}
.button.-margin-top-small {
  margin-top: 0.5em;
}
.button.-margin-bottom-large {
  margin-bottom: 1em;
}
.button.-margin-top-large {
  margin-top: 1em;
}

.checklist,
.-checklist {
  padding: 1em 0;
}
.checklist.-compact,
.-checklist.-compact {
  margin: 0;
  padding: 0;
}
.checklist__title,
.-checklist__title {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 1em;
}
.checklist__items,
.-checklist__items {
  list-style: none;
  margin: 0;
  padding: 0 1.8em 0 0;
}
.checklist__item,
.-checklist__item {
  color: rgb(107, 131, 154);
  font-size: 0.875em;
  padding: 0 0 1em 2.1em;
  position: relative;
  line-height: 1.5;
}
.checklist__item:last-child,
.-checklist__item:last-child {
  padding-bottom: 0;
}
.checklist__item:before,
.-checklist__item:before {
  content: "\e907";
  font-family: "hooray-icons";
  display: block;
  position: absolute;
  height: 1.2em;
  width: 1.2em;
  left: 0;
  top: 0.18em;
}

.featuredBlock {
  background-color: rgba(186, 194, 199, 0.1);
  padding: 1.5em;
  position: relative;
}
.featuredBlock__content {
  position: relative;
  z-index: 0;
}
.featuredBlock.-light {
  background-color: transparent;
}
@media screen and (min-width: 52em) {
  .featuredBlock {
    padding: 3em 3em 2.7em;
  }
  .featuredBlock.-confetti:before {
    content: "";
    background-image: url("../inc/img/featuredBlock-confetti.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    bottom: 3.6em;
    display: block;
    left: 30%;
    position: absolute;
    right: -3.6em;
    top: -2.4em;
  }
}

.featuredQuote {
  text-align: center;
}
.featuredQuote__image {
  border-radius: 50%;
  display: block;
  margin: 0 auto 1em;
  overflow: hidden;
  width: 50%;
}
.featuredQuote__content {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.featuredQuote__name {
  color: rgb(107, 131, 154);
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0 0 0.5em;
}

.form__logo {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto 0.9rem auto;
}
@media screen and (min-width: 52em) {
  .form__logo {
    max-width: 70%;
  }
}
.form__title {
  font-size: 1.875em;
  line-height: 1.25;
  margin: 0 0 0.5em;
}
.form__introduction {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.375em;
  margin: 0 0 1.375em;
}
.form__content {
  margin: 0 0 1.375em;
}
.form__agreements, .form__finalNote {
  color: rgb(107, 131, 154);
  font-size: 0.875em;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 1.375em;
}
.form__agreements a, .form__finalNote a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.form__agreements a:hover, .form__finalNote a:hover {
  color: rgb(0, 108, 201);
}
.form__finalNote {
  margin: 0;
  text-align: center;
}

.gform_wrapper {
  font-size: 1rem;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=date], .gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=time], .gform_wrapper input[type=url] {
  width: 100%;
  padding: 1em;
  outline: none;
  border: none;
  border-bottom: 0.1em solid rgb(107, 131, 154);
  background-color: rgba(20, 35, 64, 0.03);
}
.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=date]:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=number]:focus, .gform_wrapper input[type=password]:focus, .gform_wrapper input[type=search]:focus, .gform_wrapper input[type=tel]:focus, .gform_wrapper input[type=time]:focus, .gform_wrapper input[type=url]:focus {
  border-color: #5fe7ff;
}
.gform_wrapper select {
  width: 100%;
  padding: 1em;
  outline: none;
  border: none;
  border-bottom: 0.1em solid rgb(107, 131, 154);
  background-color: rgba(20, 35, 64, 0.03);
}
.gform_wrapper select:focus {
  border-color: #5fe7ff;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper textarea {
  width: 100%;
  padding: 1em;
  outline: none;
  border: none;
  border-bottom: 0.1em solid rgb(107, 131, 154);
  background-color: rgba(20, 35, 64, 0.03);
  resize: vertical;
  min-height: 2em;
  line-height: 1.35;
}
.gform_wrapper textarea.small {
  height: 7em;
}
.gform_wrapper textarea:focus {
  border-color: #5fe7ff;
}
.gform_wrapper textarea::placeholder {
  color: rgb(107, 131, 154);
}
.gform_wrapper .gform_submission_error {
  font-size: 0.875rem;
  border: 1px solid rgb(255, 174, 90);
  background-color: rgba(255, 174, 90, 0.05);
  border-radius: 0.25rem;
  display: block;
  padding: 0.75em 1em;
}
.gform_wrapper .gform_heading {
  margin-bottom: 0.9rem;
}
@media (min-width: 52em) {
  .gform_wrapper .gform_heading {
    margin-bottom: 1.8rem;
  }
}
.gform_wrapper .gform_heading .gform_description {
  font-size: 0.9375rem;
}
@media (min-width: 52em) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 1rem;
  }
}
.gform_wrapper .gform_body .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0.9rem 0;
  border: none;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield_label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.gform_wrapper .gform_body .gform_fields .gfield_radio, .gform_wrapper .gform_body .gform_fields .gfield_checkbox {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield_radio input[type=radio], .gform_wrapper .gform_body .gform_fields .gfield_radio input[type=checkbox], .gform_wrapper .gform_body .gform_fields .gfield_checkbox input[type=radio], .gform_wrapper .gform_body .gform_fields .gfield_checkbox input[type=checkbox] {
  margin-right: 0.5em;
}
.gform_wrapper .gform_body .gform_fields .gfield_radio label, .gform_wrapper .gform_body .gform_fields .gfield_checkbox label {
  cursor: pointer;
}
.gform_wrapper .gform_footer .gform-button--width-full {
  width: 100%;
}
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select {
  border-color: rgb(255, 178, 100);
}
.gform_wrapper .gfield .validation_message {
  color: rgb(255, 178, 100);
  font-size: 0.875em;
}
.gform_wrapper .gfield.-diapositive input {
  background-color: rgb(255, 255, 255);
  border: none;
}
.gform_wrapper .gfield.-rounded input {
  border-radius: 3em;
  border: none;
  padding: 0.8em 1em;
}
.gform_wrapper .gfield.-bordered input {
  border-radius: 0.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(186, 194, 199);
}
.gform_wrapper .gfield .ginput_container_consent {
  margin-bottom: 1.8rem;
}
.gform_wrapper .gform_inline {
  display: flex;
  flex-direction: column;
}
.gform_wrapper .gform_inline .gform_ajax_spinner {
  display: none;
}
.gform_wrapper .gform_inline.-loading .gform_footer input[type=submit] {
  color: transparent;
  background-image: url("../inc/icons/spinner-light.svg");
  background-position: center center;
  background-size: auto 60%;
  background-repeat: no-repeat;
}
.gform_wrapper .gform_inline .gform_body {
  flex: 1 auto;
  margin-bottom: 1em;
  margin-right: 0;
}
.gform_wrapper .gform_inline .gform_body .gform_fields .gfield {
  margin: 0;
}
.gform_wrapper .gform_inline .gform_body .gform_fields .gfield .ginput_container {
  margin-bottom: 0;
}
.gform_wrapper .gform_inline .gform_footer {
  flex: 0 0 auto;
  display: flex;
}
.gform_wrapper .gform_inline .gform_footer input[type=submit] {
  width: 100%;
}
.gform_wrapper .gform_inline .validation_error, .gform_wrapper .gform_inline .validation_message {
  display: none;
}
@media (min-width: 52em) {
  .gform_wrapper .gform_inline {
    flex-direction: row;
  }
  .gform_wrapper .gform_inline .gform_body {
    margin-bottom: 0;
    margin-right: 1em;
  }
  .gform_wrapper .gform_inline .gform_footer {
    margin-left: auto;
  }
}
.gform_wrapper.gform_inline_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .gform_ajax_spinner {
  display: none;
}
.gform_wrapper .-loading .gform_footer input[type=submit] {
  color: transparent;
  background-image: url("../inc/icons/spinner-light.svg");
  background-position: center center;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.gform_confirmation_wrapper.gform_inline {
  text-align: center;
  padding: 1em;
  border: 2px solid rgb(91, 176, 47);
  background-color: rgb(229, 250, 232);
  border-radius: 0.25rem;
  color: rgb(91, 176, 47);
  font-size: 0.9em;
  margin-bottom: 0.9rem;
  font-weight: 500;
}

img.gform_ajax_spinner {
  display: none !important;
}

.-outlinedFormFields .gform_wrapper input[type=text], .-outlinedFormFields .gform_wrapper input[type=date], .-outlinedFormFields .gform_wrapper input[type=email], .-outlinedFormFields .gform_wrapper input[type=number], .-outlinedFormFields .gform_wrapper input[type=password], .-outlinedFormFields .gform_wrapper input[type=search], .-outlinedFormFields .gform_wrapper input[type=tel], .-outlinedFormFields .gform_wrapper input[type=time], .-outlinedFormFields .gform_wrapper input[type=url] {
  border: 0.1em solid rgb(186, 194, 199);
  background-color: rgb(255, 255, 255);
  border-radius: 0.25em;
}
.-outlinedFormFields .gform_wrapper input[type=text]:focus, .-outlinedFormFields .gform_wrapper input[type=date]:focus, .-outlinedFormFields .gform_wrapper input[type=email]:focus, .-outlinedFormFields .gform_wrapper input[type=number]:focus, .-outlinedFormFields .gform_wrapper input[type=password]:focus, .-outlinedFormFields .gform_wrapper input[type=search]:focus, .-outlinedFormFields .gform_wrapper input[type=tel]:focus, .-outlinedFormFields .gform_wrapper input[type=time]:focus, .-outlinedFormFields .gform_wrapper input[type=url]:focus {
  border-color: #006cc9;
}
.-outlinedFormFields .gform_wrapper select {
  width: 100%;
  padding: 1em;
  outline: none;
  border: none;
  border: 0.1em solid rgb(186, 194, 199);
  background-color: rgb(255, 255, 255);
  border-radius: 0.25em;
}
.-outlinedFormFields .gform_wrapper select:focus {
  border-color: #006cc9;
}

.-centeredFormHeader .gform_wrapper .gform_heading {
  text-align: center;
}

.-hideErrorMessages .gform_wrapper .gform_submission_error {
  display: none;
}

/**
 * Form: Text Field
 */
.form-textField {
  margin: 0 0 0.9em;
  position: relative;
}
.form-textField.ginput_container .form-textField__input {
  padding: 1.6em 1em 0.8em !important;
}
.form-textField .strength-meter {
  border-width: 0 0 0.1rem !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  padding: 0.45em !important;
  font-size: 0.875em !important;
  font-weight: normal !important;
  line-height: 1 !important;
}
.form-textField__input, .form-textField__label {
  font-size: 1em;
  line-height: 1.2;
}
.form-textField__label {
  color: rgb(107, 131, 154);
  cursor: text;
  display: block;
  font-size: 1em;
  left: 1em;
  padding: 1.2em 0;
  position: absolute;
  top: 0;
  transform: translateY(-0.8em) scale(0.75);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
.form-textField__icon {
  position: absolute;
  right: 0.9em;
  top: 0.45em;
  width: 2.4em;
}
.form-textField__input {
  background-color: rgba(20, 35, 64, 0.03);
  border: none;
  border-bottom: 0.1em solid rgb(107, 131, 154);
  border-radius: 0;
  outline: none;
  padding: 1.6em 1em 0.8em;
  width: 100%;
}
.form-textField__input::placeholder {
  color: transparent;
  transition: color 0.3s ease-in-out;
}
.form-textField__input:hover {
  border-color: #142340;
}
.form-textField__input.-formError {
  border-color: rgb(255, 178, 100) !important;
}
.form-textField__input.-formError + .form-textField__label {
  color: rgb(255, 178, 100);
}
.form-textField__input:focus {
  border-color: rgb(95, 231, 255);
}
.form-textField__input:focus::placeholder {
  color: rgb(107, 131, 154);
}
.form-textField__input:focus + .form-textField__label {
  color: rgb(95, 231, 255);
}
.form-textField__input:placeholder-shown + .form-textField__label {
  transform: translateY(0) scale(1);
}
.form-textField__input:not(:placeholder-shown) + .form-textField__label, .form-textField__input:focus:placeholder-shown + .form-textField__label {
  transform: translateY(-0.8em) scale(0.75);
}

.gform_inline .form-textField.ginput_container .form-textField__input {
  padding: 1.6em 1em 0.6em !important;
}

.footer .form-textField.ginput_container .form-textField__label {
  padding: 1em 0 !important;
}

/* Error styling */
.gform_wrapper .gfield.gfield_error .form-textField__input {
  border-color: rgb(255, 178, 100);
  background-color: rgb(255, 244, 232);
}

.-outlinedFormFields .gform_wrapper .form-textField__input {
  font-size: 0.875rem;
}
.-outlinedFormFields .gform_wrapper .form-textField__input:focus + .form-textField__label {
  color: rgb(0, 108, 201);
}
.-outlinedFormFields .gform_wrapper .form-textField__label {
  left: 1em;
  font-size: 0.875rem;
  padding: 1.4em 0;
}
.-outlinedFormFields .gform_wrapper .form-textField.ginput_container .form-textField__input {
  padding: 1.8em 1em 0.5em !important;
}

/**
 * Form: Text Field
 */
.form-selectField {
  margin: 0 0 0.9em;
  position: relative;
}
.form-selectField.ginput_container .form-selectField__input {
  padding: 1.6em 1em 0.8em !important;
}
.form-selectField__input, .form-selectField__label {
  font-size: 1em;
  line-height: 1.2;
}
.form-selectField__label {
  color: rgb(107, 131, 154);
  cursor: text;
  display: block;
  font-size: 1em;
  left: 1em;
  padding: 1.2em 0;
  position: absolute;
  top: 0;
  transform: translateY(-0.8em) scale(0.75);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
.form-selectField__icon {
  position: absolute;
  right: 0.9em;
  top: 0.45em;
  width: 2.4em;
}
.form-selectField__input {
  appearance: none;
  background-color: rgba(20, 35, 64, 0.03);
  background-image: url("../inc/icons/chevron-down-grey.svg");
  background-size: auto 25%;
  background-position: right 1em center;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 0.1em solid rgb(107, 131, 154);
  border-radius: 0;
  outline: none;
  padding: 1.6em 1em 0.8em;
  width: 100%;
}
.form-selectField__input::-ms-expand {
  display: none;
}
.form-selectField__input:hover {
  border-color: #142340;
}
.form-selectField__input.-formError {
  border-color: rgb(255, 178, 100) !important;
}
.form-selectField__input.-formError + .form-textField__label {
  color: rgb(255, 178, 100);
}
.form-selectField__input:focus {
  border-color: rgb(95, 231, 255);
}
.form-selectField__input:focus::placeholder {
  color: rgb(107, 131, 154);
}
.form-selectField__input:focus + .form-selectField__label {
  color: rgb(95, 231, 255);
}
.form-selectField__input.placeholder-shown + .form-selectField__label {
  transform: translateY(0) scale(1);
}
.form-selectField__input:not(.placeholder-shown) + .form-selectField__label, .form-selectField__input.placeholder-shown:focus + .form-selectField__label {
  transform: translateY(-0.8em) scale(0.75);
}

.gform_inline .form-selectField.ginput_container .form-selectField__input {
  padding: 1.6em 1em 0.6em !important;
}

.footer .form-selectField.ginput_container .form-selectField__label {
  padding: 1em 0 !important;
}

/* Error styling */
.gform_wrapper .gfield.gfield_error .form-selectField__input {
  border-color: rgb(255, 178, 100);
  background-color: rgb(255, 244, 232);
}

.-outlinedFormFields .gform_wrapper .form-selectField__input {
  font-size: 0.875rem;
}
.-outlinedFormFields .gform_wrapper .form-selectField__input:focus + .form-selectField__label {
  color: rgb(0, 108, 201);
}
.-outlinedFormFields .gform_wrapper .form-selectField__label {
  left: 1em;
  font-size: 0.875rem;
  padding: 1.4em 0;
}
.-outlinedFormFields .gform_wrapper .form-selectField.ginput_container .form-selectField__input {
  padding: 1.8em 1em 0.5em !important;
}

.form-error {
  color: rgb(255, 178, 100);
  font-size: 0.875rem;
  margin: 0.9em 0 0 0;
  display: block;
}

.iconList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iconList__item {
  padding: 0.5em 0;
}
.iconList__item::after {
  content: "";
  display: table;
  clear: both;
}
.iconList__itemIcon {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.3333333333%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 1em 0 0;
  text-align: center;
}
.iconList__itemIcon::after {
  content: "";
  display: table;
  clear: both;
}
.iconList__itemIconImage {
  max-width: 100%;
}
.iconList__itemDescription {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.6666666667%;
  margin-left: 0%;
  margin-right: 0%;
}
.iconList__itemDescription::after {
  content: "";
  display: table;
  clear: both;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: list;
}
.list.-margin {
  margin-bottom: 1.8rem;
}
.list.-check li {
  font-size: 1em;
  color: rgb(107, 131, 154);
  padding-left: 1.8em;
  min-height: 0;
  margin-bottom: 0.45rem;
}
.list.-check li::before {
  content: "";
  background-image: url("../inc/icons/check-secondary.svg");
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  width: 0.875em;
  height: 0.6em;
  top: 0.4em;
}
.list.-check.-negative li {
  color: rgb(255, 255, 255);
}
.list.-check.-negative li::before {
  background-image: url("../inc/icons/check-light.svg");
}
.list.-check.-large li {
  font-size: 1.125rem;
}
.list.-alignTop li {
  align-items: flex-start;
}
.list li {
  font-size: 1em;
  position: relative;
  padding-left: 3em;
  min-height: 1.8em;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.9rem;
}
.list li::before {
  counter-increment: list;
  content: counter(list);
  width: 1.8em;
  height: 1.8em;
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 1.8em;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.list__item__label {
  display: inline-block;
  max-width: 9.375em;
  width: 50%;
  min-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list__item__value {
  display: inline-block;
}
.list__item.-noCheck:before {
  content: none !important;
}
.list__item__text {
  flex: 0 1 auto;
  padding-top: 0.25em;
}

/**
  * .navMain
  * .navModal
**/
.navMain .menu {
  list-style: none;
  padding: 0;
  margin: 0 2em 0 0;
  line-height: 0;
  width: 100%;
}
.navMain .menu::after {
  content: "";
  display: table;
  clear: both;
}
.navMain .menu > .menu-item {
  line-height: 1.5;
  float: left;
}
.navMain .menu > .menu-item > a {
  color: rgb(20, 35, 64);
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}
.navMain .menu > .menu-item:hover > a {
  color: rgb(0, 108, 201);
  background-color: rgb(248, 249, 249);
}
.navMain .menu > .menu-item.current-menu-item > a, .navMain .menu > .menu-item.current-page-parent > a, .navMain .menu > .menu-item.current-menu-parent > a {
  color: rgb(0, 108, 201);
}
.navMain .menu > .menu-item.language {
  margin-right: 0.9rem;
}
.navMain .menu > .menu-item.language > a {
  color: rgb(107, 131, 154);
}
.navMain .menu > .menu-item.right {
  float: right;
}
.navMain .menu > .menu-item.menu-item-has-children > a::after, .navMain .menu > .menu-item.mega-menu-parent > a::after {
  content: "\e908";
  font-family: "hooray-icons";
  color: inherit;
  font-size: 0.6em;
  display: inline-block;
  margin-left: 0.6em;
  transition: transform 0.2s ease-in-out;
}
.navMain .menu > .menu-item.menu-item-has-children:hover > a {
  z-index: 0;
  color: rgb(0, 108, 201);
}
.navMain .menu > .menu-item.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}
.navMain .menu > .menu-item.menu-item-has-children:hover > .sub-menu {
  display: block;
  z-index: 1251;
}
.navMain .menu > .menu-item.mega-menu-parent:hover > a {
  color: rgb(0, 108, 201);
}
.navMain .menu > .menu-item.mega-menu-parent.-active > a {
  color: rgb(0, 108, 201);
}
.navMain .menu > .menu-item.mega-menu-parent.-active > a:after {
  transform: rotate(180deg);
}
.navMain .menu > .menu-item:not(.menu-item-has-children):hover > a {
  color: rgb(0, 108, 201);
}
.navMain .menu > .menu-item > .sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  width: 18rem;
  background-color: rgb(248, 249, 249);
  margin: 0;
  padding: 0;
  border-radius: 0.25rem;
  transform: translateY(-0.5rem);
  padding-top: 0.9rem;
  overflow: hidden;
}
.navMain .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
  float: none;
  margin-top: 0.9rem;
}
.navMain .menu > .menu-item > .sub-menu > .menu-item:first-child {
  margin-top: 0.45rem;
}
.navMain .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  padding: 1em;
  padding-top: 0;
  font-weight: 500;
  line-height: 1;
  color: rgb(20, 35, 64);
}
.navMain .menu > .menu-item > .sub-menu > .menu-item > a::before, .navMain .menu > .menu-item > .sub-menu > .menu-item > a::after {
  display: none;
}
.navMain .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  background-color: rgb(248, 249, 249);
}
.navMain .menu > .menu-item > .sub-menu > .menu-item:hover > a, .navMain .menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
  color: rgb(0, 108, 201);
}
.navMain.-header-dark .menu .menu-item > a {
  color: rgb(255, 255, 255);
}
.navMain.-header-dark .menu .menu-item:hover > a {
  color: rgb(0, 108, 201);
  background-color: rgb(248, 249, 249);
}
.navMain.-header-dark .menu .menu-item.current-menu-item > a, .navMain.-header-dark .menu .menu-item.current-page-parent > a, .navMain.-header-dark .menu .menu-item.current-menu-parent > a {
  color: rgb(248, 249, 249);
}
.navMain.-header-dark .menu .menu-item.current-menu-item:hover > a, .navMain.-header-dark .menu .menu-item.current-page-parent:hover > a, .navMain.-header-dark .menu .menu-item.current-menu-parent:hover > a {
  color: rgb(0, 108, 201);
}
.navMain.-header-dark .menu .menu-item.mega-menu-parent.-active > a {
  color: rgb(255, 255, 255);
}
.navMain.-header-dark .menu .menu-item.mega-menu-parent.-active:hover > a {
  color: rgb(0, 108, 201);
}

.megaMenuBackdrop {
  display: none;
  top: -99999px;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: 1249;
  position: fixed;
  background-color: rgba(20, 35, 64, 0.8);
  pointer-events: none;
  transition: none;
  opacity: 0;
}

@media (max-width: 51.9375em) {
  body.-navModal-open .megaMenuBackdrop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
  }
}
body.-megaMenu-open .megaMenuBackdrop {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease;
}
body.-megaMenu-open .megaMenu {
  display: flex;
}

body.-megaMenu-open .headerMain {
  z-index: 1250;
}

.megaMenu {
  display: none;
  z-index: 1250;
  position: fixed;
  top: 6.3rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 3.4rem);
  min-height: 25em;
  width: 75rem;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  animation: slideInMegaMenuSmall 0.6s ease;
  background-color: rgb(255, 255, 255);
  border-radius: 1.5rem;
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  background: url("../inc/img/confetti-circle-faded.svg") no-repeat rgb(255, 255, 255);
  background-size: 25rem 25rem;
  background-position: bottom -15.5em right -6em;
}
@media (min-width: 1500px) {
  .megaMenu {
    animation: slideInMegaMenuBig 0.6s ease;
    left: auto;
    transform: none;
  }
}
.megaMenu__close {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  opacity: 0.5;
  height: 1em;
  width: 1em;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  background-image: url("../inc/icons/close-dark.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.megaMenu__close:hover {
  opacity: 1;
  background-color: transparent !important;
}
.megaMenu__grid {
  display: flex;
  padding: 1.8rem 2.7rem;
  height: 100%;
  width: 100%;
}
@media (min-width: 60em) {
  .megaMenu__grid {
    padding: 2.7rem;
  }
}
.megaMenu__col {
  flex: 0 0 auto;
}
.megaMenu__col.-features {
  flex: 1 1 auto;
  max-width: 50%;
}
.megaMenu__col.-growth, .megaMenu__col.-more {
  flex: 1 1 auto;
  max-width: 25%;
}
.megaMenu__title {
  font-size: 1.5rem;
  margin: 0 0 0.5em 0;
}
.megaMenu__columnTitle {
  font-size: 1.125rem;
  margin: 0;
  color: rgb(0, 108, 201);
  margin-bottom: 0.45rem;
}
.megaMenu__columnDescription {
  color: rgb(107, 131, 154);
  font-size: 0.75rem;
  margin-bottom: 1.8rem;
  font-weight: 500;
}
.megaMenu__text {
  font-size: 0.875rem;
}
.megaMenu__checklist {
  margin: 0 0 0.5em 0 !important;
  padding-top: 0 !important;
  font-size: 0.875rem;
}
.megaMenu__checklist li {
  margin-bottom: 0.5em;
}
@media (min-width: 58rem) {
  .megaMenu__checklist {
    font-size: 0.9375rem;
  }
}
.megaMenu__featureNav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megaMenu__featureNav::after {
  content: "";
  display: table;
  clear: both;
}
.megaMenu__featureNav .menu-item {
  margin-bottom: 1em;
}
.megaMenu__featureNav .menu-item > a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: rgb(20, 35, 64) !important;
  font-size: 0.875rem;
}
.megaMenu__featureNav .menu-item > a .nav-icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(186, 194, 199, 0.3);
  color: rgb(107, 131, 154);
  font-size: 1.6rem;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
}
.megaMenu__featureNav .menu-item > a .nav-text {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  flex-direction: column;
}
.megaMenu__featureNav .menu-item > a .nav-text-title {
  display: block;
  font-size: 0.875rem;
  margin: 0;
  width: 100%;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.megaMenu__featureNav .menu-item > a .nav-text-title-mobile {
  display: none;
}
.megaMenu__featureNav .menu-item > a .nav-text-desc {
  display: none;
  font-size: 0.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.megaMenu__featureNav .menu-item > a .nav-text-desc.-label {
  font-size: 0.5rem;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 2em;
  margin-top: 0.216rem;
  color: rgb(255, 255, 255);
  line-height: 1;
  font-weight: 500;
  background-color: rgba(0, 108, 201, 0.8);
}
.megaMenu__featureNav .menu-item > a:hover {
  background-color: transparent !important;
  color: rgb(20, 35, 64) !important;
}
.megaMenu__featureNav .menu-item > a:hover .nav-icon {
  background-color: rgba(0, 108, 201, 0.5);
  color: rgb(255, 255, 255);
  border-color: rgb(0, 108, 201);
}
.megaMenu__featureNav .menu-item > a:hover .nav-text-title {
  color: rgb(0, 108, 201);
}
.megaMenu__featureNav.-double-col .menu-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 47.5%;
  margin-left: 0%;
  margin-right: 5%;
}
.megaMenu__featureNav.-double-col .menu-item::after {
  content: "";
  display: table;
  clear: both;
}
.megaMenu__featureNav.-double-col .menu-item:nth-child(n) {
  margin-right: 5%;
  float: left;
  clear: none;
}
.megaMenu__featureNav.-double-col .menu-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.megaMenu__featureNav.-double-col .menu-item:nth-child(2n+1) {
  clear: both;
}
.megaMenu__featureNav.-bordered {
  padding-right: 1.8rem;
  margin-right: 1.8rem;
  border-right: 1px solid rgba(186, 194, 199, 0.3);
}

.navSub {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0.6rem 0;
  background-color: rgba(255, 174, 90, 0.05);
}
.navSub.-alternate {
  background-color: rgba(20, 35, 64, 0.2);
}
.navSub.-alternate .menu-item a {
  color: rgb(255, 255, 255);
}
.navSub.-alternate .menu-item a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.navSub.-alternate .menu-item a:active {
  color: rgb(255, 255, 255);
}
.navSub .menu-item.current-menu-item a {
  border-bottom: 0.1875em solid rgb(95, 231, 255);
}
.navSub .menu-item a {
  text-decoration: none;
  font-size: 0.9375em;
  color: rgb(20, 35, 64);
  padding: 0.6rem 0;
  margin: 0 0.6rem;
}
.navSub .menu-item a:hover {
  color: rgba(20, 35, 64, 0.6);
}
.navSub .menu-item a:active {
  color: rgb(20, 35, 64);
}

body.post-type-archive-knowledgebase #menu-item-20, body.tax-knowledgebase_taxonomy #menu-item-20, body.single-knowledgebase #menu-item-20 {
  font-weight: 700;
}
body.post-type-archive-knowledgebase #menu-item-68 a, body.tax-knowledgebase_taxonomy #menu-item-68 a, body.single-knowledgebase #menu-item-68 a {
  border-bottom: 0.1875em solid rgb(95, 231, 255);
}
body.blog #menu-item-20, body.single-post #menu-item-20 {
  font-weight: 700;
}
body.blog #menu-item-32 a, body.single-post #menu-item-32 a {
  border-bottom: 0.1875em solid rgb(95, 231, 255);
}

@media (max-width: 62.4375rem) {
  body.-navModal-open {
    position: fixed;
    overflow: hidden;
  }
}
.navModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 9999999999;
  opacity: 0;
  animation: slideInDownShort 0.3s ease forwards;
}
.navModal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  z-index: 9999999999;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  height: 100%;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.navModal__footer {
  margin-top: auto;
  padding: 0 0.9rem 1.8rem 0.9rem;
}
.navModal__title {
  font-size: 0.8125rem;
  margin: 0 0 1em 0;
  color: rgb(0, 108, 201);
}
.navModal__grid::after {
  content: "";
  display: table;
  clear: both;
}
.navModal__grid__col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.navModal__grid__col::after {
  content: "";
  display: table;
  clear: both;
}
.navModal__grid__col:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.navModal__grid__col:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.navModal__grid__col:nth-child(2n+1) {
  clear: both;
}
.navModal__grid__col.-full {
  width: 100%;
}
.navModal__grid.-border {
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
}
.navModal__grid.-margin-bottom {
  margin-bottom: 3.6rem;
}
.navModal__featureNav {
  list-style: none;
  padding: 0 0 1.2rem 0;
  margin: 0 0 1.2rem 0;
}
.navModal__featureNav::after {
  content: "";
  display: table;
  clear: both;
}
.navModal__featureNav .menu-item {
  margin-bottom: 0.5em;
}
.navModal__featureNav .menu-item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: rgb(20, 35, 64);
  font-size: 0.875rem;
}
.navModal__featureNav .menu-item a .nav-icon {
  flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(186, 194, 199, 0.3);
  color: rgb(107, 131, 154);
  font-size: 1.125rem;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
}
.navModal__featureNav .menu-item a .nav-text {
  flex: 1 1 auto;
}
.navModal__featureNav .menu-item a .nav-text-title {
  display: none;
}
.navModal__featureNav .menu-item a .nav-text-title-mobile {
  font-size: 0.875rem;
  margin: 0 0 0.25em 0;
}
.navModal__featureNav .menu-item a .nav-text-desc {
  display: none;
}
.navModal__featureNav .menu-item:hover .nav-icon {
  background-color: rgba(0, 108, 201, 0.5);
  color: rgb(255, 255, 255);
  border-color: rgb(0, 108, 201);
}
.navModal__featureNav .menu-item:hover .nav-text {
  color: rgb(20, 35, 64);
}
.navModal__featureNav.-double-col .menu-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.navModal__featureNav.-double-col .menu-item::after {
  content: "";
  display: table;
  clear: both;
}
.navModal__featureNav.-double-col .menu-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.navModal__featureNav.-double-col .menu-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.navModal__featureNav.-double-col .menu-item:nth-child(2n+1) {
  clear: both;
}
.navModal__mainNav {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.navModal__mainNav::after {
  content: "";
  display: table;
  clear: both;
}
.navModal__mainNav .menu-item {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 0.5em;
}
.navModal__mainNav .menu-item::after {
  content: "";
  display: table;
  clear: both;
}
.navModal__mainNav .menu-item:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.navModal__mainNav .menu-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.navModal__mainNav .menu-item:nth-child(2n+1) {
  clear: both;
}
.navModal__mainNav .menu-item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: rgb(20, 35, 64);
  font-weight: 500;
}
.navModal__mainNav .menu-item a:hover {
  color: rgb(0, 108, 201);
}
.navModal__toggle {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
}
.navModal__toggle:hover {
  background-color: transparent !important;
}
.navModal__login {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
  display: block;
}
.navModal__register {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
  display: block;
}
.navModal__main {
  padding: 0.9rem;
}
.navModal__usp {
  font-size: 0.75rem;
  text-align: center;
  display: block;
  color: rgb(107, 131, 154);
  font-weight: 400;
}
.navModal.-collapsed {
  display: none;
  animation: none;
}
@media (min-width: 321px) {
  .navModal__main {
    padding: 1.8rem;
  }
  .navModal__toggle {
    top: 1.8rem;
    right: 1.8rem;
  }
  .navModal__footer {
    padding: 1.8rem;
  }
  .navModal__register {
    font-size: 1rem;
  }
  .navModal__login {
    font-size: 1rem;
  }
}
@media (min-width: 62.5rem) {
  .navModal {
    display: none;
  }
}

.breadcrumbs {
  font-size: 0.9375em;
  margin: 0 0 0.9rem 0;
  padding: 0;
}
.breadcrumbs a {
  color: rgb(0, 108, 201);
  font-weight: 600;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #005196;
}
.breadcrumbs a:hover:after {
  color: rgb(0, 108, 201);
}
.breadcrumbs a:active {
  color: rgb(0, 108, 201);
}
.breadcrumbs span span:not(.breadcrumb_last) {
  position: relative;
}
.breadcrumbs span span:not(.breadcrumb_last):after {
  content: "\e908";
  font-family: "hooray-icons";
  transform: rotate(-90deg);
  width: 1.5em;
  text-align: center;
  display: inline-block;
  font-size: 0.75rem;
  margin: 0 0 0 0.25em;
}
@media (min-width: 52em) {
  .breadcrumbs {
    margin-bottom: 0.9rem;
  }
}
.breadcrumbs.-light {
  opacity: 0.5;
}
.breadcrumbs.-light a {
  color: rgb(255, 255, 255);
}
.breadcrumbs.-light a:hover {
  text-decoration: underline;
}

.breadcrumb-arrow::after {
  content: "\e908";
  font-family: "hooray-icons";
  transform: rotate(-90deg);
  width: 1.5em;
  text-align: center;
  display: inline-block;
  font-size: 0.75rem;
}

.author {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.8rem;
}
.author__image {
  border-radius: 100%;
  width: 3.125em;
  height: 3.125em;
  margin-right: 0.9rem;
  flex: 0 1 auto;
}
.author__label {
  font-size: 0.75em;
  line-height: 1.375em;
  color: rgb(107, 131, 154);
  flex: 0 1 auto;
}
.author__name {
  font-weight: 700;
  display: block;
}
.author__position {
  font-weight: 400;
  display: block;
}
.author.-footer {
  margin-bottom: 0;
}
.author.-small .author__image {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.6rem;
}
.author.-small .author__label {
  font-size: 0.75em;
}
.author.-small .author__name {
  font-weight: 400;
}
.author.-blog {
  margin: 0;
}
.author.-blog .author__image {
  margin-right: 0.75em;
}
.author.-blog .author__label {
  font-size: 0.8125rem;
}
@media (min-width: 52em) {
  .author__image {
    width: 3.5rem;
    height: 3.5rem;
  }
  .author__label {
    font-size: 0.8125rem;
  }
  .author.-vertical {
    margin-right: 0;
    margin-bottom: 0;
    transform: translateY(-2.1875em);
    flex-direction: column;
    align-items: flex-start;
  }
  .author.-vertical .author__image {
    margin-bottom: 0.45rem;
  }
  .author.-blog .author__label {
    font-size: 0.875rem;
  }
}

.shareBar {
  background-color: rgb(20, 35, 64);
  color: rgb(255, 255, 255);
  width: 100vw;
  padding: 0.9rem 1.8rem;
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}
.shareBar__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.shareBar__text {
  margin-right: auto;
}
.shareBar__buttons {
  margin-left: auto;
}
.shareBar__buttons__item {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 100%;
  display: inline-block;
  font-size: 0.875rem;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  margin-right: 0.45rem;
}
.shareBar__buttons__item:last-child {
  margin-right: 0;
}
.shareBar__buttons__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.shareBar__buttons__item:active {
  background-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 52em) {
  .shareBar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .shareBar__inner {
    width: 65.6666666667%;
    margin-left: auto;
    margin-right: auto;
  }
  .shareBar__buttons__item {
    font-size: 1.4rem;
    background-color: rgb(255, 255, 255);
    border: none;
    color: rgb(20, 35, 64);
  }
  .shareBar__buttons__item:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .shareBar__buttons__item:active {
    background-color: white;
  }
}

.cta {
  margin: 2.7rem 0;
  padding: 1.8rem;
  position: relative;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  background-image: url("../inc/img/confetti-cta.svg");
  background-repeat: no-repeat;
  background-position: top -30% right -50%;
  background-size: auto 90%;
  background-color: rgb(64, 255, 169);
}
.cta .button {
  font-size: 1rem;
  flex: 0 1 auto;
  margin-top: 0.9rem;
  margin-left: 0;
}
.cta__imageWrapper {
  display: none;
}
@media (min-width: 52em) {
  .cta {
    margin: 5.4rem 0;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    text-align: left;
    background-position: top right;
    padding-left: 2.7rem;
    width: 45.4rem;
    margin-left: -2.7rem;
  }
  .cta.-has-image {
    padding-left: 11.5rem;
    text-align: center;
  }
  .cta__imageWrapper {
    position: absolute;
    height: 100%;
    width: 7rem;
    top: 2rem;
    left: 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    height: calc(100% + 1.8rem);
    top: -0.9rem;
    align-items: center;
  }
  .cta__image {
    box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
    margin: 0 !important;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .cta .button {
    margin-top: 0;
    white-space: nowrap;
    margin-left: auto;
  }
  .cta__text {
    margin-right: 1.8rem;
  }
}
@media (min-width: 60em) {
  .cta {
    width: 50.8rem;
    margin-left: -5.4rem;
  }
}

.chapters__anchorMenu {
  margin: 1.8rem 0;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgb(186, 194, 199);
}
.chapters__anchorMenu__col {
  margin-bottom: 0.6rem;
}
@media (min-width: 52em) {
  .chapters__anchorMenu {
    display: flex;
    justify-content: space-between;
  }
  .chapters__anchorMenu__col {
    flex: 0 1 auto;
    width: 48.5%;
    margin-bottom: 0;
  }
}
.chapters__anchorLink {
  display: block;
  position: relative;
  font-weight: 600;
  color: rgb(20, 35, 64);
  margin-bottom: 0.6rem;
}
.chapters__anchorLink:last-child {
  margin-bottom: 0;
}
.chapters__anchorLink:hover {
  color: #006cc9;
}
.chapters__anchorLink:active {
  color: rgb(20, 35, 64);
}
.chapters__item {
  margin-bottom: 1.8rem;
}
@media (min-width: 52em) {
  .chapters__item {
    margin-bottom: 3.6rem;
  }
}

.spinner {
  background: url("../inc/icons/spinner-light.svg") rgba(20, 35, 64, 0.5);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 8em 8em;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.quote__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.quote__image {
  flex: 0 0 auto;
  border-radius: 3.125rem;
  width: 5em;
  height: 5em;
  margin-right: 1em;
}
.quote__content {
  flex: 0 1 auto;
}
.quote__text {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.quote__name {
  color: rgb(107, 131, 154);
}
@media (min-width: 52em) {
  .quote__text {
    font-size: 1.125em;
  }
  .quote__inner.-center {
    justify-content: center;
  }
  .quote__inner.-left {
    justify-content: flex-start;
  }
  .quote__inner.-right {
    justify-content: flex-end;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 750;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(20, 35, 64, 0.7);
  padding: 0.9rem;
  /* The Close Button */
}
.modal.-lightBackdrop {
  background-color: white;
}
.modal.-open {
  display: flex;
}
.modal__box {
  flex: 0 0 auto;
  background-color: rgb(255, 255, 255);
  padding: 1.8rem;
  border-radius: 1.25rem;
  max-width: 90vw;
  width: 100%;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.modal__box.-medium {
  width: 28.75em;
}
@media (min-width: 52em) {
  .modal__box {
    max-width: 45rem;
    padding: 2.7rem;
  }
}
.modal__content {
  flex: 0 1 auto;
}
.modal__content.-full {
  width: 100%;
}
.modal__content.-center {
  text-align: center;
}
.modal__header {
  padding-right: 1.8rem;
}
.modal__title {
  margin-top: 0;
}
.modal__title.-large {
  margin: 0 0 1.5em 0;
  font-size: 1.75rem;
  line-height: 1.25;
}
.modal__image {
  flex: 0 1 auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.8rem;
}
.modal__close {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
}
.modal__close::after {
  vertical-align: 0;
  line-height: 16px;
  font-size: 30px;
  color: rgb(0, 108, 201);
  cursor: pointer;
}
.modal__close:hover, .modal__close:focus {
  opacity: 0.6;
  background-color: transparent;
}
@media (min-width: 52em) {
  .modal__box {
    flex-direction: row;
  }
  .modal__image {
    margin-bottom: 0;
    margin-right: 1.8rem;
    width: 31.3333333333%;
  }
  .modal__title.-large {
    font-size: 2.5rem;
  }
}

.featured__title {
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 0 0.9rem;
}
@media (min-width: 52em) {
  .featured__title {
    font-size: 1.875rem;
  }
}
.featured__inner {
  margin: 0 auto;
  padding: 1.8rem 0 3.6rem 0;
}
@media (min-width: 52em) {
  .featured__inner {
    width: 82.8333333333%;
  }
  .featured__title {
    font-size: 1.625em;
    margin-bottom: 1.8rem;
  }
  .featured__loop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

.panel {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(20, 35, 64, 0.15);
  border-radius: 0.125rem;
  margin-bottom: 1.8rem;
}
.panel__heading {
  font-size: 1.125rem;
  margin: 0;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(20, 35, 64, 0.15);
  font-weight: bold;
}
.panel__heading.-noBorder {
  border-bottom: none;
}
.panel__content {
  padding: 1.5rem;
}
.panel.-compact .panel__heading {
  padding: 1rem;
}
.panel.-compact .panel__content {
  padding: 1rem;
}

.loopBlog {
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  margin-bottom: 1.8rem;
  background-color: rgb(255, 255, 255);
  width: 100%;
  transition: all 0.2s ease-in-out;
  /*

    &.-deco-1 {
      position: relative;

      &::before {
        content:'';
        width:1em;
        height:1em;
        background-image: url("../inc/img/conf-1-1.svg");
        background-size:100% 100%;
        background-repeat:no-repeat;

        position: absolute;
        left:50%;
        top:-0.5em;
      }

      &::after {
        content:'';
        width:2.75em;
        height:3.125em;
        background-image: url("../inc/img/conf-1-2.svg");
        background-size:100% 100%;
        background-repeat:no-repeat;

        position: absolute;
        right:5%;
        bottom:-15%;
      }

      @media (min-width: $breakpoint-small) {

        &::before {
          width:1.625em;
          height:1.625em;

          right:8%;
          bottom:35%;
        }

        &::after {
          width:5.625em;
          height:3.75em;
          top:auto;
          right: 8%;
          bottom: -5%;
        }
      }

    }

    &.-deco-2 {

      position: relative;

      &::before {
        content:'';
        width:2.3em;
        height:2.3em;
        background-image: url("../inc/img/conf-2-1.svg");
        background-size:100% 100%;
        background-repeat:no-repeat;

        position: absolute;
        right:-4%;
        bottom: 26%;
      }

      &::after {
        content:'';
        width:0.375em;
        height:0.375em;
        background-image: url("../inc/img/conf-2-2.svg");
        background-size:100% 100%;
        background-repeat:no-repeat;

        position: absolute;
        right:10%;
        bottom:15%;
      }

      @media (min-width: $breakpoint-small) {

        &::before {
          width:3.75em;
          height:3.75em;

          right:8%;
          bottom:35%;
        }

        &::after {
          width:1.25em;
          height:1.25em;
          top:auto;
          right:6%;
          bottom:20%;
        }
      }



    }

    &.-deco-3 {
      position: relative;

      &::before {
        content:'';
        width:3.125em;
        height:2.75em;
        background-image: url("../inc/img/conf-3-2.svg");
        background-size:100% 100%;
        background-repeat:no-repeat;

        position: absolute;
        right:9%;
        bottom: -17%;
      }

      &::after {
        content:'';
        width:0.625em;
        height:0.625em;
        background-image: url("../inc/img/conf-3-1.svg");
        background-size:100% 100%;
        background-repeat:no-repeat;

        position: absolute;
        right:2%;
        top:-4%;

      }

      @media (min-width: $breakpoint-small) {

        &::before {
          width:5.375em;
          height:3.125em;

          right:20%;
          bottom:-8%;
        }

        &::after {
          width:1.25em;
          height:1.25em;
          top:auto;
          right:4%;
          bottom:30%;
        }
      }
    }
  */
}
.loopBlog:hover {
  transition: all 0.3s ease-in-out;
  transform: translate(0, -0.25em);
  box-shadow: 0 0.25em 1em rgba(20, 35, 64, 0.4);
}
.loopBlog__link {
  display: block;
  height: 100%;
}
.loopBlog__grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.loopBlog__image {
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 0 0 auto;
}
.loopBlog__content {
  padding: 1.2rem;
  flex: 0 1 auto;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.loopBlog__theme {
  font-size: 0.9375rem;
  color: rgb(0, 108, 201);
  font-weight: 700;
}
.loopBlog__title {
  font-size: 1em;
  color: rgb(20, 35, 64);
  font-weight: 600;
  margin: 0.25em 0 2em 0;
  max-width: 100%;
}
.loopBlog__date {
  font-size: 0.625em;
  color: rgb(107, 131, 154);
  font-weight: 400;
}
.loopBlog__meta {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.loopBlog__author {
  font-size: 0.9375rem;
}
.loopBlog__time {
  margin-left: auto;
  color: rgb(107, 131, 154);
  font-size: 0.8125rem;
  font-weight: 500;
}
@media (min-width: 52em) {
  .loopBlog {
    width: 31.3333333333%;
    margin-right: 3%;
  }
  .loopBlog:nth-child(3n), .loopBlog:last-child {
    margin-right: 0;
  }
  .loopBlog__grid {
    height: 100%;
  }
  .loopBlog__image {
    height: 15rem;
    padding-top: 0;
  }
  .loopBlog__content {
    padding: 1.8rem;
  }
  .loopBlog__title {
    font-size: 1.125em;
  }
  .loopBlog__date {
    font-size: 0.875em;
  }
  .loopBlog.-large {
    width: 100%;
    margin-bottom: 0;
  }
  .loopBlog.-large .loopBlog__grid {
    flex-direction: row;
    align-items: stretch;
  }
  .loopBlog.-large .loopBlog__image {
    flex: 1 1 auto;
    height: auto;
  }
  .loopBlog.-large .loopBlog__content {
    flex: 0 0 auto;
    width: 25rem;
    height: 24rem;
  }
  .loopBlog.-large .loopBlog__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.15;
  }
}

.loopFeatured {
  margin-bottom: 1.8rem;
  width: 100%;
}
.loopFeatured__image {
  width: 100%;
  height: auto;
}
.loopFeatured__content {
  padding: 0.9rem 0;
}
.loopFeatured__theme {
  font-size: 0.75em;
  color: rgb(0, 108, 201);
  font-weight: 500;
}
.loopFeatured__title {
  font-size: 1em;
  color: rgb(20, 35, 64);
  font-weight: 600;
  margin: 0.45rem 0 0 0;
  line-height: 1;
}
.loopFeatured__date {
  font-size: 0.625em;
  color: rgb(107, 131, 154);
  font-weight: 400;
}
.loopFeatured__excerpt {
  font-size: 0.875em;
  margin: 0.9rem 0 0.9rem 0;
  color: rgb(20, 35, 64);
}
.loopFeatured__more {
  font-size: 0.875em;
  text-decoration: none;
  color: rgb(20, 35, 64);
  border-bottom: 2px solid rgb(0, 108, 201);
}
@media (min-width: 52em) {
  .loopFeatured {
    width: 48.5%;
  }
  .loopFeatured__content {
    padding: 1.8rem;
  }
  .loopFeatured__theme {
    font-size: 1.0625em;
  }
  .loopFeatured__title {
    font-size: 1.125em;
  }
  .loopFeatured__date {
    font-size: 0.875em;
  }
  .loopFeatured__excerpt {
    font-size: 1em;
    margin: 0.9rem 0 1.8rem 0;
  }
  .loopFeatured__more {
    font-size: 1em;
  }
  .loopFeatured.-boxed {
    box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  }
}
.loopFeatured:nth-child(even) .loopFeatured__theme {
  color: rgb(0, 108, 201);
}
.loopFeatured:nth-child(even) .loopFeatured__more {
  border-color: rgb(0, 108, 201);
}

.loopStory {
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  margin-bottom: 1.8rem;
  background-color: rgb(255, 255, 255);
  width: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.loopStory:hover {
  transition: all 0.3s ease-in-out;
  transform: translate(0, -0.25em);
  box-shadow: 0 0.25em 1em rgba(20, 35, 64, 0.4);
}
.loopStory__link {
  display: block;
}
.loopStory__grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 1.8rem;
  margin-bottom: 0.9rem;
  padding-bottom: 5rem;
}
.loopStory__logo {
  border-top: 1px solid rgba(186, 194, 199, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  min-height: 5rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.loopStory__logo img {
  display: block;
  max-height: 4rem;
  object-fit: contain;
}
.loopStory__image {
  margin-right: 0.9rem;
}
.loopStory__image img {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  max-width: 4rem;
  max-height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.loopStory__content {
  flex-grow: 1;
  flex: 0 1 auto;
  width: 100%;
  display: flex;
  color: rgb(20, 35, 64);
  flex-flow: column nowrap;
  align-items: flex-start;
}
.loopStory__term {
  box-shadow: inset 0 0 0 1px rgb(0, 108, 201);
  background-color: rgba(0, 108, 201, 0.05);
  font-size: 0.75rem;
  color: rgb(0, 108, 201);
  font-weight: 700;
  border-radius: 3.125rem;
  padding: 0.7em 1.5em;
  line-height: 1.5;
  display: inline-block;
  margin-right: 0.45rem;
  margin-bottom: 0.45rem;
}
.loopStory__term:last-child {
  margin-right: 0;
}
.loopStory__title {
  font-size: 1em;
  color: rgb(20, 35, 64);
  font-weight: 600;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 0.45rem;
}
.loopStory__pitch {
  margin-bottom: 0.9rem;
  color: rgb(107, 131, 154);
}
.loopStory__meta {
  font-size: 0.75em;
  color: rgb(107, 131, 154);
  font-weight: 400;
  margin-bottom: 0.9rem;
}
.loopStory__metaItem {
  display: inline-block;
  margin-right: 0.9rem;
}
@media (min-width: 52em) {
  .loopStory {
    width: 31.3333333333%;
    margin-right: 3%;
  }
  .loopStory:nth-child(3n), .loopStory:last-child {
    margin-right: 0;
  }
  .loopStory__grid {
    height: 100%;
  }
  .loopStory__title {
    font-size: 1.125em;
  }
}

.loopPartner {
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  margin-bottom: 1.8rem;
  background-color: rgb(255, 255, 255);
  width: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.loopPartner:hover {
  transition: all 0.3s ease-in-out;
  transform: translate(0, -0.25em);
  box-shadow: 0 0.25em 1em rgba(20, 35, 64, 0.4);
}
.loopPartner__link {
  display: block;
}
.loopPartner__grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 1.8rem;
  margin-bottom: 0.9rem;
  padding-bottom: 5rem;
}
.loopPartner__logo {
  border-top: 1px solid rgba(186, 194, 199, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  min-height: 5rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.loopPartner__logo img {
  display: block;
  max-height: 4rem;
  object-fit: contain;
}
.loopPartner__image {
  margin-right: 0.9rem;
}
.loopPartner__image img {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  max-width: 4rem;
  max-height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.loopPartner__content {
  flex-grow: 1;
  flex: 0 1 auto;
  width: 100%;
  display: flex;
  color: rgb(20, 35, 64);
  flex-flow: column nowrap;
  align-items: flex-start;
}
.loopPartner__term {
  box-shadow: inset 0 0 0 1px rgb(0, 108, 201);
  background-color: rgba(0, 108, 201, 0.05);
  font-size: 0.75rem;
  color: rgb(0, 108, 201);
  font-weight: 700;
  border-radius: 3.125rem;
  padding: 0.7em 1.5em;
  line-height: 1.5;
  display: inline-block;
  margin-right: 0.45rem;
  margin-bottom: 0.45rem;
}
.loopPartner__term:last-child {
  margin-right: 0;
}
.loopPartner__title {
  font-size: 1em;
  color: rgb(20, 35, 64);
  font-weight: 600;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 0.45rem;
}
.loopPartner__pitch {
  margin-bottom: 0.9rem;
  color: rgb(107, 131, 154);
}
.loopPartner__meta {
  font-size: 0.75em;
  color: rgb(107, 131, 154);
  font-weight: 400;
  margin-bottom: 0.9rem;
}
.loopPartner__metaItem {
  display: inline-block;
  margin-right: 0.9rem;
}
@media (min-width: 52em) {
  .loopPartner {
    width: 31.3333333333%;
    margin-right: 3%;
  }
  .loopPartner:nth-child(3n), .loopPartner:last-child {
    margin-right: 0;
  }
  .loopPartner__grid {
    height: 100%;
  }
  .loopPartner__title {
    font-size: 1.125em;
  }
}

.loopKb {
  flex: 0 1 auto;
  width: 100%;
  padding: 1.8rem;
  margin-bottom: 1.8rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.loopKb.-horizontal {
  flex-flow: row nowrap;
  box-shadow: none;
  border: 1px solid rgba(186, 194, 199, 0.3);
  padding: 0;
  margin-bottom: 0.9rem;
}
.loopKb.-horizontal .loopKb__link {
  padding: 1.2rem;
  padding-right: 2.5rem;
  display: block;
  width: 100%;
  position: relative;
}
.loopKb.-horizontal .loopKb__link::after {
  content: "\e908";
  font-family: "hooray-icons";
  transform: rotate(-90deg);
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}
.loopKb.-horizontal .loopKb__link:hover {
  background-color: rgb(248, 249, 249);
}
.loopKb.-horizontal .loopKb__content::after {
  content: "";
  display: table;
  clear: both;
}
.loopKb.-horizontal .loopKb__title {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}
@media (min-width: 52em) {
  .loopKb.-horizontal .loopKb__title {
    margin: 0;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .loopKb.-horizontal .loopKb__title::after {
    content: "";
    display: table;
    clear: both;
  }
  .loopKb.-horizontal .loopKb__title:last-child {
    margin-right: 0%;
  }
}
.loopKb.-horizontal .loopKb__button {
  display: none;
}
.loopKb.-horizontal .author {
  margin: 0;
}
@media (min-width: 52em) {
  .loopKb.-horizontal .author {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .loopKb.-horizontal .author::after {
    content: "";
    display: table;
    clear: both;
  }
  .loopKb.-horizontal .author:last-child {
    margin-right: 0%;
  }
}
.loopKb__title {
  margin: 0 0 0.9rem 0;
  font-size: 1.25em;
  font-weight: 500;
}
.loopKb__content {
  width: 100%;
  flex: 0 1 auto;
}
.loopKb__button {
  flex: 0 1 auto;
  align-self: flex-end;
}
.loopKb__author {
  flex: 0 1 auto;
}
.loopKb__link {
  color: rgb(20, 35, 64);
}
@media (min-width: 52em) {
  .loopKb {
    width: 48.5%;
  }
  .loopKb.-horizontal {
    width: 100%;
  }
}

.loopWebinar {
  box-shadow: 0 0 1em rgba(20, 35, 64, 0.2);
  margin-bottom: 1.8rem;
  background-color: rgb(255, 255, 255);
  width: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.loopWebinar__link {
  display: block;
}
.loopWebinar__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 0.9rem;
}
.loopWebinar__description {
  font-size: 0.875rem;
}
.loopWebinar__description + .loopWebinar__button {
  display: inline-block;
  margin-top: 1.8rem;
}
.loopWebinar__icon {
  vertical-align: middle;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #EBF4FA;
  color: rgb(0, 108, 201);
  font-size: 2rem;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}
.loopWebinar__content {
  padding: 1.8rem;
}
.loopWebinar__content__icon {
  display: none;
}
.loopWebinar__poster {
  position: relative;
  display: block;
}
.loopWebinar__poster__image {
  width: 100%;
  max-height: 55vw;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  display: block;
}
.loopWebinar__poster__icon {
  position: absolute;
  bottom: 0;
  z-index: 10;
  right: 1.8rem;
  transform: translateY(50%);
}
.loopWebinar__agenda {
  margin-top: 1.8rem;
  border-bottom: 1px solid rgba(20, 35, 64, 0.2);
  padding-bottom: 1.8rem;
}
.loopWebinar__agenda__item {
  display: inline-block;
  font-size: 0.8125rem;
  background-color: #EBF4FA;
  border-radius: 5rem;
  line-height: 1;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.75em 1em;
  font-weight: bold;
}
.loopWebinar__presenters {
  margin-top: 1.8rem;
  border-bottom: 1px solid rgba(20, 35, 64, 0.2);
  padding-bottom: 1.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.9rem;
}
.loopWebinar__presenters__row {
  display: inline-flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.8rem;
}
.loopWebinar__presenters .button {
  flex-shrink: 0;
  flex-grow: 0;
}
.loopWebinar__presenter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  gap: 0.9rem;
}
.loopWebinar__presenter__avatar {
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  z-index: 1;
}
.loopWebinar__presenter__body {
  font-size: 1rem;
}
.loopWebinar__presenter__body span {
  display: block;
}
.loopWebinar__presenter__body__name {
  font-weight: 700;
}
.loopWebinar__presenter__body__jobTitle {
  font-weight: normal;
  font-size: 0.875em;
}
.loopWebinar__agenda + .loopWebinar__presenters {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 52em) {
  .loopWebinar:not(.-detailed) {
    width: 31.3333333333%;
    margin-right: 3%;
  }
  .loopWebinar:not(.-detailed):nth-child(3n), .loopWebinar:not(.-detailed):last-child {
    margin-right: 0;
  }
  .loopWebinar:not(.-detailed) .loopWebinar__grid {
    height: 100%;
  }
  .loopWebinar.-detailed {
    display: flex;
  }
  .loopWebinar.-detailed .loopWebinar__poster__image {
    width: 25rem;
    height: 0;
    min-height: 100%;
    max-width: 25rem;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .loopWebinar.-detailed .loopWebinar__poster__icon {
    display: none;
  }
  .loopWebinar.-detailed .loopWebinar__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.9rem;
  }
  .loopWebinar.-detailed .loopWebinar__content__icon {
    display: inline-flex;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .loopWebinar.-detailed .loopWebinar__body {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .loopWebinar__title {
    font-size: 1.125em;
  }
}

.loopTestimonial {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  box-shadow: 0 0 0.625em rgba(20, 35, 64, 0.2);
  background-color: rgb(255, 255, 255);
  width: 100%;
  color: rgb(20, 35, 64);
}
.loopTestimonial__avatar {
  display: none;
}
.loopTestimonial__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 1.8rem;
}
.loopTestimonial__header__img {
  display: block;
  max-width: 5em;
  max-height: 5em;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.9rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.loopTestimonial__header__author {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.loopTestimonial__header__author__name {
  display: block;
  font-weight: 600;
  margin-bottom: 0.1em;
}
.loopTestimonial__header__author__jobTitle {
  display: block;
  font-size: 0.8125rem;
  color: rgb(107, 131, 154);
  font-weight: 500;
}
.loopTestimonial__header__author__company {
  position: absolute;
  bottom: 0.9rem;
  right: 0px;
  display: none;
}
.loopTestimonial__body {
  margin-bottom: 1.8rem;
}
.loopTestimonial__body__quote {
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
}
.loopTestimonial__body__quote:before {
  display: inline-block;
  content: "“";
}
.loopTestimonial__body__quote:after {
  display: inline-block;
  content: "”";
}
.loopTestimonial__body .wysiwyg {
  padding-top: 0.9rem;
}
.loopTestimonial__footer {
  margin-top: auto;
  border-top: 1px solid rgba(186, 194, 199, 0.3);
  padding-top: 0.9rem;
}
.loopTestimonial__footer__img {
  display: block;
  height: 2.5rem;
  width: auto;
}

.loopIntegration {
  border-radius: 0.375rem;
  padding: 1.5rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  margin-bottom: 1.8rem;
  width: 100%;
  position: relative;
}
.loopIntegration:hover {
  background-color: rgb(245, 245, 245);
}
.loopIntegration__link {
  display: block;
}
.loopIntegration__hero {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}
.loopIntegration__hero__image {
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  max-width: 3.125rem;
  max-height: 3.125rem;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.1875rem;
  z-index: 100;
  background-color: rgb(255, 255, 255);
}
.loopIntegration__title {
  color: rgb(20, 35, 64);
  font-size: 1.125rem;
  margin: 0 0 0.25em 0;
  padding: 0;
}
.loopIntegration__category {
  display: block;
  color: rgb(107, 131, 154);
  margin-bottom: 0.9rem;
  font-size: 0.857rem;
  font-weight: 500;
}
.loopIntegration__pitch {
  color: rgb(20, 35, 64);
  font-size: 0.857rem;
}
@media (min-width: 52em) {
  .loopIntegration {
    width: 31.3333333333%;
    margin-right: 3%;
  }
  .loopIntegration:nth-child(3n), .loopIntegration:last-child {
    margin-right: 0;
  }
  .loopIntegration__grid {
    height: 100%;
  }
}

.rating {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 0.75rem;
  color: rgb(20, 35, 64);
}
.rating__stars {
  flex: 0 0 auto;
  width: 7.3125rem;
  height: 1.25rem;
  position: relative;
  display: flex;
}
.rating__stars__base {
  flex: 0 0 auto;
  background-image: url("../inc/icons/stars-empty.svg");
  background-repeat: no-repeat;
  background-size: 7.3125em 1.25em;
  background-position: left center;
  width: 100%;
  height: 100%;
}
.rating__stars__counter {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url("../inc/icons/stars-filled.svg");
  background-repeat: no-repeat;
  background-size: 7.3125em 1.25em;
  background-position: left center;
  width: 100%;
  height: 100%;
}
.rating__score {
  flex: 0 1 auto;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.9rem;
  color: rgb(20, 35, 64);
}

.trialPopup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1.25rem;
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
  display: flex;
  display: none;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.6s ease-out;
  z-index: 1000;
}
.trialPopup.-active {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
.trialPopup__content {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 1rem;
}
.trialPopup__title {
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0 0 0.25em 0;
}
.trialPopup__checkList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.625rem;
}
.trialPopup__checkList__item {
  display: inline-block;
  margin-right: 1em;
}
.trialPopup__checkList__item:last-child {
  margin-right: 0em;
}
.trialPopup__checkList__item::before {
  content: "\e907";
  font-family: "hooray-icons";
  color: rgb(255, 174, 90);
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.trialPopup__form {
  flex: 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.trialPopup__form__input {
  flex: 0 1 12.5rem;
  height: 1.875rem;
  font-size: 0.75rem;
  color: rgb(20, 35, 64);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(186, 194, 199, 0.3);
  border-radius: 0.125rem;
  padding: 0.25em 1em 0 1em;
  margin-right: 0.75em;
  line-height: 1;
}
.trialPopup__form__input::placeholder, .trialPopup__form__input:-ms-input-placeholder, .trialPopup__form__input::-ms-input-placeholder {
  color: rgb(107, 131, 154);
}
.trialPopup__form__button {
  flex: 0 0 auto;
  height: 1.875rem;
  font-size: 0.875rem;
  padding: 0.15em 2em 0 2em;
}
.trialPopup__form__button:focus {
  background-image: url("../inc/icons/spinner-light.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70%;
  color: transparent;
}
@media (min-width: 35em) {
  .trialPopup {
    align-items: center;
  }
}
@media (min-width: 42rem) {
  .trialPopup {
    display: flex;
    flex-flow: row nowrap;
  }
  .trialPopup__content {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

.modalVideo__video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  box-shadow: 0 0 0.625em rgba(20, 35, 64, 0.2);
  margin: 0 auto 3.6rem 0;
  display: block;
}
.modalVideo__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalVideo__text {
  margin: 0 0 1.5em 0;
}
.modalVideo__button {
  display: inline-block;
}
.modalVideo .modal__box {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 52em) {
  .modalVideo .modal__box {
    padding: 1.2rem 1.8rem 1.8rem 1.8rem;
  }
  .modalVideo button.modalVideo__close {
    width: 2rem;
    height: 2rem;
  }
}

.ctaNewsletter {
  background: url("../inc/img/confetti-blog.svg") top right no-repeat;
  background-size: 5rem auto;
}
.ctaNewsletter.-light .gform_wrapper .gform_inline .gform_footer input[type=submit] {
  border: 2px solid rgb(255, 255, 255);
}
.ctaNewsletter.-light .ctaNewsletter__privacy {
  color: rgb(255, 255, 255);
}
.ctaNewsletter.-light .ctaNewsletter__privacy a {
  color: rgb(255, 255, 255);
}
.ctaNewsletter__title {
  margin: 0 0 0.5em 0;
}
.ctaNewsletter__text {
  margin: 0 0 1em 0;
}
.ctaNewsletter__form {
  margin-bottom: 1.8rem;
}
.ctaNewsletter__privacy {
  color: rgb(107, 131, 154);
  font-weight: 500;
  font-size: 0.8125rem;
}
.ctaNewsletter__privacy a {
  color: rgb(107, 131, 154);
  text-decoration: underline;
}
.ctaNewsletter__privacy a:hover {
  text-decoration: none;
}
@media (min-width: 52em) {
  .ctaNewsletter__grid {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .ctaNewsletter__form {
    flex: 0 0 50%;
    margin-right: 1.8rem;
    margin-bottom: 0;
  }
  .ctaNewsletter__privacy {
    flex: 1 1 auto;
    max-width: 18rem;
  }
  .ctaNewsletter__text {
    padding-right: 8rem;
  }
}

.carousel {
  position: relative;
}
.carousel__arrow {
  border: none;
  outline: none;
  background-color: transparent;
  width: 1.43em;
  height: 3em;
  cursor: pointer;
  z-index: 400;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.carousel__arrow.-previous {
  background-image: url("../inc/icons/carousel-prev-light.svg");
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__arrow.-next {
  background-image: url("../inc/icons/carousel-next-light.svg");
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
}
.carousel.-js-carousel-logo .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.carousel.-js-carousel-logo .slick-list .slick-track .slick-slide {
  flex: 0 auto;
  padding: 0 1.8rem;
  filter: grayscale(1);
  opacity: 50%;
  padding: 0 1.8rem;
}
@media (min-width: 52em) {
  .carousel.-js-carousel-logo .slick-list .slick-track .slick-slide {
    padding: 0 3.6rem 0 0;
  }
}

.badge {
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.1875rem;
  padding: 0.375em 0.75em;
  text-transform: uppercase;
}
.badge.-beta {
  background-color: rgb(95, 231, 255);
  color: rgb(20, 35, 64);
}
.badge.-new {
  background-color: rgb(64, 255, 169);
  color: rgb(20, 35, 64);
}

.alert {
  display: block;
  margin: 2.25rem 0;
  background-color: rgb(242, 248, 253);
  color: rgb(20, 35, 64);
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.375rem;
  padding: 1.125em 1em 1em 1em;
  line-height: 1.625;
}
@media (min-width: 52em) {
  .alert {
    margin: 0.9rem 0;
  }
}

.anchor-integration-content {
  transform: translateY(-98px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.sideNav {
  position: sticky;
  top: 5.4rem;
  margin-bottom: 0.9rem;
}
.sideNav__list {
  list-style: none;
  margin: 0;
  border-radius: 0.375rem;
  padding: 0.75rem;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: none;
}
@media (min-width: 52em) {
  .sideNav__list {
    display: block;
    width: 17rem;
  }
}
.sideNav.-is-open .sideNav__list {
  display: block;
  margin-bottom: 1.8rem;
}
.sideNav.-is-open .sideNav__toggle {
  margin-bottom: 0.9rem;
}
.sideNav.-is-open .sideNav__toggle::after {
  transform: translateY(-7px) rotate(180deg);
}
.sideNav__toggle {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(20, 35, 64);
  padding: 0.9rem 0;
  position: relative;
}
.sideNav__toggle span {
  display: inline-block;
  padding-right: 3rem;
}
.sideNav__toggle::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAyNSAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IkRlc2lnbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4NCiAgICAgICAgPGcgaWQ9Imhvb3JheS1kZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA5Ni4wMDAwMDAsIC01ODYxLjAwMDAwMCkiIHN0cm9rZT0iIzA2MUUyQiIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUmVjdGFuZ2xlLTctQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEwOC41MDAwMDAsIDU4NjIuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMTA4LjUwMDAwMCwgLTU4NjIuNTAwMDAwKSAiIHBvaW50cz0iMTExNiA1ODcwIDExMDEgNTg3MCAxMTAxIDU4NTUgMTEwMSA1ODU1Ij48L3BvbHlsaW5lPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-7px) rotate(0deg);
  transition: transform 0.3s ease-in-out;
  width: 1.2rem;
}
@media (min-width: 52em) {
  .sideNav__toggle {
    display: none;
  }
}
.sideNav__item {
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 0.125rem;
}
.sideNav__item:last-child {
  margin-bottom: 0;
}
.sideNav__item__divider {
  height: 1px;
  background-color: rgba(186, 194, 199, 0.3);
  margin: 0.5rem 0.5rem;
}
.sideNav__item__legend {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem;
}
.sideNav__link {
  padding: 0.75rem 0.75rem 0.625rem 0.75rem;
  color: rgb(20, 35, 64);
  display: block;
  border-radius: 0.375rem;
  line-height: 1.15;
}
.sideNav__link:hover {
  background-color: rgb(245, 245, 245);
}
.sideNav__link.-active {
  background-color: rgba(0, 108, 201, 0.1);
  color: rgb(0, 108, 201);
}

.integrationBanner {
  border-radius: 0.375rem;
  color: rgb(255, 255, 255);
  margin-top: 2.7rem;
  background-image: url("../inc/img/confetti-circle-gradient.svg"), url("../inc/img/confetti-twirl-gradient.svg");
  background-color: rgb(0, 108, 201);
  background-repeat: no-repeat, no-repeat;
  background-size: 10rem auto, auto 10rem;
  background-position: left -3rem top -1rem, right -14% bottom 0rem;
}
.integrationBanner__grid {
  max-width: 30rem;
  padding: 2em 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.integrationBanner__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 0.25em 0;
}
.integrationBanner__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}
.integrationBanner__button {
  display: inline-block;
}

.divider {
  height: 1px;
  background-color: rgba(186, 194, 199, 0.3);
  margin: 1rem 0;
  border: none;
}
.divider.-compact {
  margin: 0.5rem 0;
}

.videoDemoBanner {
  background-color: rgb(0, 108, 201);
  color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  padding: 1.8rem;
  overflow: hidden;
  background-image: url("../inc/img/confetti-twirl-gradient.svg");
  background-size: 60% auto;
  background-position: right top;
  background-repeat: no-repeat;
}
.videoDemoBanner__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.9rem;
}
.videoDemoBanner__heading {
  color: rgb(255, 255, 255);
  font-weight: 900;
  font-size: 1.625em !important;
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.videoDemoBanner__description {
  display: none;
  color: rgb(255, 255, 255);
}
.videoDemoBanner__image {
  display: none;
}
.videoDemoBanner__btn {
  flex-shrink: 0;
  margin-bottom: 0 !important;
  width: auto !important;
  display: inline-flex !important;
  flex-direction: row;
  gap: 0.9rem;
  align-items: center;
}
.videoDemoBanner__btn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("../inc/img/icon-play-light.svg") no-repeat;
  background-size: 21px 20px;
}
@media (min-width: 52em) {
  .videoDemoBanner {
    background-size: 50% auto;
  }
  .videoDemoBanner.-large {
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.6rem;
    background-size: 100% auto;
    background-position: right top;
    padding: 3.6rem 0 3.6rem 3.6rem;
  }
  .videoDemoBanner.-large .videoDemoBanner__image {
    position: relative;
    max-width: 50%;
    order: 2;
    display: block;
  }
  .videoDemoBanner.-large .videoDemoBanner__image img {
    display: block;
    border-radius: 0.5rem 0 0 0.5rem;
    margin: 0;
  }
  .videoDemoBanner.-large .videoDemoBanner__image__playButton {
    width: 100%;
    height: 100%;
    font-size: 0.1rem;
    color: rgb(0, 108, 201);
    background-color: transparent;
    position: absolute;
    border: 0;
    cursor: pointer;
    top: 0;
    left: 0;
  }
  .videoDemoBanner.-large .videoDemoBanner__image__playButton svg {
    fill: currentColor;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 3px), -50%);
    width: 34px;
    height: 38px;
  }
  .videoDemoBanner.-large .videoDemoBanner__image__playButton:after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    background-color: rgb(255, 255, 255);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 90;
  }
  .videoDemoBanner.-large .videoDemoBanner__image__playButton:hover {
    color: rgb(255, 255, 255);
  }
  .videoDemoBanner.-large .videoDemoBanner__image__playButton:hover:after {
    background-color: #005196;
  }
  .videoDemoBanner.-large .videoDemoBanner__content {
    order: 1;
    flex-grow: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
  }
  .videoDemoBanner.-large .videoDemoBanner__description {
    display: block;
  }
  .videoDemoBanner.-large .videoDemoBanner__heading {
    font-size: 2.5em !important;
    line-height: 1.2;
  }
}

.homeHero {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 0;
  padding: 0 1.8rem;
  overflow-x: hidden;
  padding-bottom: 3.125rem;
}
.homeHero__inner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.homeHero .gform_inline_wrapper {
  margin-bottom: 0.45rem;
}
.homeHero__content {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  flex: 0 1 auto;
  margin-right: auto;
}
.homeHero__title {
  color: rgb(20, 35, 64);
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0 0 0.6em 0;
}
.homeHero__subTitle {
  color: rgb(20, 35, 64);
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0 0 2em 0;
}
.homeHero__button {
  display: inline-block;
  margin-bottom: 0.7em;
  font-size: 0.875rem;
  margin-right: 0.5em;
}
.homeHero__usp, .homeHero__review__text {
  font-size: 0.75rem;
  display: block;
  color: rgb(107, 131, 154);
  font-weight: 400;
}
.homeHero__image {
  flex: 0 1 auto;
  margin-left: auto;
  width: 100%;
  margin-right: -10%;
  margin-bottom: 0.9rem;
}
.homeHero__img {
  width: 100%;
  height: auto;
}
.homeHero__review {
  margin-top: 5.4rem;
}
.homeHero__review .rating {
  margin-bottom: 0.8rem;
  justify-content: center;
}
.homeHero__review__text {
  margin-bottom: 0.8rem;
  text-align: center;
}
.homeHero__review__logos {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.homeHero__review__logo {
  display: inline-block;
  width: 25%;
  height: auto;
  margin-right: 2em;
}
.homeHero__review__logo:last-child {
  margin-right: 0;
}
@media (min-width: 35em) {
  .homeHero {
    padding-bottom: 0;
  }
  .homeHero__content {
    max-width: 24rem;
  }
  .homeHero__review .rating {
    justify-content: flex-start;
  }
  .homeHero__review__logos {
    justify-content: flex-start;
  }
  .homeHero__review__text {
    text-align: left;
  }
}
@media (min-width: 52em) {
  .homeHero {
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
  }
  .homeHero__inner {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    min-height: 85vh;
  }
  .homeHero__content {
    padding-top: 0;
    padding-bottom: 3.6rem;
    width: 40%;
    min-width: 24rem;
    order: 1;
    display: flex;
    flex-direction: column;
    z-index: 100;
  }
  .homeHero__content__inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .homeHero__content__inner__center {
    padding: 1.8rem 0;
  }
  .homeHero__review {
    margin-top: 0;
  }
  .homeHero__image {
    order: 2;
    position: relative;
  }
  .homeHero__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    height: auto;
    top: 50%;
    left: -20%;
    margin-top: -1.8rem;
    transform: translateY(-50%);
    max-height: 95vh;
  }
}
@media (min-width: 60em) {
  .homeHero__content {
    min-width: 28rem;
  }
  .homeHero__title {
    font-size: 2.5rem;
  }
  .homeHero__subtitle {
    font-size: 1rem;
  }
  .homeHero__button {
    font-size: 1rem;
  }
  .homeHero__usp, .homeHero__review__text {
    font-size: 0.875rem;
  }
}

.homeHero-b {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 0;
  padding: 0 1.8rem;
}
.homeHero-b__inner {
  max-width: 75rem;
  margin: 0 auto;
}
.homeHero-b .gform_inline_wrapper {
  margin-bottom: 0.45rem;
}
.homeHero-b__content {
  margin-left: auto;
  margin-right: auto;
  padding: 3.6rem 0 1.8rem 0;
  max-width: 60rem;
  text-align: center;
}
.homeHero-b__title {
  color: rgb(20, 35, 64);
  font-size: 2.25rem;
  line-height: 1.2;
  margin: 0 0 0.6em 0;
}
.homeHero-b__subTitle {
  color: rgb(20, 35, 64);
  font-size: 1rem;
  font-weight: 400;
  margin: 0 auto 2em auto;
  max-width: 40rem;
  line-height: 1.5;
}
.homeHero-b__button {
  display: inline-block;
  margin-bottom: 0.7em;
  font-size: 0.875rem;
}
.homeHero-b__videoWrapper {
  max-width: 50rem;
  margin: -7rem auto 1.8rem auto;
}
.homeHero-b__video {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
}
.homeHero-b__usp {
  font-size: 0.75rem;
  display: block;
  color: rgb(107, 131, 154);
  font-weight: 400;
  text-align: center;
}
.homeHero-b__logoTitle {
  font-size: 0.75rem;
  display: block;
  color: rgb(107, 131, 154);
  font-weight: 400;
  text-align: center;
  margin: 3.6rem 0 0 0;
}
.homeHero-b__logos {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 0 1.8rem 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.homeHero-b__logo {
  display: inline-block;
  width: 25%;
  height: auto;
  margin-right: 2em;
}
.homeHero-b__logo:last-child {
  margin-right: 0;
}
.homeHero-b .rating {
  justify-content: center;
  padding: 0 0 5.4rem 0;
}
.homeHero-b__gradient {
  background-image: linear-gradient(180deg, rgb(235, 243, 250) 0, rgba(235, 243, 250, 0) 10rem);
  margin-left: -1.8rem;
  margin-right: -1.8rem;
  margin-top: 7rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 1px;
}
@media (min-width: 52em) {
  .homeHero-b {
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
  }
  .homeHero-b__content {
    padding: 3.6rem 0 3.6rem 0;
  }
  .homeHero-b__title {
    font-size: 2.5rem;
  }
  .homeHero-b__subTitle {
    font-size: 1rem;
  }
  .homeHero-b__gradient {
    margin-top: 12rem;
  }
  .homeHero-b__videoWrapper {
    margin-top: -12rem;
  }
}
@media (min-width: 60em) {
  .homeHero-b__button {
    font-size: 1rem;
  }
  .homeHero-b__title {
    font-size: 3.5rem;
  }
  .homeHero-b__subTitle {
    font-size: 1.25rem;
    max-width: 50rem;
  }
  .homeHero-b__usp, .homeHero-b__logoTitle {
    font-size: 0.875rem;
  }
}

.homeClients {
  background-color: rgb(20, 35, 64);
  padding: 1.2rem 0 0 0;
  position: relative;
  margin-bottom: 5.5em;
}
.homeClients::before {
  content: "";
  width: 100%;
  height: 6.2em;
  background-image: url("../inc/img/home-clients-before.svg");
  background-size: 110em 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: -6.2em;
  left: 0;
}
@media (min-width: 110em) {
  .homeClients::before {
    background-size: 100% 100%;
  }
}
.homeClients::after {
  content: "";
  width: 100%;
  height: 3em;
  background-image: url("../inc/img/home-clients-after.svg");
  background-size: 110em 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: -3em;
  left: 0;
}
@media (min-width: 110em) {
  .homeClients::after {
    background-size: 100% 100%;
  }
}
.homeClients__inner {
  max-width: 75rem;
  margin: 0 auto;
}
.homeClients__item {
  flex: 0 1 auto;
  margin: 0 1.8rem;
  outline: none;
  display: flex !important;
  height: auto !important;
  justify-content: center;
  align-items: center;
}
.homeClients__logo {
  width: 100%;
  height: auto;
}
.homeClients .slick-track {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 52em) {
  .homeClients {
    padding: 2.7rem 0 1.8rem 0;
  }
  .homeClients::after {
    height: 5.5em;
    bottom: -5.5em;
  }
  .homeClients__item {
    margin: 0 1.8rem;
  }
  .homeClients__item::last-child {
    margin-right: 0;
  }
}

@keyframes progressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.slider {
  min-height: 35em;
  background-color: rgb(248, 249, 249);
  border-radius: 0.5rem;
}
.slider__inner {
  margin: 0 auto;
  visibility: hidden;
}
.slider__header {
  margin: 0 1.8rem;
  display: flex;
  justify-content: center;
  align-content: stretch;
  margin-bottom: 1.8rem;
}
.slider__header__item {
  display: none;
  flex-grow: 1;
  margin: 0 0.45rem;
  border: 0px;
  padding: 0px;
  position: relative;
  background: none;
  max-width: 8.25em;
  padding-bottom: 0.9rem;
}
@media (min-width: 52em) {
  .slider__header__item {
    display: block;
  }
}
.slider__header__item:focus {
  outline: none;
}
.slider__header__item__progress {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 5px;
  width: 100%;
  background-color: rgb(248, 249, 249);
  z-index: 10;
}
.slider__header__item__progress__inner {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 0%;
  background-color: rgb(0, 108, 201);
}
.slider__header__item.-is-active {
  display: block;
  color: rgb(0, 108, 201);
  font-weight: 700;
}
.slider__slides {
  width: 100%;
}
.slider__slides__item {
  width: 100%;
  height: auto;
  outline: none;
  text-align: center;
  margin: 0.5em 0em;
}
@media (min-width: 52em) {
  .slider__slides__item {
    margin: 0.5em 3.75em;
  }
}
.slider__slides__img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
}
.slider__slides__arrow {
  display: none;
  border: none;
  outline: none;
  background-color: transparent;
  width: 2em;
  height: 3em;
  cursor: pointer;
  z-index: 400;
  background-image: url("data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAyNSAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IkRlc2lnbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4NCiAgICAgICAgPGcgaWQ9Imhvb3JheS1kZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA5Ni4wMDAwMDAsIC01ODYxLjAwMDAwMCkiIHN0cm9rZT0iIzA2MUUyQiIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUmVjdGFuZ2xlLTctQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEwOC41MDAwMDAsIDU4NjIuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMTA4LjUwMDAwMCwgLTU4NjIuNTAwMDAwKSAiIHBvaW50cz0iMTExNiA1ODcwIDExMDEgNTg3MCAxMTAxIDU4NTUgMTEwMSA1ODU1Ij48L3BvbHlsaW5lPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider__slides__arrow.-previous {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.slider__slides__arrow.-next {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
@media (min-width: 52em) {
  .slider__slides__arrow {
    display: block;
  }
}
.slider.-init {
  background-color: transparent;
  min-height: auto;
}
.slider.-init .slider__inner {
  visibility: visible;
}
.slider.-init .slider__header__item.-is-active .slider__header__item__progress__inner {
  width: 0%;
  transition: width 0.1s ease;
  animation: progressBar 8s linear forwards;
}

.homeEnd {
  background-image: url("../inc/img/home-end-bg.svg");
  background-position: top center;
  background-size: 110em 100%;
  background-repeat: no-repeat;
  height: 35vw;
  max-height: 27em;
  overflow: hidden;
  position: relative;
}
.homeEnd__image {
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 160%;
  margin-left: -30%;
}
@media (min-width: 110em) {
  .homeEnd {
    background-size: 100% 100%;
  }
}
@media (min-width: 52em) {
  .homeEnd {
    width: 100%;
    transform: none;
  }
}

.discHero {
  background-image: url("../inc/img/discover-hero-bg.jpg");
  background-size: 150% 30em;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 1.8rem 3.6rem 1.8rem;
  overflow: hidden;
}
.discHero__inner {
  max-width: 75rem;
  margin: 0 auto;
}
.discHero__content {
  padding-top: 3.6rem;
  padding-bottom: 2.7rem;
}
.discHero__title {
  color: rgb(255, 255, 255);
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 0.45rem 0;
}
.discHero__subTitle {
  color: rgb(255, 255, 255);
  font-size: 1.25em;
  font-weight: 500;
  margin: 0;
  max-width: 40rem;
}
.discHero__img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.625em rgba(20, 35, 64, 0.2);
  margin: 0 auto;
  display: block;
}
@media (min-width: 65em) {
  .discHero {
    background-size: 100% 45em;
  }
  .discHero__title {
    font-size: 3em;
    max-width: 40rem;
    margin: 0 auto 0.6rem auto;
    text-align: center;
  }
  .discHero__subTitle {
    font-size: 1.375em;
    margin: 0 auto 0 auto;
    text-align: center;
    margin-bottom: 1.8rem;
  }
  .discHero__img {
    width: 80%;
  }
}

.discFeatList {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.discFeatList__title {
  font-size: 1.25em;
  margin: 0.3rem 0 1.8rem 0;
  text-align: center;
}
.discFeatList__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.discFeatList__group {
  flex: 0 1 auto;
  width: 48.5%;
  min-width: 17em;
  padding-left: 2.6em;
  position: relative;
  margin-bottom: 1.8rem;
}
.discFeatList__group::before {
  content: "";
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  margin-right: 0.9rem;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 0;
  left: 0;
}
.discFeatList__group__title {
  font-size: 1em;
  color: rgb(0, 108, 201);
  font-weight: 600;
  margin: 0 0 0.45rem 0;
}
.discFeatList__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  line-height: 2;
  font-weight: 600;
}
.discFeatList__list__link {
  color: rgb(20, 35, 64);
}
.discFeatList__list__link:hover {
  color: rgb(0, 108, 201);
}
@media (min-width: 52em) {
  .discFeatList__title {
    font-size: 1.5625em;
  }
  .discFeatList__group {
    width: 22.75%;
    min-width: 0;
  }
}

.kb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kb.-single .kb__aside {
  display: block;
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
  margin-bottom: 0;
  padding-bottom: 0;
}
.kb.-single .kb__navSelect-wrapper {
  display: none;
}
.kb__hero {
  margin-bottom: 1.8rem;
}
.kb__hero__title {
  font-size: 1.55rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}
@media (min-width: 52em) {
  .kb__hero__title {
    font-size: 2.5rem;
  }
}
.kb__aside {
  display: none;
  order: 1;
  flex: 0 1 auto;
  width: 100%;
  padding-bottom: 0.9rem;
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
}
.kb__aside__title {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0 0 0.9rem 0;
}
@media (min-width: 52em) {
  .kb__aside__title {
    font-size: 1.5rem;
  }
}
.kb__aside__previous {
  padding-left: 1.2em;
  display: block;
  position: relative;
  color: rgb(20, 35, 64);
  margin-bottom: 1.8rem;
}
.kb__aside__previous::before {
  content: "";
  background-image: url("../inc/icons/chevron-left-secondary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.6em;
  height: 0.8em;
}
.kb__aside__previous:hover {
  color: rgb(0, 108, 201);
}
.kb__nav {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.kb__nav__item {
  margin-bottom: 0.6rem;
}
.kb__nav__link {
  color: rgb(20, 35, 64);
  padding-right: 1.8rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.87em;
}
.kb__nav__link:hover {
  color: rgba(20, 35, 64, 0.6);
}
.kb__nav__link.-active {
  position: relative;
  color: rgb(0, 108, 201);
}
.kb__navSelect {
  width: 100%;
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
}
.kb__navSelect-wrapper {
  margin-bottom: 1.8rem;
  border-bottom: 1px solid rgba(186, 194, 199, 0.3);
  width: 100%;
}
.kb__main {
  order: 2;
  flex: 0 1 auto;
  width: 100%;
  padding-bottom: 3.6rem;
  padding-top: 1.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 52em) {
  .kb {
    flex-wrap: nowrap;
  }
  .kb__nav {
    display: block;
  }
  .kb__navSelect {
    display: none;
  }
  .kb__navSelect-wrapper {
    display: none;
  }
  .kb__aside {
    display: block;
    order: 2;
    width: 26.4285714286%;
    border-bottom: none;
    border-left: 1px solid rgba(186, 194, 199, 0.3);
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 3.6rem;
    padding-left: 1.8rem;
  }
  .kb__aside__title {
    font-size: 1.25em;
  }
  .kb__aside__sticky {
    position: sticky;
    top: 8rem;
    padding-bottom: 1.8rem;
  }
  .kb__main {
    order: 1;
    width: 70.5714285714%;
    padding-top: 3.6rem;
  }
  .kb__hero__text {
    max-width: 40rem;
  }
}

.pricing {
  margin-bottom: 3.6rem;
}
.pricing__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing__card {
  flex: 0 1 auto;
  width: 100%;
  padding: 1.8rem;
  margin: 0 0 1.8rem 0;
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing__content {
  flex: 0 1 auto;
}
.pricing__title {
  margin: 0;
  font-size: 1.5625em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pricing__title__after {
  font-size: 0.5em;
  font-weight: 500;
  margin-left: 0.8em;
  vertical-align: 0.25em;
  flex: 0 1 auto;
}
.pricing__subTitle {
  font-size: 1em;
  margin: 0 0 0.9rem 0;
}
.pricing__featureList {
  margin-bottom: 1.8rem;
}
.pricing__button {
  flex: 0 1 auto;
}
.pricing__img {
  width: 100%;
  height: auto;
  margin-bottom: 0.9rem;
  max-height: 10em;
}
@media (min-width: 52em) {
  .pricing__card {
    width: 31.3333333333%;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }
}

.faq__accordion {
  flex: 0 1 auto;
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}
@media (min-width: 52em) {
  .faq__accordion {
    margin-left: 0;
    margin-right: 0;
  }
}

.accordion {
  box-shadow: 0 0 0.3em rgba(20, 35, 64, 0.15);
  background-color: rgb(255, 255, 255);
}
.accordion__item {
  border-bottom: 1px solid rgb(186, 194, 199);
}
.accordion__item.-is-open .accordion__heading {
  background-color: rgb(255, 255, 255);
  cursor: default;
}
.accordion__item.-is-open .accordion__heading::after {
  transform: translateY(-7px) rotate(180deg);
}
.accordion__item.-is-open .accordion__content {
  max-height: 40em;
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__heading {
  padding: 0.9rem 1.8rem;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
.accordion__heading::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAyNSAxNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IkRlc2lnbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4NCiAgICAgICAgPGcgaWQ9Imhvb3JheS1kZXNrdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA5Ni4wMDAwMDAsIC01ODYxLjAwMDAwMCkiIHN0cm9rZT0iIzA2MUUyQiIgc3Ryb2tlLXdpZHRoPSIyIj4NCiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUmVjdGFuZ2xlLTctQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEwOC41MDAwMDAsIDU4NjIuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMTA4LjUwMDAwMCwgLTU4NjIuNTAwMDAwKSAiIHBvaW50cz0iMTExNiA1ODcwIDExMDEgNTg3MCAxMTAxIDU4NTUgMTEwMSA1ODU1Ij48L3BvbHlsaW5lPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 1em;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-7px) rotate(0deg);
  transition: transform 0.3s ease-in-out;
  width: 1.2rem;
}
.accordion__heading:hover {
  background-color: rgb(248, 249, 249);
}
.accordion__content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion__content__inner {
  padding: 0 1.8rem 0.9rem;
}
.accordion__content p:last-child {
  margin-bottom: 0;
}

.signUp {
  padding: 5% 0;
  margin: 0 auto;
  max-width: 61em;
  z-index: 0;
}
.signUp::after {
  content: "";
  display: table;
  clear: both;
}
.signUp__form {
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(6, 30, 43, 0.18);
  border-radius: 2px;
  padding: 1.68em;
}
.signUp__form .validation_error {
  display: none !important;
}
.signUp__form .gform_button {
  width: 100%;
  display: block;
}
.signUp__featured {
  padding: 1.8em 0;
}
.signUp.-modal {
  padding: 0;
}
.signUp.-modal .signUp__backDrop, .signUp.-modal .signUp__mock {
  display: none;
}
.signUp.-modal .signUp__form {
  box-shadow: none;
  border-radius: 0px;
  padding: 1.8em 0.9em;
}
@media screen and (min-width: 52em) {
  .signUp__form, .signUp__featured {
    float: left;
    width: 50%;
  }
  .signUp__form {
    padding: 3.3em 3em;
  }
  .signUp.-modal {
    width: 100%;
    min-height: 100vh;
    max-width: none;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .signUp.-modal .signUp__backDrop {
    display: block;
    background-color: rgb(186, 194, 199);
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
  }
  .signUp.-modal .signUp__mock {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 800;
    top: 0;
    left: 0;
  }
  .signUp.-modal .signUp__mock__navigation {
    width: 12.5em;
    background-color: #142340;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .signUp.-modal .signUp__mock__menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .signUp.-modal .signUp__mock__item {
    color: #fff;
    padding: 0 0.9em;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .signUp.-modal .signUp__mock__item.-active {
    color: #5fe7ff;
    background-color: rgba(255, 255, 255, 0.07);
  }
  .signUp.-modal .signUp__mock__item.-active:before {
    content: "";
    top: 0;
    position: absolute;
    width: 0.125em;
    left: 0em;
    height: 100%;
    background-color: #5fe7ff;
  }
  .signUp.-modal .signUp__mock__item__icon {
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 2.5em;
    max-height: 2.5em;
    min-width: 2.5em;
    max-width: 2.5em;
    text-align: center;
    line-height: 2.5em;
    font-size: 1em;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .signUp.-modal .signUp__mock__item .icon {
    font-size: 1.25rem;
  }
  .signUp.-modal .signUp__mock__item .branding {
    color: transparent;
    font-size: 0.1em;
    height: 3.75rem;
    max-height: 3.75rem;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url("../inc/img/branding/hooray-branding-opa.svg");
    background-position: 0.9rem center;
  }
  .signUp.-modal .signUp__mock__item__label {
    padding-left: 1.025em;
    flex-grow: 2;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    font-size: 0.875em;
    line-height: 1;
    display: block;
  }
  .signUp.-modal .signUp__form {
    border-radius: 10px;
    width: 100%;
    padding: 1.68em;
    float: none;
    max-width: 36.5em;
    margin: 1.8rem auto;
    z-index: 1000;
  }
}

.signupSuccess {
  padding-top: 5%;
  margin-bottom: 3.6rem;
  z-index: 0;
}
.signupSuccess__inner {
  max-width: 22em;
  text-align: center;
}
.signupSuccess__image {
  width: 100%;
  height: auto;
}
.signupSuccess__title {
  text-align: center;
  font-size: 1.25em;
  margin: 0 0 0.9rem 0;
}
.signupSuccess__text {
  margin-bottom: 1.8rem;
}
@media (min-width: 52em) {
  .signupSuccess__title {
    font-size: 1.5625em;
  }
}

.contTextImage {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.contTextImage__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.contTextImage__content {
  flex: 0 1 auto;
  width: 100%;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
.contTextImage__cat {
  font-size: 0.9375em;
  display: flex;
  align-items: center;
}
.contTextImage__cat::before {
  content: "";
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  margin-right: 0.9rem;
  width: 2.3em;
  height: 2.3em;
}
.contTextImage__cat.-icon-people::before {
  width: 3.3em;
}
.contTextImage__title {
  font-size: 1.25em;
  margin: 0.3rem 0 0.9rem 0;
}
.contTextImage__checklist {
  margin-top: 1.8rem;
  margin-bottom: 3.6rem;
}
.contTextImage__checklist.-smallMarginBottom {
  margin-bottom: 1.8rem;
}
.contTextImage__cta {
  margin-bottom: 1.8rem;
}
.contTextImage__image {
  flex: 0 1 auto;
  width: 100%;
  margin-left: auto;
}
.contTextImage__img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 52em) {
  .contTextImage {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
  .contTextImage__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .contTextImage__content {
    width: 48.5%;
    margin-bottom: 0;
    flex-grow: 0;
  }
  .contTextImage__image {
    flex-grow: 0;
    width: 48.5%;
  }
  .contTextImage__title {
    font-size: 1.5625em;
  }
}

.testimonials {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.testimonials__title {
  font-size: 1.25em;
  max-width: 20em;
  margin: 0 auto 1.8rem auto;
  text-align: center;
}
.testimonials__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.8rem;
}
.testimonials__wrapper .loopTestimonial {
  margin-bottom: 0.9rem;
}
.testimonials__item {
  flex: 0 1 auto;
  margin-bottom: 1.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonials__image {
  width: 20%;
  height: auto;
  flex: 0 1 auto;
  margin-right: 0.9rem;
}
.testimonials__itemContent {
  flex: 0 1 auto;
}
.testimonials__quote {
  font-size: 1em;
  font-weight: 600;
  display: block;
}
.testimonials__name {
  font-size: 1em;
  font-weight: 600;
  color: rgb(107, 131, 154);
  display: block;
}
.testimonials__footer {
  font-size: 1em;
  max-width: 40em;
  margin: 0 auto;
  text-align: center;
}
.testimonials__footer__text {
  font-size: 1em;
  margin-bottom: 1.8rem;
}
@media (min-width: 52em) {
  .testimonials {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .testimonials__title {
    font-size: 1.875em;
  }
  .testimonials__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .testimonials__wrapper .loopTestimonial {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .testimonials__wrapper .loopTestimonial::after {
    content: "";
    display: table;
    clear: both;
  }
  .testimonials__wrapper .loopTestimonial:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .testimonials__wrapper .loopTestimonial:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .testimonials__wrapper .loopTestimonial:nth-child(2n+1) {
    clear: both;
  }
  .testimonials__wrapper .loopTestimonial:after {
    content: unset;
  }
  .testimonials__item {
    padding: 0 2vw;
    width: 31.3333333333%;
    margin-bottom: 0;
    flex-direction: column;
  }
  .testimonials__image {
    width: 70%;
    margin-right: 0;
    margin-bottom: 1.8rem;
  }
  .testimonials__quote {
    font-size: 1em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .testimonials__name {
    font-size: 1em;
    text-align: center;
  }
  .testimonials__footer__text {
    font-size: 1.25em;
  }
}

.contUspList__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.contUspList__content {
  width: 100%;
  flex: 0 1 auto;
  margin-bottom: 1.8rem;
}
.contUspList__image {
  width: 100%;
  flex: 0 1 auto;
}
.contUspList__img {
  max-width: 100%;
  height: auto;
}
.contUspList__title {
  margin: 0 0 0.9rem 0;
  font-size: 1.25em;
  line-height: 1.3;
}
.contUspList__text {
  margin: 2.7rem 0 1.8rem 0;
}
@media (min-width: 52em) {
  .contUspList {
    padding: 7.5em 1.8rem 3.6rem 1.8rem;
  }
  .contUspList__inner {
    flex-direction: row;
  }
  .contUspList__content {
    width: 48.5%;
    margin-right: auto;
    margin-bottom: 0;
  }
  .contUspList__image {
    width: 48.5%;
    margin-left: auto;
  }
  .contUspList__title {
    font-size: 1.875em;
    max-width: 22rem;
  }
  .contUspList__text {
    font-size: 1.25em;
    max-width: 30rem;
  }
}

.gradientHero {
  background: rgb(0, 108, 201);
  background: linear-gradient(180deg, #006cc9 35%, rgba(0, 108, 201, 0.56) 100%);
  margin-bottom: 1.8rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media (min-width: 52em) {
  .gradientHero {
    border-bottom-left-radius: 3.125rem;
    border-bottom-right-radius: 3.125rem;
  }
}
.gradientHero__boxed {
  text-align: center;
  padding: 1.8rem 0;
}
@media (min-width: 52em) {
  .gradientHero__boxed {
    padding: 3.6rem 0;
  }
}
.gradientHero__title {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 0.9rem;
}
@media (min-width: 52em) {
  .gradientHero__title {
    font-size: 2.25rem;
  }
}
.gradientHero__description {
  color: rgb(255, 255, 255);
}
