/*! normalize.css v8.0.1 | 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;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
}

/**
* 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 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  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;
}

/* 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

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

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-regular.eot#iefix") format("embedded-opentype"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-regular.woff") format("woff"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-500.eot#iefix") format("embedded-opentype"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-500.woff2") format("woff2"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-500.woff") format("woff"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-500.ttf") format("truetype"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-500.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-600.eot#iefix") format("embedded-opentype"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-600.woff2") format("woff2"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-600.woff") format("woff"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-600.ttf") format("truetype"), url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/Main%20Assets/fonts/poppins-v15-latin-600.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --light-slate-grey: #f8f8f8;
  --medium-slate-grey: #707070;
  --dark-slate-grey: #272727;
  --sunshine-yellow: #fdce31;
  --violet-blue: #3b1adb;
  --mint-green: #37e289;
  --sky-blue: #d4e6fc;
  --blue-munsell: #0091ad;
  --sizzling-red: #d64045;
  --regular: 300;
  --medium: 500;
  --semi-bold: 900;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 100%;
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.is-fixed,
html.is-fixed-search {
  position: relative;
  overflow: hidden !important;
}

html.is-fixed header,
html.is-fixed-search header {
  background-color: var(--black);

  {
    #transition: background-color 0.4s ease-in-out, -webkit-background-color 0.4s ease-in-out;
    #
  }

  height: 290px;
}


body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  word-break: break-word;
  color: var(--medium-slate-grey);
  overflow-x: hidden;
}

body.is-fixed {
  position: relative;
  overflow: hidden !important;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
}

.no-margin {
  margin: 0 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
}


.blog-index-new h1,
.blog-index-new .h1,
.blog-index-new h2,
.blog-index-new .h2,
.blog-index-new h3,
.blog-index-new .h3,
.blog-index-new h4,
.blog-index-new .h4,
.blog-index-new h5,
.blog-index-new .h5,
.blog-index-new h6,
.blog-index-new .h6 {
  font-family: iskra;
}

.blog-index-new p {
  font-family: museo-sans, sans-serif !important;
}

a {
  color: inherit;
  -webkit-transition-property: background-color, opacity;
  -o-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
}

ul,
ol {
  padding-left: 1rem;
  list-style-position: outside;
  margin-bottom: 2rem;
}

figure {
  margin: 0;
}

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

.wrap {
  position: relative;
  max-width: 77.125rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .wrap {
    width: 95%;
  }
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

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

.d-block {
  display: block;
}

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

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

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

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.text-center {
  max-width: 55.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* = box shadows -------------------- */
.shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

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

