/* Theme base styles */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;400;900&family=Manrope:wght@300;600;800&family=Work+Sans:wght@400;700&display=swap");

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

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

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

ul li, ol li {
  color: #425b76;
  margin: 0 0 1.4rem;
}

ul li::marker, ol li::marker {
  color: inherit;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  background-color: #425b76;
  border: 2px solid #425b76;
  border-radius: 0px;
  padding: 7px 25px;
  font-weight: 700;
  letter-spacing: 0.063rem;
  transition: all 250ms ease;
  font-family: 'Poppins', sans-serif;
}

button:hover,
.button:hover {
  font-weight: 700;
  color: #425b76;
  background-color: #fff;
  border: 2px solid #425b76;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

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

form label span {
  font-weight: 700;
}

/* Help text */

form legend {
  font-size: 0.925rem;
}

/* Inputs */

div[id^="__lpform_firstname"] {
  display: none;
  border: 2px solid red;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.925rem;
  padding: 0.7rem;
  width: 100%;
  background-image: none !important;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

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

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

@media (max-width: 768px) {
  .hs-menu-wrapper ul {
    gap: 0;
  }
}

.hs-menu-wrapper ul.hs-menu-children-wrapper {
  gap: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  transform: translateX(-20px);
}

@media (max-width: 768px) {
  .hs-menu-wrapper ul.hs-menu-children-wrapper {
    background-color: transparent;
  }
}

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

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

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

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

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









/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */










.hs-cta-wrapper {
  display: block;
}

.hs-cta-wrapper > span {
  display: block;
}

span.close {
  font-size: 2.5rem;
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
  z-index: 1002;
  cursor: pointer;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.content-wrapper {
  max-width: 1170px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
}





html {
  
  font-size: 16px;
}

@media (max-width: 991px) {
  html {
    font-size: 13px;
  }
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #425b76;
  font-size: 1rem;
  min-height: 101vh;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  line-height: 1.375;
  letter-spacing: 0;
}

.cta {
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #161b30;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #000008;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #3e4358;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #26948f;
  font-size: 3rem;
  text-transform: none;
  line-height: 1.0625;
  letter-spacing: 0;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #26948f;
  font-size: 2.5rem;
  text-transform: none;
  line-height: 1.125;
  letter-spacing: 0;
}

h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #26948f;
  font-size: 1.625rem;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0.5px;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #26948f;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 1.5px;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #26948f;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #26948F;
}











form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #26948F;
}

/* Labels */

form label {
  display: flex;
  align-items: center;
  color: #425b76;
}

/* Help text */

form legend {
  color: #425b76;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100% !important;
  border: 2px solid #161B30;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
  border-radius: 0px;
  min-height:40px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #425b76;
}

::-moz-placeholder {
  color: #425b76;
}

:-ms-input-placeholder {
  color: #425b76;
}

::placeholder {
  color: #425b76;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #425b76;
}

.fn-date-picker td.is-selected .pika-button {
  background: #425b76;
}

.fn-date-picker td .pika-button:hover {
  background-color: #425b76 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #425b76;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  

  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
  background-color: #425b76;
  border: 2px solid #161b30;
  border-radius: 0px;
  padding: 16px 25px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 250ms ease;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: #425b76;
  background-color: #fff;
  border-color: #425b76;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(106, 131, 158, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #425b76;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #425b76;

  padding: 18px;

  border-color: ;
  color: #425b76;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #425b76;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #425b76;
  font-family: Lato;
}

.menu__child-toggle-icon {
  border-top-color: #425b76;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #1a334e;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #1a334e;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #6a839e;
}

.menu__child-toggle-icon:active {
  border-top-color: #6a839e;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #425b76;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #425b76;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #425b76;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #425b76;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato;
}

.header__language-switcher-label-current:after {
  border-top-color: #425b76;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #425b76;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(57, 62, 70, 1.0)

;
}


/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #425b76;
}

.blog-post__tag-link {
  color: #425b76;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #1a334e;
}

.blog-post__tag-link:active {
  color: #6a839e;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #26948f;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #006c67;
}

.blog-related-posts__title-link:active {
  color: #4ebcb7;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #161b30;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #000008;
}

#comments-listing .comment-reply-to:active {
  color: #3e4358;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #26948f;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #26948f;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #006c67;
}

.blog-index__post-title-link:active {
  color: #4ebcb7;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #425b76;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #425b76;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #1a334e;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #6a839e;
}

.pagination__link-icon svg {
  fill: #425b76;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #26948f;
  font-size: 1.625rem;
}

.card__body svg {
  fill: #425b76;
}

/* Social follow */

.social-links__icon {
  background-color: #425b76;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #1a334e;
}

.social-links__icon:active {
  background-color: #6a839e;
  font-weight: 600; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #26948f;
  font-size: 1.625rem;
}


