/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* Global default font */
html, body {
  font-family: Rubik, serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  margin: 0;
  line-height: 24px;
  word-break: break-word;
}

p {
  padding: 0;
  margin: 1rem 0;
}
h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 20px 0;
}

/* Paragraphs */
p {
  font-family: Rubik, serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 24px;
}
p.body2 {
  font-family: , serif;
  font-size: ;
  font-weight: normal;
  color: ;
  line-height: ;
}

/* Headings */
h1 {
  font-family: Raleway, sans-serif;
  font-size: 54px;
  font-weight: normal;
  color: #000000;
  line-height: 66px;
}
h2 {
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #000000;
  line-height: 44px;
}
h3 {
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #000000;
  line-height: 36.66px;
}
h4 {
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #575656;
  line-height: 36.6px;
}
h5 {
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #575656;
  line-height: 29.3px;
}
h6 {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #575656;
  line-height: 24.4px;
}

/* Links */
a,
a:focus,
a:visited {
  text-decoration: none;
}
a:not(.button),
a:not(.button):focus,
a:not(.button):visited {
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a.no-underline:hover {
  text-decoration: none;
}

.blog-post__body a {
  text-decoration: underline;
}
.blog-post__body a,
.blog-post__body a:focus {
  color: blue;
}
.blog-post__body a:visited {
  color: purple;
}

/* Strong */
strong {
  font-weight: 500;
}

/* Spans */
span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

/* Lists */
ul ul,
ol ul,
ul ol,
ol ol {
  font-family: Rubik, serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 24px;
}
ul.no-list {
  list-style: none;
}

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

/* Blockquotes */
blockquote {
  border-left: 2px solid ;
  margin: 0 0 1.4rem;
  padding-left: 2rem;
}

/* Richtext */
.richtext-wrap > :first-child,
.richtext-wrap div > :first-child {
  margin-top: 0 !important;
}
.richtext-wrap > :last-child,
.richtext-wrap div > :last-child {
  margin-bottom: 0 !important;
}

/* 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;
} */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Custom layouts */
.section {
  width: 100%;
  padding: 20px 20px;
  margin: 20px 0;
}
.section.eighty-wide {
  width: 100%;
  padding: 20px 10%;
  margin: 20px 0;
}
.section.sixty-wide {
  width: 100%;
  padding: 20px 20%;
  margin: 20px 0;
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: 100%;
}
.flex-col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 920px) {
  .section {
    margin: 0px;
  }
  .section.eighty-wide {
    padding: 20px 5%;
  }
  .section.sixty-wide {
    padding: 20px 10%;
  }
}
@media screen and (max-width: 768px) {
  .reverse-on-mobile > .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  .section.eighty-wide {
    padding: 20px 20px;
  }
  .section.sixty-wide {
    padding: 20px 20px;
  }
  .flex-row {
    flex-direction: column;
  }
}
/* END Custom layouts */

/* Responsive grid */
.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

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

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

.row-fluid .span12 {
  width: 99.99999998999999%;
}

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

.row-fluid .span10 {
  width: 82.97872339599999%;
}

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

.row-fluid .span8 {
  width: 65.95744680199999%;
}

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

.row-fluid .span6 {
  width: 48.93617020799999%;
}

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

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

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

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

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

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

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

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

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

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

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

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

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

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

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

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

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

/* Vendor
Open-source components
*/
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


/* Templates
Template-level styles (blog, system pages, etc.)
*/


.blog-post__preheader-wrap {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.blog-post__preheader-wrap > * {
  margin: 0;
}
.blog-post__header-wrap {
  position: relative;
  width: 100%;
  margin: 30px auto -30px auto;
  display: flex;
}
.blog-post__header-left {
  width: 100%;
/*   margin-left: 15%; */
/*   border-bottom: 2px solid #004AFF; */
  padding-bottom: 15px;
}
.blog-post__header-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 30%;
  padding-left: 5%;
  border-bottom: 2px solid #004AFF;
  padding-bottom: 30px;
}
.blog-listing__outer-wrap {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: -20px;
  padding-left: 4%; 
}
.blog-listing__inner-wrap {
  width: 75%;
  padding: 0 1rem 0 5%;
}