.shadow-xl {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

ul.no-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-padding--35 {
  padding-top: calc(2.1875rem / 2);
  padding-bottom: calc(2.1875rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--35 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

.block-padding--49 {
  padding-top: calc(3.0625rem / 2);
  padding-bottom: calc(3.0625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--49 {
    padding-top: 3.0625rem;
    padding-bottom: 3.0625rem;
  }
}

.block-padding--63 {
  padding-top: calc(3.9375rem / 2);
  padding-bottom: calc(3.9375rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--63 {
    padding-top: 3.9375rem;
    padding-bottom: 3.9375rem;
  }
}

.block-padding--74 {
  padding-top: calc(4.625rem / 2);
  padding-bottom: calc(4.625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--74 {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }
}

.block-padding--92 {
  padding-top: calc(5.75rem / 2);
  padding-bottom: calc(5.75rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--92 {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }
}

.block-padding--100 {
  padding-top: calc(6.25rem / 2);
  padding-bottom: calc(6.25rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.block-padding--122 {
  padding-top: calc(7.625rem / 2);
  padding-bottom: calc(7.625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--122 {
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
  }
}

.block-padding--128 {
  padding-top: calc(8rem / 2);
  padding-bottom: calc(8rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.block-padding--164 {
  padding-top: calc(10.25rem / 2);
  padding-bottom: calc(10.25rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--164 {
    padding-top: 10.25rem;
    padding-bottom: 10.25rem;
  }
}

.block-padding--200 {
  padding-top: calc(12.5rem / 2);
  padding-bottom: calc(12.5rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

.block-padding--220 {
  padding-top: calc(13.5rem / 2);
  padding-bottom: calc(13.5rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--220 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }
}

.block-padding--265 {
  padding-top: calc(16.5625rem / 2);
  padding-bottom: calc(16.5625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--265 {
    padding-top: 16.5625rem;
    padding-bottom: 16.5625rem;
  }
}

.block-padding--top-35 {
  padding-top: calc(2.1875rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-35 {
    padding-top: 2.1875rem;
  }
}

.block-padding--top-49 {
  padding-top: calc(3.0625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-49 {
    padding-top: 3.0625rem;
  }
}

.block-padding--top-63 {
  padding-top: calc(3.9375rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-63 {
    padding-top: 3.9375rem;
  }
}

.block-padding--top-74 {
  padding-top: calc(4.625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-74 {
    padding-top: 4.625rem;
  }
}

.block-padding--top-92 {
  padding-top: calc(5.75rem / 2 + 20px);
}

@media (min-width: 1024px) {
  .block-padding--top-92 {
    padding-top: 5.75rem;
  }
}

.block-padding--top-100 {
  padding-top: calc(6.25rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-100 {
    padding-top: 6.25rem;
  }
}

.block-padding--top-122 {
  padding-top: calc(7.625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-122 {
    padding-top: 7.625rem;
  }
}

.block-padding--top-128 {
  padding-top: calc(8rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-128 {
    padding-top: 8rem;
  }
}

.block-padding--top-164 {
  padding-top: calc(10.25rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-164 {
    padding-top: 10.25rem;
  }
}

.block-padding--top-200 {
  padding-top: calc(12.5rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-200 {
    padding-top: 12.5rem;
  }
}

.block-padding--top-220 {
  padding-top: calc(13.5rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-220 {
    padding-top: 13.5rem;
  }
}

.block-padding--top-265 {
  padding-top: calc(16.5625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--top-265 {
    padding-top: 16.5625rem;
  }
}

.block-padding--bottom-35 {
  padding-bottom: calc(2.1875rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-35 {
    padding-bottom: 2.1875rem;
  }
}

.block-padding--bottom-49 {
  padding-bottom: calc(3.0625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-49 {
    padding-bottom: 3.0625rem;
  }
}

.block-padding--bottom-63 {
  padding-bottom: calc(3.9375rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-63 {
    padding-bottom: 3.9375rem;
  }
}

.block-padding--bottom-74 {
  padding-bottom: calc(4.625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-74 {
    padding-bottom: 4.625rem;
  }
}

.block-padding--bottom-92 {
  padding-bottom: calc(5.75rem / 2 + 20px);
}

@media (min-width: 1024px) {
  .block-padding--bottom-92 {
    padding-bottom: 5.75rem;
  }
}

.block-padding--bottom-100 {
  padding-bottom: calc(6.25rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-100 {
    padding-bottom: 6.25rem;
  }
}

.block-padding--bottom-122 {
  padding-bottom: calc(7.625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-122 {
    padding-bottom: 7.625rem;
  }
}

.block-padding--bottom-128 {
  padding-bottom: calc(8rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-128 {
    padding-bottom: 8rem;
  }
}

.block-padding--bottom-164 {
  padding-bottom: calc(10.25rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-164 {
    padding-bottom: 10.25rem;
  }
}

.block-padding--bottom-200 {
  padding-bottom: calc(12.5rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-200 {
    padding-bottom: 12.5rem;
  }
}

.block-padding--bottom-220 {
  padding-bottom: calc(13.5rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-220 {
    padding-bottom: 13.5rem;
  }
}

.block-padding--bottom-265 {
  padding-bottom: calc(16.5625rem / 2);
}

@media (min-width: 1024px) {
  .block-padding--bottom-265 {
    padding-bottom: 16.5625rem;
  }
}

.modal {
  opacity: 0;
  visibility: hidden;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal .modal-close {
  display: none;
}

.modal .modal-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-inner {
  position: relative;
  width: 600px;
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.modal .modal-inner header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1.5rem 1.5rem 0;
  background-color: var(--white);
}

.modal .modal-inner header h2 {
  margin-bottom: 0;
}

.modal .modal-inner .modal-body {
  padding: 1.5rem;
  background-color: var(--white);
}

.hs-search-results__title {
  color: var(--violet-blue);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-decoration: underline;
}

/* = color -------------------- */
button.no-style {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.button,
.hs-cta-wrapper .cta_button {
  display: inline-block !important;

  padding: 1rem !important;
  font-size: 0.9375rem !important;
  font-weight: var(--medium) !important;
  white-space: nowrap !important;
  text-align: center;
  -webkit-transition-property: background-color, opacity !important;
  -o-transition-property: background-color, opacity !important;
  transition-property: background-color, opacity !important;
  outline: none !important;
}

@media (min-width: 1024px) {

  .button,
  .hs-cta-wrapper .cta_button {
    width: auto;
    min-width: 9.0625rem;
  }
}

.mint,
.hs-cta-wrapper .cta_button {
  background-color: var(--mint-green);
  color: var(--dark-slate-grey);
}

.mint:hover,
.hs-cta-wrapper .cta_button:hover {
  background-color: var(--violet-blue);
  color: var(--white);
}

.dark-grey:hover {
  background-color: var(--violet-blue);
  color: var(--white);
}

.hs-cta-wrapper .cta_button {
  text-decoration: none !important;
}

.hs-cta-wrapper .cta_button:hover {
  color: var(--white) !important;
  font-weight: 700 !important;
}

/* Form */
.general-form {
  width: 100%;
}

.general-form form {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hs-form-field {
  width: 100%;
}

.form-columns-2 .field {
  width: 48% !important;
  padding: 0 !important;
}

/* Labels */
/* Help text - legends */
/* Inputs */
.input {
  position: relative;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select {
  padding: 0 1rem;
  border: 1px solid var(--medium-slate-grey);
  width: 100%;
  height: 41px;
  outline: none !important;
  border-radius: 7px;
  font-size: 14px;
  color: #1d1d1b
}

textarea {
  padding: 0 1rem;
  border: 1px solid var(--medium-slate-grey);
  width: 100%;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p,
.legal-consent-container .hs-richtext {
  font-size: 0.875rem;
  margin-left: 1rem !important;
  margin-bottom: 1rem;
}

.legal-consent-container .hs-form-booleancheckbox-display a:hover,
.legal-consent-container .hs-richtext a:hover {
  color: var(--violet-blue);
}

.inputs-list li {
  list-style: none;
}

.inputs-list li .hs-input {
  margin-right: 0.5rem;
}

/* Validation */
.hs-input.invalid.error {
  border: 1px solid var(--sizzling-red);
}

/*.hs-error-msgs {
  position: absolute;
  top: -30px;
  right: 0;
}*/

.hs-error-msgs .hs-error-msg {
  font-size: 0.875rem;
  color: var(--sizzling-red);
  margin-right: 0;
}

.hs_error_rollup {
  display: none;
}

/* Submit button */
form .hs-submit {
  width: 100%;
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  form .hs-submit {
    width: auto;
    margin-top: 0;
  }
}

form input[type="submit"],
form .hs-button {
  width: 100%;
  height: 56px;
  background-color: var(--mint-green);
  border: 1px solid var(--mint-green);
  font-size: 0.9375rem;
  font-weight: var(--semi-bold);
  min-width: 9.0625rem;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form input[type="submit"]:hover,
form .hs-button:hover {
  background-color: var(--violet-blue);
  border: 1px solid var(--violet-blue);
  color: var(--white);
}

@media (min-width: 1024px) {

  form input[type="submit"],
  form .hs-button {
    min-width: 9.0625rem;
  }
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

/* Table */
table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody+tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */
th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}

/* = Paragraphs -------------------- */
p {
  font-size: 1rem;
  font-weight: var(--regular);
  line-height: 1.5;
  margin: 0 0 1.4rem;
}

@media (min-width: 1024px) {
  p {
    font-size: 1.125rem;
  }

  .blog-index-new p {
    font-size: 21px;
  }
}

strong {
  font-weight: var(--semi-bold);
}

/* = Anchors -------------------- */
a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

:focus {
  outline: none !important;
}

/* = Headings -------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: var(--semi-bold);
  line-height: 1.1;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.35rem;
  color: var(--violet-blue);
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.625rem;
  }
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* = Lists -------------------- */
ul,
ol {
  margin: 0 0 1.5rem;
}

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

ul.no-list {
  list-style: none;
}

/* = Code blocks -------------------- */
code {
  vertical-align: bottom;
}

/* = Blockquotes -------------------- */
blockquote {
  border: 0;
  margin: 0 0 2.5rem;
  padding: 0;
  font-weight: var(--semi-bold);
  line-height: 1.2;
}

/* = Horizontal rules -------------------- */
hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}

/* = Subscripts and superscripts -------------------- */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* = Focus styles -------------------- */
:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

.hs_cos_wrapper_type_rich_text blockquote {
  margin-top: 70px;
  margin-bottom: 70px;
  border-left: 3px solid var(--violet-blue);
  padding-left: 1.5rem;
  color: var(--violet-blue);
  line-height: 1.5;
}

.hs_cos_wrapper_type_rich_text table {
  width: 100%;
  border: 0;
}

.hs_cos_wrapper_type_rich_text table tr,
.hs_cos_wrapper_type_rich_text table td {
  border: 0;
  color: var(--dark-slate-grey);
}

@media (min-width: 1024px) {
  .hs_cos_wrapper_type_rich_text table {
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }
}


.mobile_nav {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--light-slate-grey);
  border-top: 1px solid var(--light-slate-grey);
  position: fixed;
  top: 5.5rem;
  left: 0;
  width: 100%;
  height: 95vh;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  overflow: auto;
}

@media (min-width: 1024px) {
  .mobile_nav {
    display: none;
  }
}

.mobile_nav ul {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: scroll;
}

.mobile_nav ul li {
  position: relative;
  display: block;
  width: 100%;
}

.mobile_nav ul li.active {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.mobile_nav ul li.active>a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: var(--white);
}

.mobile_nav ul li.active>a svg {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  margin-right: 1rem;
}

.mobile_nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--dark-slate-grey);
  padding: 1.5rem 2rem;
  font-size: 1.625rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  font-family: iskra;
}

.mobile_nav ul li .primary-dropdown-menu {
  position: relative;
  display: none;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: var(--light-slate-grey);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow-y: scroll;
  z-index: 5;
}

.mobile_nav ul li .primary-dropdown-menu h5 {
  margin-bottom: 0 !important;
}

.mobile_nav ul li .primary-dropdown-menu h5 a svg {
  display: none;
}

.mobile_nav ul li .primary-dropdown-menu li {
  width: 100%;
}

.mobile_nav ul li .primary-dropdown-menu li.active {
  background-color: var(--light-slate-grey);
}

.mobile_nav ul li .primary-dropdown-menu li .secondary-dropdown-menu {
  position: relative;
  display: none;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: var(--light-slate-grey);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow-y: scroll;
  z-index: 6;
}

.mobile_nav ul li .primary-dropdown-menu li .secondary-dropdown-menu h5 {
  display: none;
}

.mobile_nav ul li .primary-dropdown-menu li .secondary-dropdown-menu li a {
  font-size: 1.125rem;
}

.mobile_nav ul li .primary-dropdown-menu li .secondary-dropdown-menu li a svg {
  display: none;
}

.mobile_nav ul li .primary-dropdown-menu li .secondary-dropdown-menu.open {
  display: block;
  left: 0;
  opacity: 1;
}

.mobile_nav ul li .primary-dropdown-menu li.has-dropdown h5 a svg {
  display: inline-block;
}

.mobile_nav ul li .primary-dropdown-menu.open {
  display: block;
  left: 0;
  opacity: 1;
}


.mobile_nav ul li:nth-child(5) a svg {
  display: none;
}

.mobile_nav ul li:nth-child(4) .primary-dropdown-menu li h5 {
  display: block;
}

.mobile_nav ul li.contact a {
  background-color: #E72687;
  color: white;
}

.mobile_nav ul li.search-desktop {
  display: none;
}

.mobile_nav ul li.search-desktop:hover svg path {
  fill: var(--violet-blue);
}

.mobile_nav ul.policy {
  padding: 2rem 0 2rem;
}

.mobile_nav ul.policy li a {
  display: block;
  padding: 0.5rem 2rem;
  border-bottom: 0;
  font-size: 0.9375rem;
  font-weight: var(--regular);
  color: var(--dark-slate-grey);
}

.mobile_nav ul.policy li:last-child a {
  display: block;
  border-bottom: 0;
  background-color: transparent;
  font-size: 0.9375rem;
  font-weight: var(--regular);
  color: var(--dark-slate-grey);
}

.mobile_nav.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 1024px) {
  .mobile-btns {
    display: none;
  }
}

.search svg {
  width: 63px;
  height: 20px;
  cursor: pointer;
}

.hamburger {
  background: none !important;
  border: none !important;
  padding: 0;
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
  background-color: none !important;
  border-color: none !important;
}

.hamburger svg {
  width: 65px;
  height: 65px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hamburger path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: var(--white);
  stroke-dashoffset: 0;
}

.hamburger path#bottom,
.hamburger path#top {
  stroke-dasharray: 240px 950px;
}

.hamburger path#middle {
  stroke-dasharray: 240px 240px;
}

.hamburger.cross path#bottom,
.hamburger.cross path#top {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}

.hamburger.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

section.hero-banner {
  position: relative;
}

section.hero-banner .yellow-purple-with-dots,
section.hero-banner .single-grey,
section.hero-banner .single-purple,
section.hero-banner .single-purple-plane,
section.hero-banner .single-dark-grey,
section.hero-banner .grey-and-yellow,
section.hero-banner .error-page,
section.hero-banner .thank-you-page {
  position: absolute;
  top: -15rem;
  right: -8rem;
  width: 41.25rem;
  height: 40rem;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/hero-banner/yellowPurpleDotsBG@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (min-width: 768px) {

  section.hero-banner .yellow-purple-with-dots,
  section.hero-banner .single-grey,
  section.hero-banner .single-purple,
  section.hero-banner .single-purple-plane,
  section.hero-banner .single-dark-grey,
  section.hero-banner .grey-and-yellow,
  section.hero-banner .error-page,
  section.hero-banner .thank-you-page {
    top: -15rem;
    right: -10em;
    width: 46rem;
    height: 43rem;
  }
}

@media (min-width: 1024px) {

  section.hero-banner .yellow-purple-with-dots,
  section.hero-banner .single-grey,
  section.hero-banner .single-purple,
  section.hero-banner .single-purple-plane,
  section.hero-banner .single-dark-grey,
  section.hero-banner .grey-and-yellow,
  section.hero-banner .error-page,
  section.hero-banner .thank-you-page {
    top: -25rem;
    right: -10rem;
    width: 57rem;
    height: 65rem;
  }
}

@media (min-width: 1536px) {

  section.hero-banner .yellow-purple-with-dots,
  section.hero-banner .single-grey,
  section.hero-banner .single-purple,
  section.hero-banner .single-purple-plane,
  section.hero-banner .single-dark-grey,
  section.hero-banner .grey-and-yellow,
  section.hero-banner .error-page,
  section.hero-banner .thank-you-page {
    top: -30rem;
    right: -8.5em;
    width: 85rem;
    height: 83rem;
  }
}

section.hero-banner .single-grey {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/hero-banner/singleGreyBlob@2x.png");
}

section.hero-banner .single-purple {
  top: -30rem;
  right: -14.5em;
  width: 90rem;
  height: 80rem;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/hero-banner/singlePurpleBlob@2x.png");
}

section.hero-banner .single-purple-plane {
  display: none;
}

@media (min-width: 1024px) {
  section.hero-banner .single-purple-plane {
    display: block;
    top: -12rem;
    right: 0;
    width: 85rem;
    height: 60rem;
    background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/areoplaneSVG.svg");
  }
}

section.hero-banner .single-dark-grey {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/hero-banner/singleDarkGreyBlob@2x.png");
}

section.hero-banner .grey-and-yellow {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/hero-banner/greyYellowBlob@2x.png");
}

section.hero-banner .error-page {
  display: none;
}

@media (min-width: 1024px) {
  section.hero-banner .error-page {
    display: block;
    top: -10rem;
    right: -12rem;
    width: 50rem;
    height: 37rem;
    background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/404Light.svg");
    background-size: contain;
  }
}

@media (min-width: 1536px) {
  section.hero-banner .error-page {
    top: -15rem;
    right: -8.5em;
    width: 75rem;
    height: 50rem;
  }
}

section.hero-banner .thank-you-page {
  display: none;
}

@media (min-width: 1024px) {
  section.hero-banner .thank-you-page {
    display: block;
    top: -10rem;
    right: -10rem;
    width: 57rem;
    height: 65rem;
    background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/thankYouLight.svg");
    background-size: contain;
  }
}

@media (min-width: 1536px) {
  section.hero-banner .thank-you-page {
    top: -12rem;
    right: -8.5em;
    width: 75rem;
    height: 50rem;
  }
}

section.hero-banner .full-dark-grey-yellow-with-dots {
  position: absolute;
  top: -8rem;
  left: 0;
  width: 100%;
  height: 55rem;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/darkGreyYellowBlobMobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (min-width: 768px) {
  section.hero-banner .full-dark-grey-yellow-with-dots {
    top: -8rem;
    left: -12rem;
    width: 65rem;
    height: 40rem;
    background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/darkGreyYellowBlob.svg");
  }
}

@media (min-width: 1024px) {
  section.hero-banner .full-dark-grey-yellow-with-dots {
    top: -12rem;
    left: -15rem;
    width: 80rem;
    height: 50rem;
  }
}

@media (min-width: 1280px) {
  section.hero-banner .full-dark-grey-yellow-with-dots {
    top: -15rem;
    left: -8rem;
    width: 100rem;
    height: 55rem;
  }
}

@media (min-width: 1536px) {
  section.hero-banner .full-dark-grey-yellow-with-dots {
    top: -20rem;
    left: 0;
    width: 125rem;
    height: 63rem;
  }
}

section.hero-banner .full-dark-grey-yellow-with-dots .hero-content {
  color: var(--white);
}

section.hero-banner .full-dark-grey-yellow-with-dots .hero-content h1 {
  color: var(--sunshine-yellow);
}

section.hero-banner .full-dark-grey-yellow-with-dots .hero-content p {
  color: var(--white);
}

section.hero-banner .wrap .hero-content {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 5rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  section.hero-banner .wrap .hero-content {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

section.hero-banner .wrap .hero-content h1 {
  margin-bottom: 2rem;
}

section.hero-banner .wrap .hero-content h1 span.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, var(--sunshine-yellow)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 50%, var(--sunshine-yellow) 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, var(--sunshine-yellow) 50%);
  background-size: 200%;
  background-position: -100% 0;
  display: inline-block;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

@media (min-width: 768px) {
  section.hero-banner .wrap .hero-content h1 {
    max-width: 33.625rem;
    margin-bottom: 2.75rem;
  }
}

section.hero-banner .wrap .hero-content h2,
section.hero-banner .wrap .hero-content h3,
section.hero-banner .wrap .hero-content h4,
section.hero-banner .wrap .hero-content h5 {
  color: var(--dark-slate-grey);
}

section.hero-banner .wrap .hero-content p {
  color: var(--dark-slate-grey);
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  section.hero-banner .wrap .hero-content p {
    max-width: 28.8125rem;
    margin-bottom: 2.75rem;
  }
}

section.hero-banner .wrap .hero-content p:first-of-type {
  font-size: 1.55rem;
  font-weight: var(--semi-bold);
}

section.hero-banner .wrap .hero-image {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  section.hero-banner .wrap .hero-image {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

section.hero-banner .wrap .hero-image img {
  border-radius: 1.25rem;
}

@media (min-width: 768px) {
  section.hero-banner .wrap .hero-image img {
    position: relative;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1536px) {
  section.hero-banner .wrap .hero-image img {
    right: -5rem;
  }
}

section.hero-banner .wrap .hero-image .general-form {
  background-color: var(--light-slate-grey);
  padding: 2rem;
  border-radius: 1.25rem;
}

section.hero-banner .wrap .hero-image .general-form fieldset {
  max-width: 100%;
  margin: 0 auto !important;
}

section.hero-banner .wrap .hero-image .general-form .hs-form-field {
  position: relative !important;
}

section.hero-banner .wrap .hero-image .general-form .hs-error-msgs {
  position: static;
  padding: 0;
  left: 0;
  right: auto;
}

section.hero-banner .wrap .hero-image .general-form .hs-error-msgs .hs-error-msg {
  font-size: 0.833rem !important;
  color: var(--sizzling-red);
}

section.hero-banner .wrap .hero-image .general-form label {
  font-size: 0.9375rem;
}

section.hero-banner .wrap .hero-image .general-form input[type="text"],
section.hero-banner .wrap .hero-image .general-form input[type="email"],
section.hero-banner .wrap .hero-image .general-form input[type="password"],
section.hero-banner .wrap .hero-image .general-form input[type="tel"],
section.hero-banner .wrap .hero-image .general-form input[type="number"],
section.hero-banner .wrap .hero-image .general-form select {
  background-color: var(--white);
  height: 43px;
  margin-bottom: 0.5rem;
}

section.hero-banner.full-dark-grey-yellow-with-dots .hero-content {
  color: var(--white);
}

section.hero-banner.full-dark-grey-yellow-with-dots .hero-content h1 {
  color: var(--sunshine-yellow);
}

section.hero-banner.full-dark-grey-yellow-with-dots .hero-content p {
  color: var(--white) !important;
}

section.blog-hero .hero-content {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 2rem !important;
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -moz-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

@media (min-width: 768px) {
  section.blog-hero .hero-content {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
}

section.blog-hero .hero-content h1 span.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, var(--sunshine-yellow)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 50%, var(--sunshine-yellow) 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, var(--sunshine-yellow) 50%);
  background-size: 200%;
  background-position: -100% 0;
  display: inline-block;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

@media (min-width: 768px) {
  section.blog-hero .hero-content h1 {
    max-width: 28.625rem;
    margin-bottom: 2.75rem;
  }
}

section.blog-hero .hero-content p strong {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

section.blog-hero .hero-image {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -moz-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

@media (min-width: 768px) {
  section.blog-hero .hero-image {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

section.blog-hero .hero-image img {
  z-index: -1;
}

@media (min-width: 768px) {
  section.blog-hero .hero-image img {
    position: absolute;
    top: 48px !important;
    right: 0;
  }
}

@media (min-width: 1536px) {
  section.blog-hero .hero-image img {
    right: -5rem;
  }
}

.general-form .form-title {
  margin: 0;
}

.general-form .hs_cos_wrapper_type_form fieldset {
  width: 100%;
}

.general-form .hs_cos_wrapper_type_form .hs-richtext {
  margin-bottom: 0.625rem;
}

.general-form .hs_cos_wrapper_type_form .hs-richtext h2 {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
  margin: 0;
}

.general-form .hs_cos_wrapper_type_form .hs-richtext p {
  font-size: 1rem;
  color: var(--dark-slate-grey);
  margin: 0;
}

.general-form .hs_cos_wrapper_type_form .field .hs-field-desc,
.general-form .hs_cos_wrapper_type_form .field label {
  font-size: 1rem !important;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  margin-bottom: 0.625rem;
}

.general-form .hs_cos_wrapper_type_form .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

.general-form .hs_cos_wrapper_type_form .form-columns-2 {
  margin: 0 -1.25rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.general-form .hs_cos_wrapper_type_form .form-columns-2 .field {
  width: 50%;
  padding: 0 1.25rem;
  float: none;
}

.general-form .hs_cos_wrapper_type_form .form-columns-2 .field input {
  width: 100%;
}

.general-form .hs_cos_wrapper_type_form .form-columns-2 .input {
  margin: 0;
}

.contact-us .hero-content {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0rem !important;
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -moz-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

@media (min-width: 768px) {
  .contact-us .hero-content {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
}

.contact-us .hero-image {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -moz-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

@media (min-width: 768px) {
  .contact-us .hero-image {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

section.image-carousel h3 {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
  margin-bottom: calc(5rem / 2);
  text-align: center;
}

@media (min-width: 1024px) {
  section.image-carousel h3 {
    margin-bottom: 5rem;
  }
}

section.image-carousel .swiper-wrapper {
  margin-bottom: 2rem;
}

section.image-carousel .swiper-wrapper .single-logo {
  text-align: center;
}

section.image-carousel .swiper-wrapper .single-logo img {
  margin: 0 auto;
}

section.image-carousel .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.image-carousel .pagination-wrap {
    min-height: 0;
  }
}

section.image-carousel .pagination-wrap .swiper-button {
  position: absolute;
  top: 90%;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.image-carousel .pagination-wrap .swiper-button {
    top: 65%;
  }
}

section.image-carousel .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.image-carousel .pagination-wrap .swiper-button.swiper-button-prev {
  left: -8px;
}

section.image-carousel .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.image-carousel .pagination-wrap .swiper-button.swiper-button-next {
  right: 0;
}

section.image-carousel .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.image-carousel .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--dark-slate-grey);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.image-carousel .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.image-carousel .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

section.two-column-cta-full {
  position: relative;
  background: var(--light-slate-grey);
  overflow: hidden;
}

section.two-column-cta-full .content-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  section.two-column-cta-full .content-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

section.two-column-cta-full .content-container span.sub-title {
  display: block;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  margin-bottom: 1.875rem;
}

section.two-column-cta-full .content-container h2 {
  font-size: 2.375rem;
  color: var(--violet-blue);
  margin-bottom: 2.1875rem;
}

@media (min-width: 1280px) {
  section.two-column-cta-full .content-container h2 {
    width: calc(32rem + 150px);
  }
}

section.two-column-cta-full .content-container p {
  max-width: 32rem;
}

section.two-column-cta-full .content-container a {
  font-size: 0.9375rem;
  color: var(--violet-blue);
  text-decoration: underline !important;
}

section.two-column-cta-full .content-container a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.two-column-cta-full .content-container a:hover svg {
  margin-left: 0.8rem;
}

section.two-column-cta-full .image-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  section.two-column-cta-full .image-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}

section.two-column-cta-full .image-container img {
  position: relative;
  bottom: -6rem;
  z-index: 0;
}

@media (min-width: 768px) {
  section.two-column-cta-full .image-container img {
    margin-right: -3.1875rem;
    bottom: -6.5rem;
  }
}

section.two-column-text-media {
  position: relative;
}

@media (max-width: 767px) {
  section.two-column-text-media {
    margin-bottom: 8.4375rem;
  }
}

section.two-column-text-media .blob {
  position: absolute;
  width: 100%;
  height: 100%;
}

section.two-column-text-media .blob.dark-grey-blob {
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 767px) {
  section.two-column-text-media .blob.dark-grey-blob {
    height: calc(100% + 20px);
  }
}

section.two-column-text-media .blob.dark-grey-blob .dark-grey-blob-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/darkGreyMobileBlob.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  section.two-column-text-media .blob.dark-grey-blob .dark-grey-blob-bg {
    width: 100%;
    height: 100%;
    background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/darkGreyTwoColBlob.svg");
    background-size: 120% 95%;
  }
}

section.two-column-text-media .blob.yellow-blob {
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.two-column-text-media .blob.yellow-blob .yellow-blob-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/yellowCaseStudy.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  section.two-column-text-media .blob.yellow-blob .yellow-blob-bg {
    width: 100%;
    height: 100%;
    background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/yellowTwoColBlob.svg");
    background-size: 120% 95%;
  }
}

section.two-column-text-media .polkadot {
  position: absolute;
  content: "";
  width: calc(25.1875rem / 2);
  height: calc(21.75rem / 2);
  bottom: -2.5rem;
  left: 0;
  right: auto;
  z-index: -1;
}

@media (min-width: 768px) {
  section.two-column-text-media .polkadot {
    width: 20.188rem;
    height: 16.75rem;
    left: auto;
    right: 0;
    bottom: 1.375rem;
  }
}

@media (min-width: 1280px) {
  section.two-column-text-media .polkadot {
    width: 25.1875rem;
    height: 21.75rem;
    left: auto;
    bottom: 1.875rem;
    right: 17.1875rem;
  }
}

section.two-column-text-media .wrap {
  position: relative;
  z-index: 1;
}

section.two-column-text-media .wrap .content-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 5rem 0 2.5rem;
}

@media (min-width: 768px) {
  section.two-column-text-media .wrap .content-container {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0;
  }
}

section.two-column-text-media .wrap .content-container h2 {
  font-size: 2.375rem;
  color: var(--oxford-blue-grey);
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  section.two-column-text-media .wrap .content-container h2 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1280px) {
  section.two-column-text-media .wrap .content-container h2 {
    font-size: 2.375rem;
    width: calc(34.5625rem + 1rem);
    margin-bottom: 2.5rem;
  }
}

section.two-column-text-media .wrap .content-container blockquote {
  font-size: 1.375rem;
  color: var(--dark-slate-grey);
}

@media (min-width: 1280px) {
  section.two-column-text-media .wrap .content-container blockquote {
    font-size: 1.75rem;
  }
}

section.two-column-text-media .wrap .content-container p {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.two-column-text-media .wrap .content-container p {
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1024px) {
  section.two-column-text-media .wrap .content-container p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}

section.two-column-text-media .wrap .content-container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  text-decoration: underline !important;
}

section.two-column-text-media .wrap .content-container a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.two-column-text-media .wrap .content-container a svg path {
  fill: var(--white);
}

section.two-column-text-media .wrap .content-container a:hover svg {
  margin-left: 0.8rem;
}

section.two-column-text-media .wrap .image-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  section.two-column-text-media .wrap .image-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}

section.two-column-text-media .wrap .image-container span.sub-title {
  position: relative;
  top: -45px;
  font-size: 1.75rem;
  font-weight: var(--semi-bold);
  margin-bottom: calc(3.4375rem / 2);
}

@media (min-width: 768px) {
  section.two-column-text-media .wrap .image-container span.sub-title {
    top: 0;
  }
}

@media (min-width: 1024px) {
  section.two-column-text-media .wrap .image-container span.sub-title {
    margin-bottom: 3.4375rem;
  }
}

@media (min-width: 1024px) {
  section.two-column-text-media .wrap .image-container span.sub-title img {
    margin-right: 5rem;
  }
}

section.two-column-text-media .wrap .image-container img {
  position: relative;
  border-radius: 1.25rem;
}

section.two-column-text-media.dark-grey-blob {
  color: var(--white);
}

section.two-column-text-media.yellow-blob {
  color: var(--dark-slate-grey);
}

section.two-column-text-media.yellow-blob a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  text-decoration: underline !important;
}

section.two-column-text-media.yellow-blob a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
}

section.two-column-text-media.yellow-blob a svg path {
  fill: var(--dark-slate-grey) !important;
}

section.two-column-text-media.flex-row-reverse .dark-grey-blob {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.two-column-text-media.flex-row-reverse .yellow-blob {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

section.two-column-text-media.flex-row-reverse .content-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.5rem 0 2.5rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  section.two-column-text-media.flex-row-reverse .content-container {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

section.two-column-text-media.flex-row-reverse .image-container {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  section.two-column-text-media.flex-row-reverse .image-container {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

section.two-column-text-media.yellow-blob .polkadot {
  position: absolute;
  content: "";
  width: calc(25.1875rem / 2);
  height: calc(21.75rem / 2);
  bottom: 4.875rem;
  left: 0;
  right: auto;
  z-index: -1;
}

section.two-column-text-media.yellow-blob .polkadot * {
  fill: var(--sunshine-yellow);
}

@media (min-width: 768px) {
  section.two-column-text-media.yellow-blob .polkadot {
    width: 20.188rem;
    height: 16.75rem;
    left: 0;
    right: auto;
    bottom: 1.375rem;
  }
}

@media (min-width: 1280px) {
  section.two-column-text-media.yellow-blob .polkadot {
    width: 25.1875rem;
    height: 21.75rem;
    left: auto;
    bottom: 3.125rem;
    left: 25.188rem;
  }
}

section.one-column-newsletter-boxed .boxed {
  padding: 2.5rem;
  border-radius: 1.25rem;
  background-color: var(--light-slate-grey);
}

section.one-column-newsletter-boxed .boxed h2 {
  font-size: 1.75rem;
  color: var(--violet-blue);
}

@media (min-width: 1024px) {
  section.one-column-newsletter-boxed .boxed h2 {
    font-size: 2.375rem;
  }
}

section.one-column-newsletter-boxed .boxed .general-form .hs-email {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  section.one-column-newsletter-boxed .boxed .general-form .hs-email {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 80%;
  }
}

section.one-column-newsletter-boxed .boxed .general-form .hs-email label {
  color: var(--dark-slate-grey);
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  section.one-column-newsletter-boxed .boxed .general-form .hs-email label {
    margin-bottom: 0;
  }
}

section.one-column-newsletter-boxed .boxed .general-form .hs-email input[type="email"] {
  width: 100%;
}

@media (min-width: 1024px) {
  section.one-column-newsletter-boxed .boxed .general-form .hs-email input[type="email"] {
    min-width: 41.125rem;
  }
}

@media (min-width: 768px) {
  section.one-column-newsletter-boxed .boxed .general-form .actions {
    position: absolute;
    top: 0;
    right: 95px;
  }
}

section.one-column-newsletter-boxed .boxed .general-form .legal-consent-container {
  margin-top: 0.75rem;
}

section.one-column-newsletter-boxed .boxed .general-form .legal-consent-container .hs-richtext {
  font-size: 0.7838rem;
}

section.two-column-cta-boxed {
  position: relative;
}

section.two-column-cta-boxed .wrap .boxed {
  background: var(--light-slate-grey);
  padding: 4rem 3rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

section.two-column-cta-boxed .wrap .boxed .content-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  section.two-column-cta-boxed .wrap .boxed .content-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

section.two-column-cta-boxed .wrap .boxed .content-container h2 {
  font-size: 2.375rem;
  color: var(--violet-blue);
  margin-bottom: 1.1875rem;
}

section.two-column-cta-boxed .wrap .boxed .content-container h2 span {
  display: block;
  color: var(--dark-slate-grey);
}

@media (min-width: 1280px) {
  section.two-column-cta-boxed .wrap .boxed .content-container h2 {
    width: calc(32rem + 150px);
  }
}

section.two-column-cta-boxed .wrap .boxed .content-container p {
  max-width: 32rem;
}

section.two-column-cta-boxed .wrap .boxed .image-container {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  section.two-column-cta-boxed .wrap .boxed .image-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 768px) {
  section.two-column-cta-boxed .wrap .boxed .image-container img {
    position: absolute;
    right: -2rem;
    bottom: -12rem;
    height: 328px;
    z-index: 0;
  }
}

@media (min-width: 1024px) {
  section.two-column-cta-boxed.purple .wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
  }
}

@media (min-width: 1536px) {
  section.two-column-cta-boxed.purple .wrap {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
  }
}

section.two-column-cta-boxed.purple .wrap .boxed {
  background: var(--violet-blue);
}

section.two-column-cta-boxed.purple .wrap .boxed .content-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  color: var(--white);
}

section.two-column-cta-boxed.purple .wrap .boxed .content-container h2 {
  font-size: 2.375rem;
  color: var(--white);
  margin-bottom: 1.1875rem;
}

@media (min-width: 1280px) {
  section.two-column-cta-boxed.purple .wrap .boxed .content-container h2 {
    margin-bottom: 0;
  }
}

section.two-column-cta-boxed.purple .wrap .boxed .content-container h2 span {
  display: block;
  color: var(--white);
}

section.two-column-cta-boxed.purple .wrap .boxed .content-container p {
  max-width: 32rem;
}

section.testimonial .quote {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: calc(0 0 0 5.625rem / 2);
}

@media (min-width: 1024px) {
  section.testimonial .quote {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 0 0 5.625rem;
  }
}

section.testimonial .quote blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 2.375rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  margin-bottom: 2.1875rem;
  line-height: 1.2;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.testimonial .quote blockquote {
    min-width: 49.1875rem;
  }
}

section.testimonial .quote cite {
  position: relative;
  font-style: normal;
  color: var(--dark-slate-grey);
  z-index: 2;
}

section.testimonial .quote cite strong {
  font-weight: var(--semi-bold);
}

section.testimonial .quote-img {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.testimonial .quote-img {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

section.testimonial .quote-img .quote-profile {
  position: absolute;
  right: 50px;
  width: 194px;
  z-index: 1;
  top: 95px;
}

@media (min-width: 768px) {
  section.testimonial .quote-img .quote-profile {
    position: absolute;
    right: auto;
    left: 150px;
    width: 194px;
    z-index: 1;
    top: 85px;
  }
}

@media (min-width: 1024px) {
  section.testimonial .quote-img .quote-profile {
    position: absolute;
    right: 115px;
    width: 194px;
    z-index: 1;
    top: -115px;
  }
}

@media (min-width: 1024px) {
  section.testimonial .quote-img .blob {
    position: absolute;
  }
}

section.testimonial .quote-img .blob.yellow-blob {
  top: -205px;
  left: -55px;
  width: 22.25rem;
  height: 23rem;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/testimonialBlob.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

section.tabbed-cards .wrap {
  width: 100%;
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap {
    width: 95%;
  }
}

section.tabbed-cards .wrap .tabs-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.tabbed-cards .wrap .tabs-grid .tabs-head {
  width: 100%;
  padding: 0rem 0 0.5rem;
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-head {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 3.5rem 0;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-head h2 {
  padding: 0 1.25rem;
  color: var(--dark-slate-grey);
  margin-bottom: calc(4.8125rem / 2);
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-head h2 {
    padding: 0;
    margin-bottom: 4.8125rem;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-head ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-head ul {
    display: block;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-head ul .tab-selector {
  position: relative;
  padding: 1rem;
  background: none;
  border: 0;
  font-size: 1rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: left;
  z-index: 1;
  outline: none !important;
  cursor: pointer;
  margin-bottom: 1.4125rem;
}

section.tabbed-cards .wrap .tabs-grid .tabs-head ul .tab-selector.active {
  background-color: var(--light-slate-grey);
  color: var(--violet-blue);
}

section.tabbed-cards .wrap .tabs-grid .tabs-head ul .tab-selector.active::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
}

section.tabbed-cards .wrap .tabs-grid .tabs-head ul .tab-selector:hover {
  color: var(--violet-blue);
}

section.tabbed-cards .wrap .tabs-grid .tabs-head fieldset {
  padding: 0;
  border: 0;
}

section.tabbed-cards .wrap .tabs-grid .tabs-head select {
  display: block;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.555' height='8.015' viewBox='0 0 12.555 8.015'%3E%3Cg id='Group_608' data-name='Group 608' transform='translate(254.496 -819.299) rotate(90)'%3E%3Cg id='Group_513' data-name='Group 513' transform='translate(819.299 241.941)'%3E%3Cpath id='Path_348' data-name='Path 348' d='M819.835,254.5a.442.442,0,0,1-.261-.088.754.754,0,0,1-.275-.61V242.639a.754.754,0,0,1,.275-.61.432.432,0,0,1,.543.016l6.943,5.579a.821.821,0,0,1,0,1.188l-6.943,5.579A.446.446,0,0,1,819.835,254.5Z' transform='translate(-819.299 -241.941)' fill='%23272727'/%3E%3Cpath id='Path_349' data-name='Path 349' d='M823.3,247.525v8.657l4.591-4.329Z' transform='translate(-821.903 -245.576)' fill='%23272727'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E "), var(--light-slate-grey);
  background-repeat: no-repeat;
  background-position: 95% center;
  height: 63px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-head select {
    display: none;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-body {
  position: relative;
  background-color: var(--light-slate-grey);
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-body {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    flex: 0 0 80%;
    max-width: 80%;
    border-radius: 1.25rem;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-body::after {
  background-color: var(--light-slate-grey);
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card {
  width: 100%;
  padding: 3rem 1.25rem;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card {
    padding: 3rem;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card:not(.over) {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card:not(.active) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card h3 {
  font-size: 2.375rem;
  color: var(--violet-blue);
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__text {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__text {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__text p {
  margin-bottom: calc(4rem / 2);
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__text p {
    margin-bottom: 4rem;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__img {
  margin-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__img {
    margin-bottom: 0;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__footer {
  margin-bottom: 2rem;
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__bullets {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__bullets {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__bullets h4 {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: var(--semi-bold);
  color: var(--violet-blue);
  margin-bottom: 0.5rem;
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__bullets h4::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  top: 4px;
  right: -12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.641' height='5.967' viewBox='0 0 4.641 5.967'%3E%3Cpath id='Path_3076' data-name='Path 3076' d='M1.222,12.232h1.5l3.146-2.99L2.717,6.265h-1.5L4.368,9.242Z' transform='translate(-1.222 -6.265)' fill='%233b1adb'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.tabbed-cards .wrap .tabs-grid .tabs-body .single-tabbed-card .card__body .card__bullets h4:hover::after {
  right: -18px;
}

section.ltc02-tabbed-cards .wrap {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

section.ltc02-tabbed-cards .wrap .tabs-grid {
  position: relative;
}

section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head {
  max-width: 77.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head {
    max-width: 77.125rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head h2 {
  padding: 0 1.5rem;
  color: var(--dark-slate-grey);
  margin-bottom: calc(4.8125rem / 2);
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head h2 {
    padding: 0;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head p {
  padding: 0 1.5rem;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head p {
    padding: 0;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head ul .tab-selector {
  position: relative;
  padding: 1rem;
  background: none;
  border: 0;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  font-size: 1rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  -webkit-transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: left;
  z-index: 1;
  outline: none !important;
  cursor: pointer;
  min-width: 14.625rem;
  text-align: center;
  min-height: 80px;
}

section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head ul .tab-selector.active {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head ul .tab-selector:hover {
  color: var(--violet-blue);
}

section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head fieldset {
  padding: 0;
  border: 0;
}

section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head select {
  display: block;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.555' height='8.015' viewBox='0 0 12.555 8.015'%3E%3Cg id='Group_608' data-name='Group 608' transform='translate(254.496 -819.299) rotate(90)'%3E%3Cg id='Group_513' data-name='Group 513' transform='translate(819.299 241.941)'%3E%3Cpath id='Path_348' data-name='Path 348' d='M819.835,254.5a.442.442,0,0,1-.261-.088.754.754,0,0,1-.275-.61V242.639a.754.754,0,0,1,.275-.61.432.432,0,0,1,.543.016l6.943,5.579a.821.821,0,0,1,0,1.188l-6.943,5.579A.446.446,0,0,1,819.835,254.5Z' transform='translate(-819.299 -241.941)' fill='%23272727'/%3E%3Cpath id='Path_349' data-name='Path 349' d='M823.3,247.525v8.657l4.591-4.329Z' transform='translate(-821.903 -245.576)' fill='%23272727'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E "), var(--light-slate-grey);
  background-repeat: no-repeat;
  background-position: 95% center;
  height: 63px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid.dark-grey-bg .tabs-head select {
    display: none;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head {
  max-width: 77.125rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head h2 {
  padding: 0 1.25rem;
  color: var(--dark-slate-grey);
  margin-bottom: calc(4.8125rem / 2);
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head h2 {
    padding: 0;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head ul .tab-selector {
  position: relative;
  padding: 1rem;
  background: none;
  border: 0;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  font-size: 1rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  -webkit-transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: left;
  z-index: 1;
  outline: none !important;
  cursor: pointer;
  min-width: 14.625rem;
  text-align: center;
  min-height: 80px;
}

section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head ul .tab-selector.active {
  background-color: var(--light-slate-grey);
  color: var(--violet-blue);
}

section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head ul .tab-selector:hover {
  color: var(--violet-blue);
}

section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head select {
  display: block;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.555' height='8.015' viewBox='0 0 12.555 8.015'%3E%3Cg id='Group_608' data-name='Group 608' transform='translate(254.496 -819.299) rotate(90)'%3E%3Cg id='Group_513' data-name='Group 513' transform='translate(819.299 241.941)'%3E%3Cpath id='Path_348' data-name='Path 348' d='M819.835,254.5a.442.442,0,0,1-.261-.088.754.754,0,0,1-.275-.61V242.639a.754.754,0,0,1,.275-.61.432.432,0,0,1,.543.016l6.943,5.579a.821.821,0,0,1,0,1.188l-6.943,5.579A.446.446,0,0,1,819.835,254.5Z' transform='translate(-819.299 -241.941)' fill='%23272727'/%3E%3Cpath id='Path_349' data-name='Path 349' d='M823.3,247.525v8.657l4.591-4.329Z' transform='translate(-821.903 -245.576)' fill='%23272727'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E "), var(--light-slate-grey);
  background-repeat: no-repeat;
  background-position: 95% center;
  height: 63px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid.light-grey-bg .tabs-head select {
    display: none;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body {
  position: relative;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body h5 {
  color: var(--violet-blue);
  margin-bottom: 3rem;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card {
  max-width: 77.125rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card:not(.over) {
  position: relative;
  top: 0;
  max-width: 77.125rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card:not(.active) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card h3 {
  font-size: 2.375rem;
  color: var(--white);
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body {
  overflow: hidden;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__text {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__text {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__text p {
  margin-bottom: calc(4rem / 2);
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__text p {
    margin-bottom: 4rem;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__text.full {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__img {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__img {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__footer {
  margin-bottom: 2rem;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__bullets {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__bullets {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__bullets h4 {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: var(--semi-bold);
  color: var(--violet-blue);
  margin-bottom: 0.5rem;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg .single-tabbed-card .card__body .card__bullets h4::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  top: 4px;
  right: -12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.641' height='5.967' viewBox='0 0 4.641 5.967'%3E%3Cpath id='Path_3076' data-name='Path 3076' d='M1.222,12.232h1.5l3.146-2.99L2.717,6.265h-1.5L4.368,9.242Z' transform='translate(-1.222 -6.265)' fill='%233b1adb'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg ul li {
  position: relative;
  padding-left: 2.5rem;
  font-weight: var(--semi-bold);
  color: var(--white);
  margin-bottom: 0.75rem;
  width: 100%;
}

@media (min-width: 768px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg ul li {
    width: calc(100% / 2);
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.dark-grey-bg ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/bulletPoint.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg {
  background-color: var(--light-slate-grey);
  color: var(--dark-slate-grey);
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card {
  max-width: 77.125rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card:not(.over) {
  position: relative;
  top: 0;
  max-width: 77.125rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card:not(.active) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card h3 {
  font-size: 2.375rem;
  color: var(--dark-slate-grey);
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body {
  overflow: hidden;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__text {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__text {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__text p {
  margin-bottom: calc(4rem / 2);
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__text p {
    margin-bottom: 4rem;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__text.full {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__img {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__img {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__footer {
  margin-bottom: 2rem;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__bullets {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__bullets {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__bullets h4 {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: var(--semi-bold);
  color: var(--violet-blue);
  margin-bottom: 0.5rem;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg .single-tabbed-card .card__body .card__bullets h4::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  top: 4px;
  right: -12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.641' height='5.967' viewBox='0 0 4.641 5.967'%3E%3Cpath id='Path_3076' data-name='Path 3076' d='M1.222,12.232h1.5l3.146-2.99L2.717,6.265h-1.5L4.368,9.242Z' transform='translate(-1.222 -6.265)' fill='%233b1adb'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg ul li {
  position: relative;
  padding-left: 2.5rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  margin-bottom: 0.75rem;
  width: 100%;
}

@media (min-width: 768px) {
  section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg ul li {
    width: calc(100% / 2);
  }
}

section.ltc02-tabbed-cards .wrap .tabs-grid .tabs-body.light-grey-bg ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/bulletPoint.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.ltc02-tabbed-cards .wrap .card-grid {
  margin-top: 3rem;
}

section.ltc02-tabbed-cards .wrap .card-grid .single-card {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .wrap .card-grid .single-card {
    width: calc(95% / 3);
    margin-bottom: 0;
  }
}

section.ltc02-tabbed-cards .wrap .card-grid .single-card .card__text {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  padding: 2rem;
  background-color: var(--mint-green);
  color: var(--dark-slate-grey);
}

section.ltc02-tabbed-cards .wrap .card-grid .single-card .card__text h3 {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
}

section.ltc02-tabbed-cards .wrap .card-grid .single-card .card__text p {
  font-size: 1rem;
}

section.ltc02-tabbed-cards .wrap .card-grid .single-card .card__price {
  font-size: 1.75rem;
  font-weight: var(--semi-bold);
}

section.ltc02-tabbed-cards .wrap .card-grid .single-card .dark-grey {
  width: auto !important;
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

section.ltc02-tabbed-cards .wrap .card-grid .single-card .dark-grey:hover {
  background-color: var(--violet-blue);
  color: var(--white);
}

section.ltc02-tabbed-cards .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.ltc02-tabbed-cards .pagination-wrap {
    min-height: 0;
  }
}

section.ltc02-tabbed-cards .pagination-wrap .swiper-button {
  position: absolute;
  top: 285px;
  z-index: 2;
}

section.ltc02-tabbed-cards .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.ltc02-tabbed-cards .pagination-wrap .swiper-button.swiper-button-prev {
  left: 47%;
}

section.ltc02-tabbed-cards .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.ltc02-tabbed-cards .pagination-wrap .swiper-button.swiper-button-next {
  right: 47%;
}

section.ltc02-tabbed-cards .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.statistics-bar.dark-grey-bg {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

section.statistics-bar.dark-grey-bg .single-statistic .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/whiteYellowStatOne.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

section.statistics-bar.dark-grey-bg .single-statistic:nth-child(2) .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/whiteYellowStatTwo.svg");
}

section.statistics-bar.dark-grey-bg .single-statistic:nth-child(3) .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/whiteYellowStatThree.svg");
}

section.statistics-bar.dark-grey-bg .single-statistic:nth-child(4) .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/whiteYellowStatFour.svg");
}

section.statistics-bar.dark-grey-bg .single-statistic:nth-child(5) .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/whiteYellowStatFive.svg");
}

section.statistics-bar.light-grey-bg {
  background-color: var(--light-slate-grey);
  color: var(--dark-slate-grey);
}

section.statistics-bar.light-grey-bg .single-statistic .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/yellowPurpleStatOne.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

section.statistics-bar.light-grey-bg .single-statistic:nth-child(2) .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/yellowPurpleStatTwo.svg");
}

section.statistics-bar.light-grey-bg .single-statistic:nth-child(3) .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/yellowPurpleStatThree.svg");
}

section.statistics-bar.light-grey-bg .single-statistic:nth-child(4) .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/yellowPurpleStatFour.svg");
}

section.statistics-bar.light-grey-bg .single-statistic:nth-child(5) .stat {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/yellowPurpleStatFive.svg");
}

section.statistics-bar .single-statistic {
  width: calc(100% / 5);
}

section.statistics-bar .single-statistic .stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  font-weight: var(--semi-bold);
  color: var(--violet-blue);
  text-align: center;
  min-height: 270px;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  section.statistics-bar .single-statistic .stat {
    min-height: 220px;
  }
}

section.statistics-bar .single-statistic .stat-content {
  max-width: 12.1875rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

section.statistics-bar .single-statistic .stat-content p {
  font-weight: var(--semi-bold);
}

section.statistics-bar .swiper-wrapper {
  margin-bottom: 2rem;
}

section.statistics-bar .swiper-wrapper .single-logo {
  text-align: center;
}

section.statistics-bar .swiper-wrapper .single-logo img {
  margin: 0 auto;
}

section.statistics-bar .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.statistics-bar .pagination-wrap {
    min-height: 0;
  }
}

section.statistics-bar .pagination-wrap .swiper-button {
  position: absolute;
  top: 94%;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.statistics-bar .pagination-wrap .swiper-button {
    top: 65%;
    display: none;
  }
}

section.statistics-bar .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.statistics-bar .pagination-wrap .swiper-button.swiper-button-prev {
  left: -8px;
}

section.statistics-bar .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrowWhite.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.statistics-bar .pagination-wrap .swiper-button.swiper-button-next {
  right: 0;
}

section.statistics-bar .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrowWhite.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.statistics-bar .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--white);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.statistics-bar .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.statistics-bar .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

section.statistics-bar.light-grey-bg .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.statistics-bar.light-grey-bg .pagination-wrap {
    min-height: 0;
  }
}

section.statistics-bar.light-grey-bg .pagination-wrap .swiper-button {
  position: absolute;
  top: 94%;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.statistics-bar.light-grey-bg .pagination-wrap .swiper-button {
    top: 65%;
    display: none;
  }
}

section.statistics-bar.light-grey-bg .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.statistics-bar.light-grey-bg .pagination-wrap .swiper-button.swiper-button-prev {
  left: -8px;
}

section.statistics-bar.light-grey-bg .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.statistics-bar.light-grey-bg .pagination-wrap .swiper-button.swiper-button-next {
  right: 0;
}

section.statistics-bar.light-grey-bg .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.statistics-bar.light-grey-bg .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--white);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.statistics-bar.light-grey-bg .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.statistics-bar.light-grey-bg .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

.hs-content-id-45934313886 section.statistics-bar .wrap {
  padding-bottom: calc(10.25rem / 2);
}

@media (min-width: 1024px) {
  .hs-content-id-45934313886 section.statistics-bar .wrap {
    padding-bottom: 10.25rem;
  }
}

section.blog-carousel .intro {
  margin-bottom: 3.4375rem;
}

section.blog-carousel .intro h2 {
  color: var(--dark-slate-grey);
  margin-bottom: 0 !important;
}

section.blog-carousel .intro a.view-more {
  display: none;
  font-size: 0.9375rem;
  color: var(--dark-slate-grey);
  text-decoration: underline !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  section.blog-carousel .intro a.view-more {
    display: inline-block;
  }
}

section.blog-carousel .intro a.view-more:hover {
  color: var(--violet-blue);
}

section.blog-carousel .card__img {
  background-size: cover;
  background-position: center;
  border-radius: 1.25rem;
  min-height: 17.3125rem;
}

section.blog-carousel .card__img .tag {
  position: relative;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.25rem;
  background-color: var(--violet-blue);
  font-size: 0.9375rem;
  color: var(--white);
  min-width: 4.8125rem;
  text-align: center;
}

section.blog-carousel .card__content {
  padding: 1.5rem 0;
}

section.blog-carousel .card__content .card__title {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
}

section.blog-carousel .card__content button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  text-decoration: underline !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

section.blog-carousel .card__content button svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.blog-carousel .card__content button:hover {
  color: var(--violet-blue);
}

section.blog-carousel .card__content button:hover svg {
  margin-left: 0.8rem;
}

section.blog-carousel .card__content button:hover svg path {
  fill: var(--violet-blue);
}

section.blog-carousel .swiper-container {
  overflow: visible;
}

section.blog-carousel .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.blog-carousel .pagination-wrap {
    min-height: 0;
  }
}

section.blog-carousel .pagination-wrap .swiper-button {
  position: absolute;
  top: 85%;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.blog-carousel .pagination-wrap .swiper-button {
    top: -70px;
  }
}

section.blog-carousel .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.blog-carousel .pagination-wrap .swiper-button.swiper-button-prev {
  left: -8px;
}

@media (min-width: 1024px) {
  section.blog-carousel .pagination-wrap .swiper-button.swiper-button-prev {
    left: auto;
    right: 160px;
  }
}

section.blog-carousel .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.blog-carousel .pagination-wrap .swiper-button.swiper-button-next {
  right: 0;
}

@media (min-width: 1024px) {
  section.blog-carousel .pagination-wrap .swiper-button.swiper-button-next {
    right: 130px;
  }
}

section.blog-carousel .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.blog-carousel .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--dark-slate-grey);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.blog-carousel .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.blog-carousel .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

section.blog-carousel .mobile-view {
  display: block;
  font-size: 0.9375rem;
  color: var(--dark-slate-grey);
  text-decoration: underline !important;
  margin-top: 3rem;
  text-align: center;
}

@media (min-width: 1024px) {
  section.blog-carousel .mobile-view {
    display: none;
  }
}

section.two-column-case-study {
  position: relative;
  margin-top: -50px;
}

@media (min-width: 768px) {
  section.two-column-case-study {
    margin-top: -150px;
  }
}

section.two-column-case-study .blob {
  position: relative;
  width: 100%;
  height: 100%;
}

section.two-column-case-study .blob.yellow-blob {
  position: absolute;
  width: 100%;
  height: 100%;
}

section.two-column-case-study .blob.yellow-blob .yellow-blob-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/yellowCaseStudy.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 768px) {
  section.two-column-case-study .blob.yellow-blob .yellow-blob-bg {
    width: 100%;
    height: 100%;
    background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/yellowCaseStudyBlob.svg");
    background-position: right -45px center;
  }
}

section.two-column-case-study .polkadot {
  position: absolute;
  content: "";
  width: calc(25.1875rem / 2);
  height: calc(21.75rem / 2);
  bottom: -2.125rem;
  left: 0;
  right: auto;
  z-index: -1;
}

@media (min-width: 768px) {
  section.two-column-case-study .polkadot {
    width: 20.188rem;
    height: 16.75rem;
    left: auto;
    right: 0;
    bottom: 1.375rem;
  }
}

@media (min-width: 1280px) {
  section.two-column-case-study .polkadot {
    width: 25.1875rem;
    height: 21.75rem;
    left: auto;
    bottom: 3.875rem;
    left: 28.188rem;
  }
}

section.two-column-case-study .wrap {
  position: relative;
  z-index: 1;
}

section.two-column-case-study .wrap .case-study-slide {
  position: relative;
  margin-bottom: 1.125rem;
}

section.two-column-case-study .wrap .case-study-slide .arrow-wrapper {
  position: relative;
}

section.two-column-case-study .wrap .case-study-slide h2 {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
}

section.two-column-case-study .wrap .case-study-slide .pagination-btn {
  display: none;
  background: none;
  border: 0;
  border-top: 3px solid var(--white);
  padding: 1rem;
  font-size: 0.9375rem;
  font-weight: var(--semi-bold);
  color: var(--white);
  -webkit-appearance: none;
}

section.two-column-case-study .wrap .case-study-slide .pagination-btn.active {
  border-top: 3px solid var(--dark-slate-grey);
  color: var(--dark-slate-grey);
}

@media (min-width: 1024px) {
  section.two-column-case-study .wrap .case-study-slide .pagination-btn {
    display: inline-block;
  }
}

section.two-column-case-study .wrap .content-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.5rem 0 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  section.two-column-case-study .wrap .content-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 3rem;
  }
}

@media (min-width: 1024px) {
  section.two-column-case-study .wrap .content-container {
    padding: 0 0 0 5rem;
  }
}

@media (min-width: 1280px) {
  section.two-column-case-study .wrap .content-container {
    padding: 0 0 0 5rem;
  }
}

section.two-column-case-study .wrap .content-container span.sub-title {
  position: relative;
  top: -45px;
  display: block;
  font-weight: var(--semi-bold);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  section.two-column-case-study .wrap .content-container span.sub-title {
    top: 0;
  }
}

section.two-column-case-study .wrap .content-container span.sub-title.larger-text-size {
  font-size: 1.625rem;
  margin-bottom: 1.5625rem;
}

section.two-column-case-study .wrap .content-container h3 {
  font-size: 2.375rem;
  color: var(--dark-slate-grey);
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  section.two-column-case-study .wrap .content-container h3 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1280px) {
  section.two-column-case-study .wrap .content-container h3 {
    font-size: 2.375rem;
    margin-bottom: 2.5rem;
  }
}

section.two-column-case-study .wrap .content-container strong {
  color: var(--dark-slate-grey);
}

section.two-column-case-study .wrap .content-container p {
  color: var(--dark-slate-grey);
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.two-column-case-study .wrap .content-container p {
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1024px) {
  section.two-column-case-study .wrap .content-container p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
}

section.two-column-case-study .wrap .content-container a {
  display: inline-block;
  font-size: 0.9375rem;
  color: var(--dark-slate-grey);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline !important;
}

section.two-column-case-study .wrap .content-container a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
}

section.two-column-case-study .wrap .content-container a svg path {
  fill: var(--white);
}

section.two-column-case-study .wrap .content-container a:hover {
  color: var(--violet-blue);
}

section.two-column-case-study .wrap .image-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  section.two-column-case-study .wrap .image-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
}

section.two-column-case-study .wrap .image-container img {
  position: relative;
  border-radius: 1.25rem;
}

section.two-column-case-study .wrap .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.two-column-case-study .wrap .pagination-wrap {
    min-height: 0;
  }
}

section.two-column-case-study .wrap .pagination-wrap .swiper-button {
  display: block;
  position: absolute;
  top: 96.5%;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.two-column-case-study .wrap .pagination-wrap .swiper-button {
    display: none;
  }
}

section.two-column-case-study .wrap .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-prev,
section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-prev-mobile {
  left: 0;
}

@media (min-width: 1024px) {

  section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-prev,
  section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-prev-mobile {
    left: 45%;
  }
}

section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-prev::after,
section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-prev-mobile::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-next,
section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-next-mobile {
  right: 0;
}

@media (min-width: 1024px) {

  section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-next,
  section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-next-mobile {
    left: 48%;
  }
}

section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-next::after,
section.two-column-case-study .wrap .pagination-wrap .swiper-button.swiper-button-next-mobile::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.two-column-case-study .wrap .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--dark-slate-grey);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.two-column-case-study .wrap .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.two-column-case-study .wrap .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

section.two-column-case-study .wrap .view-all {
  display: block;
  color: var(--dark-slate-grey);
  text-decoration: underline !important;
  text-align: center;
  margin-top: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  section.two-column-case-study .wrap .view-all {
    position: absolute;
    top: 90%;
    left: 0;
    margin-top: 0;
  }
}

section.two-column-case-study .wrap .view-all:hover {
  color: var(--violet-blue);
}

section.two-column-case-study .wrap .custom-arrow-prev,
section.two-column-case-study .wrap .custom-arrow-next {
  display: none;
  background: none;
  border: 0;
}

@media (min-width: 1024px) {

  section.two-column-case-study .wrap .custom-arrow-prev,
  section.two-column-case-study .wrap .custom-arrow-next {
    display: inline-block;
    position: absolute;
    top: -20px;
  }
}

@media (min-width: 1024px) {
  section.two-column-case-study .wrap .custom-arrow-prev {
    left: -35px;
  }
}


section.cards-with-numbers {
  position: relative;
  z-index: 1;
}

section.cards-with-numbers .swiper-container {
  overflow: visible;
}

section.cards-with-numbers.dark-grey-bg {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

section.cards-with-numbers.white-bg {
  background-color: var(--white);
}

section.cards-with-numbers.white-bg .intro-content h3 {
  color: var(--dark-slate-grey);
}

section.cards-with-numbers .blob {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -408.5015px;
  z-index: -1;
}

section.cards-with-numbers .intro-content {
  margin-bottom: calc(5.3125rem / 2);
}

@media (min-width: 1024px) {
  section.cards-with-numbers .intro-content {
    margin-bottom: 5.3125rem;
  }
}

section.cards-with-numbers .intro-content h3 {
  font-size: 2.375rem;
  margin-bottom: 1.875rem;
}

section.cards-with-numbers .card-grid {
  margin-bottom: 1.5rem;
}

section.cards-with-numbers .card-grid .single-card {
  margin: 1rem 0;
}

section.cards-with-numbers .card-grid .single-card .card__text {
  position: relative;
  min-height: 485px;
  background-color: var(--light-slate-grey);
  padding: 2rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

section.cards-with-numbers .card-grid .single-card .card__text.light-grey-bg {
  background-color: var(--light-slate-grey);
}

section.cards-with-numbers .card-grid .single-card .card__text.dark-grey-bg {
  background-color: var(--dark-slate-grey);
}

section.cards-with-numbers .card-grid .single-card .card__text.yellow-bg {
  background-color: var(--sunshine-yellow);
}

section.cards-with-numbers .card-grid .single-card .card__text .card__number {
  font-size: 1rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  line-height: 1;
  margin-bottom: 1.25rem;
}

section.cards-with-numbers .card-grid .single-card .card__text h3 {
  font-size: 1.45rem;
  color: var(--violet-blue);
}

section.cards-with-numbers .card-grid .single-card .card__text .card__img {
  position: relative;
  right: -2rem;
  bottom: -6rem;
}

section.cards-with-numbers .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.cards-with-numbers .pagination-wrap {
    min-height: 0;
  }
}

section.cards-with-numbers .pagination-wrap .swiper-button {
  position: absolute;
  top: 95%;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.cards-with-numbers .pagination-wrap .swiper-button {
    top: 65%;
    display: none;
  }
}

section.cards-with-numbers .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.cards-with-numbers .pagination-wrap .swiper-button.swiper-button-prev {
  left: -8px;
}

@media (min-width: 1024px) {
  section.cards-with-numbers .pagination-wrap .swiper-button.swiper-button-prev {
    left: auto;
    right: 160px;
  }
}

section.cards-with-numbers .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrowWhite.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.cards-with-numbers .pagination-wrap .swiper-button.swiper-button-next {
  right: 0;
}

@media (min-width: 1024px) {
  section.cards-with-numbers .pagination-wrap .swiper-button.swiper-button-next {
    right: 130px;
  }
}

section.cards-with-numbers .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrowWhite.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.cards-with-numbers .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--white);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.cards-with-numbers .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.cards-with-numbers .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

section.cards-with-numbers .outro-content {
  margin-top: 3.4375rem;
}

section.cards-with-numbers .outro-content p {
  margin: 2rem 0 0;
}

section.cards-with-numbers .outro-content a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline !important;
}

section.cards-with-numbers .outro-content a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.cards-with-numbers .outro-content a svg path {
  fill: var(--white);
}

section.cards-with-numbers .outro-content a:hover svg {
  margin-left: 0.8rem;
}

section.cards-with-numbers.white-bg .outro-content {
  margin-top: 3.4375rem;
}

section.cards-with-numbers.white-bg .outro-content p {
  margin: 2rem 0 0;
}

section.cards-with-numbers.white-bg .outro-content a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--violet-blue);
  text-decoration: underline !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.cards-with-numbers.white-bg .outro-content a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
}

section.cards-with-numbers.white-bg .outro-content a svg path {
  fill: var(--violet-blue);
}

section.cards-with-numbers.white-bg .outro-content a:hover svg {
  margin-left: 0.8rem;
}

section.cards-with-numbers.white-bg .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.cards-with-numbers.white-bg .pagination-wrap {
    min-height: 0;
  }
}

section.cards-with-numbers.white-bg .pagination-wrap .swiper-button {
  position: absolute;
  top: 95%;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.cards-with-numbers.white-bg .pagination-wrap .swiper-button {
    top: 65%;
    display: none;
  }
}

section.cards-with-numbers.white-bg .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.cards-with-numbers.white-bg .pagination-wrap .swiper-button.swiper-button-prev {
  left: -8px;
}

@media (min-width: 1024px) {
  section.cards-with-numbers.white-bg .pagination-wrap .swiper-button.swiper-button-prev {
    left: auto;
    right: 160px;
  }
}

section.cards-with-numbers.white-bg .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.cards-with-numbers.white-bg .pagination-wrap .swiper-button.swiper-button-next {
  right: 0;
}

@media (min-width: 1024px) {
  section.cards-with-numbers.white-bg .pagination-wrap .swiper-button.swiper-button-next {
    right: 130px;
  }
}

section.cards-with-numbers.white-bg .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.cards-with-numbers.white-bg .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--dark-slate-grey);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.cards-with-numbers.white-bg .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.cards-with-numbers.white-bg .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

section.four-column-cards {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  section.four-column-cards {
    overflow: hidden;
  }
}

section.four-column-cards .blob {
  position: absolute;
  top: 30%;
  left: 50%;
  right: auto;
  margin-left: -408.5015px;
  z-index: -1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
}

section.four-column-cards .blob svg {
  height: 100%;
}

@media (min-width: 768px) {
  section.four-column-cards .blob {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

section.four-column-cards .intro-content {
  margin-bottom: calc(3.125rem / 2);
}

@media (min-width: 1024px) {
  section.four-column-cards .intro-content {
    margin-bottom: 3.125rem;
  }
}

section.four-column-cards .intro-content h3 {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  section.four-column-cards .intro-content h3 {
    margin-bottom: 1rem;
  }
}

section.four-column-cards .card-grid {
  margin-bottom: 1.5rem;
}

section.four-column-cards .card-grid .single-card {
  margin: 0 0 1rem;
}

@media (min-width: 1024px) {
  section.four-column-cards .card-grid .single-card {
    margin: 0 0 3rem;
  }
}

section.four-column-cards .card-grid .single-card.three-col {
  width: 100%;
}

@media (min-width: 1024px) {
  section.four-column-cards .card-grid .single-card.three-col {
    width: calc(95% / 3);
    padding: 0 1.5rem 0;
  }
}

section.four-column-cards .card-grid .single-card.four-col {
  width: 100%;
}

@media (min-width: 768px) {
  section.four-column-cards .card-grid .single-card.four-col {
    width: calc(90% / 2);
    padding: 0 1.5rem 0;
  }
}

@media (min-width: 1024px) {
  section.four-column-cards .card-grid .single-card.four-col {
    width: calc(90% / 4);
    padding: 0 1.5rem 0;
  }
}

section.four-column-cards .card-grid .single-card.five-col {
  width: 100%;
}

@media (min-width: 768px) {
  section.four-column-cards .card-grid .single-card.five-col {
    width: calc(100% / 2);
    padding: 0 1.5rem 0;
  }
}

@media (min-width: 1024px) {
  section.four-column-cards .card-grid .single-card.five-col {
    width: calc(100% / 5);
    padding: 0 1.5rem 0;
  }
}

section.four-column-cards .card-grid .single-card .card__text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: var(--violet-blue);
  padding: 1rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.four-column-cards .card-grid .single-card .card__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 1rem;
    text-align: center;
    min-height: 22.4375rem;
  }
}

section.four-column-cards .card-grid .single-card .card__text h4 {
  font-size: 1rem;
  font-weight: var(--semi-bold);
  color: var(--white);
  line-height: 1.45;
  margin-bottom: 0 !important;
}

section.four-column-cards .card-grid .single-card .card__text .card__img {
  position: relative;
  width: 65px;
  margin-right: 1rem;
}

@media (min-width: 1024px) {
  section.four-column-cards .card-grid .single-card .card__text .card__img {
    width: 125px;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

section.four-column-cards .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.four-column-cards .pagination-wrap {
    min-height: 0;
  }
}

section.four-column-cards .pagination-wrap .swiper-button {
  position: absolute;
  top: 95%;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.four-column-cards .pagination-wrap .swiper-button {
    top: 65%;
    display: none;
  }
}

section.four-column-cards .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.four-column-cards .pagination-wrap .swiper-button.swiper-button-prev {
  left: -8px;
}

@media (min-width: 1024px) {
  section.four-column-cards .pagination-wrap .swiper-button.swiper-button-prev {
    left: auto;
    right: 160px;
  }
}

section.four-column-cards .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrowWhite.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.four-column-cards .pagination-wrap .swiper-button.swiper-button-next {
  right: 0;
}

@media (min-width: 1024px) {
  section.four-column-cards .pagination-wrap .swiper-button.swiper-button-next {
    right: 130px;
  }
}

section.four-column-cards .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrowWhite.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.four-column-cards .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--dark-slate-grey);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.four-column-cards .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.four-column-cards .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

section.four-column-cards .outro-content p {
  margin: 2rem 0 0;
}

section.four-column-cards .outro-content a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline !important;
}

section.four-column-cards .outro-content a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
}

section.four-column-cards .outro-content a svg path {
  fill: var(--white);
}

section.two-column-text-icon {
  position: relative;
}

section.two-column-text-icon .wrap {
  position: relative;
  z-index: 1;
}

section.two-column-text-icon .wrap h2 {
  font-size: 2.375rem;
  color: var(--dark-slate-grey);
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  section.two-column-text-icon .wrap h2 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1280px) {
  section.two-column-text-icon .wrap h2 {
    font-size: 2.375rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  section.two-column-text-icon .wrap h2.empty {
    min-height: 5.225rem;
  }
}

section.two-column-text-icon .wrap .content-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  section.two-column-text-icon .wrap .content-container {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

section.two-column-text-icon .wrap .content-container .icon {
  margin-bottom: 1.5rem;
}

section.two-column-text-icon .wrap .content-container h2 {
  font-size: 2.375rem;
  color: var(--dark-slate-grey);
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  section.two-column-text-icon .wrap .content-container h2 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1280px) {
  section.two-column-text-icon .wrap .content-container h2 {
    font-size: 2.375rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  section.two-column-text-icon .wrap .content-container h2.empty {
    min-height: 5.225rem;
  }
}

section.two-column-text-icon .wrap .content-container p {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.two-column-text-icon .wrap .content-container p {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1024px) {
  section.two-column-text-icon .wrap .content-container p {
    margin-bottom: 2.5rem;
  }
}

section.two-column-text-icon .wrap .content-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.two-column-text-icon .wrap .content-container ul li {
  position: relative;
  padding-left: 2.5rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  margin-bottom: 0.75rem;
}

section.two-column-text-icon .wrap .content-container ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/bulletPoint.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.two-column-text-icon .wrap .content-container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  text-decoration: underline !important;
}

section.two-column-text-icon .wrap .content-container a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
}

section.two-column-text-icon .wrap .content-container a svg path {
  fill: var(--white);
}

section.two-column-text-icon .wrap .content-container a.button,
section.two-column-text-icon .wrap .content-container .hs-cta-wrapper a.cta_button,
.hs-cta-wrapper section.two-column-text-icon .wrap .content-container a.cta_button {
  text-decoration: none !important;
}

@media (min-width: 1024px) {
  .case-study section.two-column-text-icon .wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
  }
}

@media (min-width: 1536px) {
  .case-study section.two-column-text-icon .wrap {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

section.three-column-text-image {
  position: relative;
  background-color: var(--light-slate-grey);
  border-top: 8px solid var(--mint-green);
}

section.three-column-text-image .main-content {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.three-column-text-image .main-content {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

section.three-column-text-image .main-content span.sub-title {
  display: block;
  font-size: 1rem;
  font-weight: var(--semi-bold);
  color: var(--mint-green);
  margin-bottom: 1.1875rem;
}

section.three-column-text-image .main-content h3 {
  font-size: 2.375rem;
  color: var(--dark-slate-grey);
  margin-bottom: 2.3125rem;
  max-width: 30rem;
}

section.three-column-text-image .main-content p {
  max-width: 28.4375rem;
  margin-bottom: calc(3.1875rem / 2);
}

@media (min-width: 1024px) {
  section.three-column-text-image .main-content p {
    margin-bottom: 3.1875rem;
  }
}

section.three-column-text-image .main-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.three-column-text-image .main-content ul li {
  position: relative;
  padding-left: 2.5rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  margin-bottom: 0.75rem;
  width: 100%;
}

section.three-column-text-image .main-content ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/bulletPoint.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.three-column-text-image .additional-cols {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  section.three-column-text-image .additional-cols {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

section.three-column-text-image .additional-cols .additional-col {
  width: calc(90% / 2);
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  section.three-column-text-image .additional-cols .additional-col {
    margin-top: 0;
  }
}

section.three-column-text-image .additional-cols .additional-col .col-img {
  position: relative;
  margin-bottom: 1.85rem;
}

section.three-column-text-image .additional-cols .additional-col .col-img .blob-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.three-column-text-image .additional-cols .additional-col .col-img .blob-inner h4 {
  font-size: 4.25rem;
  font-weight: var(--semi-bold);
  color: var(--white);
  margin: 0;
}

@media (max-width: 767px) {
  section.three-column-text-image .additional-cols .additional-col .col-img .blob-inner h4 {
    font-size: 3.625rem;
  }
}

section.three-column-text-image .additional-cols .additional-col .col-img .blob-inner p {
  font-size: 1.75rem;
  font-weight: var(--semi-bold);
  color: var(--white);
  margin: 0;
}

@media (max-width: 767px) {
  section.three-column-text-image .additional-cols .additional-col .col-img .blob-inner p {
    font-size: 1.125rem;
  }
}

section.three-column-text-image .additional-cols .additional-col .col-body h4 {
  font-weight: var(--semi-bold);
}

section.three-column-text-image .additional-cols .additional-col .col-footer a {
  font-size: 0.9375rem;
  font-weight: var(--semi-bold);
}

section.two-column-client-grid {
  overflow: hidden;
}

section.two-column-client-grid .content-container {
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  color: var(--white);
}

@media (min-width: 1024px) {
  section.two-column-client-grid .content-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

section.two-column-client-grid .content-container .blob {
  position: absolute;
  top: -435px;
  left: -325px;
  width: 64.0625rem;
  height: 48.1875rem;
  z-index: -1;
}

@media (min-width: 1024px) {
  section.two-column-client-grid .content-container .blob {
    left: -435px;
  }
}

@media (min-width: 1280px) {
  section.two-column-client-grid .content-container .blob {
    left: -325px;
  }
}

section.two-column-client-grid .content-container .blob.dark-grey-blob {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/clientGridBlob.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.two-column-client-grid .content-container .blob.yellow-blob {
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/clientGridBlobYellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.two-column-client-grid .content-container h3 {
  font-size: 1.75rem;
  color: var(--sunshine-yellow);
}

section.two-column-client-grid .content-container p {
  max-width: 25.9375rem;
}

section.two-column-client-grid .content-container p a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.two-column-client-grid .content-container p a:hover {
  color: var(--violet-blue);
}

section.two-column-client-grid .client-grid {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  color: var(--white);
  margin-top: 12rem;
}

@media (min-width: 1024px) {
  section.two-column-client-grid .client-grid {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4.8125rem;
    margin-top: 0;
  }
}

section.two-column-client-grid .client-grid .col {
  width: calc(100% / 2);
}

section.two-column-client-grid .client-grid .col.two-col {
  width: calc(100% / 2);
}

section.two-column-client-grid .client-grid .col.two-col:nth-child(1) .client-logo,
section.two-column-client-grid .client-grid .col.two-col:nth-child(1) .client-logo,
section.two-column-client-grid .client-grid .col.two-col:nth-child(3) .client-logo,
section.two-column-client-grid .client-grid .col.two-col:nth-child(3) .client-logo {
  border-right: 1px solid var(--light-slate-grey);
}

section.two-column-client-grid .client-grid .col.three-col {
  width: calc(100% / 3);
}

section.two-column-client-grid .client-grid .col.three-col:nth-child(1) .client-logo,
section.two-column-client-grid .client-grid .col.three-col:nth-child(1) .client-logo,
section.two-column-client-grid .client-grid .col.three-col:nth-child(3) .client-logo,
section.two-column-client-grid .client-grid .col.three-col:nth-child(3) .client-logo {
  border-right: 1px solid var(--light-slate-grey);
}

section.two-column-client-grid .client-grid .col .client-logo {
  margin-top: 1rem;
  text-align: center;
}

section.two-column-client-grid.yellow-blob {
  color: var(--dark-slate-grey);
}

section.two-column-client-grid.yellow-blob h3 {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
}

section.two-column-client-grid.yellow-blob p {
  max-width: 25.9375rem;
  color: var(--dark-slate-grey);
}

section.three-column-with-border.yellow-bg {
  background-color: var(--sunshine-yellow);
  color: var(--dark-slate-grey);
}

section.three-column-with-border.yellow-bg .col {
  border-left: 6px solid var(--white);
}

section.three-column-with-border.light-grey-bg {
  background-color: var(--light-slate-grey);
  color: var(--dark-slate-grey);
}

section.three-column-with-border.light-grey-bg .col {
  border-left: 6px solid var(--violet-blue);
}

section.three-column-with-border.white-bg {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

section.three-column-with-border.white-bg .col {
  border-left: 6px solid var(--violet-blue);
}

section.three-column-with-border h3 {
  font-size: 2.375rem;
  margin-bottom: calc(4.3125rem / 2);
}

@media (min-width: 1024px) {
  section.three-column-with-border h3 {
    margin-bottom: 4.3125rem;
  }
}

section.three-column-with-border .col-grid .col {
  padding-left: 1.1875rem;
  margin-bottom: calc(4.25rem / 2);
}

@media (min-width: 1024px) {
  section.three-column-with-border .col-grid .col {
    padding-left: 2.1875rem;
    margin-bottom: 4.25rem;
    min-height: 12rem;
  }
}

section.three-column-with-border .col-grid .col.three-col {
  width: 100%;
}

@media (min-width: 768px) {
  section.three-column-with-border .col-grid .col.three-col {
    width: calc(95% / 2);
  }
}

@media (min-width: 1024px) {
  section.three-column-with-border .col-grid .col.three-col {
    width: calc(95% / 3);
  }
}

section.three-column-with-border .col-grid .col.four-col {
  width: 100%;
}

@media (min-width: 768px) {
  section.three-column-with-border .col-grid .col.four-col {
    width: calc(90% / 2);
  }
}

@media (min-width: 1024px) {
  section.three-column-with-border .col-grid .col.four-col {
    width: calc(90% / 4);
  }
}

section.three-column-with-border .col-grid .col h4 {
  font-size: 1.35rem;
  font-weight: var(--semi-bold);
  margin-bottom: 1.5rem;
  max-width: 20rem;
}

@media (min-width: 1024px) {
  section.three-column-with-border .col-grid .col h4 {
    font-size: 1.75rem;
  }
}

section.three-column-with-border .col-grid .col p {
  max-width: 20rem;
}

section.three-column-card-team {
  position: relative;
}

section.three-column-card-team .intro-content span.sub-title {
  display: block;
  font-weight: var(--semi-bold);
  margin-bottom: 1.3125rem;
}

section.three-column-card-team .intro-content h3 {
  font-size: 2.375rem;
  color: var(--dark-slate-grey);
  margin-bottom: 1.3125rem;
}

section.three-column-card-team .intro-content h4 {
  font-size: 1.625rem;
  font-weight: var(--semi-bold);
}

section.three-column-card-team .intro-content p {
  max-width: 46.375rem;
}

section.three-column-card-team .intro-content .custom-arrow-prev,
section.three-column-card-team .intro-content .custom-arrow-next {
  display: none;
  background: none;
  border: 0;
}

@media (min-width: 1024px) {

  section.three-column-card-team .intro-content .custom-arrow-prev,
  section.three-column-card-team .intro-content .custom-arrow-next {
    display: inline-block;
  }
}

section.three-column-card-team .tabs-grid {
  position: relative;
}

section.three-column-card-team .tabs-grid .tabs-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: space-between;
  -webkit-align-items: space-between;
  -moz-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  width: calc(100% + 20px);
  overflow-x: scroll;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

@media (min-width: 768px) {
  section.three-column-card-team .tabs-grid .tabs-head {
    width: auto;
    overflow: hidden;
  }
}

section.three-column-card-team .tabs-grid .tab-selector-team {
  position: relative;
  padding: 1rem;
  background: var(--light-slate-grey);
  border: 0;
  font-size: 0.9375rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  -webkit-transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: center;
  z-index: 1;
  min-width: 18.5625rem;
}

section.three-column-card-team .tabs-grid .tab-selector-team.active {
  color: var(--violet-blue);
}

section.three-column-card-team .tabs-grid .tab-selector-team.active::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
}

section.three-column-card-team .tabs-grid .tab-selector-team:hover {
  color: var(--violet-blue);
}

section.three-column-card-team .tabs-grid .tabs-body {
  position: relative;
  padding: 5rem 0 3rem;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/blueBlob.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 70%;
}

section.three-column-card-team .tabs-grid .tabs-body:not(.over) {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
}

section.three-column-card-team .tabs-grid .tabs-body:not(.active) {
  opacity: 0;
  visibility: hidden;
}

section.three-column-card-team .tabs-grid .tabs-body .single-tabbed-card {
  width: 100%;
  border-radius: 1.25rem;
  background-color: var(--white);
  margin-bottom: 2.25rem;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.three-column-card-team .tabs-grid .tabs-body .single-tabbed-card img {
  display: block;
  width: 165px;
  margin: 0 auto;
}

section.three-column-card-team .tabs-grid .tabs-body .single-tabbed-card .card__body {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.25rem;
}

section.three-column-card-team .tabs-grid .tabs-body .single-tabbed-card .card__body h4 {
  font-size: 1.375rem;
  font-weight: var(--semi-bold);
  color: var(--violet-blue);
  margin-bottom: 0.5rem;
}

section.three-column-card-team .tabs-grid .tabs-body .single-tabbed-card .card__body span.role {
  display: block;
  font-size: 1.125rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  margin-bottom: 0.5rem;
}

section.three-column-card-team .tabs-grid .tabs-body .single-tabbed-card .card__body p {
  max-width: 33rem;
  font-size: 1rem;
  font-weight: var(--regular);
}

section.three-column-card-team .tabs-grid .tabs-body .single-tabbed-card .card__footer button {
  border: 0;
  font-size: 0.9375rem;
  color: var(--violet-blue);
  text-decoration: underline !important;
}

section.three-column-card-team .pagination-wrap {
  min-height: 3rem;
}

/*     @media (min-width: 1024px) {
section.three-column-card-team .pagination-wrap {
min-height: 0; } } */
section.three-column-card-team .pagination-wrap .swiper-button {
  display: block;
  position: absolute;
  top: 95%;
  z-index: 2;
}

section.three-column-card-team .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-prev,
section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-prev-mobile {
  left: 0;
}

@media (min-width: 1024px) {

  section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-prev,
  section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-prev-mobile {

    left: 46%;
  }
}

section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-prev::after,
section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-prev-mobile::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-next,
section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-next-mobile {
  right: 0;
}

@media (min-width: 1024px) {

  section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-next,
  section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-next-mobile {
    right: 46%;
  }
}

section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-next::after,
section.three-column-card-team .pagination-wrap .swiper-button.swiper-button-next-mobile::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.three-column-card-team .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--dark-slate-grey);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.three-column-card-team .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.three-column-card-team .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

section.two-column-card {
  display: none;
}

@media (min-width: 768px) {
  section.two-column-card {
    display: block;
  }
}

section.two-column-card .intro {
  margin-bottom: 2rem;
  color: var(--dark-slate-grey);
}

section.two-column-card .intro h3 {
  font-size: 1.75rem;
}

section.two-column-card .intro a {
  font-size: 0.9375rem;
  text-decoration: underline !important;
}

section.two-column-card .card-item {
  height: 385px;
  margin-bottom: 3.125rem;
}

@media (min-width: 768px) {
  section.two-column-card .card-item {
    width: calc(95% / 2);
  }
}

section.two-column-card .card-item .card {
  position: relative;
  padding: 5rem !important;
  border-radius: 1.25rem;
  color: var(--white);
}

section.two-column-card .card-item .card .overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3rem !important;
  border-radius: 1.25rem;
  background-color: #E61782
    /*var(--violet-blue)*/
    ;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  text-align: left;
}

section.two-column-card .card-item .card .overflow .small {
  display: block;
  font-size: 0.9375rem;
  font-weight: var(--medium);
  margin-bottom: 1.5625rem;
  text-decoration: underline;
}

section.two-column-card .card-item .card .overflow .small.location {
  font-size: 1.125rem;
  margin-bottom: 0;
  text-decoration: none;
}

section.two-column-card .card-item .card .card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

section.two-column-card .card-item .card .card-body .small {
  display: block;
  font-size: 0.9375rem;
  font-weight: var(--medium);
  margin-bottom: 1.5625rem;
  text-decoration: underline;
}

section.two-column-card .card-item .card .card-body .small.location {
  font-size: 1.125rem;
  margin-bottom: 0;
  text-decoration: none;
}

section.two-column-card .card-item .card:hover .overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

section.two-column-card .card-item .card h5 {
  font-size: 1.75rem;
}

section.two-column-card .card-item .card a {
  font-size: 0.9375rem;
  text-decoration: underline !important;
}

section.two-column-card .card-item .card a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.two-column-card .card-item .card a svg path {
  fill: var(--white) !important;
}

section.two-column-card .card-item .card a:hover svg {
  margin-left: 0.8rem;
}

section.two-column-card-mobile {
  display: block;
}

@media (min-width: 768px) {
  section.two-column-card-mobile {
    display: none;
  }
}

section.two-column-card-mobile .card {
  margin-bottom: 2rem;
}

section.two-column-card-mobile .card:hover .card-body {
  opacity: 0;
}

@media (max-width: 767px) {
  section.two-column-card-mobile .card:hover .card-body {
    opacity: 1;
  }
}

section.two-column-card-mobile .card .card-img {
  border-radius: 1.25rem;
  margin-bottom: 1rem;
}

section.two-column-card-mobile .card .card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--dark-slate-grey);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

section.two-column-card-mobile .card .card-body .small {
  display: block;
  font-size: 0.9375rem;
  font-weight: var(--medium);
  margin-bottom: 1.5625rem;
  text-decoration: underline;
}

section.two-column-card-mobile .card .card-body .small.location {
  text-decoration: none;
}

section.two-column-card-mobile .card .card-body h5 {
  font-size: 1.75rem;
}

section.two-column-card-mobile .card .card-body a {
  font-size: 0.9375rem;
  text-decoration: underline !important;
}

section.two-column-card-mobile .card .card-body a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
}

section.two-column-card-mobile .card .card-body a svg path {
  fill: var(--dark-slate-grey) !important;
}

section.two-column-card .overflow .button,
section.two-column-card .overflow .hs-cta-wrapper .cta_button,
.hs-cta-wrapper section.two-column-card .overflow .cta_button {
  display: inline-block;
  width: auto !important;
  min-width: 20rem;
}

section.two-column-card-mobile .button,
section.two-column-card-mobile .hs-cta-wrapper .cta_button,
.hs-cta-wrapper section.two-column-card-mobile .cta_button {
  display: inline-block;
  width: 100% !important;
  color: #fff;
}

section.two-column-card-mobile .button:hover,
section.two-column-card-mobile .hs-cta-wrapper .cta_button:hover,
.hs-cta-wrapper section.two-column-card-mobile .cta_button:hover {
  color: var(--violet-blue);
}

section.two-column-card .mixitup-page-list .mixitup-control,
section.two-column-card-mobile .mixitup-page-list .mixitup-control {
  border: 0;
  background: none;
  margin-bottom: 2rem;
  font-size: 21px;
  font-family: museo-sans,sans-serif;
}

@media (min-width: 900px) and (max-width: 991px) {
  section.two-column-card .card-item {
    padding: 0 !important;
  }
}

.mixitup-page-list-disabled {
  display: none;
}

section.filter-nav {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

@media (min-width: 1024px) {
  section.filter-nav {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

section.filter-nav ul {
  display: none;
}

@media (min-width: 1024px) {
  section.filter-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  section.filter-nav ul li {
    list-style: none;
    margin-right: 1rem;
  }

  section.filter-nav ul li button,
  section.filter-nav ul li a {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border: 1px solid var(--mint-green);
    background: none;
    border-radius: 1.25rem;
    font-size: 0.9375rem;
    color: var(--white);
    line-height: 1;
    min-width: 7.6875rem;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
    -webkit-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
  }

  section.filter-nav ul li.active button,
  section.filter-nav ul li.active a {
    background-color: var(--mint-green);
    color: var(--dark-slate-grey);
  }

  section.filter-nav ul li:hover button,
  section.filter-nav ul li:hover a {
    border: 2px solid var(--mint-green);
  }
}

section.filter-nav fieldset {
  border: 0;
}

section.filter-nav select {
  display: block;
  background: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/downArrow@2x.png") #272727;
  background-size: 3%;
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 0;
  color: var(--white);
  height: 63px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.filter-nav select option {
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  section.filter-nav select {
    display: none;
  }
}

section.one-column-video {
  position: relative;
}

section.one-column-video .blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/blobs/blueBlob.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

section.one-column-video .video-wrapper {
  margin: 0 auto;
  text-align: center;
}

section.sectors-card-slider {
  color: var(--dark-slate-grey);
}

section.sectors-card-slider .intro {
  margin-bottom: 3rem;
}

section.sectors-card-slider .intro h3 {
  font-size: 1.75rem;
}

section.sectors-card-slider .card-item {
  height: 270px;
  border-radius: 1.25rem;
  margin-bottom: 3.125rem;
  overflow: hidden;
}

section.sectors-card-slider .card-item .card {
  position: relative;
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.sectors-card-slider .card-item .card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

section.sectors-card-slider .card-item .card .card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  opacity: 1;
}

section.sectors-card-slider .card-item .card h5 {
  font-size: 1.75rem;
  max-width: 20rem;
}

section.sectors-card-slider .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  section.sectors-card-slider .pagination-wrap {
    min-height: 0;
  }
}

section.sectors-card-slider .pagination-wrap .swiper-button {
  position: absolute;
  top: 95%;
  z-index: 2;
}

@media (min-width: 1024px) {
  section.sectors-card-slider .pagination-wrap .swiper-button {
    top: -60px;
  }
}

section.sectors-card-slider .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

section.sectors-card-slider .pagination-wrap .swiper-button.swiper-button-prev {
  left: -8px;
}

@media (min-width: 1024px) {
  section.sectors-card-slider .pagination-wrap .swiper-button.swiper-button-prev {
    left: auto;
    right: 35px;
  }
}

section.sectors-card-slider .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.sectors-card-slider .pagination-wrap .swiper-button.swiper-button-next {
  right: 0;
}

@media (min-width: 1024px) {
  section.sectors-card-slider .pagination-wrap .swiper-button.swiper-button-next {
    right: 0;
  }
}

section.sectors-card-slider .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

section.sectors-card-slider .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--dark-slate-grey);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.sectors-card-slider .pagination-wrap .swiper-pagination {
    display: none;
  }
}

section.sectors-card-slider .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

section.sectors-card-slider .swiper-container {
  overflow: visible;
}

.travel--tourism section.sectors-card-slider .swiper-button {
  display: none;
}

section.three-column-section-cards {
  background-color: var(--light-slate-grey);
  border-bottom: 6px solid var(--mint-green);
}

section.three-column-section-cards .intro-content {
  margin-bottom: 2rem;
}

section.three-column-section-cards .intro-content h3 {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
  margin-bottom: 3rem;
}

section.three-column-section-cards .intro-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.three-column-section-cards .intro-content ul li {
  position: relative;
  padding-left: 2.5rem;
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  margin-bottom: 0.75rem;
  width: 100%;
}

section.three-column-section-cards .intro-content ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/bulletPoint.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.three-column-section-cards .single-card {
  width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  section.three-column-section-cards .single-card {
    width: calc(95% / 3);
    margin-bottom: 0;
  }
}

section.three-column-section-cards .single-card .card__text {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  padding: 2rem;
  background-color: var(--mint-green);
  color: var(--dark-slate-grey);
}

section.three-column-section-cards .single-card .card__text h3 {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
}

section.three-column-section-cards .single-card .card__text p {
  font-size: 1rem;
}

section.three-column-section-cards .single-card .card__price {
  font-size: 1.75rem;
  font-weight: var(--semi-bold);
}

section.three-column-section-cards .single-card .dark-grey {
  width: auto !important;
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

section.three-column-section-cards .single-card .dark-grey:hover {
  background-color: var(--violet-blue);
  color: var(--white);
}

section.full-width-text h1,
section.full-width-text h2,
section.full-width-text h3,
section.full-width-text h4,
section.full-width-text h5 {
  color: var(--dark-slate-grey);
}

section.full-width-text h1 {
  font-size: 3rem;
}

section.full-width-text h2 {
  font-size: 2.375rem;
}

section.full-width-text blockquote {
  border-left: 3px solid var(--violet-blue);
  padding-left: 1.5rem;
  color: var(--violet-blue);
  line-height: 1.5;
}

section.full-width-text blockquote cite {
  display: block;
  font-size: 0.9375rem;
  margin-top: 1rem;
  font-weight: var(--regular);
  color: var(--medium-slate-grey);
  font-style: normal;
}

section.full-width-text blockquote cite strong {
  display: block;
  font-weight: var(--regular);
  color: var(--dark-slate-grey);
}

section.full-width-text ul {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
}

section.full-width-text ul li {
  position: relative;
  /*padding-left: 2.5rem;*/
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
  margin-bottom: 0.75rem;
}

section.full-width-text ul li::before {
  /*position: absolute;*/
  margin-right: 1rem;
  content: "•";
  top: 0;
  left: 0;
  /*width: 10px;
  height: 10px;*/
  color: black;
  /*background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/bulletPoint.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;*/
}

section.coloured-cards .card-grid {
  margin-bottom: 1.5rem;
}

section.coloured-cards .card-grid .single-card {
  margin: 0 0 1rem;
}

section.coloured-cards .card-grid .single-card.three-col {
  width: 100%;
}

@media (min-width: 1024px) {
  section.coloured-cards .card-grid .single-card.three-col {
    width: calc(100% / 3);
    padding: 0 1.5rem 0;
  }
}

section.coloured-cards .card-grid .single-card .card__text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  border-radius: 1.25rem;
  text-align: left;
  overflow: hidden;
}

@media (min-width: 1024px) {
  section.coloured-cards .card-grid .single-card .card__text {
    padding: 2rem;
    min-height: 18.4375rem;
  }
}

section.coloured-cards .card-grid .single-card .card__text h3 {
  display: block;
  width: 100%;
  font-size: 2.375rem;
  font-weight: var(--semi-bold);
  line-height: 1.45;
  text-align: left;
}

section.coloured-cards .card-grid .single-card .card__text a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.coloured-cards .card-grid .single-card .card__text a svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.coloured-cards .card-grid .single-card .card__text a:hover svg {
  margin-left: 0.8rem;
}

section.coloured-cards .card-grid .single-card .card__text.light-grey-bg {
  background-color: var(--light-slate-grey);
  color: var(--dark-slate-grey);
}

section.coloured-cards .card-grid .single-card .card__text.dark-grey-bg {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

section.coloured-cards .card-grid .single-card .card__text.yellow-bg {
  background-color: var(--sunshine-yellow);
  color: var(--dark-slate-grey);
}

section.trust-pilot-widget {
  padding-top: calc(7.625rem / 2);
  padding-bottom: calc(7.625rem / 2);
  background-color: var(--light-slate-grey);
}

@media (min-width: 1024px) {
  section.trust-pilot-widget {
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
  }
}

section.trust-pilot-widget h3 {
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
  margin-bottom: 5rem;
}

.glassdoor-row .glassdoor-column {
  text-align: center;
  margin-bottom: 30px;
}

.glassdoor-row .review-single {
  padding: 0 1.5rem;
  text-align: center;
}

.glassdoor-row .review-single h2 {
  color: var(--dark-slate-grey);
}

.glassdoor-row .pagination-wrap {
  min-height: 3rem;
}

@media (min-width: 1024px) {
  .glassdoor-row .pagination-wrap {
    min-height: 0;
  }
}

.glassdoor-row .pagination-wrap .swiper-button {
  position: absolute;
  top: 85%;
  z-index: 2;
}

@media (min-width: 1024px) {
  .glassdoor-row .pagination-wrap .swiper-button {
    top: 90%;
  }
}

.glassdoor-row .pagination-wrap .swiper-button img {
  width: 10.85px;
  height: 12.55px;
}

.glassdoor-row .pagination-wrap .swiper-button.swiper-button-prev {
  left: -8px;
}

@media (min-width: 768px) {
  .glassdoor-row .pagination-wrap .swiper-button.swiper-button-prev {
    left: 40%;
  }
}

@media (min-width: 1024px) {
  .glassdoor-row .pagination-wrap .swiper-button.swiper-button-prev {
    left: 45%;
  }
}

.glassdoor-row .pagination-wrap .swiper-button.swiper-button-prev::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.glassdoor-row .pagination-wrap .swiper-button.swiper-button-next {
  right: 0;
}

@media (min-width: 768px) {
  .glassdoor-row .pagination-wrap .swiper-button.swiper-button-next {
    right: 40%;
  }
}

@media (min-width: 1024px) {
  .glassdoor-row .pagination-wrap .swiper-button.swiper-button-next {
    right: 45%;
  }
}

.glassdoor-row .pagination-wrap .swiper-button.swiper-button-next::after {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/rightArrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.glassdoor-row .pagination-wrap .swiper-pagination {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 0.25rem;
  background-color: var(--dark-slate-grey);
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .glassdoor-row .pagination-wrap .swiper-pagination {
    display: none;
  }
}

.glassdoor-row .pagination-wrap .swiper-pagination span {
  position: relative;
  height: 0.25rem;
  border-radius: 0 !important;
  background-color: var(--mint-green);
  margin: 0 !important;
}

@media (min-width: 768px) {
  .glassdoor-row.container {
    display: flex;
    flex-direction: row;
  }

  .swiper-wrapper.glassdoor-review-wrapper {
    margin-bottom: 40px;
  }

  .glassdoor-column.logo {
    flex: 2 0 auto;
    -webkit-align-self: auto;
    align-self: flex-start;
    padding-right: 30px;
  }
}


.blog-index h4 {
  font-weight: var(--semi-bold);
  color: var(--dark-slate-grey);
}

.blog-index article {
  width: 100%;
  margin-bottom: calc(3.75rem / 2);
}

@media (min-width: 1024px) {
  .blog-index article {
    width: calc(95% / 3);
    margin-bottom: 3.75rem;
  }
}

.blog-index-new article {
  box-shadow: 2.2px 2.2px 7.1px rgb(0 0 0 / 35%), 2.2px 2.2px 7.1px rgb(0 0 0 / 35%);
  border-radius: 23px;
}

.blog-index .blog-index__post-image--large,
.blog-index .blog-index__post-image--small {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.25rem;
  min-height: 17.3125rem;
}

.blog-index .blog-index__post-content {
  padding: 1.5rem 0;
}

.blog-index__post-content-new {
  padding: 1.5rem 1em !important;
}

.blog-index .blog-index__post-content .meta {
  font-size: 0.9375rem;
  margin-bottom: 2.1875rem;
}

.blog-index .blog-index__post-content .meta #hubspot-topic_data {
  margin-right: 1rem;
}

.blog-index .blog-index__post-content .meta #hubspot-topic_data a {
  
  color: #E42085;
  text-decoration: underline !important;
}


.blog-index .blog-index__post-content h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.75rem;
  color: var(--dark-slate-grey);
}

.blog-index__post-content-new h2 {
  font-size: 25px !important;
  ;
}

.blog-index .blog-index__post-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--medium-slate-grey);
}

.blog-index .blog-index__post-content .read-more {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: var(--regular);
  color: var(--dark-slate-grey);
  text-decoration: underline !important;
}

.blog-index .blog-index__post-content .read-more svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-index .blog-index__post-content .read-more svg path {
  fill: var(--dark-slate-grey);
}

.blog-index .blog-index__post-content .read-more:hover svg {
  margin-left: 0.8rem;
}

.blog-pagination a {
  margin: 0 1rem;
}

.blog-pagination a.blog-pagination__link--active {
  color: var(--violet-blue);
}

.single-post {
  position: relative;
}

.single-post .blob {
  position: absolute;
  top: -35rem;
  right: -40rem;
  z-index: -1;
}

@media (min-width: 1024px) {
  .single-post .blob {
    position: absolute;
    top: -25rem;
    right: -12rem;
    z-index: -1;
  }
}

.single-post .back-to-resources a {
  font-size: 0.9375rem;
  color: var(--dark-slate-grey);
  text-decoration: underline !important;
}

.single-post .back-to-resources a svg {
  width: 8px;
  height: 8px;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.single-post .case-study-hero .wrap h1 {
  color: var(--dark-slate-grey);
}

.single-post .case-study-hero .wrap .blog-post__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  margin-bottom: 2.1875rem;
}

.single-post .case-study-hero .wrap .blog-post__meta .blog-post__tags {
  color: var(--violet-blue);
  margin-right: 0.75rem;
}

.single-post .case-study-hero .wrap .blog-post__meta .blog-post__tags a {
  color: var(--violet-blue);
}

@media (min-width: 1024px) {

  .single-post .case-study-hero .wrap h1,
  .single-post .case-study-hero .wrap .blog-post__meta,
  .single-post .case-study-hero .wrap .blog-post__body {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-post .case-study-hero .wrap .single-post-img {
  background-size: cover;
  width: 100%;
  border-radius: 1.25rem;
  min-height: 179px;
}

@media (min-width: 1024px) {
  .single-post .case-study-hero .wrap .single-post-img {
    min-height: 518px;
  }
}

.single-post .blog-post h1 {
  color: var(--dark-slate-grey);
}

.single-post .blog-post .blog-post__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  margin-bottom: 2.1875rem;
}

.single-post .blog-post .blog-post__meta .blog-post__tags {
  color: var(--violet-blue);
  margin-right: 0.75rem;
}

.single-post .blog-post .blog-post__meta .blog-post__tags a {
  color: #E42085;
}

.single-post .blog-post .single-post-img {
  background-size: cover;
  width: 100%;
  border-radius: 1.25rem;
  min-height: 179px;
}

@media (min-width: 1024px) {
  .single-post .blog-post .single-post-img {
    min-height: 518px;
  }
}

@media (min-width: 1024px) {

  .single-post .blog-post h1,
  .single-post .blog-post .blog-post__meta,
  .single-post .blog-post .blog-post__body {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-post .blog-post .blog-post__body {
  padding: 3rem 0;
}

@media (min-width: 1024px) {
  .single-post .blog-post .blog-post__body {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12rem;
    padding: 3rem;
    background-color: var(--white);
    border-radius: 1.25rem;
  }
}

.single-post .blog-post .blog-post__body .written-by {
  margin-top: 5rem;
}

.single-post .blog-post .blog-post__body .written-by strong {
  font-weight: var(--medium);
  color: var(--dark-slate-grey);
}

.single-post .blog-post .blog-post__body .written-by a {
  color: var(--violet-blue);
}

.single-post .blog-post .blog-post__body .share-to {
  margin-top: 2rem;
}

.single-post .blog-post .blog-post__body .share-to strong {
  font-weight: var(--medium);
  color: var(--dark-slate-grey);
}

.single-post .blog-post .blog-post__body .share-to a {
  padding: 0 1rem;
}

.single-post .author-accordian {
  border-top: 2px solid var(--dark-slate-grey);
  border-bottom: 2px solid var(--dark-slate-grey);
  margin-bottom: 3.625rem;
}

@media (min-width: 1024px) {
  .single-post .author-accordian {
    max-width: 77%;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-post .author-accordian .accordian__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}

.single-post .author-accordian .accordian-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.375rem;
  min-width: 2.375rem;
  height: 2.375rem;
  /*background-image: url("https://8262512.fs1.hubspotusercontent-na1.net/hubfs/8262512/assets/img/icons/accordianBG@2x.png");*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.single-post .author-accordian .accordian-button .plus {
  position: relative;
  width: 0.95rem;
  height: 0.95rem;
  font-weight: var(--semi-bold);
}

.single-post .author-accordian .accordian-button .plus:before,
.single-post .author-accordian .accordian-button .plus:after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  background-color: #e71984;
  width: 100%;
  height: 5px;
}

.single-post .author-accordian .accordian-button .plus:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.single-post .author-accordian .accordian-button .plus.flip:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.single-post .author-accordian h3 {
  color: var(--dark-slate-grey);
  margin-bottom: 0 !important;
}

.single-post .author-accordian .accordian__body {
  padding: 0 0 2rem;
}

.single-post .author-accordian .accordian__body a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post .author-accordian .accordian__body a .blog-header__author-avatar {
  width: 105px;
  height: 105px;
  border-radius: 100rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-post .author-accordian .accordian__body a .bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 2rem;
}

.single-post .author-accordian .accordian__body a .bio strong {
  font-weight: var(--medium);
  color: var(--dark-slate-grey);
}

.blog-recent-posts h2 {
  color: var(--dark-slate-grey);
}

.blog-recent-posts h2 a {
  font-size: 1rem;
}

.blog-recent-posts .blog-recent-posts__post {
  width: 100%;
  border-radius: 1.25rem;
  background-color: var(--white);
  color: var(--medium-slate-grey);
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .blog-recent-posts .blog-recent-posts__post {
    width: calc(95% / 3);
  }
}

.blog-recent-posts .blog-recent-posts__post .blog-recent-posts__image {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.25rem;
  min-height: 17.3125rem;
}

.blog-recent-posts .blog-recent-posts__post .post-body {
  padding: 2rem 0;
}

.blog-recent-posts .blog-recent-posts__post .post-body .blog-post__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  margin-bottom: 2.1875rem;
}

.blog-recent-posts .blog-recent-posts__post .post-body .blog-post__meta a {
  color: var(--violet-blue);
  margin-right: 0.75rem;
}

.blog-recent-posts .blog-recent-posts__post .post-body h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--dark-slate-grey);
}

.blog-recent-posts .blog-recent-posts__post .post-body .read-more {
  font-size: 0.9375rem;
  font-weight: var(--regular);
  text-decoration: underline;
  color: var(--dark-slate-grey);
}

.blog-recent-posts .blog-recent-posts__post .post-body .read-more svg {
  width: 8px;
  height: 8px;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-recent-posts .blog-recent-posts__post .post-body .read-more:hover svg {
  margin-left: 0.8rem;
}

@media (min-width: 1024px) {
  .case-study section.full-width-text .wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12rem;
    padding: 3rem;
    background-color: var(--white);
    border-radius: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .case-study section.full-width-text .wrap {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12rem;
    padding: 3rem;
    background-color: var(--white);
    border-radius: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .case-study section.full-width-text .wrap {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}


h1 span,
h2 span,
h3 span,
h4 sapn,
h5 sapn,
h6 span {
  font-family: iskra !important;
  font-weight: 900 !important;
}

section.two-column-card .card-item h1,
section.two-column-card .card-item h2,
section.two-column-card .card-item h3,
section.two-column-card .card-item h4,
section.two-column-card .card-item h5,
section.two-column-card .card-item h6 {
  font-family: iskra !important;
  font-weight: 900 !important;
}

section.two-column-card .card-item p {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

.right-image-left-content .image-with-text__image,
.left-image-right-content .image-with-text__text {
  order: 1;
}

.right-image-left-content .image-with-text__text,
.left-image-right-content .image-with-text__image {
  order: 0;
}


@media all and (max-width:767px) {

  .right-image-left-content .image-with-text__image,
  .right-image-left-content .image-with-text__text,
  .left-image-right-content .image-with-text__image,
  .left-image-right-content .image-with-text__text {
    order: unset;
  }
}

/*---------Style for module filter and text blog new ------*/

.wrap-new *,
.tag-blog-index-new,
.read-more-new,
.read-time-new{
  font-family: museo-sans, sans-serif !important;
  font-size: 21px !important;
}

.new-case-study p,
.new-case-study span, 
.new-case-study li {
  font-family: 'museo-sans';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  color: #000000;
}

.new-case-study li {
  color: #000000 !important;
}

.new-case-study h1,
.new-case-study h2,
.new-case-study h3,
.new-case-study h4,
.new-case-study h5,
.new-case-study h6 {
  font-family: 'iskra';
}

.new-case-study h2,
.new-case-study h3,
.new-case-study h4,
.new-case-study h5,
.new-case-study h6 {
  color: #000000 !important;
}

.new-case-study .case-study__cards .cards-container__text p {
  color: #FFFFFF;
}

.new-case-study a {
  font-family: 'museo-sans';
}


.wrap-new h3 {
  color: #000000;
}

.widget-module li {
  color: #000000;
}

.blog-index__post-content a {
  color: #000000;
}

.read-time-new {
  color: #000000;
}

.blog-index .blog-index__post-content .read-more {
  color: #000000;
}
/*---*/