html {scroll-behavior: smooth;}img {max-width: 100%;height: auto;}header.header{min-height:80px;}.dnd-section{min-height:50px;}.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;cursor: hand;}.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}.slick-track:before, .slick-track:after {display: table;content: '';}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}[dir='rtl'] .slick-slide {float: right;}.slick-slide img {display: block;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}#fullscreen-menu .expand {display: none;}#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper {gap: 0px;display: flex;flex-direction: column;justify-content: center;width: 100%;height: 100vh;left: -100vw;top: 0;position: fixed;background-color: #26948F;transition: left 250ms ease;}#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open {left: 0;transform: translateX(0px);}#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open .close {font-size: 40px;}#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open li, #fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open h2 {width: 100%;max-width: 700px;margin: 0 auto;}#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open li {margin-bottom: 15px;}#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper.open h2 {font-size: 40px;margin-bottom: 35px;}#fullscreen-menu .hs-item-has-children .hs-menu-children-wrapper a {font-size: 30px;color: #425b76;text-transform: unset;}.main-navigation {display: flex;align-items: center;justify-content: space-between;padding: 1rem 0;position: relative;}.main-navigation .logo-company-name {margin-bottom: 0px;}.main-navigation .menu {display: flex;gap: 3rem;}.main-navigation .menu li {margin-bottom: 0px;}.main-navigation .mobile-menu {display: none;}@media (max-width: 768px) {.main-navigation .mobile-menu {display: block;position: absolute;z-index: 1002;top: 30px;right: 0;margin: auto;}}@media (max-width: 768px) {.main-navigation .menu {flex-direction: column;align-items: flex-start;position: fixed;right: -100%;top: 0px;height: 100vh;width: 80vw;gap: 0;background-color: #fff;z-index: 1001;padding-top: 107px;transition: all 250ms ease;}}@media (max-width: 768px) {.main-navigation .menu.open {right: 0%;}}@media (max-width: 768px) {.main-navigation .menu > span {display: block;width: 100%;}}@media (max-width: 768px) {.main-navigation .menu .hs-item-has-children .hs-menu-children-wrapper {display: none;}}@media (max-width: 768px) {.main-navigation .menu .hs-item-has-children .hs-menu-children-wrapper a {padding-left: 2.5rem;}}.main-navigation .menu a {font-size: 0.75rem;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;}@media (max-width: 768px) {.main-navigation .menu a {display: block;font-size: 1.2rem;padding: 1.30rem 1.5rem;border-bottom: 1px solid #efefef;}}.main-navigation .menu .hs-item-has-children .expand {display: none;position: absolute;top: 0px;right: 0px;z-index: 1001;border-left: 1px solid #efefef;}@media (max-width: 768px) {.main-navigation .menu .hs-item-has-children .expand {display: flex;font-size: 1.625rem;padding: 1.04rem 1.55rem;align-items: center;justify-content: center;}}.main-navigation .menu .search-icon {cursor: pointer;}.main-navigation .search-container {position: absolute;right: 0px;display: flex;align-items: center;height: 100%;width: 100%;max-width: 0px;overflow: hidden;z-index: 1002;transition: all 250ms ease;}.main-navigation .search-container.search-open {max-width: 340px;}@media (max-width: 768px) {.main-navigation #search-toggle {position: absolute;top: 35px;left: 20px;}}.hs-search-field {width: 100%;}.hs-search-field__bar {position: relative;}.hs-search-field__bar .close-search {position: absolute;right: 0px;top: 10px;cursor: pointer;}.main-navigation .search-container .hs-search-field__suggestions {display: none;}.main-navigation .search-container form input[type=text] {width: 100%;border-top: 0px;border-left: 0px;border-right: 0px;border-radius: 0;font-weight: 700;border-bottom: 2px solid #161b30;}.main-navigation .search-container form input[type=text]:focus {outline: none;border-bottom: 2px solid #161b30;}.hero-banner {min-height: 50px;display: grid;gap: 130px;align-items: center;grid-template-columns: minmax(auto, 370px) 1fr;}@media (max-width: 1366px) {.hero-banner {gap: 50px;}}@media (max-width: 991px) {.hero-banner {gap: 50px;grid-template-columns: 1fr;}}.hero-banner.reverse {grid-template-columns: 1fr minmax(auto, 370px);}@media (max-width: 991px) {.hero-banner.reverse {grid-template-columns: 1fr;}}.hero-banner.stacked {width: 100%;max-width: 770px;margin: 0 auto;gap: 0px;grid-template-columns: 0fr;}.hero-banner .image {}@media (max-width: 991px) {.hero-banner .image {display: flex;justify-content: center;}}.hero-banner.reverse .image {grid-column: 2 / 3;display: flex;justify-content: flex-end;}@media (max-width: 991px) {.hero-banner.reverse .image {grid-column: unset;}}@media (max-width: 991px) {.hero-banner.reverse .image img {width: 100%;}}.hero-banner.stacked .image {grid-row: -1 / -1;grid-column: -1 / -1;display: flex;justify-content: center;}.hero-banner .content {display: flex;flex-direction: column;}.hero-banner .content.middle {display: flex;flex-direction: column;justify-content: center;}.hero-banner .content.bottom {display: flex;flex-direction: column;justify-content: flex-end;}.hero-banner.reverse .content {grid-column: 1 / 2;grid-row: 1;}@media (max-width: 991px) {.hero-banner.reverse .content {grid-column: unset;grid-row: unset;}}.hero-banner.stacked .content {grid-row: -1 / -1;grid-column: -1 / -1;justify-content: center;align-items: center;text-align: center;}.hero-banner .content .inner-content {flex: 1;}.hero-banner .content.middle .inner-content {flex: unset;}.hero-banner .content.bottom .inner-content {flex: unset;}.hero-banner.stacked .content .inner-content {flex: unset;}.hero-banner .content .inner-content *:first-child {margin-bottom: 1.563rem;}.hero-banner .content .inner-content p {line-height: 1.563rem;margin-bottom: 0.5rem;}.hero-banner .content .cta-container {display: flex;gap: 1.563rem;margin-top: 2.188rem;}@media (max-width: 480px) {.hero-banner .content .cta-container {flex-direction: column;align-items: center;}}.cta-strip {display: flex;gap: 1.563rem;align-items: center;justify-content: space-between;width: 100%;margin: 0 auto;padding: 0 1rem;}@media (max-width: 480px) {.cta-strip {flex-direction: column;}}.cta-strip .content {width: 100%;max-width: 765px;}@media (max-width: 480px) {.cta-strip .content {text-align: center;}}.cta-strip .content *:last-child {margin-bottom: 0px;}.slider {max-width: 800px;margin: auto;position: relative;}.slider .content {margin-bottom: 45px;}.slider .content * {margin-bottom: 0px;}.logo-slider .image {display: flex;justify-content: center;text-align: center;padding: 0 10px;}.slick-dots {display: flex;justify-content: center;padding: 0px;gap: 20px;margin: 70px 0 0;list-style: none;}.slick-dots .slick-active button {font-weight: 700;}.slick-dots button {border: none;outline: none;padding: 0px;background-color: transparent;}.slider #arrows {display: flex;gap: 0.625rem;position: absolute;right: -105px;bottom: 0px;}.slider #arrows .slick-arrow {width: 100%;max-width: 3.063rem;cursor: pointer;}.info-blocks-container {position: relative;}.info-blocks-container #arrows {display: flex;gap: 0.625rem;position: absolute;right: 0px;bottom: -15px;}.info-blocks-container #arrows .slick-arrow {width: 100%;max-width: 3.063rem;cursor: pointer;}.info-blocks-container .slick-dots li button {color: #425b76;}.info-blocks-container .info-block {text-align: center;padding: 0 10px;}.info-blocks-container .image {display: flex;justify-content: center;text-align: center;margin-bottom: 35px;}.info-blocks-container .social-icon {width: 70px;height: 70px;padding: 20px;margin: 0 auto;display: flex;border-radius: 3px;align-items: center;justify-content: center;background-color: #E1E5EA;}.info-blocks-container .social-icon a {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}.info-blocks-container .social-icon a span {display: block;width: 100%;height: 100%;}footer .inner-container {width: 100%;display: grid;grid-template-columns: repeat(4, minmax(auto, 1fr));min-height: 50px;gap: 1.25rem;}@media (max-width: 768px) {footer .inner-container {grid-template-columns: repeat(2, minmax(auto, 1fr));}}@media (max-width: 480px) {footer .inner-container {grid-template-columns: repeat(1, minmax(auto, 1fr));}}.footer .inner-container .footer-column {}.footer .inner-container .footer-column header {margin-bottom: 2.188rem;}.footer .inner-container .footer-column .menu ul {flex-direction: column;gap: 1.25rem;}.footer .inner-container .footer-column .menu ul li {margin-bottom: 0px;}.footer .inner-container .footer-column .menu ul a {color: #ffffff;font-size: 1rem;}.footer .inner-container .footer-column .city {color: #ffffff;font-size: 0.75rem;font-weight: 700;margin-bottom: 1.25rem;}.footer .inner-container .footer-column .social-inner-container {display: grid;gap: 1.875rem;grid-template-columns: repeat(3, minmax(auto, 1fr));margin-bottom: 5rem;}.footer .inner-container .footer-column .social-inner-container .icon {background-color: #fff;border-radius: 0.25rem;display: flex;justify-content: center;align-items: center;padding: 1.188rem;}.footer .inner-container .footer-column .social-inner-container .icon span {display: flex;justify-content: center;align-items: center;}.footer .inner-container .footer-column .social-inner-container .icon span svg {width: 100%;max-width: 20px;}.social-platforms input[name="email"] {outline: none;color: #fff;border: 2px solid #fff;background-color: transparent;border-radius: 0px;}.social-platforms form input[type=submit], .social-platforms form .hs-button {outline: none;border-radius: 0px;font-weight: 700;text-transform: uppercase;color: #425b76;font-size: 0.75rem;display: inline-block;text-decoration: none;background-color: #fff;border: 2px solid #fff;letter-spacing: 0.063rem;border-radius: 0px;padding: 16px 25px;font-weight: 700;transition: all 250ms ease;font-family: 'Poppins', sans-serif;}.social-platforms form input[type=submit]:hover, .social-platforms form .hs-button:hover {color: #fff;border: 2px solid #425b76;background-color: #425b76;}.accordion-wrapper .accordion {display: grid;gap: 35px;padding: 1.875rem;grid-template-columns: 65px 1fr;border-radius: 4px;}.accordion-wrapper .accordion.open {background-color: #E1E5EA;}.accordion-wrapper .accordion .actions button {display: flex;justify-content: center;align-items: center;width: 100%;height: 65px;font-weight: 700;font-size: 2.5rem;outline: none;border: none;border-radius: 4px;padding: 0px;cursor: pointer;color: #425b76;background-color: #E1E5EA;}.accordion-wrapper .accordion .actions button::after {content: '+';}.accordion-wrapper .accordion.open .actions button {background-color: #fff;}.accordion-wrapper .accordion.open .actions button::after {content: '-';}.accordion-wrapper .accordion .content-container .title {margin-top: 17px;margin-bottom: 0px;}.accordion-wrapper .accordion .content-container .content {display: none;margin-top: 48px;}.accordion-wrapper .accordion.open .content-container .content {display: block;}.accordion-wrapper .accordion.open .content-container .content ul li, .accordion-wrapper .accordion.open .content-container .content ol li{color: #425b76;margin-bottom: 10px;}.blog-listings-container {display: grid;column-gap: 30px;row-gap: 50px;grid-template-columns: repeat(3, 1fr);}@media (max-width: 768px) {.blog-listings-container {grid-template-columns: repeat(2, 1fr);}}@media (max-width: 480px) {.blog-listings-container {grid-template-columns: repeat(1, 1fr);}}.blog-listings-container .blog-post {width: 100%;padding: 0px;display: flex;flex-direction: column;}.blog-listings-container .blog-post:nth-child(4) {grid-column: 1 / 3;}@media (max-width: 768px) {.blog-listings-container .blog-post:nth-child(4) {grid-column: unset;}}.blog-listings-container.v2 .blog-post:nth-child(4) {grid-column: unset;}.blog-listings-container .blog-post.blog-post-cta {display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 35px;}.blog-listings-container .blog-post.blog-post-cta img {margin-bottom: 35px;}.blog-listings-container .blog-post .featured-image {width: 100%;height: 185px;margin-bottom: 25px;}.blog-listings-container .blog-post:nth-child(4) .featured-image {height: 245px;}.blog-listings-container.v2 .blog-post:nth-child(4) .featured-image {height: 185px;}.blog-listings-container .blog-post .featured-image img {width: 100%;height: 100%;display: block;max-width: 100%;object-fit: cover;}.blog-listings-container .blog-post .featured-image a {display: flex;height: 100%;width: 100%;}.blog-listings-container .blog-post .content {height: 100%;display: flex;flex-direction: column;}.blog-listings-container .blog-post .content .inner {flex: 1;margin-bottom: 30px;}.blog-listings-container .blog-post .content .inner p:last-child {margin-bottom: 0px;}.blog-listings-container .blog-post .content .tags {font-size: 12px;text-transform: uppercase;font-family: 'Work Sans', sans-serif;color: #393E46;letter-spacing: 1px;line-height: 12px;font-weight: 400;text-align: left;}.blog-listings-container .blog-post .content .name {font-size: 30px;line-height: 35px;letter-spacing: 0.5px;margin-bottom: 20px;}.blog-listings-container .blog-post .content .actions, .blog-related-posts .actions {display: flex;justify-content: space-between;align-items: center;}.blog-listings-container .blog-post .content .actions p, .blog-related-posts .actions p {color: #BEBEBE;margin: 0px;}.blog-listings-container .blog-post .content .actions a, .case-studies-wrapper .case footer a, .blog-related-posts .actions a {text-transform: uppercase;display: inline-flex;align-items: center;justify-content: center;color: #fff;font-size: 0.75rem;display: inline-block;text-decoration: none;background-color: #425b76;border: 2px solid #425b76;border-radius: 0px;padding: 7px 25px;font-weight: 700;letter-spacing: 0.063rem;transition: all 250ms ease;font-family: 'Poppins', sans-serif;}.blog-listings-container .blog-post .content .actions a:hover, .blog-related-posts .actions a:hover {color: #425b76;background-color: #fff;border: 2px solid #425b76;}.blog-listings-container .blog-post.case-study .inner .read-time {color: #BEBEBE;}.blog-listings-container .blog-post.case-study .actions a {padding: 8px 25px;}.blog-listings-container .tags-container {display: flex;flex-direction: column;}.blog-listings-container .tags-container h3 {margin-bottom: 15px;}.blog-listings-container .tags-container a {margin: 0px;padding-bottom: 10px;}.blog-listings-container .tags-container a:last-child {margin-bottom: 0px;}@media(max-width:768px){.blog-listings-container .tags-container a {margin: 0px;font-size: 20px;padding: 10px 0;}}.blog-listings-container.case-studies .blog-post.case-study:nth-child(4) {grid-column: unset;}.blog-listings-container.case-studies .blog-post.case-study:nth-child(4) .featured-image {height: 185px;}.blog-post form, .blog-search form {position: relative;margin-bottom: 30px;}.blog-post form input, .blog-search form input {border-radius: 0;border: 1px solid #425b76;}.blog-post form input:focus, .blog-search form input:focus {border: 1px solid #425b76;}.blog-post form .search-submit, .blog-search form .search-submit {display: inline-flex;align-items: center;justify-content: center;position: absolute;right: 0px;height: 100%;width: 100%;max-width: 40px;padding: 8px;border-radius: 0px;}.blog-post form .search-submit span, .blog-search form .search-submit span {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}.blog-post form .search-submit svg, .blog-search form .search-submit svg{fill: #fff;width: 100%;}.blog-search {display: grid;gap: 30px;grid-template-columns: 1fr minmax(auto, 370px);}@media (max-width: 480px) {.blog-search {display: grid;gap: 30px;grid-template-columns: 1fr;}}.blog-search.tags.v2 {align-items: center;margin-bottom: 30px;}.blog-search.tags.v2 form {margin-bottom: 0px;}.blog-search.tags.v2 .tags-container {display: flex;gap: 25px;flex-wrap: wrap;}.pagination {align-items: center;display: grid;justify-content: center;grid-template-columns: 140px 1fr 140px;margin-top: 95px;}.pagination .numbers {display: flex;justify-content: center;}.pagination .numbers a {background-color: transparent;}.pagination .controls {display: grid;gap: 10px;grid-template-columns: 65px 65px;}.pagination .controls .pagination__link {width: 100%;height: 65px;display: inline-flex;align-items: center;justify-content: center;}.pagination .controls .pagination__link--next svg {fill: #fff;}.pagination .controls .pagination__link span {display: inline-flex;align-items: center;justify-content: center;}.pagination__link {display: inline-flex;}.pagination__link, .pagination__link:hover, .pagination__link:focus, .pagination__link:active {text-decoration: none;border-radius: 4px;background-color: #161b30;}.pagination__link--disabled {cursor: default;pointer-events: none;border-radius: 4px;background-color: #E1E5EA;}.pagination__link--disabled .pagination__link-text {color: #B0C1D4 !important;}.pagination__link--first, .pagination__link--prev {}.pagination__link--first {}.pagination__link--number {border: none;border-radius: 6px;margin: 0 0.175rem;padding: 0.25rem 0.4rem;}.pagination__link--number:hover, .pagination__link--number:focus, .pagination__link--active {border-color: transparent;font-weight: 700;}.pagination__link--last, .pagination__link--next {}.pagination__link--last {}.pagination__link-icon svg, .pagination__link-icon svg {height: 16px;margin: 0 0.3rem;width: 16px;}.pagination__link--disabled .pagination__link-icon svg, .pagination__link--disabled .pagination__link-icon svg {fill: #B0C1D4 !important;}.body-container--blog-post {}.body-container--blog-post .featured-image {height:30vh;background-size: cover;background-position: center;position: relative;}.body-container--blog-post .featured-image .inner-container {width: 100%;max-width: 1170px;left: 0;right: 0;top: 0;bottom: 0;margin: auto;position: absolute;}.body-container--blog-post .featured-image .inner-container .caption {padding: 10px 25px;position: absolute;left: 20px;bottom: 20px;font-weight: 700;background-color: #fff;}.pricing-container {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.875rem;}@media (max-width: 991px) {.pricing-container {display: grid;grid-template-columns: repeat(2, 1fr);gap: 1.875rem;}}@media (max-width: 768px) {.pricing-container {display: grid;grid-template-columns: repeat(1, 1fr);gap: 1.875rem;}}.pricing-container .package {display: flex;flex-direction: column;padding: 2.5rem 1.25rem;}.pricing-container .package .content {flex: 1;}.pricing-container .package .package-title {text-align: center;margin-bottom: 2.188rem;}.pricing-container .package .package-image {display: flex;justify-content: center;margin-bottom: 2.188rem;}.pricing-container .package .package-price {text-align: center;margin-bottom: 2.813rem;}.pricing-container .package .incentive-container {display: flex;align-items: center;margin-bottom: 25px;}.pricing-container .package .incentive-container .icon {width: 100%;max-width: 25px;margin-right: 20px;}.pricing-container .package .incentive-container p {margin-bottom: 0;}.pricing-container .package .btn {width: 100%;text-transform: uppercase;text-align: center;color: #fff;font-size: 0.75rem;display: inline-block;text-decoration: none;background-color: #425b76;border: 2px solid #425b76;border-radius: 0px;padding: 16px 25px;font-weight: 700;letter-spacing: 1px;transition: all 250ms ease;font-family: 'Poppins', sans-serif;}.pricing-container .package .btn:hover {color: #425b76;background-color: #fff;border: 2px solid #425b76;}.stand-alone-form {width: 100%;max-width: 830px;margin: 0 auto;padding: 30px;border-radius: 5px;}.stand-alone-form .title {text-align: center;}.stand-alone-form .actions {display: flex;justify-content: center;}.stand-alone-form form label {display: flex;align-items: center;}.banner-form {display: grid;gap: 130px;grid-template-columns: 1fr 1fr;background-position: center;background-repeat: no-repeat;align-items: start;}@media (max-width: 991px) {.banner-form {gap: 0px;grid-template-columns: 1fr;}}.banner-form .logo {margin-bottom: 45px;}.banner-form .form {padding: 30px;background-color: #fff;box-shadow: -1px 2px 21px -9px rgba(0,0,0,0.6);}.banner-form .form .title {text-align: center;}.banner-form .form .sub-title h3{text-align: center;padding-left: 20px;padding-right: 20px;color: #404457;font-size: 21px;}.banner-form .form .actions {display: flex;justify-content: center;}.banner-form .form .actions input[type=submit], .form .actions .hs-button {width: 100%;display: inline-flex;justify-content: center;font-weight: 600;font-size: 20px;}.banner-form .form .legal-consent-container .hs-richtext p {font-size: 0.625rem;}.banner-form .form form label p {font-size: 0.625rem;margin-left: 0px !important;}.banner-form #main-text img {max-width: 100%;}.map iframe {vertical-align: middle;}.case-studies-wrapper {display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;}@media (max-width: 991px) {.case-studies-wrapper {grid-template-columns: repeat(3, 1fr);}}@media (max-width: 768px) {.case-studies-wrapper {grid-template-columns: repeat(1, 1fr);}}.case-studies-wrapper .case {display: flex;flex-direction: column;width: 100%;}.case-studies-wrapper .case .featured-image {width: 100%;background-size: 100%;background-repeat: no-repeat;background-position: center;padding-bottom: 43%;transition: all 300ms ease;}.case-studies-wrapper .case .featured-image:hover {background-size: 115%;}.case-studies-wrapper .case .content {padding: 15px 0px 45px;height: 100%;}.case-studies-wrapper .case h4 {font-weight: 600;font-size: 15px;color: #f12f62;letter-spacing: 1.8px;line-height: 22px;text-transform: uppercase;margin-top: 20px;margin-bottom: 10px;}.case-studies-wrapper .case h3 {color: #161b30;text-decoration: none;outline: none;display: block;font-weight: 700;font-size: 22px;color: #161b30;letter-spacing: 0;line-height: 30px;text-transform: none;font-family: 'Poppins', sans-serif;}@media (max-width: 768px) {.case-studies-wrapper .case h3 {font-size: 14px;}}.case-studies-wrapper .case footer {position: relative;font-size: 14px;line-height: 25px;display: flex;justify-content: space-between;}.case-studies-wrapper .case footer .read-time {color: #bebebe;display: inline-block;padding: 8px 15px;vertical-align: middle;width: calc(100% - 48px);}span.link-arrow {display: block;width: 20px;height: 1px;background: #fff;position: relative;top: calc(50% - 0.5px);left: 10px;-webkit-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);-moz-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);-o-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);}span.link-arrow:before {content: '';position: absolute;height: 7px;width: 1.3px;background: #fff;bottom: 0px;right: 2px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);-moz-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);-o-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);}span.link-arrow:after {content: '';position: absolute;height: 7px;width: 1.3px;background: #fff;top: 0px;right: 2px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);-moz-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);-o-transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);transition: all 250ms cubic-bezier(0.420,0.000,0.580,1.000);}.thank-you-content-wrapper {min-height: 100vh;display: flex;flex-direction: column;justify-content: center;}.thank-you-content-wrapper .thank-you-content {flex: 1;display: flex;padding: 20px;align-items: center;flex-direction: column;justify-content: center;background-size: 600px;background-position: center;background-repeat: no-repeat;}.thank-you-content-wrapper .thank-you-content .logo {margin-bottom: 2.813rem;}.thank-you-content-wrapper .thank-you-content .text-editor *:last-child {margin-bottom: 0;}.thank-you-content-wrapper .landing-page-footer {padding: 2.5rem 1.25rem;text-align: center;color: #ffffff;background-color: 

  
  
    
  


  rgba(57, 62, 70, 1.0)