.blog-listing-nav {
  padding: 40px 0px 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-listing-nav__logo {
  height: 76px;
  width: auto;
}
.blog-listing-nav__form {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  background-image: url("https://21347991.fs1.hubspotusercontent-na1.net/hubfs/21347991/triangle-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  padding: 0 120px 0 60px;
  margin-left: 6px;
  
  -webkit-box-shadow: 5px 4px 6px 0px #d0d0d0;
  box-shadow: 5px 4px 6px 0px #d0d0d0;

  max-width: 800px;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.blog-listing-nav__form > p {
  font-size: 0.8rem;
  line-height: 1.15rem;
  padding: 0 12px;
}
.blog-listing-nav__form form * {
  font-size: 0.75rem !important;
}
.blog-listing-nav__form form input[type=email] {
  background-color: #fff !important;
}
.blog-listing-nav__form > button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 120px;
}

.blog-listing-tags {
  display: flex;
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
}
.blog-listing-tags__tag-section {
/*   width: 50%; */
}
.blog-listing-tags__tag-section-inner {
  display: flex;
  flex-wrap: wrap;
}
.blog-listing-tags__tag-section:first-child {
  margin-right: 20px;
}
.blog-listing-tags .title {
  font-size: 1.36rem;
  margin-bottom: 0px;
}
.blog-post-tag {
  font-size: 0.6rem;
  padding: 4px 20px 4px 20px;
  margin: 10px 10px 0 0;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  color: #000000;
}
.blog-post-tag.topic-selector:hover {
  cursor: pointer;
  color: #004AFF;
}
.blog-post-tag.selected,
.blog-post-tag.active {
  border: 1px solid #CEE0FF;
  color: #004AFF;
  background-color: #EFF2F7;
}
.blog-listing-tags .blog-post-tag {
  font-size: 0.8rem;
  padding: 12px;
}

.blog-listing__posts {
  padding: 20px 0px 40px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blog-post__related-posts {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 2px solid #EEEEEE;
}
.blog-post__related-posts .blog-post-card__info {
  margin: 12px 0 0 0;
}
.blog-post__related-posts-title {
  margin: 0px;
}

.blog-listing__side-menu {
  width: 25%;
  padding: 40px 15px;
  border-left: 1px solid #EEEEEE;
  text-align: center;
  overflow-y: scroll;
}
.blog-listing__side-menu p {
  font-size: 0.8rem;
}
.blog-listing__side-menu img.tell-me-more {
  width: 60%;
}
.blog-listing__side-menu img.stars {
  width: 45%;
}

/* blog post */
.blog-post__outer-wrap {
  display: flex;
  padding: 60px 0px 40px 0px;
}
.blog-post__inner-wrap {
  width: 74%;
  margin: 0 12% 0 3%;
}

/* blog post body typography overrides */
.blog-post__body p {
  line-height: 28px;
  margin: 20px 0px;
}
.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  margin-top: 44px;
}
.blog-post__body ol h1,
.blog-post__body ol h2,
.blog-post__body ol h3,
.blog-post__body ol h4,
.blog-post__body ol h5,
.blog-post__body ol h6,
.blog-post__body ul h1,
.blog-post__body ul h2,
.blog-post__body ul h3,
.blog-post__body ul h4,
.blog-post__body ul h5,
.blog-post__body ul h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0px;
}

.blog-post__body table {
  width: 100%;
}
.blog-post__body table th,
.blog-post__body table td {
  text-align: left;
  padding: 4px;
  word-break: keep-all;
}

.blog-post__header {
  display: flex;
  flex-direction: column;
}
.back-button {
  color: #004AFF;
  margin-bottom: 1rem;
  text-decoration-color: #004AFF !important;
}
.blog-post__header-image {
  width: 100%;
  min-height: 300px;
  max-height: 400px;
  overflow: hidden;
}
.blog-post__header-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-post__header-title {
  color: #004AFF;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
/*   text-align: center; */
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: normal;
/*   color: #575656; */
  line-height: 36.6px;
}
.blog-post__header-description {
  color: #575656;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
/*   text-align: center; */
  position: relative;
}
.blog-post__divider {
  height: 2px;
/*   width: 120px; */
  margin: 30px auto 40px auto;
  background-color: #004AFF;
}
.blog-post__header-tag {
  color: #575656;
  font-size: 1.2rem;
}

.blog-post__footer {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #000000;
}
.blog-post__footer-form {
  width: 50%;
}

.blog-post__testimonials {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-post__testimonials .quote-wrap {
  width: 49%;
  padding: 20px;
  border: 1px solid #F7E6CE;
  margin-top: 12px;
  background-color: rgba(252,251,251,1.0);
}

.blog-post__side-menu {
  width: 25%;
  margin-left: 5%;
  padding: 0p 0px 40px 40px;
}
.blog-post__side-menu-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 140px;
  overflow-y: scroll;
  max-height: calc(100vh - 140px);
  padding-bottom: 20px;
/*   padding-right: 20px; */
}
.blog-post__side-menu-item.horizontal {
  display: flex;
  align-items: center;
}
.blog-post__side-menu-item h6 {
  color: #004AFF;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid #000000;
  padding-bottom: 0.5rem;
}
.blog-post__side-menu-item p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #575656;
}
.blog-post__table-of-contents {
  display: flex;
  flex-direction: column;
}
.blog-post__table-of-contents a {
  border-left: 2px solid #EEEEEE;
  padding-top: 4px;
  padding-bottom: 4px;
}
.blog-post__table-of-contents a.parent {
  padding-left: 18px;
  font-size: 0.85rem;
  font-weight: bold;
  color: #000000;
}
.blog-post__table-of-contents a.child {
  padding-left: 32px;
  font-size: 0.75rem;
  color: #575656;
}
.blog-post__table-of-contents a.active {
  border-left: 2px solid #004AFF;
}
.blog-post__table-of-contents a.parent.active {
  color: #004AFF;
}


