/*@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400&display=swap');*/

@font-face {
  font-family: 'FontAwesome';
  src: url('//541513.fs1.hubspotusercontent-na1.net/hubfs/541513/font/fa-solid-900.eot'); /* IE9 Compat Modes */
  src: url('//541513.fs1.hubspotusercontent-na1.net/hubfs/541513/font/fa-solid-900.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//541513.fs1.hubspotusercontent-na1.net/hubfs/541513/font/fa-solid-900.woff2') format('woff2'), /* Modern Browsers */
    url('//541513.fs1.hubspotusercontent-na1.net/hubfs/541513/font/fa-solid-900.woff') format('woff'), /* Modern Browsers */
    url('https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/font/fa-solid-900.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-display: swap;
}


* {
  --primary50: #96ecff;
  --primary100: #78ceff;
  --primary200: #5ab0f0;
  --primary300: #3c92d2;
  --primary400: #1e74b4;
  --primary500: #005696;
  --primary600: #003878;
  --primary700: #001a5a;
  --primary800: #00003c;
  --primary900: #00001e;

  --secondary: #f47b20;
  --accent: #43b02a;
  
  --neutral50: #f6f8fa;
  --neutral100: #e8eaec;
  --neutral200: #dadde0;
  --neutral300: #bec1c4;
  --neutral400: #a3a6a9;
  --neutral500: #888b8e;
  --neutral600: #6f7275;
  --neutral700: #55585b;
  --neutral800: #3b3e41;
  --neutral900: #232629;
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/* 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 {
  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.5; /* 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;
}
*, *::before, *::after { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

p { 
  margin: 0;
}

ul, ol, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure { 
  margin: 0;
}

fieldset { 
  border-width: 0;
  margin: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

a { 
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

button { 
  background-color: transparent;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

cite {
  font-style: italic;
}
/*Edge - works to 41.16299.402.0*/
/*@supports (-ms-ime-align:auto) {
html {
overflow: hidden;
height: 100%;       
}

body {
overflow: auto;
height: 100%;
position: relative;
}
}*/

/*Ie 10/11*/
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
html {
overflow: hidden;
height: 100%;    
}

body {
overflow: auto;
height: 100%;
}
}*/

html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #232629;
  direction: ltr;
  font-family: proxima-nova, 'Helvetica', 'Arial', sans-serif;
  /*   font-size: 17px; */
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: .007rem;
  line-height: 1.5;
  overflow-x: hidden;
  text-align: left;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: canada-type-gibson, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .016rem;
  line-height: 1.125;
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 .65em 0;
}

h1,
.h1 {
  font-size: 1.875rem;
}

h2,
.h2 {
  font-size: 1.5rem;
/*   margin: 0 0 1.35rem 0; */
}

h3,
.h3 {
  font-size: 1.25rem;
/*   margin: 0 0 1.125rem 0; */
}

h4,
.h4 {
  font-size: 1.125rem;
/*   margin: 0 0 .938rem 0; */
}

/* h5, h6,
.h5, .h6 {
  margin: 0 0 .781rem 0;
} */

p {
  margin: 0 0 1.5rem 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  display: none;
}

img,
svg {
  vertical-align: middle;
}

img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

svg {
  display: inline-block;
  overflow: hidden;
}

a {
  color: #1e74b4;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-decoration-line: none;
/*   text-decoration-thickness: .085em; */
  text-decoration-color: transparent;
  -webkit-transition: color 150ms ease-in-out, text-decoration-color 150ms ease-in-out;
  transition: color 150ms ease-in-out, text-decoration-color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out, text-decoration-color 150ms ease-in-out;
  transition: color 150ms ease-in-out, text-decoration-color 150ms ease-in-out;
}