;}.thank-you-content-wrapper .additional-content-title {margin-top: 4.688rem;margin-bottom: 2.188rem;font-family: Lato, sans-serif;font-size: 1.875rem;color: #425b76;letter-spacing: 0.031rem;text-align: center;line-height: 2.188rem;font-weight: 600;}.thank-you-content-wrapper .additional-content {display: grid;gap: 30px;width: 100%;max-width: calc(370px * 3);grid-template-columns: repeat(3, 1fr);}@media (max-width: 768px) {.thank-you-content-wrapper .additional-content {grid-template-columns: repeat(1, 1fr);}}.thank-you-content-wrapper .additional-content .content {width: 100%;max-width: 370px;padding: 25px;display: flex;flex-direction: column;background-color: #fff;align-items: flex-start;}@media (max-width: 768px) {.thank-you-content-wrapper .additional-content .content {max-width: 100%;}}.thank-you-content-wrapper .additional-content .content .inner-content {flex: 1;display: flex;flex-direction: column;}.thank-you-content-wrapper .additional-content .content .category {font-family: Lato, sans-serif;font-size: 0.75rem;color: #425b76;letter-spacing: 0.063rem;line-height: 0.75rem;font-weight: 700;text-transform: uppercase;}footer.landing-page-footer {padding: 2.5rem 1.25rem;text-align: center;color: #ffffff;background-color: 

  
  
    
  


  rgba(57, 62, 70, 1.0)

;}.icon-text-container {display: flex;column-gap: 10.625rem;row-gap: 1.563rem;justify-content: space-between;}.icon-text-container.two {display: grid;column-gap: 10.625rem;grid-template-columns: repeat(2, 1fr);}@media (max-width: 768px) {.icon-text-container.two {display: grid;column-gap: 10.625rem;grid-template-columns: repeat(1, 1fr);}}.icon-text-container.three {display: grid;column-gap: 4.375rem;grid-template-columns: repeat(3, 1fr);}@media (max-width: 768px) {.icon-text-container.three {grid-template-columns: repeat(1, 1fr);}}.icon-text-container.four {display: grid;column-gap: 3.438rem;grid-template-columns: repeat(4, 1fr);}@media (max-width: 768px) {.icon-text-container.four {grid-template-columns: repeat(1, 1fr);}}.icon-text-container .column .icon {margin-bottom: 3.438rem;}@media (max-width: 768px) {.icon-text-container .column .icon {text-align: center;}}.icon-text-container .column .text {width: 100%;max-width: 31.25rem;}@media (max-width: 768px) {.icon-text-container .column .text {max-width: 100%;text-align: center;}}.icon-text-container .column .text p {letter-spacing: 0;line-height: 25px;font-weight: 400;}.two-column-video-container {display: grid;column-gap: 1.875rem;grid-template-columns: repeat(2, 1fr);}@media (max-width: 991px) {.two-column-video-container {row-gap: 1.875rem;grid-template-columns: repeat(1, 1fr);}}.two-column-video-container .column {}.two-column-video-container .column .title {font-family: Lato, sans-serif;font-size: 1.25rem;color: #425b76;letter-spacing: 0.094rem;text-align: center;line-height: 1.563rem;font-weight: 600;margin-bottom: 2.813rem;}.two-column-video-container .column iframe {border-radius: 0.313rem;overflow: hidden;}.video-slider-container {}.video-slider-container .video-slider {margin-bottom: 65px;}.video-slider-container .video-slide {padding: 0 90px;}.video-slider-container iframe {overflow: hidden;border-radius: 0.613rem;}.video-slider-container .actions #arrows {display: flex;column-gap: 10px;justify-content: flex-end;}.video-slider-container .actions #arrows img {max-width: 65px;}.video-slider-container .actions {display: flex;align-items: center;}.video-slider-container .actions > * {flex: 1;}.video-slider-container #pagination .slick-dots {margin: 0px;}.video-slider-container #pagination .slick-dots li, .video-slider-container #pagination .slick-dots li button {font-size: 1rem;font-weight: 400;margin-bottom: 0rem;color: #425b76;}.video-slider-container #pagination .slick-dots li.slick-active, .video-slider-container #pagination .slick-dots li.slick-active button {font-weight: 700;}.blog-related-posts__content .snippet{margin-bottom: 20px;}.footer .address a {padding-bottom: 15px;}.blog-listings-container .blog-post .featured-image a {font-size: 0px;}.pagination .controls .pagination__link {font-size: 0px;}.pagination .numbers a {background-color: #e1000000;height: 48px;width: 48px;display: flex;justify-content: center;align-items: center;font-size: 16px;}.actions>a>span, .case-studies-wrapper footer>a>span {font-size: 0;margin: 0;width: 0;height: 0;}.actions>a, .case-studies-wrapper footer>a {display: flex !important;overflow: hidden;}.footer-column.office-two section.address a {color: #fff;font-size: 16px;display: block;line-height: normal;padding: 0px 0 15px 0;}.address, .address p {font-size: 16px;color: #FFFFFF;letter-spacing: 0;line-height: 22px;font-weight: 400;}.reveal-modal-bg-hs, .reveal-modal-bg-hs2 {position: fixed;height: 100%;width: 100%;background: #000;background: rgba(0,0,0,.8);z-index: 9999;display: none;top: 0;left: 0;overflow: auto;}.trustpilot-widget {display:block !important;}@media (max-width:768px){.hide-on-mobile{display:none;}}

/* New custom styles for Meerkat ------------------------------------------ */

h1{
  font-family: 'Manrope', sans-serif;
  font-size: 4.5rem;
  color: #26948F;
  letter-spacing: 2.5px;
  line-height: 70px;
  font-weight: 800;
}
h2{
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  color: #25938E;
  letter-spacing: 2.5px;
  line-height: 65px;
  font-weight: 900; 
}
h3{
  font-family: 'Manrope', sans-serif;
  font-size: 2.8rem;
  color: #25938E;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 45px;
  font-weight: 900; 
}
h4{
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  color: #161B30;
  letter-spacing: 1.88px;
  line-height: 25px;
  font-weight: 400;
}
h5{
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 25px;
  font-weight: 700;
}
h6{
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 25px;
  font-weight: 700;
}

@media(max-width: 720px){
  h1{font-size:3.2rem; line-height:3.2rem;}
  h2{font-size:2.8rem; line-height:2.8rem;}
  h3{font-size:2.5rem; line-height:2.5rem;}
}
.hero-banner.reverse {
    grid-template-columns: 1fr minmax(auto,260px);
}
p, li{font-family: 'Work Sans', sans-serif;font-size: 1.068rem;line-height: 22px;font-weight: 400;}

/* navigation styles ----------------------------------------------------- */

.hs-menu-wrapper ul{
  gap:2rem;
}
.main-navigation .menu ul li:last-child a{
  background-color: #25938E;
  padding:8px 15px;
  color:#fff;
  border-radius: 25px;
  border: 2px solid #25938E;
}

.main-navigation .menu ul li:nth-last-child(2) a{
  border: 2px solid #979797;
  padding:7px 33px 7px 15px;
  border-radius: 25px;
  position: relative;
}

.main-navigation .menu ul li:nth-last-child(2) a:after{
  content:'';
  display: block;
  background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Sign_in_Icon_Header.svg);
  width:30px;
  height:30px;
  position: absolute;
  top: -1px;
  right: -5px;
  background-size: 30px 30px;
}