/* progress bar */
.blog-post__progress-bar {
  position: fixed;
  /* top position set by javascript */
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #EEEEEE;
}
.blog-post__progress-bar-foreground {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #004AFF;
}


/* small computer */
@media screen and (max-width: 1300px) {
  .blog-post__preheader-wrap > * {
    margin: 0 5%;
  }
  .blog-listing__side-menu {
    width: 20%;
  }
  .blog-post__header-left,
  .blog-post__inner-wrap {
    width: 60%;
    margin-left: 5%;
  }
  .blog-post__testimonials {
    flex-direction: column;
  }
  .blog-post__testimonials .quote-wrap {
    width: 100%;
  }
}

/* tablet */
@media screen and (max-width: 1220px) {
  .blog-listing__outer-wrap {
    flex-direction: column;
    padding: 0 5%;
  }
  .blog-listing__inner-wrap {
    width: 100%;
    padding: 0;
  }
  .blog-listing__side-menu {
    width: 100%;
    padding: 20px 0;
    border-left: 0;
    border-top: 1px solid #EEEEEE;
    display: flex;
  }
  .blog-listing__side-menu > div:first-child {
    width: 35%;
    padding-right: 20px;
  }
  .blog-listing__side-menu img.tell-me-more {
    width: 90%;
  }
  .blog-listing__side-menu img.stars {
    width: 60%;
  }
  .blog-listing__side-menu > p.blog-listing__thesis {
    text-align: left;
    padding: 0 0 0 20px;
    border-left: 1px solid #EEEEEE;
  }
}
@media screen and (max-width: 900px) {
  .blog-post__preheader-wrap > * {
    margin: 0 15%;
  }
  .blog-listing-nav {
    padding: 50px 0 20px 0;
    flex-direction: column;
    font-size: 0.575rem;
  }
  .blog-listing-nav__form {
    flex-direction: column;
    margin-top: 20px;
    padding: 12px;
    background-image: none;
    border-radius: 0;
  }
  .blog-listing-nav__form .micro-form__wrap {
    width: 100%;
    margin: 0 20px;
  }
  .blog-listing-nav__form > button {
    position: relative;
    border-radius: 0;
  }
  .blog-listing-nav__form > p {
    width: 90%;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0.8rem;
  }
 
  .blog-post__header-wrap {
    flex-direction: column;
    margin: 10px auto 0px auto;
  }
  .blog-post__header-left,
  .blog-post__header-right {
    width: 100%;
    margin-left: 0;
  }
  .blog-post__header-left {
    border-bottom: 0;
  }
  .blog-post__header-wrap,
  .blog-post__inner-wrap {
/*     width: 70%; */
/*     margin-left: 15%; */
  }
  .blog-post__side-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .blog-post__preheader-wrap {
    margin-bottom: 45px;
  }
  .blog-post__preheader-wrap > * {
    margin: 0 20px;
  }
  .blog-post__outer-wrap {
    padding-top: 30px;
  }
  .blog-listing__outer-wrap {
    padding: 0 20px;
  }
  .blog-listing-tags {
    flex-direction: column;
  }
  .blog-listing-tags__tag-section {
    width: 100%;
  }
  .blog-listing-tags__tag-section:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .blog-post__footer-form {
    width: 100%;
  }
  .blog-listing__side-menu {
    flex-direction: column;
  }
  .blog-listing__side-menu > div:first-child {
    width: 100%;
    padding: 0;
  }
  .blog-listing__side-menu img.tell-me-more {
    max-width: 200px;
  }
  .blog-listing__side-menu img.stars {
    max-width: 170px;
  }
  .blog-listing__side-menu > p.blog-listing__thesis {
    text-align: center;
    padding: 0;
    border: 0;
  }
  .blog-post__header-wrap {
    margin-top: 20px;
  }
  .blog-post__header-wrap,
  .blog-post__inner-wrap {
    width: 100%;
    margin-left: 0;

  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 6px 38px;
  margin-top: 5px;
  font-family: Rubik, serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #004AFF;
  border: 2px solid #004AFF;
}
button.yellow,
.button.yellow {
  border-color: #E09F3E;
  color: #E09F3E;
}
button.blue,
.button.blue {
  border-color: #004AFF;
  color: #004AFF;
}

button.filled,
.button.filled,
.button.fill-on-hover:hover {
  background-color: #004AFF;
  color: #FFF;
}
button.filled.yellow,
.button.filled.yellow,
.button.yellow.fill-on-hover:hover {
  background-color: #E09F3E;
}

button:disabled,
.button:disabled {
  border-color: #575656;
  color: #575656;
}

/* No button */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
.micro-form__wrap form {
  display: flex;
}
.micro-form__wrap form .hs-form-field {
  background-color: #fff;
  margin: 0;
  flex: 1;
}
.micro-form__wrap form .hs-form-field input {
  padding: 20px 26px;
  background-color: transparent;
  border: 0;
  outline: 0;
  border: 2px solid #004AFF;
  border-right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  line-height: 1.3rem;
}
.micro-form__wrap form .hs-submit input[type=submit] {
  padding: 21.5px 26px;
  background-color: #004AFF;
  border: 1px solid transparent;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #fff;
}
.micro-form__wrap form label {
  display: none;
}
.micro-form__wrap .hs-error-msgs {
  display: none !important;
  margin-left: 20px;
}
.micro-form__wrap form label.hs-error-msg {
  display: block;
  font-size: 0.75rem;
  color: #004AFF;
}
.micro-form__wrap .hs-input.invalid.error {
  border-color: #004AFF;
}
@media screen and (min-width: 768px) {
  .micro-form__wrap .hs-error-msgs {
    position: absolute;
  }
}

/* micro-form minimal */
.micro-form__wrap.minimal form .hs-form-field {
  background-color: transparent;
}
.micro-form__wrap.minimal .form-title {
  margin: 0;
}
.micro-form__wrap.minimal form .hs-submit input[type=submit] {
  padding: 12.5px 26px;
}
.micro-form__wrap.minimal form .hs-form-field input {
  padding: 10px 16px;
}
.micro-form__wrap.minimal form input[type=email] {
  background-color: #FFF;
  border: 0 !important;
}
.micro-form__wrap.minimal form input[type=submit] {
  padding: 21.5px 26px;
  background-color: #004AFF;
}
.micro-form__wrap.minimal .hs-error-msgs,
.micro-form__wrap.minimal .hs_error_rollup {
  display: none !important;
}
.micro-form__wrap.minimal > p {
  width: 50%;
}

/* grey input */
.micro-form__wrap.grey-input form input[type=email] {
  background-color: #EEEEEE !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* bordered input */
.micro-form__wrap.bordered form input[type=submit] {
  padding: 22.5px 26px;
}

/* shrink text */
.micro-form__wrap.shrink-text form input {
  font-size: 0.75rem;
}
.micro-form__wrap.shrink-text form input[type=submit] {
  padding: 15px 26px !important;
}







/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border-radius: 0px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  display: block;
  background-image: url(//23161381.fs1.hubspotusercontent-na1.net/hubfs/23161381/raw_assets/public/website-theme/images/icons/chevron.svg);
  background-repeat: no-repeat; 
  background-position: left 0px top 6px;
  background-size: auto 0.75rem;
  min-height: 1.15rem;
  padding-left: 1.15rem;
  margin-top: 1rem;
}
/* table */

table:not(.custom) {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  border: 0;
  font-size: 85%;
}
@media screen and (max-width: 920px) {
  table:not(.custom) {
    font-size: 65%;
  }
}

/* table cells */

td,
th {
  vertical-align: top;
  border: 1px solid #EEEEEE;
}
.dropdown-box__bottom td,
.dropdown-box__bottom th {
  border: 0;
}

/* table header */

thead th {
  vertical-align: bottom;
}

table:not(.custom) tr:nth-child(odd) td {
  background-color: transparent;
}
table:not(.custom) tr:nth-child(even) td {
  background-color: #fff;
}


video {
  object-fit: contain;
  width: 100%;
  
  -webkit-box-shadow: 0px 0px 11px 2px #8F8F8F;
  box-shadow: 0px 0px 11px 2px #8F8F8F;

}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}


.blog-post__body code {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
  transition: 250ms background-color;
  background-color: rgba(204, 225, 244, 0.5);
}
.blog-post__body code.visible {
  transition: 250ms background-color;
  background-color: rgba(204, 225, 244, 1);
}
.blog-post__annotation-wrap {
  position: fixed;
  left: 20%;
  top: 100px;
  width: 70%;
  z-index: 98;
  pointer-events: none;
}
.blog-post__annotation-wrap.visible {
  pointer-events: all;
}
.blog-post__annotation {
  position: relative;
  border: 2px solid #004AFF;
  background-color: #FFF;
  transition: 200ms opacity;
  opacity: 0;
  
  -webkit-box-shadow: 0px 0px 11px 2px #8F8F8F;
  box-shadow: 0px 0px 11px 2px #8F8F8F;

}
.blog-post__annotation.visible {
  transition: 200ms opacity;
  opacity: 1;
}

.blog-post__annotation p {
  font-size: 0.7rem;
  line-height: 0.9rem;
  margin: 0;
}
.blog-post__annotation-label {
  font-weight: bold;
  margin-bottom: 0.5rem !important;
  padding: 12px 40px 0px 12px;
}
.blog-post__annotation-text {
  padding: 0px 12px 12px 12px;
}

.blog-post__annotation-close-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
  cursor: pointer;
  padding: 12px;
}
.blog-post__annotation-close {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.blog-post__annotation-close-wrap:hover .blog-post__annotation-close {
  fill: #004AFF;
}

@media screen and (max-width: 1300px) {
/*   .blog-post__annotation-wrap {
    top: -100px;
    width: auto;
  }
  .blog-post__annotation {
    width: auto;
    max-width: 100%;
    margin-left: 5vw;
  } */
}
@media screen and (max-width: 900px) {
  .blog-post__annotation-wrap {
    top: initial;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
/*   .blog-post__annotation {
    margin-left: 20px;
  } */
}
.blog-post-card__wrap {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 2);
  min-width: calc(100% / 2);
}
.blog-post-card {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 160px;
}
.blog-post-card.vertical {
  flex-direction: column;
  max-width: 250px;
}
.blog-post-card:nth-child(odd) {
  margin-right: 15px;
}
.blog-post-card:nth-child(even) {
  margin-left: 15px;
}


.blog-post-card__wrap:hover {
  text-decoration: none;
}
.blog-post-card__wrap:hover .blog-post-card__info-title {
  color: #004AFF;
}
.blog-post-card__image {
  width: 140px;
  overflow: hidden;
  background-color: {color=#575656, opacity=null, rgba=rgba(87, 86, 86, 1), rgb=rgb(87, 86, 86), hex=#575656, css=#575656};
}
.blog-post-card.vertical .blog-post-card__image {
  width: 100%;
}
.blog-post-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-post-card__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 20px;
}
.blog-post-card__info-top {
  
}
.blog-post-card__info-title {
  color: #000000;
  font-size: 1.05rem;
  line-height: 1.4rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.blog-post-card__info-description {
  color: #575656;
  font-size: 0.75rem;
  margin-top: 0;
}
.blog-post-card__info-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.blog-post-card__info-tags {
  display: flex;
  flex-wrap: wrap;
}
.blog-post-card__info-tags .blog-post-tag {
  padding: 0 10px;
}
.blog-post-card__info-author {
  font-size: 0.75rem;
  color: #575656;
  margin: 0;
}
.blog-post-card__info-author span {
  color: #000000;
  font-weight: bold;
}

/* mobile */
@media screen and (max-width: 768px) {
  .blog-post-card__wrap {
    flex-basis: 1;
    min-width: 100%;
  }
  .blog-post-card.vertical {
    max-width: 100%;
    margin-right: 0;
  }
}
.cta {
  margin-right: 24px;
  font-size: 0.9rem;
}
.cta:last-child {
  margin-right: 0px;
}

.dropdown-boxes__wrap {
  width: 100%;
  padding: 20px;
}


/* text */
.dropdown-box__title {
  color: #004AFF;
}
.dropdown-box__preview-text {
  margin-top: 0;
}
.dropdown-box__preview-text p {
  margin-top: 0;
}
.dropdown-box__price {
  min-width: 100px;
  text-align: right;
  vertical-align: top;
}
.dropdown-box__chevron {
  width: auto;
  height: 12px;
  margin-left: 10px;
  transform: rotate(90deg);
  transition: transform 150ms linear;
  flex-shrink: 0;
}
.dropdown-box__wrap.active .dropdown-box__chevron {
  transform: rotate(0deg);
  transition: transform 150ms linear;
}



/* boxes */
.dropdown-box__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
  border: 2px solid #004AFF;
  border-radius: 6px;
  overflow: hidden;
  background-color: transparent;
  transition: background-color 150ms;
}
.dropdown-box__header-top {
  display: flex;
  justify-content: space-between;
}
.dropdown-box__header {
  cursor: pointer;
  padding: 0px 22px;
  transition: background-color 150ms;
}
.dropdown-box__header:hover,
.dropdown-box__wrap.active {
  background-color: #FAFAFA;
  transition: background-color 150ms;
}
@media screen and (max-width: 768px) {
  .dropdown-box__header {
    padding: 0 32px 0 22px;
  }
  .dropdown-box__header-top {
    flex-direction: column;
    justify-content: flex-start;
  }
  .dropdown-box__chevron {
    position: absolute;
    top: 22px;
    right: 22px;
    margin: 0;
  }
  .dropdown-box__title {
    padding-right: 22px;
  }
  .dropdown-box__price {
    text-align: left;
    margin-top: 0;
  }
}

.dropdown-box__bottom {
  height: 0;
  opacity: 0;
  transition: height 150ms, opacity 750ms, padding 75ms;
}
.dropdown-box__wrap.active .dropdown-box__bottom {
  padding: 0px 22px 14px 22px;
  height: auto;
  opacity: 1;
  transition: height 150ms, opacity 750ms, padding 75ms;
}
.dropdown-box__bottom ul {
  column-count: 2;
  width: 100%;
  margin: 0;
}
.dropdown-box__bottom ul li {
  break-inside: avoid-column;
}
.dropdown-box__bottom ul li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 920px) {
  .dropdown-box__bottom ul {
    column-count: 1;
    padding: 0 20px;
  }
  .dropdown-box__bottom ul li {

  }
}
.faqs__wrap {
  width: 80%;
  margin: 20px auto 40px auto;
}