a:active,
a:focus,
a:hover {
  text-decoration: underline;
  text-decoration-line: underline;
/*   text-decoration-thickness: .1em; */
  text-decoration-color: rgba(0, 0, 0, 0);
  text-decoration-color: currentColor;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

q {
  quotes: "“" "”" "‘" "’";
}

hr {
  background: #a3a6a9;
  border: none;
  margin: 3rem auto;
  padding: .5px 0;
  width: 6rem;
}

:not(input):focus {
  outline: auto;
  outline-color: #5ab0f0;
  outline-offset: 5px;
}

.disable-focus-styles :focus { /* remove? and JS */
  outline: none;
}

::selection,
::-moz-selection {
  background: #1e74b4;
  color: #fff;
}

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

  h1,
  .h1 {
    font-size: 2.375rem;
  }

  h2,
  .h2 {
    font-size: 1.875rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  hr {
    margin: 0;
    width: unset;
  } 
}
/* 
@media (min-width: 1024px) {
  body {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1600px) {
  body {
    font-size: 1.25rem;
  }
}
 */

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
/* .container {
margin-left: auto;
margin-right: auto;
max-width: 1264px;
padding-left: 2rem;
padding-right: 2rem;
width: 100%;
}

@media screen and (min-width: 1800px) {
.container-xlg {
margin-left: auto;
margin-right: auto;
max-width: 1614px;
padding-left: 2rem;
padding-right: 2rem;
width: 100%;
}
}

@media screen and (max-width: 1799px) {
.container-xlg {
margin-left: auto;
margin-right: auto;
max-width: 1264px;
padding-left: 2rem;
padding-right: 2rem;
width: 100%;
}
}

.dnd-section[class*="force-full-width-section"] {
padding: 0;
}

.dnd-section:not([class*="force-full-width-section"]) {
padding: 6rem 2rem;
}

.dnd-section:not([class*="force-full-width-section"]) + .dnd-section:not([class*="force-full-width-section"]) {
padding-top: 0;
}

.dnd-section > .row-fluid {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

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

.content-container-sm {
margin-bottom: 1.75rem;
}

.content-container-sm:last-child,
.content-container+.content-container:last-child,
.content-container-sm+.content-container-sm:last-child {
margin-bottom: 0;
}

.content-container-qt {
width: 850px;
}

.content-container + .content-container {
margin-top: 1.75rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
.dnd-section:not([class*="force-full-width-section"]) {
padding: 5rem 2rem;
width: 100%;
}
}

@media (max-width: 767px) {
.container {
padding-left: 1.5rem;
padding-right: 1.5rem;
}

.dnd-column + .dnd-column {
padding-top: 4rem;
}
}

@media (max-width: 1024px) {
.content-container-qt {
width: 100%;
}
} */


/* mobile styles */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 79rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

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

.content-container-sm {
  margin-bottom: 1.75rem;
}

.content-container-sm:last-child,
.content-container + .content-container:last-child,
.content-container-sm + .content-container-sm:last-child {
  margin-bottom: 0;
}

.content-container + .content-container {
  margin-top: 1.75rem;
}

.content-container-qt {
  width: 100%;
}

/* .dnd-section[class*="force-full-width-section"] {
  padding: 0;
} */

.dnd-section:not([class*="force-full-width-section"]) {
  padding: 4rem 1.5rem;
/*   width: 100%; */
}

.dnd-section:not([class*="force-full-width-section"]) + .dnd-section:not([class*="force-full-width-section"]) {
  padding-top: 0;
}

/* .dnd-section:not([class*="force-full-width-section"]) .dnd-column {
  width: 100%;
} */

.dnd-column + .dnd-column {
  padding-top: 4rem;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

/* tablet styles */
@media screen and (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dnd-section:not([class*="force-full-width-section"]) {
    padding: 5rem 2rem;
  }

  .dnd-column + .dnd-column {
    padding-top: 0;
  }
}

/* laptop styles */
@media screen and (min-width: 1025px) {
  .content-container-qt {
    width: 53rem;
  }

  .dnd-section:not([class*="force-full-width-section"]) {
    padding: 6rem 2rem;
  }
}
/* =Flexbox
----------------------------------------------- */
/* .flex-1,
.flex-2,
.flex-3,
.flex-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
} */

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

/* .flex-initial {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
} */

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

.flex-tb-fb { /* used */
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-itb-fb { /* used */
  display: inline-table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* .flex-ib-fb {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

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

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

.flex-wrap { /* used */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
} */

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

/* .flex-col-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

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

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

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

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
 */
.justify-center { /* used */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-between { /* used */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

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

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

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

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

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

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

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

/* =Grid
----------------------------------------------- */
.gap-0 {
  gap: 0;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-x-0 {
  column-gap: 0;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-x-10 {
  column-gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-x-12 {
  column-gap: 3rem;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin: 0;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

/* =Grid layouts
----------------------------------------------- */
.gridlayout,
.gridlist {
  margin: 0 -.875rem;
}

.gridlayout:after,
.gridlist:after {
  content: '';
  display: table;
  clear: both;
}

.gridlist-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
  margin: 0 .875rem 1.75rem;
  position: relative;
  width: calc(100% - 1.75rem);
}

/* tablet styles */
@media screen and (min-width: 768px) {
  .gridlist {
    margin: 0 -1rem;
  }

  .gridlist-item {
    margin: 0 1rem 2rem;
    width: calc(50% - 2rem);
  }
}

/* laptop styles */
@media screen and (min-width: 1025px) {
  .gridlist-item {
    width: calc(33.333333% - 2rem);
  }

  .gridlist-item-lg {
    width: calc(50% - 2rem);
  }

  .md\:col-span-2,
  .gridlist-item-colspan2 {
    width: calc(66.666666% - 2rem);
  }
}

/* desktop styles */
@media screen and (min-width: 1280px) {
  .gridlist-item-sm {
    width: calc(25% - 2rem);
  }
}

@supports (display: grid) {
  .gridlist {
    display: -ms-grid;
    display: grid;
    margin: 0;
  }

  .gridlist:after {
    content: unset;
  }

  .gridlist .sameheight {
    height: auto !important;
  }

  .gridlist-item {
    margin: 0;
    width: auto;
  }

  @media screen and (min-width: 1025px) {
    .md\:col-span-2,
    .gridlist-item-colspan2 {
      grid-column: auto / span 2;
    }
  }
}

/* tablet styles */
@media screen and (min-width: 768px) {
  /* =Flexbox
  ----------------------------------------------- */
/*   .flex-2,
  .flex-3,
  .flex-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    -webkit-flex: 0 0 -webkit-calc(100%/2);
    flex: 0 0 calc(100%/2);
    width: 50%;
  } */

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

  .sm\:flex-row { /* used */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .sm\:flex-row-reverse { /* used */
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  /* =Grid
  ----------------------------------------------- */
  .sm\:gap-0 {
    gap: 0;
  }

  .sm\:gap-y-0 {
    row-gap: 0;
  }

  .sm\:gap-x-0 {
    column-gap: 0;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-x-8 {
    column-gap: 2rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-x-12 {
    column-gap: 3rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* laptop styles */
@media screen and (min-width: 1025px) {
  /* =Flexbox
  ----------------------------------------------- */
/*   .flex-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    -webkit-flex: 0 0 -webkit-calc(100%/2);
    flex: 0 0 calc(100%/2);
    width: 50%;
  }
  
  .flex-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    -webkit-flex: 0 0 -webkit-calc(100%/3);
    flex: 0 0 calc(100%/3);
    width: 33.3333%;
  }
  
  .flex-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/4);
    -webkit-flex: 0 0 -webkit-calc(100%/4);
    flex: 0 0 calc(100%/4);
    width: 25%;
  } */

  .md\:flex-row { /* used */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  
  /* =Grid
  ----------------------------------------------- */
  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-y-0 {
    row-gap: 0;
  }

  .md\:gap-x-0 {
    column-gap: 0;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-x-8 {
    column-gap: 2rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:gap-x-12 {
    column-gap: 3rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* desktop styles */
@media screen and (min-width: 1280px) {
  /* =Grid
  ----------------------------------------------- */
  .lg\:gap-0 {
    gap: 0;
  }

  .lg\:gap-y-0 {
    row-gap: 0;
  }

  .lg\:gap-x-0 {
    column-gap: 0;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:gap-x-8 {
    column-gap: 2rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-x-10 {
    column-gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:gap-x-12 {
    column-gap: 3rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* old */
/* .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */

/* @media (max-width: 1024px) {
  .md-flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
  }

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

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

  .md-flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md-justify-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
  }

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

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

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

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

  .md-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
} */

/* @media (max-width: 767px) {
  .sm-flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
  }

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

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

  .sm-flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm-justify-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
  }

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

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

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

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

  .sm-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
} */

/* =Responsive grid - HubSpot
----------------------------------------------- */
/* Widths */
.col-8,
.col-9 {
  width: 74.997%;
}

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

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

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

.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.127659574%;
  /*   *margin-left: 2.0744680846382977%; */
  min-height: 0;
  width: 100%;
}

.row-fluid .span1:first-child,
.row-fluid .span2:first-child,
.row-fluid .span3:first-child,
.row-fluid .span4:first-child,
.row-fluid .span5:first-child,
.row-fluid .span6:first-child,
.row-fluid .span7:first-child,
.row-fluid .span8:first-child,
.row-fluid .span9:first-child,
.row-fluid .span10:first-child,
.row-fluid .span11:first-child,
.row-fluid .span12:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* .container-fluid {
*zoom: 1;
}
*/
.container-fluid:before,
.container-fluid:after {
  content: '';
  display: table;
}

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

@media screen and (max-width: 767px) {
  /* =Responsive grid - HubSpot
  ----------------------------------------------- */
  /* Widths */
  .col-8,
  .col-9 {
    width: 100%;
  }

  .row-fluid {
    width: 100%;
  }

  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12 {
    /*     display: block; */
    float: none;
    margin-left: 0;
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  /* =Responsive grid - HubSpot
  ----------------------------------------------- */
  /* Widths */
  .col-8,
  .col-9 {
    width: 74.997%;
  }

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

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

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

  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12 {
    /*     -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block; */
    float: left;
    margin-left: 2.762430939%;
    /*     *margin-left: 2.709239449638298%; */
    min-height: 1px;
    width: 100%;
  }

  .row-fluid .span1:first-child,
  .row-fluid .span2:first-child,
  .row-fluid .span3:first-child,
  .row-fluid .span4:first-child,
  .row-fluid .span5:first-child,
  .row-fluid .span6:first-child,
  .row-fluid .span7:first-child,
  .row-fluid .span8:first-child,
  .row-fluid .span9:first-child,
  .row-fluid .span10:first-child,
  .row-fluid .span11:first-child,
  .row-fluid .span12:first-child {
    margin-left: 0;
  }

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

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

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

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

  .row-fluid .span8 {
    width: 65.74585634900001%;
    /*     *width: 65.6926648596383%; */
    width: 60%;
  }

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

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

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

  .row-fluid .span4 {
    width: 31.491712705%;
    /*     *width: 31.4385212156383%; */
    width: 40%;
  }

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

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

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

@media screen and (min-width: 1280px) {
  /* =Responsive grid - HubSpot
  ----------------------------------------------- */
  /* Widths */
  .col-8 {
    width: 66.664%;
  }

  .col-9 {
    width: 74.997%;
  }

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

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

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

  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12 {
    /*     -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block; */
    float: left;
    margin-left: 2.564102564%;
    /*     *margin-left: 2.510911074638298%; */
    min-height: 1px;
    width: 100%;
  }

  .row-fluid .span1:first-child,
  .row-fluid .span2:first-child,
  .row-fluid .span3:first-child,
  .row-fluid .span4:first-child,
  .row-fluid .span5:first-child,
  .row-fluid .span6:first-child,
  .row-fluid .span7:first-child,
  .row-fluid .span8:first-child,
  .row-fluid .span9:first-child,
  .row-fluid .span10:first-child,
  .row-fluid .span11:first-child,
  .row-fluid .span12:first-child {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

/* =Clearfix
----------------------------------------------- */
/* .clearfix {
*zoom: 1;
} */

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

.clearfix:after {
  clear: both;
}

/* =Visibility
----------------------------------------------- */
.show {
  display: block;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
/* =Main button styles
----------------------------------------------- */
.btn,
form input[type=submit],
form .hs-button,
.content .hs-button {
  border: 2px solid;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  /*   height: 2.5rem; */
  letter-spacing: .02em;
  line-height: 1;
  overflow-wrap: anywhere;
  padding: .6112em 1.5em;
  text-align: center;
  -webkit-transition: background-color 300ms, border-color 300ms, color 300ms;
  transition: background-color 300ms, border-color 300ms, color 300ms;
  -o-transition: background-color 300ms, border-color 300ms, color 300ms;
  transition: background-color 300ms, border-color 300ms, color 300ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  word-break: normal;
}

form input[type=submit],
form .hs-button,
.content .hs-button {
  color: #fff;
  /*   display: inline-block; */
  margin: 2.75rem auto 0
}

form input[type=submit],
form .hs-button {
  display: block;
}

.btn,
.content .hs-button {
  display: inline-block;
}

form input[type=submit]:active,
form input[type=submit]:focus,
form input[type=submit]:hover,
form .hs-button:active,
form .hs-button:focus,
form .hs-button:hover,
.content .hs-button:focus,
.content .hs-button:hover {
  background-color: #005696;
  border-color: #005696;
}

button:disabled,
.btn:disabled {
  background-color: #a3a6a9;
  border-color: #a3a6a9;
  color: #55585b;
  pointer-events: none;
}

.btn-blue-400 {
  background-color: #1e74b4;
  border-color: #1e74b4;
}

.btn-blue-500 {
  background-color: #005696;
  border-color: #005696;
}

.btn-primary-400 { /* used, news form popup */
  background-color: #1e74b4;
  border-color: #1e74b4;
}

.btn-primary-500 {
  background-color: #005696;
  border-color: #005696;
}

.btn-primary-700, /* used, blog index, error pages, contact us HR form */
.btn-blue-dark,
form input[type=submit],
form .hs-button,
.content .hs-button {
  background-color: #001a5a;
  border-color: #001a5a;
}

.btn-secondary {
  border-color: #f47b20;
}

/* =CTA button, arrow
----------------------------------------------- */
.hs-cta-wrapper a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: unset;
}

.btn-cta {
  color: #1e74b4;
  /*line-height: 2;*/
  padding: .6112em 1.5em .6112em 3em;
  position: relative;
  -webkit-transition: background-color 300ms, border-color 300ms, color 300ms, padding 200ms cubic-bezier(0.65,0,.076,1);
  transition: background-color 300ms, border-color 300ms, color 300ms, padding 200ms cubic-bezier(0.65,0,.076,1);
  -o-transition: background-color 300ms, border-color 300ms, color 300ms, padding 200ms cubic-bezier(0.65,0,.076,1);
  transition: background-color 300ms, border-color 300ms, color 300ms, padding 200ms cubic-bezier(0.65,0,.076,1);
}

.btn-cta-solid {
  background-color: #e65400;
  border-color: #e65400;
}

.btn-cta:before,
.btn-cta:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 2em;
  position: absolute;
  text-decoration: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 100ms cubic-bezier(0.65,0,.076,1) 25ms;
  transition: opacity 100ms cubic-bezier(0.65,0,.076,1) 25ms;
  -o-transition: opacity 100ms cubic-bezier(0.65,0,.076,1) 25ms;
  transition: opacity 100ms cubic-bezier(0.65,0,.076,1) 25ms;
  width: 2em;
}

.btn-cta:before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.37' height='36.49' viewBox='0 0 47.37 36.49'%3E%3Cpolygon points='29.13 0 25.28 3.85 36.96 15.53 0 15.53 0 20.96 36.96 20.96 25.28 32.64 29.13 36.49 47.37 18.25 29.13 0' fill='%23f47b20'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='arrow-icon' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='%23f47b20' stroke-width='2' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath class='arrow-icon--arrow' d='M16.14 9.93L22.21 16l-6.07 6.07M8.23 16h13.98'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  left: .75em;
  opacity: 1;
}

.btn-cta:after {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.37' height='36.49' viewBox='0 0 47.37 36.49'%3E%3Cpolygon points='29.13 0 25.28 3.85 36.96 15.53 0 15.53 0 20.96 36.96 20.96 25.28 32.64 29.13 36.49 47.37 18.25 29.13 0' fill='%23fff'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='arrow-icon' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='%23f47b20' stroke-width='2' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath class='arrow-icon--arrow' d='M16.14 9.93L22.21 16l-6.07 6.07M8.23 16h13.98'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  opacity: 0;
}

.btn-cta-solid:before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.37' height='36.49' viewBox='0 0 47.37 36.49'%3E%3Cpolygon points='29.13 0 25.28 3.85 36.96 15.53 0 15.53 0 20.96 36.96 20.96 25.28 32.64 29.13 36.49 47.37 18.25 29.13 0' fill='%23fff'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='arrow-icon' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath class='arrow-icon--arrow' d='M16.14 9.93L22.21 16l-6.07 6.07M8.23 16h13.98'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
}

.btn-cta:after {
  right: .5em;
  -webkit-transform: translate(-13px, -50%);
  -ms-transform: translate(-13px, -50%);
  transform: translate(-13px, -50%);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.65,0,.076,1);
  transition: -webkit-transform 200ms cubic-bezier(0.65,0,.076,1);
  -o-transition: -o-transform 200ms cubic-bezier(0.65,0,.076,1);
  transition: transform 200ms cubic-bezier(0.65,0,.076,1);
  transition: transform 200ms cubic-bezier(0.65,0,.076,1), -webkit-transform 200ms cubic-bezier(0.65,0,.076,1);
}

.btn-cta-solid:after {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.37' height='36.49' viewBox='0 0 47.37 36.49'%3E%3Cpolygon points='29.13 0 25.28 3.85 36.96 15.53 0 15.53 0 20.96 36.96 20.96 25.28 32.64 29.13 36.49 47.37 18.25 29.13 0' fill='%23fff'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='arrow-icon' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath class='arrow-icon--arrow' d='M16.14 9.93L22.21 16l-6.07 6.07M8.23 16h13.98'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  opacity: 0;
}

/* =Hover, active and focus styles
----------------------------------------------- */
.btn:active,
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn-blue-400:active,
.btn-blue-400:focus,
.btn-blue-400:hover {
  background-color: #3c92d2;
  border-color: #3c92d2;
}

.btn-blue-500:active,
.btn-blue-500:focus,
.btn-blue-500:hover {
  background-color: #1e74b4;
  border-color: #1e74b4;
}

.btn-primary-400:active,
.btn-primary-400:focus,
.btn-primary-400:hover {
  background-color: #3c92d2;
  border-color: #3c92d2;
}

.btn-primary-500:active,
.btn-primary-500:focus,
.btn-primary-500:hover {
  background-color: #1e74b4;
  border-color: #1e74b4;
}

.btn-primary-700:active,
.btn-primary-700:focus,
.btn-primary-700:hover {
  background-color: #005696;
  border-color: #005696;
}

.btn-blue-dark:active,
.btn-blue-dark:focus,
.btn-blue-dark:hover {
  background-color: #005696;
  border-color: #005696;
}

.btn-cta:focus,
.btn-cta:hover {
  padding: .6112em 3em .6112em 1.5em;
}

.btn-cta:focus:before,
.btn-cta:hover:before {
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.65,0,.076,1);
  transition: opacity 300ms cubic-bezier(0.65,0,.076,1);
  -o-transition: opacity 300ms cubic-bezier(0.65,0,.076,1);
  transition: opacity 300ms cubic-bezier(0.65,0,.076,1);
}

.btn-cta-solid:focus,
.btn-cta-solid:hover {
  background-color: #f5630f;
  border-color: #ff993e;
}

.btn-cta:focus:after,
.btn-cta:hover:after {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 300ms cubic-bezier(0.65,0,.076,1) 75ms, -webkit-transform 300ms cubic-bezier(0.65,0,.076,1);
  transition: opacity 300ms cubic-bezier(0.65,0,.076,1) 75ms, -webkit-transform 300ms cubic-bezier(0.65,0,.076,1);
  -o-transition: opacity 300ms cubic-bezier(0.65,0,.076,1) 75ms, -o-transform 300ms cubic-bezier(0.65,0,.076,1);
  transition: opacity 300ms cubic-bezier(0.65,0,.076,1) 75ms, transform 300ms cubic-bezier(0.65,0,.076,1);
  transition: opacity 300ms cubic-bezier(0.65,0,.076,1) 75ms, transform 300ms cubic-bezier(0.65,0,.076,1), -webkit-transform 300ms cubic-bezier(0.65,0,.076,1);
}

/* =Search button (input)
----------------------------------------------- */
.search-btn {
  color: #f47b20;
  font-size: 1.25rem;
  overflow: visible;
  position: absolute;
  right: .5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

/* =Scroll to top button
----------------------------------------------- */
.back-to-top {
  background: #bec1c4;
  background-color: rgba(190,194,197,.8);
  border-radius: 9999px;
  bottom: 1.5rem;
  cursor: pointer;
  height: 2.5rem;
  overflow: hidden;
  right: 1.5rem;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  width: 2.5rem;
  z-index: 40;
}

.back-to-top i {
  height: 1rem;
  margin: auto;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: -o-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  width: 1rem;
}

/* =Video play button
----------------------------------------------- */
.play-btn {
  background: center / contain url('https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/icons/play-button.png') no-repeat;
  background-image: url('https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/icons/play-button.svg');
  background-size: contain;
  filter: drop-shadow(0 0 8px #232629);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  
  z-index: 5;
}

.play-btn,
.play-btn-lg {
  height: 3rem;
  width: 3rem;
}

/* tablet styles */
@media screen and (min-width: 768px) {
  .play-btn-lg {
    height: 3.75rem;
    width: 3.75rem;
  }
}

/* laptop styles */
@media screen and (min-width: 1025px) {
  .btn,
  form input[type=submit],
  form .hs-button,
  .content .hs-button {
    font-size: 1.125rem;
  }

  .play-btn-lg {
    height: 4.5rem;
    width: 4.5rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .back-to-top:hover {
    background: #a3a6a9;
    background-color: rgba(163,167,171,1);
  }

  .back-to-top:hover i {
    -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  }

/*   .video-card:hover .play-btn {
    height: 3.25rem;
    width: 3.25rem;
  } */
  
/*   a:hover .play-btn-lg {
    height: 5rem;
    width: 5rem;
  } */
}
/* Table of Contents
* |Contact us forms module|
* |Forms|
* |Headings & text|
* |Inputs|
* |Checkboxes & radio buttons|
* |Date picker|
* |Labels & legends|
* |Help text|
* |Placeholder|
* |GDPR|
* |Validation|
* |Submit button|
* |Captcha|
* |Mobile styles|
*/

/* =Contact us forms module
----------------------------------------------- */
.contact-wrapper {
  min-height: 46rem;
}

/* =Forms
----------------------------------------------- */
.hs-form fieldset.form-columns-1,
.hs-form fieldset.form-columns-2 {
  max-width: 100%;
}

form .hs-richtext,
form .hs-richtext p,
.hs-form-field {
  margin: 0 0 1.4rem 0;
}

.row-fluid .hs-form fieldset.form-columns-1 .input,
.row-fluid .hs-form fieldset.form-columns-2 .input {
  margin: 0;
}

.row-fluid .hs-form .form-columns-2 .field:first-child {
  padding: 0 1rem 0 0;
}

.row-fluid .hs-form .form-columns-2 .field:last-child {
  padding: 0 0 0 1rem;
}

/* Headings & text */
form .header {
  background: transparent;
  border: none;
}

/* Inputs */
select,
.hs-form .hs-form-field .input select.hs-input,
.hs-form .hs-form-field .input textarea.hs-input,
.hs-form .input input.hs-input:not([type='checkbox']),
.hs-form .input input.hs-input:not([type='radio']) {
  width: 100%;
}

.hs-dateinput input,
input[type='checkbox'],
input[type='file'],
input[type='radio'],
label:not(.hs-fieldtype-radio > label):not(.hs-fieldtype-checkbox > label),
select {
  cursor: pointer;
}

input,
select,
textarea,
.btn-dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid;
  border-color: #a3a6a9;
  border-radius: .3125rem;
  color: #55585b;
  line-height: 1.5;
  margin: 0;
  padding: .372rem .6rem;
  outline: none;
  position: relative;
  -webkit-transition: border-color 200ms, -webkit-box-shadow 200ms;
  transition: border-color 200ms, -webkit-box-shadow 200ms;
  -o-transition: border-color 200ms, box-shadow 200ms;
  transition: border-color 200ms, box-shadow 200ms;
}

input[type=file] {
  /*   line-height: initial; */
  padding: .2rem .6rem;
}

textarea {
  height: 5rem;
  min-height: 2.5rem;
}

/* select {
min-width: 100%;
} */

input:focus,
select:focus,
textarea:focus,
.btn-dropdown-toggle:focus {
  
  
  -webkit-box-shadow: 0 0 0 3px rgba(153, 187, 255, .7);
  box-shadow: 0 0 0 3px rgba(153, 187, 255, .7);
  outline: none;
}

input:focus,
select:focus,
textarea:focus,
.btn-dropdown-toggle:focus,
select:hover,
textarea:hover,
input:hover,
.btn-dropdown-toggle:hover {
  border-color: #1059c0;
}

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .half-input {
  width: 100%;
}

.btn-dropdown-toggle:before,
.hs-fieldtype-select .input:before,
.resources-filter .input:before {
  color: #55585b;
  content: '\f107';
  font-family: 'FontAwesome';
  pointer-events: none;
  position: absolute;
  right: .6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

/* Checkboxes & radio buttons */
.hs-form-checkbox,
.hs-form-radio {
  margin: .75rem 0 0 0;
}

.email-prefs input[type='checkbox'],
.hs-form-field .hs-form-checkbox input[type='checkbox'].hs-input,
.hs-form-field .hs-form-booleancheckbox input[type='checkbox'].hs-input,
.hs-form-field .hs-form-radio input[type='radio'].hs-input {
  display: inline-block;
  height: 21px;
  padding: 0;
  -webkit-transition: background 300ms, border-color 200ms, -webkit-box-shadow 200ms;
  transition: background 300ms, border-color 200ms, -webkit-box-shadow 200ms;
  -o-transition: background 300ms, border-color 200ms, box-shadow 200ms;
  transition: background 300ms, border-color 200ms, box-shadow 200ms;
  vertical-align: top;
  width: 21px;
}

input[type='checkbox'] + span,
input[type='radio'] + span {
  line-height: 21px;
  margin: 0 0 0 .75rem;
  vertical-align: top;
}

input[type='checkbox']:after,
input[type='radio']:after {
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 200ms, -webkit-transform 300ms;
  transition: opacity 200ms, -webkit-transform 300ms;
  -o-transition: opacity 200ms, -o-transform 300ms;
  transition: opacity 200ms, transform 300ms;
  transition: opacity 200ms, transform 300ms, -webkit-transform 300ms;
}

input[type='checkbox']:checked,
input[type='radio']:checked {
  background: #1059c0;
  border-color: #1059c0;
  opacity: 1;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
  background: #f6f8ff;
  cursor: not-allowed;
  opacity: .9;
}

input[type='checkbox']:disabled:after {
  border-color: #bbc1e1;
}

input[type='radio']:disabled:after {
  background: #bbc1e1;
}

input[type='checkbox']:disabled:checked,
input[type='radio']:disabled:checked {
  background: #e1e6f9;
  border-color: #bbc1e1;
}

/* input[type='checkbox']:hover:not(:checked):not(:disabled),
input[type='radio']:hover:not(:checked):not(:disabled) {
border-color: #275efe;
} */

input[type='checkbox']:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 9px;
  left: 7px;
  top: 4px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  width: 5px;
}

input[type='checkbox']:checked:after {
  opacity: 1;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}

input[type='radio'],
input[type='radio']:after {
  border-radius: 50%;
}

input[type='radio']:after {
  background: #fff;
  height: 19px;
  opacity: 0;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  width: 19px;
}

input[type='radio']:checked:after {
  opacity: 1;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: opacity 300ms, -webkit-transform 600ms cubic-bezier(.2,.85,.32,1.2);
  transition: opacity 300ms, -webkit-transform 600ms cubic-bezier(.2,.85,.32,1.2);
  -o-transition: opacity 300ms, -o-transform 600ms cubic-bezier(.2,.85,.32,1.2);
  transition: opacity 300ms, transform 600ms cubic-bezier(.2,.85,.32,1.2);
  transition: opacity 300ms, transform 600ms cubic-bezier(.2,.85,.32,1.2), -webkit-transform 600ms cubic-bezier(.2,.85,.32,1.2);
}

.cookie-reset-container a {
  padding: 0 0 0 .325rem;
}

/* Date picker */
.hs-fieldtype-date .input .hs-dateinput {
  position: relative;
}

.hs-fieldtype-date .input .hs-dateinput:before {
  content:'\1f4c6';
  position: absolute;
  right: .6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.hs-datepicker-open .hs-datepicker .fn-date-picker .pika-button,
.hs-datepicker-open .hs-datepicker .fn-date-picker .pika-table thead th {
  color: #6f7275;
}

.hs-datepicker-open .hs-datepicker .fn-date-picker .pika-button {
  background: #e8eaec;
}

.hs-datepicker-open .hs-datepicker .fn-date-picker .is-today .pika-button {
  color: #1059c0;
}

.hs-datepicker-open .hs-datepicker .fn-date-picker .is-selected .pika-button {
  background: #1059c0;
  color: #fff;
}

.hs-datepicker-open .hs-datepicker .fn-date-picker .pika-button:hover {
  background: #337ce3 !important;
}

/* Labels & legends */
label {
  color: #6f7275;
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 .35rem 0;
}

.hs-form-booleancheckbox label,
.hs-form-checkbox label,
.hs-form-radio label {
  padding: 0 0 0 2.1rem;
  text-indent: -2.1rem;
}

/*.hs-form-field > label {
margin: 0 0 .35rem 0;
}*/

.hs-form-checkbox span,
.hs-form-booleancheckbox span,
.hs-form-radio span {
  font-size: 1rem;
}

legend,
.hs-form-checkbox span,
.hs-form-booleancheckbox span:not(.hs-form-required),
.hs-form-radio span {
  color: #3b3e41;
}

legend {
  margin: 0 0 .5rem 0;
}

/* Help text */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p,
form .hs-richtext,
form .hs-richtext p,
.hs-error-msg,
.hs-form-required,
legend {
  font-size: .875rem;
}

/* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.hs-fieldtype-select .input:before,
.resources-filter .input:before {
content: '';
}
} */

/* Placeholder */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  color: #6f7275;
}

/* 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 {
  line-height: 0;
  padding: 0 0 0 3px;
}

.input .invalid,
.input .error {
  border-color: #d70000;
}

.hs-form-required,
.hs-error-msg,
.hs-error-msgs label {
  color: #d70000;
}

/* Submit button */ /* remove if found unnecessary */
/* a.hs-button {
display: inline-block;
} */

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

.hs-recaptcha {
  margin: .6rem 0 2rem;
}

/* laptop styles */
@media screen and (min-width: 1025px) {
  .hs-fieldtype-select .half-input {
    width: 65.3%;
  }
}

/* desktop styles */
@media screen and (min-width: 1280px) {
  .hs-fieldtype-select .half-input {
    width: 48.5%;
  }
}

@media screen and (max-width: 400px) {
  form.hs-form fieldset.form-columns-2 .hs-input {
    width: 50%;
  }

  form.hs-form.stacked fieldset.form-columns-2 .hs-form-field .hs-input {
    width: 100%;
  }

  textarea {
    height: 4rem;
  }

  .row-fluid .hs-form .form-columns-2 .field:first-child,
  .row-fluid .hs-form .form-columns-2 .field:last-child {
    padding: 0;
  }
}

@media screen and (max-width: 300px) {
  /* Captcha */
  .hs_recaptcha {
    overflow: hidden;
  }
}
/* =Hyperlinks
----------------------------------------------- */
.underline {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.underline:hover {
  text-decoration: none;
}

.underline:after {
  border-bottom: solid .1em currentColor;
  content: '';
  display: block;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 200ms;
}

.underline:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

.un {  
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%; /*OR bottom left*/
  background-size: 0% .09em;
  background-repeat: no-repeat;
  display: inline;
  padding-bottom: .08em;
  transition: background-size 0.25s, background-position 0s 0.25s; /*change after the size immediately*/
}

.un:hover {
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% .09em;
}

.arrow-link {
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 0 2rem;
  position: relative;
/*   width: 85%; */
}

.arrow-link:before {
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.37' height='36.49' viewBox='0 0 47.37 36.49'%3E%3Cpolygon points='29.13 0 25.28 3.85 36.96 15.53 0 15.53 0 20.96 36.96 20.96 25.28 32.64 29.13 36.49 47.37 18.25 29.13 0' fill='%23f47b20'/%3E%3C/svg%3E");  background-position: center;*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg class='arrow-icon' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='%23f47b20' stroke-width='2' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath class='arrow-icon--arrow' d='M16.14 9.93L22.21 16l-6.07 6.07M8.23 16h13.98'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 2.25rem;
  left: -.15rem;
  position: absolute;
  top: -.375rem;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  width: 2.25rem;
}

.arrow-link:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/*** Font Awesome ***/
.ext-link:after,
.pdf-link:after {
  color: inherit;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: inherit;
  font-weight: inherit;
  padding-left: .375rem;
  text-decoration: none;
}

.ext-link:after {
  content: '\f35d';
}

.pdf-link:after {
  content: '\f1c1';
}

.menu-item [aria-current]:focus,
.breadcrumb-item [aria-current]:focus {
  text-decoration: none;
}

/*** Cursors ***/
.cursor-pointer { /* used */
  cursor: pointer;
}

/* @media screen and (min-width: 768px) {
  .arrow-link {
    width: 66%;
  }
} */
.content ol {
  list-style: decimal;
  margin: 0 0 1.62rem 0;
  padding: 0 0 0 2rem;
}

.content ol li::marker {
  font-weight: bold;
} 

.content ol li + li {
  margin: 1rem 0 0 0;
}

.content ol li ol {
  list-style: upper-roman;
  margin: .5rem 0 1rem;
}

/* =FontAwesome download bullets
----------------------------------------------- */
.download-link {
  font-weight: 500;
  margin: .875rem 0 0 1.85rem;
  position: relative;
}

.download-link:first-child {
  margin: 0 0 0 1.85rem;
}

.download-link:last-child {
  margin: .875rem 0 0 1.85rem;
}

.download-link:before {
  color: #f47b20;
  content: '\f358';
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  height: 1rem;
  left: -1.85rem;
  line-height: 1;
  position: absolute;
  text-rendering: auto;
  top: 5px;
  width: 1rem;
}

/* =Unordered lists (orange square bullets)
----------------------------------------------- */
.content ul {
  margin: 0 0 1.62rem 0;
}

.content ul li {
  margin: 0 0 0 1.18rem;
  position: relative;
}

.content ul li + li {
  margin: .5rem 0 0 1.18rem;
}

.content ul li > p {
  margin: 0 0 1.25rem 0;
}

.content ul li::before {
  background: #f47b20;
  content: '';
  height: .47rem;
  left: -1.06rem;
  position: absolute;
  top: .56rem;
  width: .47rem;
}

.content ul li ul {
  margin: .5rem 0;
}

.content ul li ul li::before {
  background: transparent;
  border: 1px solid #f47b20;
}

.content ul li ul li ul li {
  margin: 0 0 0 .95rem;
}

.content ul li ul li ul li::before {
  background: #f47b20;
  content: '';
  height: .35rem;
  left: -.88rem;
  position: absolute;
  top: .7rem;
  width: .35rem;
}

/* =List columns
----------------------------------------------- */
.two-column,
.three-column {
  column-count: 1;
  column-fill: unset;
  column-gap: unset;
  height: auto;
}

.two-column > li,
.three-column > li,
.two-column ul > li,
.three-column ul > li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

@media screen and (min-width: 768px) {
  /* =FontAwesome download bullets
  ----------------------------------------------- */
  .download-link {
    margin: .5rem 0 0 1.85rem;
  }

  .download-link:last-child {
    margin: .5rem 0 0 1.85rem;
  }
  
  /* =Unordered lists (orange square bullets)
  ----------------------------------------------- */
  .content ul li::before {
    top: .625rem;
  }

  /* =List columns
  ----------------------------------------------- */
  .two-column {
    column-count: 2;
    column-gap: 5%;
  }

  .three-column {
    column-count: 3;
    column-gap: 4.7rem;
  }
}
/* =HubSpot menus
----------------------------------------------- */
.hs-menu-wrapper ul {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs-menu-item a {
  display: block;
}

.hs-menu-flow-vertical .hs-menu-item a {
  padding: 0.5rem 0;
}

/* =Horizontal menus
----------------------------------------------- */
/* .horizontal-menu ol,
.horizontal-menu ul {
line-height: 1;
white-space: nowrap;
word-break: initial;
}

.horizontal-menu ol li:first-child a,
.horizontal-menu ul li:first-child a {
padding-left: 0;
}

.horizontal-menu ol li a:not([aria-current]),
.horizontal-menu ul li a {
color: inherit;
font-size: inherit;
letter-spacing: normal;
line-height: inherit;
word-break: initial;
} */

/* =Breadcrumb menu
----------------------------------------------- */
.breadcrumb-wrapper {
  background-color: #e8eaec;
  display: none;
}

.breadcrumb-menu {
  color: #55585b;
  font-size: 1rem;
  padding-bottom: .75rem;
  padding-top: .75rem;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  white-space: nowrap;
  word-break: normal;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item:not(:first-child):not(.visually-hidden):before {
  content: ' | ';
}

.breadcrumb-item:first-child .breadcrumb-link {
  padding: .5rem .75rem .5rem 0;
}

.breadcrumb-link {
  color: inherit;
  padding: .5rem .75rem .5rem .75rem;
}

/* .breadcrumb-link[aria-current],
.breadcrumb-menu a[aria-current] {
pointer-events: none;
} */

.breadcrumb-item [aria-current] {
  color: #000;
  font-weight: 500;
  pointer-events: none;
}

/* .breadcrumb-menu li:not(:first-child):not(.visually-hidden):before {
content: ' | ';
} */

/* laptop styles */
@media screen and (min-width: 1025px) {
  /* =Breadcrumb menu
  ----------------------------------------------- */
  .breadcrumb-wrapper {
    display: block;
  }
}
/* =Fonts
----------------------------------------------- */
.font-times {
  font-family: 'Times New Roman', Times, serif;
}

/* =Heading styles
----------------------------------------------- */
.head-rule-main,
.head-rule-primary,
.head-rule-secondary {
  /*   letter-spacing: .04rem; */
  line-height: 1;
  margin-bottom: 2.25rem;
  position: relative;
  text-transform: uppercase;
}

.head-rule-main:before,
.head-rule-primary:before,
.head-rule-secondary:before {
  bottom: -.75rem;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  width: 40px;
}

.head-rule-main:before,
.head-rule-primary:before {
  background-color: #005696;
}

.head-rule-main:after,
.head-rule-secondary:before {
  background-color: #f47b20;
}

.head-rule-main:after {
  bottom: -.7rem;
  content: '';
  height: 5px;
  left: 51px;
  position: absolute;
  width: 67px;
}

/* =Block quotes
----------------------------------------------- */
.quote-wrapper {
  margin: 2.5rem auto;
  padding: 0 1.5rem;
}

.quote {
  margin: 0 auto;
  padding: 2.25rem 0;
  position: relative;
}

.quote:before,
.quote:after {
  color: #5ab0f0;
  font-size: 8rem;
  line-height: 0;
  position: absolute;
}

.quote:before {
  content: open-quote;
  left: 0;
  top: .16em;
}

.quote:after {
  bottom: -.29em;
  content: close-quote;
  right: 0;
}

.blockquote {
  color: #003878;
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: .035rem;
  line-height: 1.375;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blockquote {
    background: none !important;
  }
}

/* =Dashed lines
----------------------------------------------- */
.dash {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(30%, #000), color-stop(31%, transparent), to(transparent));
  background-image: -o-linear-gradient(right, #000 0, #000 30%, transparent 31%, transparent 100%);
  background-image: linear-gradient(to left, #000 0, #000 30%, transparent 31%, transparent 100%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  margin: 0 0 1rem;
  padding-bottom: 1.1rem;
}

.dash-vert {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(30%, #000), color-stop(31%, transparent), to(transparent));
  background-image: -o-linear-gradient(bottom, #000 0, #000 30%, transparent 31%, transparent 100%);
  background-image: linear-gradient(to top, #000 0, #000 30%, transparent 31%, transparent 100%);
  background-position: right;
  background-repeat: repeat-y;
  background-size: 1px 3px;
}

.dash-white/* ,
.text-white .dash,
.footer .dash */ {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), color-stop(30%, #fff), color-stop(31%, transparent), to(transparent));
  background-image: -o-linear-gradient(right, #fff 0, #fff 30%, transparent 31%, transparent 100%);
  background-image: linear-gradient(to left, #fff 0, #fff 30%, transparent 31%, transparent 100%);
}

.dash-neutral-500 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #888b8e), color-stop(30%, #888b8e), color-stop(31%, transparent), to(transparent));
  background-image: -o-linear-gradient(right, #888b8e 0, #888b8e 30%, transparent 31%, transparent 100%);
  background-image: linear-gradient(to left, #888b8e 0, #888b8e 30%, transparent 31%, transparent 100%);
}

.dash-primary-100 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(234, 246, 253, .7)), color-stop(30%, rgba(234, 246, 253, .7)), color-stop(31%, transparent), to(transparent));
  background-image: -o-linear-gradient(right, rgba(234, 246, 253, .7) 0, rgba(234, 246, 253, .7) 30%, transparent 31%, transparent 100%);
  background-image: linear-gradient(to left, rgba(234, 246, 253, .7) 0, rgba(234, 246, 253, .7) 30%, transparent 31%, transparent 100%);
}

.dash-primary-300 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #3c92d2), color-stop(30%, #3c92d2), color-stop(31%, transparent), to(transparent));
  background-image: -o-linear-gradient(right, #3c92d2 0, #3c92d2 30%, transparent 31%, transparent 100%);
  background-image: linear-gradient(to left, #3c92d2 0, #3c92d2 30%, transparent 31%, transparent 100%);
}

.news + .dash,
.quote-wrapper .dash {
  height: 1px;
  margin: 0;
  padding: 0;
}

/* =Text styles
----------------------------------------------- */
.intro {
  color: #001a5a;
  font-weight: 700;
}

.intro hr {
  margin: 1.5rem auto;
  width: 80px;
}

.intro .bg-primary-50 hr {
  background: #8eacc2;
}

/* .dropcap p:first-child::first-letter {
color: #001527;
float: left;
font-size: 6rem;
font-weight: bold;
line-height: 1;
margin-top: -7px;
padding-right: 1rem;
}

.dropcap:first-letter {
float: left;
font-size: 3.5rem;
font-weight: bold;
line-height: 1;
margin-right: .35rem;
margin-top: -7px;
} */

@media screen and (min-width: 768px) {
  /* =Heading styles
  ----------------------------------------------- */
  .head-rule-main,
  .head-rule-primary,
  .head-rule-secondary {
    margin-bottom: 2.75rem;
  }

  .head-rule-main:before,
  .head-rule-primary:before,
  .head-rule-secondary:before {
    height: 6px;
    width: 49px;
  }

  .head-rule-main:after {
    height: 6px;
    left: 57px;
    width: 60px;
  }

  /* =Block quotes
  ----------------------------------------------- */
  .quote {
    padding: 2.25rem 3.25rem;
  }

  .quote:before,
  .quote:after {
    font-size: 10rem;
  }

  .blockquote {
    font-size: 1.75rem;
  }

  /* =Text styles
  ----------------------------------------------- */
  .intro hr {
    width: 160px;
  }
}

@media screen and (min-width: 1025px) {
  /* =Block quotes
  ----------------------------------------------- */
  .quote-wrapper {
    padding: 0;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/*** Scroll reveal animation ***/
body .scroll-reveal.animate-down {
  opacity: 0;
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}

body .scroll-reveal.animate-up {
  opacity: 0;
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
}

body .scroll-reveal-left.animate-down,
body .scroll-reveal-left.animate-up {
  opacity: 0;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}

body .scroll-reveal-right.animate-down,
body .scroll-reveal-right.animate-up {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}

body .scroll-reveal-left-slow.animate-down,
body .scroll-reveal-left-slow.animate-up {
  opacity: 0;
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

body .scroll-reveal.loaded,
body .scroll-reveal-left.loaded,
body .scroll-reveal-right.loaded {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 500ms ease 250ms, -webkit-transform 500ms ease 250ms;
  transition: opacity 500ms ease 250ms, -webkit-transform 500ms ease 250ms;
  -o-transition: opacity 500ms ease 250ms, -o-transform 500ms ease 250ms;
  transition: opacity 500ms ease 250ms, transform 500ms ease 250ms;
  transition: opacity 500ms ease 250ms, transform 500ms ease 250ms, -webkit-transform 500ms ease 250ms;
}

body .scroll-reveal-left-slow.loaded {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 600ms ease-out 550ms, -webkit-transform 500ms ease-out 600ms;
  transition: opacity 600ms ease-out 550ms, -webkit-transform 500ms ease-out 600ms;
  -o-transition: opacity 600ms ease-out 550ms, -o-transform 500ms ease-out 600ms;
  transition: opacity 600ms ease-out 550ms, transform 500ms ease-out 600ms;
  transition: opacity 600ms ease-out 550ms, transform 500ms ease-out 600ms, -webkit-transform 500ms ease-out 600ms;
}

body .scroll-reveal-fade.animate-up,
body .scroll-reveal-fade.animate-down {
  opacity: 0;
}

body .scroll-reveal-fade.loaded {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in 200ms;
  transition: opacity 500ms ease-in 200ms;
  -o-transition: opacity 500ms ease-in 200ms;
  transition: opacity 500ms ease-in 200ms;
}



@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  body .scroll-reveal.animate-down,
  body .scroll-reveal.animate-up,
  body .scroll-reveal-fade,
  body .scroll-reveal-left.animate-down,
  body .scroll-reveal-left.animate-up,
  body .scroll-reveal-right.animate-down,
  body .scroll-reveal-right.animate-up,
  body .scroll-reveal-left-slow.animate-down,
  body .scroll-reveal-left-slow.animate-up {
    opacity: 1;
    -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  }
}

.fade,
.overlay-fade {
  -webkit-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
  -o-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
}

.fade.open {
  opacity: 1;
  visibility: visible;
}

.fade:not(.open),
.overlay-fade {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  a:hover .overlay-fade,
  .overlay:hover {
    opacity: 1;
  }
}

/*.hover-scaleup:hover,
.hover-scaleup:focus {
-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hover-scaledown:hover,
.hover-scaledown:focus {
-webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
}

.hover-translateY:hover,
.hover-translateY:hover {
-webkit-transform: -.27rem;
  -ms-transform: -.27rem;
  transform: -.27rem;
}*/

/* Disable animations in page editor, not used (based on plugin) */
/*body.hubspot-disable-focus-styles .sr-invisible {
visibility: visible!important;
}*/

/* Scroll Reveal Animation, not used (based on plugin) */


/*** + X toggle icon ***/
/*.toggle {
content: '';
display: block;
height: 9px;
position: absolute;
right: 4px;
top: 49%;
-webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
  transform: translateY(-49%);
width: 9px;
}

.toggle i {
display: block;
height: 100%;
position: relative;
-webkit-transition: -webkit-transform .45s;
  transition: -webkit-transform .45s;
  -o-transition: -o-transform .45s;
  transition: transform .45s;
  transition: transform .45s, -webkit-transform .45s;
width: 100%;
}

.toggle i:before,
.toggle i:after {
background: currentColor;
content: '';
height: 1px;
position: absolute;
right: 0;
top: 50%;
width: 100%;
}

.toggle i:before {
-webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.toggle i:after {
-webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.active .toggle i {
-webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}*/

@media screen and (max-width: 1024px) {
  body .scroll-reveal-left.animate-down,
  body .scroll-reveal-left.animate-up {
    -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  }

  body .scroll-reveal-right.animate-down,
  body .scroll-reveal-right.animate-up {
    -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  }

  body .scroll-reveal-left.loaded,
  body .scroll-reveal-right.loaded {
    -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  }
}

@media screen and (min-width: 768px) {
  body .scroll-reveal-fade.even.loaded {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in 600ms;
  transition: opacity 500ms ease-in 600ms;
  -o-transition: opacity 500ms ease-in 600ms;
  transition: opacity 500ms ease-in 600ms;
  }

  body .scroll-reveal-left-slow.even.loaded {
    opacity: 1;
    -webkit-transform: none;
  -ms-transform: none;
  transform: none;
    -webkit-transition: opacity 600ms ease-out 850ms, -webkit-transform 500ms ease-out 900ms;
  transition: opacity 600ms ease-out 850ms, -webkit-transform 500ms ease-out 900ms;
  -o-transition: opacity 600ms ease-out 850ms, -o-transform 500ms ease-out 900ms;
  transition: opacity 600ms ease-out 850ms, transform 500ms ease-out 900ms;
  transition: opacity 600ms ease-out 850ms, transform 500ms ease-out 900ms, -webkit-transform 500ms ease-out 900ms;
  }
}
/*.overlay-black {
background: #0f0f14;
background-color: rgba(15,15,20,.7);
}

.overlay-blue {
background: #002e69;
background-color: rgba(0,46,105,.8);
}

.overlay-blue-200 {
background: #6caedf;
background-color: rgba(108,174,223,.8);
-webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}

a:hover .overlay-blue-200 {
background: #6caedf;
background-color: rgba(108,174,223,.92);
}

.overlay-blue-400 {
background: #1e74b4;
background-color: rgba(30,116,180,.5);
-webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}

a:hover .overlay-blue-400 {
background: #005696;
background-color: rgba(0,86,150,.85);
}

.overlay-gradient-b {
background-image: linear-gradient(to bottom, rgb(1,11,19) 40%, rgb(1,11,19) 50%, rgb(1,11,19) 100%);
background-image: linear-gradient(to bottom, rgba(1,11,19,0) 40%, rgba(1,11,19,0.03) 50%, rgba(1,11,19,.9) 100%);
}

.overlay-gradient-blue-b {
background-image: linear-gradient(to bottom,rgb(0,56,120) 0,rgb(0,56,120) 85%);
background-image: linear-gradient(to bottom,rgba(0,56,120,0.2) 0,rgba(0,56,120,0.97) 85%);
-webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}

a:hover .overlay-gradient-blue-b {
background: #005696;
background-color: rgba(0,86,150,.7);
}

.overlay-gradient-t {
background-image: linear-gradient(to top,rgb(0,56,120) 0%,rgb(0,56,120) 40%,rgb(0,26,90) 80%);
background-image: linear-gradient(to top,rgba(0,56,120,0.3) 0%,rgba(0,56,120,0.55) 40%,rgba(0,26,90,.74) 80%);
}

.overlay-gradient-blue-t {
background-image: linear-gradient(to top,rgb(0,56,120) 0,rgb(0,56,120) 85%);
background-image: linear-gradient(to top,rgba(0,56,120,0.2) 0,rgba(0,56,120,0.97) 85%);
}

.overlay-gradient-blue-r {
background-image: linear-gradient(to right, rgb(0,56,120) 0, rgb(0,56,120) 85%);
background-image: linear-gradient(to right, rgba(0,56,120,0.2) 0, rgba(0,56,120,0.97) 85%);
}

.overlay-gradient-blue-l {
background-image: linear-gradient(to left, rgb(0,56,120) 0, rgb(0,56,120) 85%);
background-image: linear-gradient(to left, rgba(0,56,120,0.2) 0, rgba(0,56,120,0.97) 85%);
}

.bg-blue {
background-color: #005696;
}

.bg-blue-dark {
background-color: #002b4d;
}

.bg-blue-50 {
background-color: #eaf6fd;
}

.bg-blue-100 {
background-color: #e1f2fc;
}

.bg-blue-400 {
background-color: #1e74b4;
}

.bg-blue-500 {
background-color: #005696;
}

.bg-blue-600 {
background-color: #003878;
}

.bg-blue-700 {
background-color: #001a5a;
}

.bg-blue-800 {
background-color: #00003c;
}

.bg-blue-900 {
background-color: #00001e;
}*/

/*.bg-white-trans {
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,.95);
}

.bg-dark-trans {
background-color: rgb(1,58,102);
background-color: rgba(1,58,102,.95);
}*/

/* =Hero grid overlay
----------------------------------------------- */
.grid-overlay {
  background-image: url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/grid.png");
  background-image: -webkit-image-set(
    url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/grid.png") 1x,
    url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/grid-2x.png") 2x);
}

/* .blog-card-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.75)),to(rgba(84,86,91,0.1)));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.75) 0%,rgba(84,86,91,0.1) 100%);
  background-image: linear-gradient(to top, rgba(0,0,0,0.75) 0%,rgba(84,86,91,0.1) 100%);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
} */

/* =Background attachment
----------------------------------------------- */
.bg-fixed { /* used */
  background-attachment: fixed;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-fixed {/* used */
    background-attachment: scroll;
  }
}

@supports (-ms-ime-align:auto) {
  .bg-fixed {/* used */
    background-attachment: scroll;
  }
}

.bg-unset {
  background-attachment: unset;
}

/* =Background position
----------------------------------------------- */
.bg-bottom {
  background-position: bottom;
}

.bg-center-bottom { /* used */
  background-position: center bottom;
}

.bg-center { /* used */
  background-position: center;
}

.bg-center-top { /* used */
  background-position: center 10%;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-center {
  background-position: left center;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

/* =Background repeat
----------------------------------------------- */
.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat { /* used */
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

/* =Background size
----------------------------------------------- */
.bg-auto {
  background-size: auto;
}

.bg-100-auto { /* used */
  background-size: 100% auto;
}

.bg-cover { /* used */
  background-size: cover;
}

.bg-contain { /* used */
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  /* =Background attachment
  ----------------------------------------------- */
  .md-bg-fixed {
    background-attachment: fixed;
  }

  .md-bg-local {
    background-attachment: local;
  }

  .md-bg-scroll {
    background-attachment: scroll;
  }

  .md-bg-unset { /* used */
    background-attachment: unset;
  }

  /*** Background position ***/
  .md-bg-bottom {
    background-position: bottom;
  }

  .md-bg-center {
    background-position: center;
  }

  .md-bg-center-top { /* used */
    background-position: center 10%;
  }

  .md-bg-left {
    background-position: left;
  }

  .md-bg-left-bottom {
    background-position: left bottom;
  }

  .md-bg-left-center { /* used */
    background-position: left center;
  }

  .md-bg-left-top {
    background-position: left top;
  }

  .md-bg-right {
    background-position: right;
  }

  .md-bg-right-bottom {
    background-position: right bottom;
  }

  .md-bg-right-top {
    background-position: right top;
  }

  .md-bg-top {
    background-position: top;
  }

  /*** Background repeat ***/
  .md-bg-repeat {
    background-repeat: repeat;
  }

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

  .md-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md-bg-repeat-round {
    background-repeat: round;
  }

  .md-bg-repeat-space {
    background-repeat: space;
  }

  /*** Background size ***/
  .md-bg-auto {
    background-size: auto;
  }

  .md-bg-100-auto {
    background-size: 100% auto;
  }

  .md-bg-cover {
    background-size: cover;
  }

  .md-bg-contain {
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  /*** Background attachment ***/
  .sm-bg-fixed {
    background-attachment: fixed;
  }

  .sm-bg-local {
    background-attachment: local;
  }

  .sm-bg-scroll {
    background-attachment: scroll;
  }

  .sm-bg-unset { /* used */
    background-attachment: unset;
  }

  /*** Background position ***/
  .sm-bg-bottom {
    background-position: bottom;
  }

  .sm-bg-center { /* used */
    background-position: center;
  }

  .sm-bg-center-top {
    background-position: center 10%;
  }

  .sm-bg-left {
    background-position: left;
  }

  .sm-bg-left-bottom {
    background-position: left bottom;
  }

  .sm-bg-left-center {
    background-position: left center;
  }

  .sm-bg-left-top {
    background-position: left top;
  }

  .sm-bg-right {
    background-position: right;
  }

  .sm-bg-right-bottom {
    background-position: right bottom;
  }

  .sm-bg-right-top {
    background-position: right top;
  }

  .sm-bg-top {
    background-position: top;
  }

  /*** Background repeat ***/
  .sm-bg-repeat {
    background-repeat: repeat;
  }

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

  .sm-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm-bg-repeat-round {
    background-repeat: round;
  }

  .sm-bg-repeat-space {
    background-repeat: space;
  }

  /*** Background size ***/
  .sm-bg-auto {
    background-size: auto;
  }

  .sm-bg-100-auto {
    background-size: 100% auto;
  }

  .sm-bg-cover {
    background-size: cover;
  }

  .sm-bg-contain {
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  /* =Background attachment
  ----------------------------------------------- */
  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-unset { /* used */
    background-attachment: unset;
  }

  /* =Background position
  ----------------------------------------------- */
  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center { /* used */
    background-position: center;
  }

  .sm\:bg-center-top {
    background-position: center 10%;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-center {
    background-position: left center;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  /* =Background repeat
  ----------------------------------------------- */
  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  /*** Background size ***/
  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-100-auto {
    background-size: 100% auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }
}

@media screen and (min-width: 1025px) {
  /* =Background attachment
  ----------------------------------------------- */
  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-unset { /* used */
    background-attachment: unset;
  }

  /* =Background position
  ----------------------------------------------- */
  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-center-top { /* used */
    background-position: center 10%;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-center { /* used */
    background-position: left center;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  /* =Background repeat
  ----------------------------------------------- */
  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  /* =Background size
  ----------------------------------------------- */
  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-100-auto {
    background-size: 100% auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }
}
/* mobile styles */
/* =Background colors
----------------------------------------------- */
.cta-bg-primary-50:before,
.bg-primary-50 { /* used */
  background-color: #eaf6fd;
  color: #00003c;
}

.bg-primary-100 {
  background-color: #e1f2fc;
  color: #00003c;
}

/* .bg-primary-200 {
background-color: #6b85ad;
}

.bg-primary-300 {
background-color: #5a78a4;
} */

.cta-bg-primary-400:before,
.bg-primary-400 { /* used */
  background-color: #1e74b4;
}

.cta-bg-primary-500:before,
.bg-primary-500 { /* used */
  background-color: #005696;
}

.bg-primary-600 {
  background-color: #003878;
}

.bg-primary-700 {
  background-color: #001a5a;
}

.cta-bg-primary-800:before,
.bg-primary-800 { /* used */
  background-color: #00003c;
}

.bg-primary-900 {
  background-color: #00001e;
}

.bg-primary-600-t { /* used, landing hero module */
  background: #003878;
  /*background-color: rgba(0,56,120,.9);*/
  background-color: rgba(0, 56, 120, .9);
}

.bg-primary-700-t { /* used, video tiles, product download section */
  background: rgb(0,26,90);
  background-color: rgba(0,26,90,.9);
}

.bg-primary-800-t {
  background: rgb(0,0,60);
  background-color: rgba(0,0,60,.9);
}

/* .bg-secondary-50 {
background-color: #e6f2fc;
}

.bg-secondary-100 {
background-color: #d1e5f7;
}

.bg-secondary-200 {
background-color: #a5cbef;
}

.bg-secondary-300 {
background-color: #f47b20;
}

.bg-secondary-400 {
background-color: #5c95c9;
} */

.bg-secondary-500 { /* used, parallax feature (home) */
  background-color: #f47b20;
}

/* .bg-secondary-600 {
background-color: #4a7aa6;
}

.bg-secondary-700 {
background-color: #436e95;
}

.bg-secondary-800 {
background-color: #3c6284;
}

.bg-secondary-900 {
background-color: #2b4964;
} */

.bg-neutral-50 { /* used */
  background-color: #f6f8fa;
}

.bg-neutral-100 { /* used */
  background-color: #e8eaec;
}

.bg-neutral-300 {
  background-color: #bec1c4;
}

/* .bg-gray-50 {
  background-color: #f9fafb;
}

.bg-gray-100 {
  background-color: #ecedee;
}

.bg-gray-300 {
  background-color: #a7aaa9;
} */

.bg-black { /* used */
  background-color: #000;
}

.bg-transparent {
  background: transparent;
  background-color: transparent;
}

.bg-white { /* used */
  background-color: #fff;
}

.bg-white-t { /* used */
  background: rgb(255,255,255);
  background-color: rgba(255,255,255,.9);
}

/* =Text colors
----------------------------------------------- */
/*.text-primary-50 {
color: #eaf2fa;
}

.text-primary-100 {
color: #c2d7ec;
}

.text-primary-200 {
color: #99bddd;
}

.text-primary-300 {
color: #5c96c8;
}

.text-primary-400 {
color: #1e74b4;
}

.text-primary-500 {
color: #005696;
}

.text-primary-600 {
color: #005497;
}

.text-primary-700 {
color: #053c6e;
}

.text-primary-800 {
color: #03264a;
}

.text-primary-900 {
color: #011126;
}*/
.text-primary-50 {
  color: #96ecff;
}

.text-primary-100 {
  color: #78ceff;
}

.text-primary-200 { /* used */
  color: #5ab0f0;
}

.text-primary-300 { /* used */
  color: #3c92d2;
}

.text-primary-400 {
  color: #1e74b4;
}

.text-primary-500 {
  color: #005696;
}

.text-primary-600 {
  color: #003878;
}

.text-primary-700 {
  color: #001a5a;
}

.text-primary-800 {
  color: #00003c;
}

.text-primary-900 {
  color: #00001e;
}

/* .text-gray-50 {
color: #f1f1f2;
}

.text-gray-100 {
color: #d3d4d5;
}

.text-gray-200 {
color: #b7b9ba;
}

.text-gray-300 {
color: #8f9194;
}

.text-gray-400 {
  color: #8e9190;
}

.text-gray-500 {
  color: #707372;
}

.text-gray-600 {
  color: #525554;
}

.text-gray-700 {
  color: #393c3b;
}

.text-gray-800 {
  color: #202322;
}

.text-gray-900 {
  color: #020504;
} */

.text-neutral-400 {
  color: #a3a6a9;
}

.text-neutral-500 {
  color: #888b8e;
}

.text-neutral-600 {
  color: #6f7275;
}

.text-neutral-700 {
  color: #55585b;
}

.text-neutral-800 {
  color: #3b3e41;
}

.text-neutral-900 {
  color: #232629;
}

/* .text-slate-50 {
color: #f8fafc;
}

.text-slate-100 {
color: #f1f5f9;
}

.text-slate-200 {
color: #e2e8f0;
}

.text-slate-300 {
color: #cbd5e1;
}

.text-slate-400 {
color: #94a3b8;
}

.text-slate-500 {
color: #64748b;
}

.text-slate-600 {
color: #475569;
}

.text-slate-700 {
color: #334155;
}

.text-slate-800 {
color: #1e293b;
}

.text-slate-900 {
color: #0f172a;
} */

.text-primary,
.text-primary :not(a) { /* used */
  color: #005696;
}

.text-black,
.text-black :not(a) { /* used */
  color: #000;
}

/* .text-dark,
.text-dark :not(a) {
  color: #002b4d;
} */

/* .text-dark-text,
.text-dark-text :not(a),
.text,
.text :not(a) {
  color: #1a2f3e;
} */

/* .text-gray-dark,
.text-gray-dark :not(a) {
  color: #535559;
} */

.text-secondary,
.text-secondary :not(a) { /* used */
  color: #f47b20;
}

.text-white,
.text-white :not(a),
.text-white a { /* used */
  color: #fff;
}

.text-current { /* used */
  color: currentColor;
}

/* =Fill colors
----------------------------------------------- */
.fill-current {
  fill: currentColor;
}

.fill-primary {
  fill: #005696;
}

.fill-secondary {
  fill: #f47b20;
}

.fill-white {
  fill: #fff;
}

.fill-neutral-50 {
  fill: #f6f8fa;
}

.fill-neutral-100 {
  fill: #e8eaec;
}

.fill-neutral-200 {
  fill: #dadde0;
}

.fill-neutral-300 {
  fill: #bec1c4;
}

.fill-neutral-400 {
  fill: #a3a6a9;
}

.fill-neutral-500 {
  fill: #888b8e;
}

.fill-neutral-600 {
  fill: #6f7275;
}

.fill-neutral-700 {
  fill: #55585b;
}

.fill-neutral-800 {
  fill: #3b3e41;
}

.fill-neutral-900 {
  fill: #232629;
}

@media screen and (max-width: 1024px) {
  /* =Background colors
  ----------------------------------------------- */
  .md-bg-primary-600,
  .md-bg-blue-600 { /* used */
    background-color: #003878;
  }

  .md-bg-primary-700-t,
  .md-bg-blue-700-trans { /* used */
    background: rgb(0,26,90);
    background-color: rgba(0,26,90,.9);
  }

  .md-bg-primary-800,
  .md-bg-blue-800 { /* used */
    background-color: #00003c;
  }

  .md-bg-primary-800-t,
  .md-bg-blue-800-trans { /* used */
    background: rgb(0,0,60);
    background-color: rgba(0,0,60,.9);
  }

  .md-bg-white { /* used */
    background-color: #fff;
  }

  .md-bg-white-t,
  .md-bg-white-trans { /* used */
    background: rgb(255,255,255);
    background-color: rgba(255,255,255,.88);
  }
}

@media screen and (max-width: 767px) {
  /* =Background colors
  ----------------------------------------------- */
  .sm-bg-primary-800,
  .sm-bg-blue-800 {
    background-color: #00003c;
  }

  .sm-bg-white {
    background-color: #fff;
  }
}

/* tablet styles */
@media screen and (min-width: 768px) {
  /* =Background colors
  ----------------------------------------------- */
  .sm\:bg-primary-600 {
    background-color: #003878;
  }

  .sm\:bg-primary-700 {
    background-color: #001a5a;
  }

  .sm\:bg-primary-700-t {
    background: rgb(0,26,90);
    background-color: rgba(0,26,90,.9);
  }

  .sm\:bg-primary-800 {
    background-color: #00003c;
  }

  .sm\:bg-primary-800-t {
    background: rgb(0,0,60);
    background-color: rgba(0,0,60,.9);
  }

  .sm\:bg-transparent {
    background: transparent;
    background-color: transparent;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-white-t {
    background: rgb(255,255,255);
    background-color: rgba(255,255,255,.9);
  }
}

/* laptop styles */
@media screen and (min-width: 1025px) {
  /* =Background colors
  ----------------------------------------------- */
  .md\:bg-primary-600 {
    background-color: #003878;
  }

  .md\:bg-primary-700-t {
    background: rgb(0,26,90);
    background-color: rgba(0,26,90,.9);
  }

  .md\:bg-primary-800 {
    background-color: #00003c;
  }

  .md\:bg-primary-800-t {
    background: rgb(0,0,60);
    background-color: rgba(0,0,60,.9);
  }

  .md\:bg-transparent {
    background: transparent;
    background-color: transparent;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-white-t {
    background: rgb(255,255,255);
    background-color: rgba(255,255,255,.9);
  }
}
/*** Debug images with missing alt tags ***/
/*img:not([alt]) {
border: 2px dashed red;
}

img[alt=""] {
border: 2px dashed red;
}*/

/* =Accordions
----------------------------------------------- */
.accordion {
  margin: 2rem 0 3rem;
}

.accordion-heading {
  font-size: 1.25rem;
  margin: 0;
  position: relative;
}

.accordion-trigger {
  -webkit-appearance: none;
  appearance: none;
  border-bottom: 1px solid;
  border-bottom-color: #a3a6a9;
  border-radius: 0;
  color: #003878;
  cursor: pointer;
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 1.5rem 3rem 1.5rem 0;
  text-align: left;
  -webkit-transition: border-color 200ms, color 200ms;
  transition: border-color 200ms, color 200ms;
  -o-transition: border-color 200ms, color 200ms;
  transition: border-color 200ms, color 200ms;
  width: 100%;
}

.accordion-trigger:focus,
.accordion-trigger:hover {
  color: #005696;
}

.accordion-trigger[aria-expanded="true"] {
  border-bottom-color: #005696;
  color: #005696;
}

.accordion-icon {
  height: 1.5rem;
  pointer-events: none;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  -o-transition: -o-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  width: 1.5rem;
}

.accordion-icon:before,
.accordion-icon:after {
  background-color: #003878;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}

.accordion-icon:before {
  height: 2px;
  width: 1rem;
}

.accordion-icon:after {
  height: 1rem;
  width: 2px;
}

.accordion-trigger:focus + .accordion-icon,
.accordion-trigger:hover + .accordion-icon {
  border-color: #005696;
}

.accordion-trigger:focus + .accordion-icon:before,
.accordion-trigger:focus + .accordion-icon:after,
.accordion-trigger:hover + .accordion-icon:before,
.accordion-trigger:hover + .accordion-icon:after {
  background-color: #005696;
}

.accordion-trigger[aria-expanded="true"] + .accordion-icon {
  border-color: #005696;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.accordion-trigger[aria-expanded="true"] + .accordion-icon:before,
.accordion-trigger[aria-expanded="true"] + .accordion-icon:after {
  background-color: #005696;
}

.accordion [data-aria-accordion-panel] {
  padding-bottom: 1.75rem;
}

.accordion-panel {
  display: none;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.75rem;
}

.accordion-panel[aria-hidden="false"] {
  display: block;
}

/* .accordion-item button {
border-bottom: 1px solid #c4c5c6;
color: #003878;
-webkit-transition: border-color 200ms, color 200ms;
  transition: border-color 200ms, color 200ms;
  -o-transition: border-color 200ms, color 200ms;
  transition: border-color 200ms, color 200ms;
} */

/* .accordion-btn[aria-expanded] {
border-bottom: 1px solid #c4c5c6;
}

.accordion-btn {
color: #002b4d;
}

.accordion-btn:hover,
.accordion-item button:hover {
color: #005696;
}

.accordion-btn[aria-expanded=true],
.accordion-item[aria-expanded=true] button {
border-bottom-color: #005696;
color: #005696;
} */

/* Accordion button icon styles */
/*.accordion-trigger:before,
.accordion-trigger:after {
pointer-events: none;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
-webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: -o-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;

background-color: #002b4d;
content: '';
position: absolute;
top: 50%;
-webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
-webkit-transition: background-color 200ms;
  transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}

.accordion-trigger:before {
height: 2px;
width: 1rem;
}

.accordion-trigger:after {
height: 1rem;
width: 2px;
}*/

/* .accordion-btn:hover + .accordion-trigger:before,
.accordion-btn:hover + .accordion-trigger:before {
background-color: #005696;
}

.accordion-btn[aria-expanded=true].accordion-trigger:before,
.accordion-btn[aria-expanded=true].accordion-trigger:after {
border-color: #005696;
-webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
} */

/* .accordion-btn:hover + .accordion-icon,
.accordion-item button:hover .accordion-item--icon {
border-color: #005696;
}

.accordion-btn:hover + .accordion-icon:before,
.accordion-btn:hover + .accordion-icon:after,
.accordion-item button:hover .accordion-item--icon:before,
.accordion-item button:hover .accordion-item--icon:after {
background-color: #005696;
}

.accordion-btn[aria-expanded=true] + .accordion-icon,
.accordion-item[aria-expanded=true] .accordion-item--icon {
border-color: #005696;
-webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.accordion-btn[aria-expanded="true"] + .accordion-icon:before,
.accordion-btn[aria-expanded="true"] + .accordion-icon:after,
.accordion-item[aria-expanded="true"] .accordion-item--icon:before,
.accordion-item[aria-expanded="true"] .accordion-item--icon:after {
background-color: #005696;
} */

/* =Calls to action
----------------------------------------------- */
.cta-bg:before,
.cta-blade:before {
  bottom: 0;
  content: '';
  left: -1.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.cta-blade:before {
  background-color: #1e74b4;
  -webkit-transform: skewX(22deg);
  -ms-transform: skewX(22deg);
  transform: skewX(22deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.cta-bg:before {
  width: 100vw;
  z-index: -1;
}

/* =Cards
----------------------------------------------- */
.cards {
  width: calc(100% + 2.0625rem);
}

.card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex: 0 0 auto;
  /*margin-bottom: 2.0625rem;
  margin-right: 2.0625rem;*/
  /*overflow: hidden;*/
  position: relative;
}

.comp-card {
  border-radius: .5rem;
  margin: 0 auto 5vw;
  width: 80vw;
}

.card-full {
  width: calc(100% - 2.0625rem);
}

.card-xl {
  width: calc(100%/3 * 2 - 2.0625rem);
}

.card-lg {
  width: calc(100%/2 - 2.0625rem);
}

.card-md {
  width: calc(100%/3 - 2.0625rem);
}

.card-sm {
  width: calc(100%/4 - 2.0625rem);
}

.card-media {
  /*background-color: #005696;*/
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  position: relative;
  width: 100%;
}

.card-media-blog {
  margin: 0 0 1rem 0;
}

.card-image {
  bottom: auto;
  height: inherit;
  left: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: auto;
  top: auto;
}

/*.card img {
opacity: 1;
-webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.card:focus-within img {
opacity: .8;
}

.card:hover img {
opacity: .8;
}*/

/* .carousel-card:focus-within .arrow-icon,
.card:focus-within .arrow-icon {
transform: translate3d(6px, 0, 0);
}

.carousel-card:hover .arrow-icon,
.card:hover .arrow-icon {
transform: translate3d(6px, 0, 0);
}

.carousel-card:focus-within .arrow-icon--circle,
.card:focus-within .arrow-icon--circle {
opacity: 1;
}

.carousel-card:hover .arrow-icon--circle,
.card:hover .arrow-icon--circle {
opacity: 1;
} */

.card .flex,
.card-body {
  flex-grow: 1;
}

.card-body,
.card-full-h { /* remove card-full-h class? */
  /*   min-height: auto; */
  padding: 1.5rem 1.5rem 2.5rem;
}

.resource-card .card-body {
  padding: 1.5rem;
}

.card-category {
  color: #6f7275;
}

.card-category,
.card-pub {
  font-weight: 500;
  margin: 0 0 .75rem 0;
}

.card-category,
.card-date {
  font-size: .875rem;
  letter-spacing: .03rem;
  line-height: 1;
}

.card-category {
  text-transform: uppercase;
}

.card-date {
  display: block;
}

.card-title,
.card-content {
  width: 90%;
}

/* .card-title {
margin: 0 0 2rem;
} */

/* .card-content-body .card-title {
margin: 0 0 .875rem;
} */

.card-title {
  font-size: 1.125rem;
  margin: 0 0 1.5rem 0;
}

.card-title-blog {
  margin: 1.375rem 0;
}

.card-content {
  font-size: 1rem;
}

.card-link {
  color: #232629;
}

.bg-primary-50 .card-link {
  color: #00003c;
}

.card:focus-within .card-link {
  text-decoration: underline 0em rgba(0, 0, 0, 0);
}

.card-link:focus,
.card-link:hover {
  text-decoration: underline 0em rgba(0, 0, 0, 0);
}

.card-link:after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.card-details {
  font-size: .938rem;
  line-height: 1.125;
  margin: auto 0 0 0;
}

.card-details span:not(:last-child):after {
  content: ', ';
}

/* .card .arrow-circled {
bottom: 1.5rem;
display: inline-block;
height: 2.2rem;
line-height: 2.2rem;
right: 1.75rem;
} */

/* .card .arrow-icon {
position: relative;
top: -1px;
-webkit-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
vertical-align: middle;
} */

.hero-card {
  background-blend-mode: darken;
  background-color: transparent;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  -o-transition: background-color 250ms;
  transition: background-color 250ms;
}

/* =Animated circled arrow icon
----------------------------------------------- */
.carousel__slide .arrow-circled {
  left: -.5rem;
}

.arrow-circled {
  bottom: 1.5rem;
  display: inline-block;
  height: 2.2rem;
  line-height: 2.2rem;
  right: 1.75rem;
}

.arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
  
  vertical-align: middle;
}

.arrow-icon--group {
  stroke: #f47b20;
}

.arrow-icon--circle {
  opacity: 1;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.hero-card .arrow-icon {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* =Contact us address box
----------------------------------------------- */
.contact-sidebar .sidebar-content {
  background: #fff;
  padding: 1.5rem 1.5rem 2rem;
}

.contact-sidebar .sidebar-img {
  clip-path: polygon(0% 60px,100% 0%,100% calc(100% - 60px),0% 100%);
  height: 16rem;
  margin: -4rem 0 0 0;
}

/* .clip-br-60 {
clip-path: polygon(0% 0%,100% 0%,100% calc(100% - 60px),0% 100%);
} */

/* =Featured content, angled blade
----------------------------------------------- */
.ft-blade:before {
  bottom: 0;
  content: '';
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 16rem;
}

.ft-blade-primary,
.ft-blade-white {
  -webkit-backface-visibility: hidden;
  clip-path: polygon(0 9vw, 100% 0, 100% 100%, 0 100%);
}

.ft-blade-primary:before,
.ft-post-blade:before {
  background: rgba(0,0,60,.95);
}

.ft-blade-white:before {
  background: rgba(255,255,255,.95);
}

.ft-post-blade:before {
  bottom: 1.5rem;
}

/* .ft-blade-primary:before,
.ft-blade-white:before,
.ft-post-blade:before {
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
} */

/* =Hero header
----------------------------------------------- */
.hero {
  background-color: #003878;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 10;
}

.hero:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU0NTY1YiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,25,0.68)),to(rgba(0,16,80,0.08)));
  background-image: -o-linear-gradient(left, rgba(0,0,25,0.68) 0%,rgba(0,16,80,0.08) 100%);
  background-image: linear-gradient(to right, rgba(0,0,25,0.68) 0%,rgba(0,16,80,0.08) 100%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hero-parallax,
.hero-lg {
  background-position: center 10%;
}

.hero-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: table-cell;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15rem;
  vertical-align: middle;
}

.hero-inner-lg {
  height: 16rem;
}

.hero-header {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: .025rem;
  line-height: 1.125;
  overflow-wrap: normal;
  position: relative;
  width: 80%;
  word-break: normal;
  z-index: 10;
}

.hero-header-lg {
  font-size: 2rem;
  width: 55%;
}

/* =Legacy hero, pillar pages
----------------------------------------------- */
.legacy-hero {
  background-image: url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/page/backgrounds/legacy-400w.jpg");
  background-image: -webkit-image-set(
    url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/page/backgrounds/legacy-400w.webp") 1x,
    url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/page/backgrounds/legacy-400w-2x.webp") 2x
  );
}

/* =Modal form popups
----------------------------------------------- */
/*** Modal overlay ***/
.modal-bg {
  background: #1e1e1e;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}

.modal-open {
  overflow: hidden;
}

.modal.open .modal-bg {
  opacity: .9;
}

.modal {
  -webkit-backface-visibility: hidden;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden auto;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
  -o-transition: opacity 250ms, visibility 250ms;
  transition: opacity 250ms, visibility 250ms;
  visibility: hidden;
  z-index: 50;
}

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

.modal-dialog {
  -webkit-backface-visibility: hidden;
  background: #fff;
  margin: 0;
  overflow: hidden auto;
  padding: 4rem 1.5rem 2rem;
  position: relative;
  /*pointer-events: none;*/
  -webkit-transform: translateY(-1.5rem);
  -ms-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: -o-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.modal.open .modal-dialog {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 250ms ease-out 100ms, -webkit-transform 250ms ease-out;
  transition: opacity 250ms ease-out 100ms, -webkit-transform 250ms ease-out;
  -o-transition: opacity 250ms ease-out 100ms, -o-transform 250ms ease-out;
  transition: opacity 250ms ease-out 100ms, transform 250ms ease-out;
  transition: opacity 250ms ease-out 100ms, transform 250ms ease-out, -webkit-transform 250ms ease-out;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/*.modal-dialog::-webkit-scrollbar {
display: none;
}*/

/* Hide scrollbar for IE, Edge and Firefox */
/*.modal-dialog {
-ms-overflow-style: none;*/
/*scrollbar-width: none;*/
/*}*/

.modal-close {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: .5;
  padding: .5rem;
  position: absolute;
  right: .5rem;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  top: .5rem;
}

.modal-close:hover {
  color: #55585b;
}

.modal-close-icon {
  fill: currentColor;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

/* =Pagination
----------------------------------------------- */
.pagination-link {
  border: 2px solid transparent;
  height: 2rem;
  line-height: 1.6;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.pagination-number {
  -webkit-transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out;
  width: 2rem;
}

.pagination-number:hover,
.pagination-number:focus {
  border-color: #888b8e;
}

.pagination-link--active {
  background-color: #1e74b4;
  border-color: #1e74b4;
  color: #fff;
}

.pagination-link--active:hover,
.pagination-link--active:focus {
  background-color: #3c92d2;
  border-color: #3c92d2;
}

.pagination-prev--disabled,
.pagination-next--disabled {
  cursor: default;
  pointer-events: none;
}

.pagination-prev--disabled span,
.pagination-next--disabled span {
  color: #888b8e;
}

/* =Resources page filter
----------------------------------------------- */
/* .filter-section__wrapper .filter-section__toggle {
border-color: #a7a9ac;
border-radius: 3px;
color: #3b3e41;
font-weight: 500;
overflow: hidden;
padding-left: .6rem;
text-align: left;
}

.filter-section__wrapper .filter-section__toggle[aria-expanded="true"] {
border: 1px solid #78ceff;
}

.filter-section__wrapper i {
line-height: 1.2;
right: .6rem;
}

.filter-section__wrapper .option-set {
width: 23rem;
}

.filter-section__options {
column-count: 2;
} */

/* =Values, corporate culture
----------------------------------------------- */
.values-number {
  width: 70px;
}

.values-number span {
  font-size: 73px;
  line-height: .9;
}

.values-divider {
  height: 51px;
  margin: 7px 1.5rem 10px 5px;
  padding-left: 5px;
}

.values-text {
  height: 60px;
}

/* @media screen and (max-width: 1200px) {
  .card-sm {
    width: calc(100%/3 - 2.0625rem);
  }
}

@media screen and (max-width: 1024px) {
  .cards {
    width: calc(100% + 2rem);
  }

  .card-md,
  .card-sm {
    width: calc(100%/2 - 2.0625rem);
  }
} */

@media screen and (max-width: 767px) {
  /* =Modal form popups
  ----------------------------------------------- */
  /*   .modal-open .modal {
  padding-right: 0 !important;
} */

  /*   .modal-dialog {
  max-height: 100vh;
  max-width: 100%;
} */

  /* =Resources page filter
  ----------------------------------------------- */
  /*   .filter-section__wrapper .option-set {
  width: 100%;
}

  .filter-section__options {
  column-count: 1;
} */

  /* =Values, corporate culture
  ----------------------------------------------- */
  .values-number {
    height: 45px;
    width: 45px;
  }

  .values-number span {
    font-size: 53px;
    line-height: .94;
  }

  .values-divider {
    height: 38px;
    margin: 5px 1.25rem 5px 5px;
  }

  .values-text {
    height: 45px;
  }
}

/* tablet styles */
@media screen and (min-width: 768px) {
  /* =Accordions
  ----------------------------------------------- */
  .accordion-heading {
    font-size: 1.5rem;
  }

  /* =Calls to action
  ----------------------------------------------- */
  .cta-bg:before,
  .cta-blade:before {
    left: -2rem;
  }

  /* =Cards
  ----------------------------------------------- */
  .comp-card {
    margin: 0 auto 2.5vw;
    width: calc(100% - 2.5vw);
  }

  .card-body {
    /*     min-height: 18rem; */
    padding: 2rem 2rem 3rem;
  }

  .resource-card .card-body {
    padding: 2rem;
  }

  /*   .card-body-sm {
  min-height: 10rem;
} */

  /*   .card-full-h {
  min-height: 26rem;
} */

  .card-category,
  .card-pub {
    margin: 0 0 1rem 0;
  }

  .card-content {
    width: 95%;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .card-title-blog {
    margin: 2rem 0;
  }

  .card .arrow-circled {
    right: 2rem;
  }

  /* =Contact us address box
  ----------------------------------------------- */
  .contact-sidebar .sidebar-content {
    padding: 2rem 2rem 3rem;
  }

  .contact-sidebar .sidebar-img {
    height: 18rem;
  }

  /* =Featured content, angled blade
  ----------------------------------------------- */
  .ft-blade:before {
    left: 2rem;
    right: 2rem;
  }

  .ft-post-blade:before {
    bottom: 2rem;
  }

  /* =Hero header
  ----------------------------------------------- */
  .hero-inner {
    height: 23rem;
  }

  .hero-inner-lg {
    height: 30rem;
  }

  .hero-header {
    font-size: 3.125rem;
    width: 72%;
  }

  .hero-header-lg {
    font-size: 3.25rem;
    width: 60%;
  }

  /* =Legacy hero, pillar pages
  ----------------------------------------------- */
  .legacy-hero {
    background-image: url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/page/backgrounds/legacy-1200w.jpg");
    background-image: -webkit-image-set(
      url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/page/backgrounds/legacy-1200w.webp") 1x,
      url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/page/backgrounds/legacy-1200w-2x.webp") 2x
    );
  }

  /* =Modal form popups
  ----------------------------------------------- */
  .modal-dialog {
    margin: 5vh auto;
    max-width: 40.5rem;
    padding: 2rem;
  }

  .modal-close {
    right: 1.25rem;
    top: 1.25rem;
  }
}

/* laptop styles */
@media screen and (min-width: 1025px) {
  /* =Accordions
  ----------------------------------------------- */
  .accordion {
    margin: 2.5rem 0 4rem;
  }

  /* =Calls to action
  ----------------------------------------------- */
  .cta-bg:before,
  .cta-blade:before {
    left: 0;
  }

  .cta-blade:before {
    top: -6rem;
    -webkit-transform: skewY(11deg);
  -ms-transform: skewY(11deg);
  transform: skewY(11deg);
    -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  }

  /* =Cards
  ----------------------------------------------- */
  /*   .card-body {
  min-height: 20rem;
}

  .card-full-h {
  min-height: 28rem;
} */
  /* 
  .card-category,
  .card-date {
  font-size: .938rem;
} */

  /* =Contact us address box
  ----------------------------------------------- */
  .contact-sidebar .sidebar-img {
    height: 16rem;
  }

  /* =Featured content, angled blade
  ----------------------------------------------- */
  .ft-blade:before {
    left: 0;
    right: 32%;
    top: 0;
    -webkit-transform: skewX(27deg);
  -ms-transform: skewX(27deg);
  transform: skewX(27deg);
    -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  }

  .ft-blade-primary,
  .ft-blade-white {
    clip-path: none;
  }

  .ft-blade-primary:before {
    background: #00003c;
  }

  .ft-blade-white:before {
    background: #fff;
    bottom: -.25rem;
    top: -.25rem;
  }

  .ft-post-blade:before {
    background: #00003c;
    background: -moz-linear-gradient(left, rgba(0,0,60,1) 40%, rgba(0,30,90,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,60,1) 40%,rgba(0,30,90,0.9) 100%);
    background: linear-gradient(to right, rgba(0,0,60,1) 40%,rgba(0,30,90,0.9) 100%);
    bottom: 0;
  }

  /*   .ft-blade-primary:before,
  .ft-blade-white:before,
  .ft-post-blade:before {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
} */

  /* =Hero header
  ----------------------------------------------- */
  .hero-parallax {
    background-attachment: fixed;
  }

  .hero-inner {
    height: 29rem;
  }

  .hero-inner-lg {
    height: 40rem;
  }

  .hero-header {
    font-size: 4rem;
    width: 55%;
  }

  .hero-header-lg {
    font-size: 4.75rem;
    width: 60%;
  }

  /* =Legacy hero, pillar pages
  ----------------------------------------------- */
  .legacy-hero {
    background-image: url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/page/backgrounds/legacy-1800w.jpg");
    background-image: -webkit-image-set(
      url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/page/backgrounds/legacy-1800w.webp") 1x,
      url("https://541513.fs1.hubspotusercontent-na1.net/hubfs/541513/image/page/backgrounds/legacy-1800w-2x.webp") 2x
    );
  }

  /* =Modal form popups
  ----------------------------------------------- */
  .modal-open,
  .modal-open .modal {
    padding: 0 17px 0 0;
  }

  .modal-dialog {
    max-height: 90vh;
  }
}

@media (min-width: 1025px) and (hover: none) {
  /* =Calls to action
  ----------------------------------------------- */
  .cta-bg {
    padding-right: 2rem;
  }

  .cta-bg:before {
    width: 100%;
  }
}

/* desktop styles */
@media screen and (min-width: 1280px) {
  /* =Cards
  ----------------------------------------------- */
  /*   .card-body {
  min-height: 14rem;
} */

  .card-body-sm {
    padding: 1.5rem 1.5rem 2.5rem;
  }

  .resource-card .card-body-sm {
    padding: 1.5rem;
  }

  .card-body-sm .card-category {
    margin: 0 0 .75rem 0;
  }

  .card-title-sm {
    font-size: 1.125rem;
    margin: 0 0 1.25rem;
  }

  /* =Featured content, angled blade
  ----------------------------------------------- */
  .ft-blade:before {
    right: 40%;
  }
}

@media (hover: hover) and (pointer: fine) {
  /* =Cards
  ----------------------------------------------- */
  .card-media:before,
  .image-hov:before {
    background-color: rgba(30,166,180,0);
    bottom: 0;
    content: '';
    cursor: pointer;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  -o-transition: background-color 250ms;
  transition: background-color 250ms;
    z-index: 1;
  }

  .card:hover .card-media:before {
    background-color: rgba(30,116,180,0.15);
  }

  .card:focus-within .card-media:before {
    background-color: rgba(30,116,180,0.15);
  }

  .carousel-card .arrow-icon,
  .card .arrow-icon {
    -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: -o-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  }

  .carousel-card:hover .arrow-icon,
  .card:hover .arrow-icon {
    -webkit-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
  }

  .carousel-card:focus-within .arrow-icon,
  .card:focus-within .arrow-icon {
    -webkit-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
  }

  .card .arrow-icon--circle {
    opacity: 0;
    -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  }

  .carousel-card:focus-within .arrow-icon--circle,
  .card:focus-within .arrow-icon--circle {
    opacity: 1;
  }

  .carousel-card:hover .arrow-icon--circle,
  .card:hover .arrow-icon--circle {
    opacity: 1;
  }

  .hero-card:hover {
    background-color: rgb(0,0,60);
    background-color: rgba(0,0,60,.75);
  }

  .hero-card .arrow-circled {
    margin-left: -.5rem;
  }

  /* =Old image hover effect
  ----------------------------------------------- */
  .image-hov {
    position: relative;
  }

  .card:hover .image-hov:before,
  a:focus .image-hov:before,
  a:hover .image-hov:before {
    background-color: rgba(30,116,180,0.15);
  }

  a:focus-within .image-hov:before,
  .card:focus-within .image-hov:before {
    background-color: rgba(30,116,180,0.15);
  }
}

/* @supports (display: grid) {
.card-body,
.card-full-h {
min-height: auto;
}
} */
/* =Margins
----------------------------------------------- */
.content .intro + p {
  margin: 1.5rem 0;
}

/* =Images and media
----------------------------------------------- */
.content img,
.content table,
.content blockquote,
.content .table,
.content .media,
.content .caption-img,
.content .figure,
.content .ft-content,
.content .images,
.content .inline-img,
.content .lightbox {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.content figure > img,
.content figure > a > img {
  margin: 0;
}

.content :last-child {
  margin-bottom: 0;
}

/* .content img {
content-visibility: auto;
} */

.content a:not(.arrow-link):not(.btn-cta) {
  font-weight: 500;
/*   text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-line: underline; */
}

/* .content p a:not(.arrow-link):hover {
  text-decoration-thickness: .1em;
} */

/* .content a:not(.btn):active {
  color: #005696;
} */

/* .content .text-white a:active,
.content .text-white a:visited {
color: #fff;
} */

/* =Blockquotes & quotes
----------------------------------------------- */
.content blockquote {
  border-left: 2px solid #1e74b4;
  color: #00003c;
  font-family: "EB Garamond", Times, serif;
  font-size: 1.125rem;
  letter-spacing: .035rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: 0 0 0 1.25rem;
  width: 82%;
}

/* .content blockquote p:first-child:before {
content: open-quote;
}

.content blockquote p:last-child:after {
content: close-quote;
} */

.blog-post .blog-content blockquote {
  margin-left: 0;
}

.content blockquote p:first-child {
  text-indent: -0.45em;
}

@supports (hanging-punctuation: first) {
  .content blockquote p:first-child {
    text-indent: 0;
    hanging-punctuation: first;
  }
}

/* =Captioned images
----------------------------------------------- */
.content figure {
  max-width: 100%;
}

/* =Captions
----------------------------------------------- */
.content figcaption {
  border-left: 1px solid #a3a6a9;
  color: #55585b;
  font-size: 1rem;
  margin: .75rem 0 0;
  padding: .2rem 0 .2rem .8rem;
}

/* .dropcap p:first-child::first-letter {
color: #001527;
float: left;
font-size: 6rem;
font-weight: bold;
line-height: 1;
margin: -7px 0 0 0;
padding: 0 1rem 0 0;
}

.dropcap:first-letter {
float: left;
font-size: 3.5rem;
font-weight: bold;
line-height: 1;
margin: -7px .35rem 0 0;
} */

@media screen and (min-width: 768px) {
  /* =Blockquotes & quotes
  ----------------------------------------------- */
  .content blockquote {
    font-size: 1.3125rem;
    padding: 0 0 0 2rem;
  }

  .blog-post .blog-content blockquote {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  /* =Captioned images
  ----------------------------------------------- */
  .content figure {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  /* =Captions
  ----------------------------------------------- */
  .content figcaption {
    caption-side: bottom;
    display: table-caption;
  }
}
.footer {
  color: #a3a6a9;
  text-underline-offset: 0.2em;
}

.footer-nav {
  margin: -.5rem 0 1rem;
}

.footer-link {
  color: currentColor;
  display: inline-block;
  padding: .5rem;
}

.footer-link:active,
.footer-link:focus,
.footer-link:hover {
  color: #dadde0;
}

.footer-menu-link {
  padding: .5rem 0;
}

.social-links a:not(:last-child) {
  margin: 0 1.5rem 0 0;
}

@media screen and (min-width: 768px) {
  .social-links a:not(:last-child) {
    margin: 0 2rem 0 0;
  }
}
/* =Site header
----------------------------------------------- */
.header {
  background: #fff;
  color: #55585b;
  text-underline-offset: 0.2em;
}

.header-container {
  padding-right: .5rem;
}

/*** Top row ***/
.secondary-nav-container {
  height: 64px;
}

/*** Logo ***/
.header-logo {
  height: 19px;
  max-width: 150px;
  min-width: 150px;
}

/*** Search bar ***/
.header-search {
  clip-path: polygon(-30px 0,calc(100% + 30px) 0,calc(100% + 30px) calc(100% + 30px),-30px calc(100% + 30px));
  top: 64px;
}

.header-search-input {
  padding-right: 2rem;
}

/*** Toggle triggers ***/
.header-search--toggle.open .search-icon {
  display: none;
}

.header-search--toggle.open .search-close-icon {
  display: block;
}

/*** Hamburger menu trigger ***/
.header__navigation--toggle.open .hamburger-icon {
  display: none;
}

.header__navigation--toggle.open .header__close--toggle {
  display: block;
}

/*** Divider line ***/
.nav-divider {
  height: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}

/*** Main navigation menu ***/
.header-nav {
  font-size: 1rem;
}

.header-navlist {
  text-align: center;
}

.header-navlist-item {
  padding: 0 1rem;
}

.header-navlist-item,
.header-navlist-icon {
  display: inline-block;
}

.header-navlist-icon {
  margin: 0 0 0 .25rem;
  stroke: currentColor;
  -webkit-transition: stroke 100ms ease-in-out;
  transition: stroke 100ms ease-in-out;
  -o-transition: stroke 100ms ease-in-out;
  transition: stroke 100ms ease-in-out;
}

.header-navlist-btn:focus .header-navlist-icon,
.header-navlist-btn:hover .header-navlist-icon,
.header-navlist-btn[aria-expanded="true"] .header-navlist-icon {
  stroke: #000;
}

.header-navlist-btn {
  color: currentColor;
  padding: 1rem 0;
  text-transform: uppercase;
}

.header-navlist-btn:active,
.header-navlist-btn:focus,
.header-navlist-btn:hover,
.header-navlist-btn[aria-expanded="true"]/*,
.header-navlist-item [data-label="overview"]*/,
.header-navlist-item [aria-current] {
  color: #000;
}

.header-navlist-item [aria-current]/*,
.header-navlist-item [data-label="overview"]*/ {
  font-weight: 700;
}

/*** Hide navigation dropdown in the inline editor ***/
.hs-inline-edit .header-submenu-navlist {
  visibility: hidden;
}

/*** Menu dropdown ***/
.header-submenu-navlist {
  background: #f6f8fa;
  clip-path: polygon(-30px 0, calc(100% + 30px) 0, calc(100% + 30px) calc(100% + 30px), -30px calc(100% + 30px));
  opacity: 0;
  overflow: hidden;
  padding: 1rem 0;
  position: absolute;
  text-align: left;
  top: 117px;
  -webkit-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms;
  -o-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms;
  visibility: hidden;
  z-index: 50;
}

.header-navlist-item:focus .header-submenu-navlist,
.header-navlist-item:hover .header-submenu-navlist,
.header-navlist-btn[aria-expanded="true"] + .header-submenu-navlist {
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out 200ms, visibility 200ms ease-in-out 200ms;
  transition: opacity 200ms ease-in-out 200ms, visibility 200ms ease-in-out 200ms;
  -o-transition: opacity 200ms ease-in-out 200ms, visibility 200ms ease-in-out 200ms;
  transition: opacity 200ms ease-in-out 200ms, visibility 200ms ease-in-out 200ms;
  visibility: visible;
}

.header-submenu-navlist:before {
  background-color: #f47b20;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 375ms ease-in;
  transition: width 375ms ease-in;
  -o-transition: width 375ms ease-in;
  transition: width 375ms ease-in;
  width: 0;
}

.header-navlist-item:focus .header-submenu-navlist:before,
.header-navlist-item:hover .header-submenu-navlist:before,
.header-navlist-btn[aria-expanded="true"] + .header-submenu-navlist:before {
  width: 100%;
}

.header-submenu-navlist-item {
  display: block;
}

.header-submenu-navlist-link {
  color: currentColor;
  display: block;
  padding: .5rem 1.75rem;
}

.header-submenu-navlist-link:focus,
.header-submenu-navlist-link:hover {
  background: #fff;
  color: #000;
}

/* =Mobile navigation
----------------------------------------------- */
/*** Child toggle button ***/
.child-triggerm {
  cursor: pointer;
  display: block;
  height: 48.5px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*** Child toggle button icon & animations ***/
.child-triggerm span:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 1.25rem;
  height: 10px;
  line-height: .5;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  -o-transition: -o-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.child-triggerm.child-open span:after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  -ms-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

/*** Make child lists appear below parent items ***/
.primary-nav-mobile .hs-menu-children-wrapper {
  display: none;
  opacity: 1;
  position: static;
  visibility: visible;
}

/*** Mobile menu styles ***/
.primary-nav-mobile {
  background-color: #fff;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 64px;
  -webkit-transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out 100ms;
  transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out 100ms;
  -o-transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out 100ms;
  transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out 100ms;
  visibility: visible;
  width: 100%;
  z-index: 20;
}

.primary-nav-mobile:not(.open) {
  opacity: 0;
  padding: 0;
  -webkit-transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out 300ms;
  transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out 300ms;
  -o-transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out 300ms;
  transition: opacity 300ms ease-in-out, visibility 100ms ease-in-out 300ms;
  visibility: hidden;
}

/*** Level 1 menu list styles ***/
.primary-nav-mobile ul {
  display: block;
  padding: 1rem 0;
}

.primary-nav-mobile .hs-item-has-children {
  position: relative;
}

/* .primary-nav-mobile > ul > li:last-child {
  display: none;
} */

/*** Level 1 menu list styles ***/
.primary-nav-mobile .hs-menu-item a {
  color: inherit;
  padding: .75rem 1.5rem;
}

.primary-nav-mobile a:hover {
  text-decoration: none;
}

/*** Level 2 menu list styles ***/
.primary-nav-mobile ul ul {
  background-color: #f6f8fa;
}

.primary-nav-mobile .hs-menu-depth-2 a {
  color: #232629;
}

/*** Level 3 menu list styles ***/
.primary-nav-mobile ul ul ul {
  background-color: #e8eaec;
}

.primary-nav-mobile .hs-menu-depth-3 a {
  color: #000;
}

/* tablet styles */
@media screen and (min-width: 768px) {
  .header-container {
    padding-right: 1rem;
  }

  .header-logo {
    height: 23px;
    max-width: 180px;
    min-width: 180px;
  }

  /* =Mobile navigation
  ----------------------------------------------- */
  .child-triggerm span:after {
    right: 2.32rem;
  }

  .primary-nav-mobile .hs-menu-item a {
    padding: .75rem 2rem;
  }
}

/* laptop styles */
@media screen and (min-width: 1025px) {
  .header-container {
    padding-right: 2rem;
  }

  .secondary-nav-container {
    height: 63px;
  }
}
/* .image-16\:9 {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.image-16\:9:before {
  background-color: rgba(30,166,180,0);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  -o-transition: background-color 250ms;
  transition: background-color 250ms;
  z-index: 1;
}

.card:hover .image-16\:9:before {
  background-color: rgba(30,116,180,0.25);
}

.card:focus-within .image-16\:9:before {
  background-color: rgba(30,116,180,0.25);
}

.image-16\:9 img {
  bottom: auto;
  left: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: auto;
  top: auto;
} */

/* =Icons
----------------------------------------------- */
.icon,
.icon svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.icon-md,
.icon-md svg {
  height: 40px;
  width: 40px;
}

.icon-lg,
.icon-lg svg {
  height: 100px;
  width: 100px;
}

/* =Social icons
----------------------------------------------- */
.social-icon {
  border-radius: 50%;
  
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.social-icon svg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: fill 250ms ease;
  transition: fill 250ms ease;
  -o-transition: fill 250ms ease;
  transition: fill 250ms ease;
  width: auto;
}

.footer .social-icon {
  
  background-color: #a3a6a9;
  border: 2px solid #a3a6a9;
  display: inline-block;
  height: 42px;
  width: 42px;
}

.footer .social-icon:active,
.footer .social-icon:focus,
.footer .social-icon:hover {
  
  background-color: transparent;
}

.footer .social-icon svg {
  fill: #000;
  height: 21px;
}

.footer .social-icon:active svg,
.footer .social-icon:focus svg,
.footer .social-icon:hover svg {
  fill: #a3a6a9;
}

.post .social-icon {
  
  border: 2px solid #3c92d2;
  height: 40px;
  width: 40px;
}

.post .social-icon:active,
.post .social-icon:focus,
.post .social-icon:hover {
  
  background-color: #3c92d2;
}

.post .social-icon svg {
  fill: #3c92d2;
  height: 20px;
}

.post .social-icon:active svg,
.post .social-icon:focus svg,
.post .social-icon:hover svg {
  fill: #fff;
}

/* =Captioned and inset images
----------------------------------------------- */
/* .content figure {
  max-width: 100%;
} */

.inset-img-wrap .inset-fig + p {
  margin-top: 0;
}

.inset-img-wrap p:last-child {
  margin-bottom: 1.62rem;
}

.inset-img-wrap.left .inset-fig {
  float: left;
  margin-right: 1.5rem;
}

.inset-img-wrap.right .inset-fig {
  float: right;
  margin-left: 1.5rem;
}

.inset-img-wrap .inset-fig,
.inset-img.left img,
.inset-img.right img {
  margin-bottom: 1.5rem;
  margin-top: 8px;
  width: 40%;
}

.inset-img.right img {
  float: right;
  margin-left: 1.5rem;
  margin-right: 0;
}

.inset-img.left img {
  float: left;
  margin-left: 0;
  margin-right: 1.5rem;
}

.inset-img-wrap + .inset-img-wrap {
  margin-bottom: 1.62rem;
  margin-top: 1.62rem;
}

/* =Inline images
----------------------------------------------- */
.content .inline-img:last-child {
  margin-bottom: 0;
}

/* =Lightbox images
----------------------------------------------- */
/* .lightbox {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
 */
.gallery-box {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
  -o-transition: border-color 200ms;
  transition: border-color 200ms;
}

.gallery-box:hover {
  border-color: #bec1c4;
}

.gallery-box .mag-glass {
  color: #a3a6a9;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: color 200ms, -webkit-transform 200ms;
  transition: color 200ms, -webkit-transform 200ms;
  -o-transition: color 200ms, -o-transform 200ms;
  transition: color 200ms, transform 200ms;
  transition: color 200ms, transform 200ms, -webkit-transform 200ms;
}

.gallery-box .mag-glass i {
  color: #a3a6a9;
  -webkit-transition: color 200ms;
  transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
}

.gallery-box:hover .mag-glass {
  color: #bec1c4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gallery-box:hover .mag-glass i {
  color: #bec1c4;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* =Inline images
  ----------------------------------------------- */
  .inline-image-three:last-child {
    float: none;
    margin: 2.5rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  /* =Icons
  ----------------------------------------------- */
  .icon,
  .icon svg {
    height: 26px;
    width: 26px;
  }

  /* =Social icons
  ----------------------------------------------- */
  .footer .social-icon {
    height: 40px;
    width: 40px;
  }

  .footer .social-icon svg {
    height: 20px;
  }

  .post .social-icon {
    height: 32px;
    width: 32px;
  }

  .post .social-icon svg {
    height: 16px;
  }

  .inset-img-wrap .inset-fig,
  .inset-img.left img,
  .inset-img.right img {
    width: auto;
  }
}
/* =Cookie consent banner
----------------------------------------------- */
.hs-cookie-notification-position-bottom > div {
  /*   max-width: 1264px !important; */
  padding: 1.5rem !important;
}

.hs-cookie-notification-position-bottom > div > div + div > div {
  margin-right: 0;
}

#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p {
  margin: 0 !important;
}

/* #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
padding: 1.5rem !important;
} */

#hs-eu-policy-wording {
  padding: 10px 10px 2px 10px;
}

#hs-eu-cookie-confirmation #hs-en-cookie-confirmation-buttons-area {
  justify-content: center !important;
  margin-right: 0 !important;
}

/* #hs-eu-confirmation-button {
border-radius: 9999px !important;
font-weight: 700;
line-height: 1;
padding: .5rem 1.75rem;
} */

#hs-eu-cookie-confirmation #hs-en-cookie-confirmation-buttons-area #hs-eu-confirmation-button:hover {
  background-color: #1e74b4 !important;
}

/* =System pages
----------------------------------------------- */
.systems-page {
  margin: 0 auto;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #266c16;
  border-radius: 5px;
  color: #266c16;
  display: inline-block;
  line-height: 1.5;
  margin: 1.5rem 0 0;
  padding: .372rem .6rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form .header {
  color: currentColor;
}

.systems-page .page-header h1 {
  display: none;
}

.systems-page .page-header h2 {
  margin-bottom: 1rem;
}

.systems-page .email-prefs > .header {
  padding: 2rem 0 0;
}

.systems-page .email-prefs .item-inner .fakelabel span {
  font-weight: 700;
}

.systems-page .email-prefs .item-inner p {
  color: #6f7275;
  font-size: 1rem;
  margin: 0 0 1rem 2.4rem;
}

.systems-page .subscribe-options {
  margin-bottom: 4rem;
}

.systems-page .email-prefs .localization-language {
  margin-bottom: 2rem;
  position: relative;
}

.systems-page .email-prefs .subscribe-options .header {
  padding-top: 2rem;
}

/* Search pages */
/* .hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
} */

/* =Password prompt
----------------------------------------------- */
/* .password-prompt input[type=password] {
display: block;
height: auto !important;
margin-bottom: 1.4rem;
} */

/* =Backup unsubscribe
----------------------------------------------- */
.backup-unsubscribe input[type=email] {
  font-size: 1.1875rem !important;
  line-height: 1.5;
  padding: .372rem .6rem !important;
}

@media screen and (min-width: 768px) {
  /* =Cookie consent banner
  ----------------------------------------------- */
  .hs-cookie-notification-position-bottom > div {
    padding: 1.5rem 2rem !important;
  }

  .hs-cookie-notification-position-bottom > div > div + div > div {
    margin-right: -6px;
  }

  #hs-eu-policy-wording {
    padding: 0;
  }
}

/* Vendor code
Specific to plugins
*/
/* =Font Awesome
----------------------------------------------- */
.fas {
  display: inline-block;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-angle-down:before {
  content: '\f107';
}

.fa-angle-left:before {
  content: '\f104';
}

.fa-angle-right:before {
  content: '\f105';
}

.fa-angle-up:before {
  content: '\f077';
}

.fa-chevron-left:before {
  content: '\f053';
}

.fa-chevron-right:before {
  content: '\f054';
}

.fa-search:before {
  content: '\f002';
}

.fa-zoom:before {
  content: '\f00e';
}

.fa-download:before {
  content: '\f358';
}

.fa-location:before {
  content: '\f3c5';
}

.fa-cal:before {
  content: '\f073';
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/
/* Table of Contents
* |Accessibility|
* |Borders|
* |Box shadow|
* |Display properties|
* |Opacity|
* |Overflow|
* |Pointer events|
* |Positioning|
* |Sizing|
* |Spacing|
* |Transforms|
* |Transitions|
* |Typography|
* |Vertical alignment|
* |Visibility|
* |Word break|
* |Z-Indexing|
*/

/* =Accessibility
----------------------------------------------- */
/*** For non-natively-focusable elements. For natively focusable elements ***/
/*** Use .visually-hidden:not(:focus):not(:active) ***/
.visually-hidden:not(:focus):not(:active) {
  border-width: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* =Borders
----------------------------------------------- */
/*** Widths ***/
.border-0 {
  border-width: 0;
}

.border-1 {
  border-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-l-1 {
  border-left-width: 1px;
}

/*** Colors ***/
.border-gray-300 {
  border-color: #a7aaa9;
}

.border-gray-500 {
  border-color: #707372;
}

.border-neutral-400 {
  border-color: #a3a6a9;
}

.border-neutral-500 {
  border-color: #888b8e;
}

.border-neutral-600 {
  border-color: #6f7275;
}

.border-neutral-700 {
  border-color: #55585b;
}

.border-secondary {
  border-color: #f47b20;
}

/*** Radius ***/
.rounded-full {
  border-radius: 9999px;
}

/*** Styles ***/
.border-solid {
  border-style: solid;
}

/* =Box shadow
----------------------------------------------- */
.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 30, 0.3),
    0 4px 6px -2px rgba(0, 0, 30, 0.25);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 30, 0.3),
    0 4px 6px -2px rgba(0, 0, 30, 0.25);
}

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

/* =Display properties
----------------------------------------------- */
.block {
  display: block;
}

.hide,
.tile-hidden,
.has-js .card-hidden {
  display: none;
}

.inline-block {
  display: inline-block;
}

.inherit {
  display: inherit;
}

.table {
  display: table;
}

/*** Floats ***/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* =Opacity
----------------------------------------------- */
.opacity-0 {
  opacity: 0;
}

.opacity-80 {
  opacity: 0.8;
}

/* =Overflow
----------------------------------------------- */
.overflow-hidden {
  overflow: hidden;
}

/* =Positioning
----------------------------------------------- */
.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.bottom-4 {
  bottom: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.left-50 {
  left: 50%;
}

/* =Sizing
----------------------------------------------- */
/*** Height ***/
.h-05 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-88 {
  height: 22rem;
}

.h-80-px {
  height: 80px;
}

.h-full {
  height: 100%;
}

/*** Max-width ***/
.max-w-xs {
  max-width: 40.5rem;
}

.max-w-sm {
  max-width: 53rem;
}

.max-w-lg {
  max-width: 59.5rem;
}

/*** Widths ***/
.w-50 {
  width: 50%;
}

.w-66 {
  width: 66.6%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.w-50-px {
  width: 50px;
}

.w-70-px {
  width: 70px;
}

.w-80-px {
  width: 80px;
}

.w-125-px {
  width: 125px;
}

/* =Spacing
----------------------------------------------- */
/*** Margins ***/
.m-6 {
  margin: 1.5rem;
}

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

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

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

.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

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

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

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mt-0 {
  margin-top: 0;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.-mt-3 {
  margin-top: -0.75rem;
}

/*** Padding ***/
.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

.pb-0 {
  padding-bottom: 0;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-64 {
  padding-top: 16rem;
}

/* =Transitions
----------------------------------------------- */
.transition-bg-color {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

/*** Duration ***/
.duration-300 {
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

/*** Timing ***/
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* =Typography
----------------------------------------------- */
/*** Font sizes ***/
.text-sm {
  font-size: 0.875rem;
}

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

.text-lg {
  font-size: 1.25rem;
}

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

.text-2xl {
  font-size: 1.875rem;
}

.text-3xl {
  font-size: 2.375rem;
}

/*** Font weights ***/
/*** only for Proxima Nova/copy font ***/
.text-100 {
  font-weight: 100;
}

/*** for both fonts ***/
.text-500 {
  font-weight: 500;
}

/*** only for Proxima Nova/copy font ***/
.text-700 {
  font-weight: 700;
}

/*** Letter spacing ***/
.tracking-wide {
  letter-spacing: 0.025rem;
}

/*** Lineheight ***/
.leading-0 {
  line-height: 0;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.125;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

/*** Text alignment ***/
.text-left {
  text-align: left;
}

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

.text-uppercase {
  text-transform: uppercase;
}

/*** Text decoration ***/
.no-underline,
.no-underline:active,
.no-underline:focus,
.no-underline:hover {
  text-decoration: none;
}

/* =Vertical alignment
----------------------------------------------- */
.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

/* =Visibility
----------------------------------------------- */
.invisible {
  visibility: hidden;
}

/* =Word break
----------------------------------------------- */
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

/* =Z-Indexing
----------------------------------------------- */
.z--1 {
  z-index: -1;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-60 {
  z-index: 60;
}

/* tablet styles */
@media screen and (min-width: 768px) {
  /* =Borders
  ----------------------------------------------- */
  /*** Widths ***/
  .sm\:border-r-1 {
    border-right-width: 1px;
  }

  /* =Box shadow
  ----------------------------------------------- */
  .sm\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 30, 0.3),
    0 4px 6px -2px rgba(0, 0, 30, 0.25);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 30, 0.3),
    0 4px 6px -2px rgba(0, 0, 30, 0.25);
  }

  .sm\:shadow-none {
    -webkit-box-shadow: none;
  box-shadow: none;
  }

  /* =Display properties
  ----------------------------------------------- */
  .sm\:hide,
  .sm\:tile-hidden,
  .has-js .sm\:card-hidden {
    display: none;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  /*** Floats ***/
  .sm\:float-left {
    float: left;
  }

  .sm\:float-right {
    float: right;
  }

  /* =Positioning
  ----------------------------------------------- */
  .sm\:absolute {
    position: absolute;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  /* =Sizing
  ----------------------------------------------- */
  /*** Height ***/
  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-88 {
    height: 22rem;
  }

  .sm\:h-100-px {
    height: 100px;
  }

  .sm\:h-full {
    height: 100%;
  }

  /*** Widths ***/
  .sm\:w-25 {
    width: 25%;
  }

  .sm\:w-45 {
    width: 45%;
  }

  .sm\:w-49 {
    width: 49%;
  }

  .sm\:w-50 {
    width: 50%;
  }

  .sm\:w-55 {
    width: 55%;
  }

  .sm\:w-66 {
    width: 66.6%;
  }

  .sm\:w-70 {
    width: 70%;
  }

  .sm\:w-75 {
    width: 75%;
  }

  .sm\:w-80 {
    width: 80%;
  }

  .sm\:w-85 {
    width: 85%;
  }

  .sm\:w-90 {
    width: 90%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-80-px {
    width: 80px;
  }

  .sm\:w-100-px {
    width: 100px;
  }

  /* =Spacing
  ----------------------------------------------- */
  /*** Margins ***/

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  /*** Padding ***/
  .sm\:p-8 {
    padding: 2rem;
  }

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

  .sm\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .sm\:py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

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

  .sm\:py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .sm\:py-20 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .sm\:py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  /* =Typography
  ----------------------------------------------- */
  /*** Font sizes ***/
  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-lg {
    font-size: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.5rem;
  }

  .sm\:text-4xl {
    font-size: 3rem;
  }

  /*** Lineheight ***/
  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  /*** Text alignment ***/
  .sm\:text-left {
    text-align: left;
  }

  /* =Vertical alignment
  ----------------------------------------------- */
  .sm\:align-middle {
    vertical-align: middle;
  }
}

/* laptop styles */
@media screen and (min-width: 1025px) {
  /* =Borders
  ----------------------------------------------- */
  /*** Widths ***/
  .md\:border-r-1 {
    border-right-width: 1px;
  }

  /* =Box shadow
  ----------------------------------------------- */
  .md\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 30, 0.3),
    0 4px 6px -2px rgba(0, 0, 30, 0.25);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 30, 0.3),
    0 4px 6px -2px rgba(0, 0, 30, 0.25);
  }

  .md\:shadow-none {
    -webkit-box-shadow: none;
  box-shadow: none;
  }

  /* =Display properties
  ----------------------------------------------- */
  .md\:block {
    display: block;
  }

  .md\:hide,
  .md\:tile-hidden,
  .has-js .md\:card-hidden {
    display: none;
  }

  .md\:inline-block {
    display: inline-block;
  }

  /*** Floats ***/
  .md\:float-left {
    float: left;
  }

  .md\:float-right {
    float: right;
  }

  /* =Positioning
  ----------------------------------------------- */
  .md\:relative {
    position: relative;
  }

  /* =Sizing
  ----------------------------------------------- */
  /*** Min-height ***/
  .md\:h-auto {
    height: auto;
  }

  /*** Height ***/
  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-88 {
    height: 22rem;
  }

  /*** Widths ***/
  .md\:w-25 {
    width: 25%;
  }

  .md\:w-30 {
    width: 30%;
  }

  .md\:w-33 {
    width: 33.33%;
  }

  .md\:w-40 {
    width: 40%;
  }

  .md\:w-45 {
    width: 45%;
  }

  .md\:w-50 {
    width: 50%;
  }

  .md\:w-60 {
    width: 60%;
  }

  .md\:w-65 {
    width: 65%;
  }

  .md\:w-70 {
    width: 70%;
  }

  .md\:w-80 {
    width: 80%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-160-px {
    width: 160px;
  }

  /* =Spacing
  ----------------------------------------------- */
  /*** Margins ***/
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-20 {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  /*** Padding ***/
  .md\:p-0 {
    padding: 0;
  }

  .md\:p-12 {
    padding: 3rem;
  }

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

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

  .md\:py-14 {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .md\:py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .md\:py-20 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .md\:py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .md\:py-34 {
    padding-bottom: 8.5rem;
    padding-top: 8.5rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  /* =Typography
  ----------------------------------------------- */
  /*** Font sizes ***/
  .md\:text-2xl {
    font-size: 1.875rem;
  }

  .md\:text-5xl {
    font-size: 3.375rem;
  }

  /*** Text alignment ***/
  .md\:text-left {
    text-align: left;
  }
}

/* large desktop styles */
@media screen and (min-width: 1920px) {
  /* =Sizing
  ----------------------------------------------- */
  .xl\:w-25 {
    width: 25%;
  }
}