.main-navigation .menu .hs-menu-item:first-child:after{
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: -33px;
    top: 10px;
    font-weight: 900;
    color: #26948F;
  background-image: url('https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/dropdowb-arrow.svg');
  background-repeat: no-repeat;
}

.hs-menu-children-wrapper li a{
  border:none !important;
  background: #fff !important;
  color: #425b76 !important;
  padding:6px 0  !important;
}
.main-navigation .menu ul.hs-menu-children-wrapper li:nth-last-child(2) a:after, .main-navigation .menu .hs-menu-depth-2:first-child:after{
 display:none; 
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
 z-index:9999; 
}

@media(max-width:728px){
  .main-navigation .menu ul li:nth-last-child(2) a, .main-navigation .menu ul li:nth-last-child(1) a{
    margin: 0 15px;
  }
  .main-navigation .menu ul li:nth-last-child(2) a:after{
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    right: -4px;
    top: -2px;
  }
  .hs-menu-children-wrapper li a, .main-navigation .menu ul .hs-menu-children-wrapper li:nth-last-child(2) a, .main-navigation .menu ul .hs-menu-children-wrapper li:nth-last-child(1) a{
    padding-left:15px !important; margin-left:0; margin-right:0;
  }
  .hs-menu-children-wrapper li a:after{
    display:none !important;
  }
}