/* text */
.faq__title {
  margin: 0;
  padding: 0;
  padding: 0 20px 0 0;
}
.faq__preview-text {
  margin-top: 0;
}
.faq__chevron {
  width: auto;
  height: 12px;
  flex-shrink: 0;
  color: #004AFF;
  margin-right: 15px;
  transform: rotate(90deg);
  transition: transform 150ms linear;
}
.faq__wrap.active .faq__chevron {
  transform: rotate(0deg);
  transition: transform 150ms linear;
}



.faq__wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-bottom: 2px solid #B1B1B1;
}
.faq__wrap:first-child {
  border-top: 2px solid #B1B1B1;
}
.faq__header-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px 0;
}
.faq__header {
  cursor: pointer;
  padding: 0;
}



.faq__bottom {
  height: 0;
  opacity: 0;
  transition: height 150ms, opacity 750ms, padding 75ms;
}
.faq__bottom > :first-child {
  margin-top: 0;
}
.faq__wrap.active .faq__bottom {
  padding: 0px 22px 14px 22px;
  height: auto;
  opacity: 1;
  transition: height 150ms, opacity 750ms, padding 75ms;
}
.faq__bottom ul {
  column-count: 2;
  width: 100%;
  padding: 0 10px 0px 30px;
  margin: 0;
}
.faq__bottom ul li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 920px) {
  .faq__bottom ul {
    column-count: 1;
    padding: 0 20px;
  }
  .faq__bottom ul li {

  }
}
.footer {
  background-color: #FAFAFA;
  margin-bottom: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 80px !important;
  }
}

.footer-nav {
  display: flex;
}
.footer-nav a {
  margin: 5px 0;
}
.footer-nav > div {
  display: flex;
  flex-direction: column;
  flex: 0.5;
}
.footer .logo img {
  height: 40px;
  width: auto;
}
.footer .social-link img {
  height: 20px;
  width: 20px;
}
.footer-inner-form-wrap {
  flex: 0.6;
  padding-right: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    flex-direction: column;
  }
  .footer-inner-form-wrap {
    flex: 1;
    padding-right: 0;
  }
  .footer .blog-post__signup-form-mid-post {
    width: 100%;
  }
/*   .footer .footer-menu,
  .footer .copyright {
    text-align: center;
  } */
}
.g-recaptcha {
  margin-top: 15px;
}
/* hero */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0 80px 0;
}
.hero .title {
  font-weight: bold;
}
.hero .title span {
  color: #004AFF;
}
.hero .col {
  width: 45%;
}
@media screen and (max-width: 920px) {
  .hero {
    flex-direction: column;
    padding: 40px 0 80px 0;
  }
  .hero .col {
    width: 100%;
  }
  .hero .col:last-child {
    margin-top: 24px;
  }
}


/* newsletter sign-up form */
.form-single-input form {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin: 20px 0;
}

/* text input */
.form-single-input .hs-email {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  margin: 0;
}
.form-single-input .hs-email .input {
  height: 100%;
}
.form-single-input .hs-email .input input {
  height: 100%;
  background-color: #FAFAFA;
  color: #000000;
  border: 2px solid #004AFF;
  border-right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.form-single-input .hs-email .input input:focus {
  outline: 0;
}

/* submit input */
.form-single-input .hs-submit {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
}
.form-single-input .hs-submit .actions {
  width: 100%;
  height: 100%;
}
.form-single-input .hs-submit .actions input {
  width: 100%;
  height: 100%;
  border: 0;
  
  background-color: #9E2A2B;
  color: #FFF;
  
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


/* captcha */
.form-single-input .hs_recaptcha {
  
}

/* extraneous */
.form-single-input .form-title {
  display: none;
}
.form-single-input label {
  display: none;
}
/* END newsletter sign-up form */



/* video */
.hero .video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .video-js {
  -webkit-box-shadow: 0px 0px 18px 0px #DDDDDD; 
  box-shadow: 0px 0px 18px 0px #DDDDDD;
}
/* END video */
.icon-list__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.icon-list__caption {
  text-align: center;
  font-size: 0.9rem;
  color: #575656;
}
.icon-list__icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
}
.icon-list__icon {
  width: 40px;
  height: auto;
  margin: 8px 14px;
}
/* link-card-list */
.link-card-list__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.link-card-list__wrap .separator {
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
}
.link-card-list__wrap > a {
  margin: 12px 0;
}
.link-card-list__wrap > a:first-child {
  margin-top: 0;
}
.link-card-list__wrap > a:last-child {
  margin-bottom: 0;
}

/* default link card */
.link-card__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  min-height: 140px;
  border: 1px solid #D5D5D5;
  position: relative;
}
.link-card__wrap .left {
  width: 60%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.link-card__wrap .right {
  min-height: inherit;
  width: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.link-card__wrap .title {
  font-size: 0.95rem;
  line-height: 1.05rem;
  margin: 0;
  color: #000;
}
.link-card__wrap:hover .title {
  color: #004AFF;
}
.link-card__wrap .subtitle {
  font-size: 0.896rem;
  line-height: 1.2rem;
  margin-top: 10px;
  color: #646E7C;
}
.link-card__wrap .author {
  font-size: 0.675rem;
  line-height: 0.725rem;
  margin: 10px 0 0 0;
  color: #646E7C;
}

/* featured link cards */
.link-card-featured__wrap {
  display: flex;
  justify-content: space-between;
}
.link-card-featured__wrap > * {
  margin: 0;
  padding: 0;
}
.link-card-featured__wrap .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
}
.link-card-featured__wrap .title {
  font-size: 1.2rem;
  line-height: 1.45rem;
  margin: 0px;
  color: #000;
}
.link-card-featured__wrap .subtitle {
  font-size: 0.896rem;
  line-height: 1.2rem;
  margin: 12px 0px;
  color: #646E7C;
}
.link-card-featured__wrap .author {
  font-size: 0.675rem;
  line-height: 0.725rem;
  margin: 12px 0px 0px 0px;
  color: #646E7C;
}
.link-card-featured__wrap img {
  object-fit: cover;
  width: 58%;
  height: auto;
}
.link-card-featured__wrap:hover .title {
  color: #004AFF;
}

/* compact link cards */
.link-card-compact__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  min-height: 80px;
}
.link-card-compact__wrap .left {
  width: 70%;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.link-card-compact__wrap .title {
  font-size: 0.95rem;
  line-height: 1.05rem;
  margin: 0;
  color: #000;
}
.link-card-compact__wrap:hover .title {
  color: #004AFF;
}
.link-card-compact__wrap .author {
  font-size: 0.675rem;
  line-height: 0.725rem;
  margin: 10px 0 0 0;
  color: #646E7C;
}
.link-card-compact__wrap img {
  object-fit: cover;
  width: 58%;
  height: auto;
  max-height: 90px;
}
@media screen and (max-width: 768px) {
  .link-card-featured__wrap,
  .link-card-compact__wrap {
    flex-direction: column;
    min-height: initial;
  }
  .link-card-compact__wrap .left {
    min-height: initial;
  }
  .link-card-featured__wrap .text-wrap,
  .link-card-compact__wrap .text-wrap {
    padding-right: 0px;
  }
  .link-card-compact__wrap .author {
    margin: 24px 0 0 0;
  }
  .link-card-featured__wrap img,
  .link-card-compact__wrap img {
    width: 100%;
    margin-top: 20px;
    max-height: initial;
  }
}
.numbered-card__wrap {
  position: relative;
  margin-left: 40px;
}
.numbered-card__wrap:first-child {
  margin-top: 0px;
}

.numbered-card__wrap .numbered-card__number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.numbered-card__wrap .numbered-card__number {
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.placeholder {
  width: 100%;
  height: 100%;
  min-width: 350px;
  border: 2px solid blue;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Placeholder";
}
.gated-content-popup__wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 13;
}
.gated-content-popup__modal {
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #9e2a2c;
  border-radius: 6px;
  padding: 20px;
  margin-top: 50px;
  z-index: 15;
  position: relative;
}
.gated-content-popup__title {
  padding-right: 26px;
}
.gated-content-popup__close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  padding: 8px;
}
.gated-content-popup__close-button:hover {
  opacity: 0.8
}
.gated-content-popup__close-button svg {
  width: 18px;
  height: 18px;
  fill: #9e2a2c;
}
.gated-content-popup__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 14;
}