/* Button style ------------ */
/* Primary */

a.pri_btn{
  background: #26948F;
  text-transform: uppercase;
  border: 1px solid #26948F;
  border-radius: 4.76px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.95px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  padding: 28px 60px 28px 30px;
  position: relative;
  white-space: nowrap;
  margin-right:20px;
  transition: color .5s;
  display: block
}
a.pri_btn:hover {
  color: #393E46 !important;
}
a.pri_btn:focus, a.pri_btn:active  {
  color: #fff !important;
  font-weight: 700 !important;
}
a.pri_btn:after{
      content: ' ';
    display: block;
    width: 39px;
    height: 30px;
    background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Get_in_Touch_Arrow_Button_Green@2x.svg);
    background-repeat: no-repeat;
    z-index: 100;
    position: absolute;
    right: 10px;
    top: 25px;
}
a.pri_btn.inverted{
  background-color: transparent;
  border: 2px solid #404457;
  color: #26948F;
}
a.pri_btn.inverted:hover, a.pri_btn.inverted:focus, a.pri_btn.inverted:active,  {
  background-color: #fff !important;
  border: 2px solid #404457 !important;
  color: #26948F !important;
}

a.pri_btn.inverted.solution, a.pri_btn.inverted.saving, a.pri_btn.inverted.callus, a.pri_btn.inverted.requestcall{
  padding: 28px 110px 28px 30px;
}