.quote-wrap {
  display: flex;
  align-items: flex-start;
}

.richtext-wrap.quote {
  font-size: 1rem;
}
.richtext-wrap.name-and-details {
  font-size: 0.95rem;
}

.quote-wrap h1,
.quote-wrap h2,
.quote-wrap h3,
.quote-wrap h4,
.quote-wrap h5,
.quote-wrap h6,
.quote-wrap p {
  margin: 12px 0;
  font-size: 85%;
}
.quote-wrap img.portrait {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 11px 2px #DEDEDE; 
  box-shadow: 0px 0px 11px 2px #DEDEDE;
}
@media screen and (max-width: 920px) {
  .quote-wrap {
    
  }
}


/* wrap */
.swiper {
  width: 100%;
  padding: 30px 30px 0px 30px;
  background-color: #FAFAFA;
  border: 1px solid #004AFF;
}
@media screen and (max-width: 768px) {
  .swiper {
    margin-top: 30px;
  }
}

/* image swipers */
.swiper.images {
  padding: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.swiper.images .swiper-wrapper {
  align-items: center;
}
.swiper.images .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 400px;
  border: 1px solid #004AFF;
}

/* quote swipers */
.swiper-slide .quote-wrap {
  background-color: transparent;
  border: 0;
  padding: 0;
}