a.pri_btn.inverted.solution:after, a.pri_btn.inverted.saving:after, a.pri_btn.inverted.callus:after,  a.pri_btn.inverted.requestcall:after{
  content:'';
  display:block !important;
  width:85px;
  height:85px;
  background-size: contain;
  position:absolute;
  background-position: center;
  top: -2px;
  right: -2px;
}
a.pri_btn.inverted.solution:after{
  background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Find_A_Solution_Lightbulb_Icon_Button.svg) !important;
}
a.pri_btn.inverted.saving:after{
  background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Pig-1.svg) !important;
}
a.pri_btn.inverted.callus:after,  a.pri_btn.inverted.requestcall:after{
background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/call_button.svg) !important;
}
a.sec_btn{
  background-color: #EBD18A;
  text-transform: uppercase;
  font-size: 18px;
  color: #404457;
  letter-spacing: 0.95px;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  padding: 15px 70px 15px 35px;
  position: relative;
  width: 250px;
  display: block;
  border-radius: 5px;
  box-sizing:  border-box !important;
   white-space: nowrap;
  transition: color .5s;
}
a.sec_btn:after{
    content: ' ';
    display: block;
    width: 39px;
    height: 30px;
    background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Arrow_Button_Yellow.png);
    background-repeat: no-repeat;
    z-index: 100;
    position: absolute;
    right: 15px;
    top: 12px;
}
a.sec_btn:hover{
  color: #fff;
}