/* controls */
.swiper-controls {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.swiper-controls .swiper-pagination-bullets {
  width: auto;
  margin: 0 14px;
  padding: 0 0 4px 0;
}
.swiper-controls .swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.swiper-controls .swiper-pagination-bullet-active {
  background-color: #004AFF;
}
.swiper-controls .swiper-pagination-bullet-active:hover {
  opacity: 1 !important;
}
.swiper-controls .swiper-next,
.swiper-controls .swiper-prev {
  display: flex;
  cursor: pointer;
  margin: 14px;
}
.swiper-controls .swiper-next:hover,
.swiper-controls .swiper-prev:hover {
  opacity: 0.8;
}
.swiper-controls .swiper-button-disabled {
  opacity: 0.25;
  cursor: default !important;
}
.swiper-controls .swiper-button-disabled:hover {
  opacity: 0.25 !important;
}
.modal__wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1111;
  overflow-y: scroll;
}
.modal__wrap.active {
  display: block; 
}


.modal__toggler {
  cursor: pointer;
  transition: 200ms opacity;
}
.modal__toggler:hover {
  transition: 200ms opacity;
  opacity: 0.8;
}

.modal__inner {
  position: relative;
  width: 100%;
  margin: 80px 0 160px 0;
}
.modal {
  width: 35%;
  background-color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 0px 0px #004BFF; 
  box-shadow: 5px 5px 0px 0px #004BFF;
  border: 1px solid #004BFF;
}
@media screen and (max-width: 1120px) {
  .modal {
    width: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    width: 90%;
  }
}