@media(max-width: 728px){
  .hero-banner .content .cta-container{
    margin-top:60px;
    gap: .2rem;
  }
}


/* Accordion style --------------- */
.accordion-wrapper .accordion.open {
  background: #EBD18A;
  border-radius: 5px;
}
.accordion-wrapper .accordion .content-container .title{
  color: #393E46;
  text-align: left;
  font-size: 1.8rem;
  margin-top: 5px;
}
@media(max-width: 728px){
  .accordion-wrapper .accordion .content-container .title{
    font-size: 1.5rem;
    line-height:2rem;
  }
}
.accordion-wrapper .accordion.open .content-container .title{
  color: #fff; 
}

.accordion-wrapper .accordion.open .content-container .content table, .accordion-wrapper .accordion.open .content-container .content table tr{background: transparent;border: none;}
.accordion-wrapper .accordion.open .content-container .content table td, .accordion-wrapper .accordion.open .content-container .content table th{color:#000;}

.accordion-wrapper .accordion .actions button:after{
  font-weight: 500;  
}
.hs-content-id-81094768775 .row-depth-1.row-number-18, .row-number-15, .hs-content-id-81395877380 #main-content .row-depth-1.row-number-3, .hs-content-id-81094768775 .row-depth-1.row-number-15, .hs-content-id-81408663084 main .row-depth-1.row-number-1, .hs-content-id-80838226336 .row-depth-1.row-number-30.dnd_area-row-6-padding{
  background-image: url('https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Stroke_Left_2-1.png'), url('https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Stroke_Right_2-1.png');
  background-position: top left, bottom right;
  background-repeat: no-repeat;
}


.hs-content-id-81395877380  .row-number-26, .row-number-15{
  background-image: none; 
}
@media(max-width: 728px){
  .hs-content-id-81094768775 .row-number-26, .row-number-15, .hs-content-id-81395877380 #main-content .row-depth-1.row-number-3, .hs-content-id-81094768775 .row-depth-1.row-number-15, .hs-content-id-81408663084 main .row-depth-1.row-number-1, .hs-content-id-81094768775 .row-depth-1.row-number-18, .row-number-15, .hs-content-id-81395877380 #main-content .row-depth-1.row-number-3, .hs-content-id-81094768775 .row-depth-1.row-number-15, .hs-content-id-81408663084 main .row-depth-1.row-number-1, .hs-content-id-80838226336 .row-depth-1.row-number-30.dnd_area-row-6-padding{
    background-image: none; 
  }
}
.info-blocks-container .info-block {
    padding: 0 30px;
}
.info-blocks-container .info-block p{
  color: #fff;
  text-align: left;
}
.info-blocks-container #arrows{
 bottom:-60px; 
  right: 45%;
}
@media(max-width:728px){
  .info-blocks-container #arrows{
    right: 40%;
  }
}
.info-blocks-container .slick-dots li button{
 color: #fff; 
}
.accordion-wrapper .accordion .actions button {
    height: 55px;
    width: 90%;
}
@media(max-width:728px){
  #hs_cos_wrapper_widget_1659520324901, #hs_cos_wrapper_module_16595203431743, #hs_cos_wrapper_module_16595203420183, #hs_cos_wrapper_module_16595203384873{
    max-width: 50%;
  }
  .red-cta{height:100px !important;}
}


/* Footer  ------------------ */
.address, .address p{
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
.social{
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap:15px;
}
.bot-footer{
  display: grid;
  grid-template-columns: auto auto auto 50%;
  gap:20px;
  font-family: 'Work Sans', sans-serif;
  padding-top:40px;
  border-top: 1px solid #fff;
  font-size:12px;
  color:#fff;
}
@media(max-width: 728px){
  .bot-footer{
    grid-template-columns: 1fr;
  }
}
.bot-footer a{
  color:#fff;
}
.footer-column.office-two section.address a{
  color: #fff;
}
.footer .inner-container .footer-column .social-inner-container{
  margin-bottom:5px !important; 
 }
.social-platforms header{ margin-bottom:20px !important;}

/* List Inside ------------------------------------------------------- */
.list .listing{
  gap: 20px;  
}
.list .listing h4{
  font-size: 30px;
  color: #393E46;
  letter-spacing: 0.5px;
  line-height: 35px;
  font-weight: 900;
  text-transform: none;
}

/* Recent posts ------------------------------------------------------ */
.case-studies-container .content h3{
  font-family: 'Manrope', sans-serif;
  font-size: 1.85rem;
  font-weight: 900;
}
.case-studies-container .content .read-time{
  font-family: 'Work Sans', sans-serif;
  font-size:1.0625rem;
}

.case-studies-container .content h3, .case-studies-container .content .read-time, .case-studies-container .content .snippet{
  
  color:#fff; 
  text-align:left;
  
}
.case-studies-container .content .read-time, .case-studies-container .content .snippet{
  color:#fff; 
  text-align:left;
  font-size:1.1rem;
}
.case-studies-container .content .read-time{
  margin-bottom: 20px;
}
.blog-listings-container .blog-post .content .actions a, .blog-related-posts .actions a, .case-studies-wrapper .case footer a,
.case-studies-container footer a, 
.blog-listings-container .blog-post .content .actions a{
  font-family: 'Work Sans', sans-serif;
  background-color: #26948F;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0.95px;
  text-align: center;
  line-height: 20.95px;
  font-weight: 700;
  border:none;
  border-radius: 5px;
  padding: 12px 35px;
}

/* About us page ------------------------------------------ */
.hs-content-id-81408663084 main .hero-banner{
  position: relative;
  min-height:400px;
}
.hs-content-id-81408663084 main .hero-banner .image img{
     position: absolute;
    /* margin-bottom: -70px; */
    bottom: 0;
}
@media(max-width: 728px){
  .hs-content-id-81408663084 main .hero-banner .image img{
     position: relative;
  }
}
.founder-md{
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  color: #393E46;
  letter-spacing: 1.5px;
  line-height: 45px;
  font-weight: 900;
}

#teamslider h3, #teamslider h6{
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 35px;
  font-weight: 900;
}
#teamslider p{
  text-align: center;
  color: #161B30;
}
#teamslider .info-blocks-container .info-block {
    padding: 0 15px;
}
#teamslider .social-icon{
  background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/GreenBackground.svg);
  background-color: transparent;
  background-repeat:no-repeat;
  background-position: center;
}
#teamslider .social-icon a{ width:70%; height:70%;color: #fff;}
#teamslider .social-icon a svg{
        filter: brightness(0) invert(1);
}
.hs-content-id-81408663084 .row-number-10 .hs_cos_wrapper_type_rich_text p, .hs-content-id-81408663084 .row-number-17 .hs_cos_wrapper_type_rich_text p{
  text-align: center;  
}
.hs-content-id-81408663084 .row-number-10 .hs_cos_wrapper_type_rich_text p.founder-md, .hs-content-id-81408663084 .row-number-17 .hs_cos_wrapper_type_rich_text p.founder-md{
  margin-top:40px;  
}