.modal__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  background-color: #004AFF;
}
.modal__header-title {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .modal__header-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.modal__header-img-wrap {
  margin: 0 auto;
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__header img {
  width: 80px;
  height: 80px;
  border: 3px solid #004AFF;
  outline: 3px solid #004AFF;
  border-radius: 50%;
  z-index: 1112;
}

.modal__form-and-text {
  position: relative;
  padding: 45px 35px 35px 20px;
  background-color: #fff;
}
/* .modal__form-and-text * {
  text-align: left !important;
  font-size: 0.9rem !important;
} */

.modal__form-and-text li {
  margin-left: 20px;
}
/* .modal__form-and-text form {
  margin: 0 auto;
} */
.modal__form-and-text form input[type=email] {
  background-color: #EEEEEE;
}
.modal__form-and-text form input[type=submit] {
  background-color: #004AFF;
  color: white;
}
/* .modal__form-and-text form input[type=submit] {
  padding: 21.5px 26px;
}
.modal__form-and-text .hs-error-msgs,
.modal__form-and-text .hs_error_rollup {
  display: none;
} */


.modal__testimonials {
/*   max-height: 200px; */
/*   overflow-y: scroll; */
}
.modal__testimonial {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
}
.modal__testimonial-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
.modal__testimonial-text {
  text-align: left;
  padding-left: 12px;
}

.modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal__close svg {
  width: 18px;
  height: 18px;
  color: #004AFF;
}
.modal__close svg path {
  fill: #004AFF;
}
.with-tabs {
  
}
.tabs {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .tabs {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.tab-toggler {
  margin: 8px;
}
.tab-content {
  display: none;
}
.tab-content.tab-active {
  display: flex;
  flex-direction: column;
}
.speech-bubble {
  width: 100%;
  border: 4px solid #004AFF;
  border-radius: 100px;
  padding: 40px;
  text-align: center;
  position: relative;
}
.speech-bubble .top-spacer,
.speech-bubble .bottom-spacer {
  position: absolute;
  left: 120px;
  right: 120px;
  height: 10px;
  background-color: #fff;
}
.speech-bubble .top-spacer {
  top: -4px;
}
.speech-bubble .bottom-spacer {
  bottom: -4px;
}
.speech-bubble:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #004AFF;
  border-right: 20px solid transparent;
  border-top: 20px solid #004AFF;
  border-bottom: 20px solid transparent;
  left: 70px;
  bottom: -41px;
}
.speech-bubble:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 20px solid transparent;
  left: 74px;
  bottom: -31px;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/



.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.box-shadow {
  
  -webkit-box-shadow: 0px 0px 11px 2px #8F8F8F;
  box-shadow: 0px 0px 11px 2px #8F8F8F;

}

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* custom */
.content-wrapper {
  padding: 0 10% 0 10%;
}
@media screen and (max-width: 920px) {
  .content-wrapper {
    padding: 0 20px 0 20px;
  }
}