/* Blog styles ----------------------------------------- */
.blog-listings-container .blog-post .content h3.tags{
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  color: #393E46;
  letter-spacing: 1px;
  line-height: 12px;
  font-weight: 400;
  text-align:left;
}
.blog-post__tag-link {
    font-weight: 400 !important;
}
.blog-post h2.name{
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  color: #393E46;
  letter-spacing: -0.2px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom:10px !important;
}
.blog-post h1 span{
  color: #393E46 !important;
  font-size: 2rem;
}
.blog-post__body h2{font-size: 1.75rem !important;line-height:  1.75rem !important;text-align:left !important;}
.blog-post__body h3{font-size: 1.375rem !important;line-height:  1.375rem !important;text-align:left !important;}
.blog-post h1{line-height: 2rem; margin-bottom: 1rem !important;text-align:left !important;}
.blog-post .actions p{margin-bottom:20px !important;}
.blog-post__body a{color:#21948f !important;}#425b76!important
.blog-post__body a:hover{color:#425b76 !important;}

.blog-listings-container .blog-post .content .actions a:hover, .blog-related-posts .actions a:hover{
    color: #fff;
    background-color: #425b76;
    border: none;
}
.hs-blog-listing .controls .pagination__link--prev img, .hs-blog-listing .controls .pagination__link--next img{
  display:none;
}
.hs-blog-listing .controls .pagination__link--prev, .hs-blog-listing .controls .pagination__link--next{
  width:65px;
  height: 65px;
  display:block;
}
@media(max-width: 728px){
  nav.pagination{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pagination .controls{
    justify-content: center;
  }
}

.hs-blog-listing .controls .pagination__link--prev{
  background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Green_Arrow_Left.png);
}
.hs-blog-listing .controls .pagination__link--next{
  background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Green_Arrow_Right.png);
}
.hs-blog-listing .controls .pagination__link--disabled, .hs-blog-listing .controls .pagination-link--disabled{
  opacity: 0.75;
  cursor: default;
  pointer-events: none;
}
.blog-listings-container .tags-container h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 35px;
  font-weight: 900;
  text-align: left;
}

.blog-related-posts .content-wrapper h2{ margin-bottom:30px; }
.blog-post__body h2{font-size: 2.2rem; }
.blog-post__body h3{font-size: 2rem; }
article.blog-related-posts__post h3.tags, article.blog-related-posts__post h3.blog-related-posts__title{ text-align:left !important; }
article.blog-related-posts__post h3.blog-related-posts__title{ font-size: 2rem !important; }
.blog-related-posts__content h1{ display:none !important; }
.blog-related-posts__content .actions{ margin-bottom: 15px; }

/* Contact us -------------------------------------------- */
.hs-content-id-81708690104 #main-content .dnd_area-row-0-background-color{
  background-image: url('https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Contact_Us_Left_Stroke-1.png'), url('https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/Contact_Us_Right_Stroke.png');
  background-position: bottom left, top right;
  background-repeat: no-repeat;
}
@media(max-width: 728px){
  .hs-content-id-81708690104 #main-content .dnd_area-row-0-background-color{
    background-image: none;
  }
}
.form .title h3{
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  color: #393E46;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 35px;
  font-weight: 900;
}
.contact-info-row .icon {
    width: 100%;
    padding: 10px;
    max-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161b30;
}
.contact-info-row .text {
    margin-bottom: 0px;
}
.contact-info-row {
    display: flex;
    align-items: center;
    gap: 20px;
  margin-top: 30px;
}
.contact-info-row .icon span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info-row .icon svg {
    width: 100%;
    max-width: 100%;
    fill: #fff;
}

.form .actions .hs-button ,input[type=submit]{
  background: #26948F;
  text-transform: uppercase;
  border: 1px solid #26948F;
  border-radius: 4.76px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.95px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  padding: 25px 60px;
  position: relative;
  white-space: nowrap;
}

#hs_cos_wrapper_dnd_area-module-10 .form-card h3{
  display: block !important;
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  color: #393E46;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 35px;
  font-weight: 900;
}

.hs-content-id-80838226336 .row-depth-1.row-number-24{
  background-image: url(https://6684549.fs1.hubspotusercontent-na1.net/hubfs/6684549/phone-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
}
/* ------------------------- */
.hero-banner .content .cta-container{margin-top:3.5rem;}
.hero-banner.reverse {
    grid-template-columns: 1fr minmax(auto,360px);
}
.hero-banner.reverse .image {
    justify-content: flex-start;
}
/* Media quries ------------------------------------ */
@media(max-width: 728px){
  .hs-cta-wrapper{
    height: 100px;
  }
  a.pri_btn{margin-right: 0;}
  .hs-content-id-80838226336 .row-depth-1.row-number-20{
    background-image: none;
  }
}
@media (max-width: 991px){
  .hero-banner.reverse {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 768px){
.main-navigation .mobile-menu {
    top: 25px;
  }
  .case-studies-wrapper{
    gap:30px; 
  }
  .hs-content-id-81094768775 .widget_1659529844751-flexbox-positioning,
  .hs-content-id-81094768775 .widget_1659529859266-flexbox-positioning,
  .hs-content-id-81395877380 .widget_1659529844751-flexbox-positioning,
  .hs-content-id-80838226336 .widget_1659529844751-flexbox-positioning,
  .hs-content-id-80838226336 .widget_1659529859266-flexbox-positioning{
    align-items: center !important;
    flex-direction: column !important;
  }
  
  .accordion-wrapper .accordion.open{
   grid-template-columns: 1fr;
  }
  .accordion-wrapper .accordion.open .actions{
     order: 1;
     width:65px;
  }
  .hero-banner .image, .hero-banner.reverse .image { justify-content: center !important; }
  .hero-banner .image img{ width: 50% !important; height:50% !important;}
}


/* Modal styles --------------------------------------- */

.reveal-modal-bg, .reveal-modal-bg1 { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 9999;
		display: none;
		top: 0;
		left: 0; 
    overflow: auto;
		}
	
	.reveal-modal {
		background-color: #fefefe;
    margin: 8% auto;
    padding: 20px 50px;
    border: 1px solid #888;
    max-width: 500px;
    position: relative;
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal, .reveal-modal .close-reveal-modal1 {
		font-size: 40px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 

/* Hiding Trustpilot text at the bottom of the website */
.trustpilot-widget{display:none;}

.trustpilot-widget.show  {display:block;}