<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "iconfont-circinusMedical";
  src: url("../fonts/iconfont-circinusMedical/iconfont-circinusMedical.eot?vedf78");
  src: url("../fonts/iconfont-circinusMedical/iconfont-circinusMedical.eot?vedf78#iefix") format("eot"), url("../fonts/iconfont-circinusMedical/iconfont-circinusMedical.woff2?vedf78") format("woff2"), url("../fonts/iconfont-circinusMedical/iconfont-circinusMedical.woff?vedf78") format("woff"), url("../fonts/iconfont-circinusMedical/iconfont-circinusMedical.ttf?vedf78") format("truetype"), url("../fonts/iconfont-circinusMedical/iconfont-circinusMedical.svg?vedf78#iconfont-circinusMedical") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]::before {
  font-family: "iconfont-circinusMedical";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-accent-link-arrow::before {
  content: "\EA01";
}

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

.icon-arrow-downward::before {
  content: "\EA03";
}

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

.icon-arrow-nav-dark::before {
  content: "\EA05";
}

.icon-arrow-nav::before {
  content: "\EA06";
}

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

.icon-arrow-upward::before {
  content: "\EA08";
}

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

.icon-cancel::before {
  content: "\EA0A";
}

.icon-cart::before {
  content: "\EA0B";
}

.icon-check-box-checked::before {
  content: "\EA0C";
}

.icon-check-box-unchecked::before {
  content: "\EA0D";
}

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

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

.icon-checkmark::before {
  content: "\EA10";
}

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

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

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

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

.icon-chevron-blue::before {
  content: "\EA15";
}

.icon-clear::before {
  content: "\EA16";
}

.icon-close::before {
  content: "\EA17";
}

.icon-cursor::before {
  content: "\EA18";
}

.icon-drop-down::before {
  content: "\EA19";
}

.icon-drop-up::before {
  content: "\EA1A";
}

.icon-email::before {
  content: "\EA1B";
}

.icon-error::before {
  content: "\EA1C";
}

.icon-filter-list::before {
  content: "\EA1D";
}

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

.icon-launch-external::before {
  content: "\EA1F";
}

.icon-link::before {
  content: "\EA20";
}

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

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

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

.icon-play::before {
  content: "\EA24";
}

.icon-quote::before {
  content: "\EA25";
}

.icon-radio-button-checked::before {
  content: "\EA26";
}

.icon-radio-button-unchecked::before {
  content: "\EA27";
}

.icon-search::before {
  content: "\EA28";
}

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

.icon-social-instagram::before {
  content: "\EA2A";
}

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

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

.icon-social-youtube::before {
  content: "\EA2D";
}

.icon-upload::before {
  content: "\EA2E";
}

.link-icon {
  display: flex;
  align-items: center;
}

.link-icon a {
  margin-left: 5px;
}

@keyframes fadeUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeScale {
  0% {
    transform: scale(1.2) rotate(-30deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: "usual", sans-serif;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: "usual", sans-serif;
  font-size: 1.1875rem;
  line-height: 2rem;
  color: #0A0A0A;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body.lock-scroll {
  overflow: hidden;
}

/* Setting sizes is much more predictable with border-box */
*, *:before, *:after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/* Make all images responsive */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Make inputs on iOS look normal */
input {
  -webkit-appearance: none;
}

/* Custom List Styles */
ol {
  counter-reset: item;
  padding: 0;
  margin: 0 0 1rem;
}

@media (max-width: 767px) {
  ol {
    margin: 0 0 1.5rem;
  }
}

ol li {
  display: block;
  padding: 0 0 0 1.8125rem;
  position: relative;
  margin: 0 0 0.5rem;
}

ol li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: 0;
  font-size: 1.1875rem;
}

@media (max-width: 767px) {
  ol li::before {
    font-size: 0.875rem;
    left: 0.1875rem;
  }
}

@media (max-width: 767px) {
  ol li {
    margin: 0 0 1rem;
    padding: 0 0 0 1.5625rem;
  }
}

ol li li {
  padding: 0 0 0 2.1875rem;
  margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
  ol li li {
    padding: 0 0 0 1.75rem;
    margin: 0 0 1rem;
  }
}

ol li li::before {
  content: counters(item, ".") " ";
}

ol li ol {
  margin: 0.5rem 0;
}

@media (max-width: 767px) {
  ol li ol {
    margin: 1rem 0 1rem;
  }
}

ul:not([class]) {
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}

@media (max-width: 767px) {
  ul:not([class]) {
    margin: 0 0 0.875rem;
  }
}

ul:not([class]) li {
  padding: 0 0 0 1.875rem;
  position: relative;
  margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
  ul:not([class]) li {
    padding: 0 0 0 1.5625rem;
    margin: 0 0 1rem;
  }
}

ul:not([class]) li:last-child {
  margin: 0;
}

ul:not([class]) li:before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  top: 0.8125rem;
  left: 0.375rem;
  border: 0.0625rem solid #0A0A0A;
  border-radius: 50%;
  background: #0A0A0A;
}

@media (max-width: 767px) {
  ul:not([class]) li:before {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.5625rem;
    left: 0.4375rem;
  }
}

ul:not([class]) li li {
  padding: 0 0 0 0.9375rem;
  margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
  ul:not([class]) li li {
    padding: 0 0 0 0.75rem;
    margin: 0 0 1rem;
  }
}

ul:not([class]) li li:before {
  left: 0.0625rem;
  border-radius: 0;
  height: 0.03125rem;
  width: 0.5rem;
  top: 0.9375rem;
}

@media (max-width: 767px) {
  ul:not([class]) li li:before {
    width: 0.4375rem;
    top: 0.6875rem;
  }
}

ul:not([class]) li ul {
  margin: 0.5rem 0;
}

@media (max-width: 767px) {
  ul:not([class]) li ul {
    margin: 1rem 0 1.5rem;
  }
}

/* Normalize links across browsers */
a {
  color: #0A0A0A;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #0A0A0A;
  text-decoration: none;
}

a:not([class]) {
  color: #0047BA;
  text-decoration: underline;
}

a:not([class]):hover {
  color: #0047BA;
  text-decoration: none;
}

.section-title {
  margin: 0 0 2.4375rem;
  text-align: center;
}

@media (max-width: 767px) {
  .section-title {
    margin: 0 0 1.9375rem;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 45rem;
    padding: 0 1.25rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 82.5625rem;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 1.25rem;
  }
}

@media (max-width: 767px) {
  .row {
    margin: 0 -1.25rem;
  }
}

@media (max-width: 767px) {
  .col-12,
  .col-6 {
    padding: 0 1.25rem;
  }
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html.user-tab-nav a:focus, html.user-tab-nav
button:focus, html.user-tab-nav
input:focus, html.user-tab-nav
select:focus, html.user-tab-nav
textarea:focus {
  outline: rem(2) solid #7aacfe;
  outline-offset: 0;
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

.main-404 {
  padding: 15.9375rem 0 13rem;
}

@media (max-width: 767px) {
  .main-404 {
    padding: 3.1875rem 0 0;
  }
}

/* Make WordPress media inserted to post behave correctly */
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

@media (max-width: 767px) {
  .alignleft {
    margin: 0 20px 20px 0;
  }
}

.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

@media (max-width: 767px) {
  .alignright {
    margin: 0 0 20px 20px;
  }
}

.alignnone {
  display: inline-block;
  margin: 0.375rem 0 0;
}

@media (max-width: 767px) {
  .alignnone {
    margin: 0;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin: 30px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .aligncenter {
    margin: 20px auto;
  }
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a {
  text-decoration: none;
  color: #0A0A0A;
}

nav a:hover {
  text-decoration: none;
  color: #0A0A0A;
}

nav li {
  display: inline-block;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  padding: 0.3125rem 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1;
  color: #0A0A0A;
}

p + h1, p +
h2, p +
h3, p +
h4, p +
h5, p +
h6 {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  p + h1, p +
  h2, p +
  h3, p +
  h4, p +
  h5, p +
  h6 {
    margin-top: 3.0625rem;
  }
}

h1,
.h1 {
  margin: 0 0 2rem;
  font-size: 4.125rem;
  line-height: 4.5rem;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    margin: 0 0 1rem;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}

h2,
.h2 {
  margin: 0 0 1.5rem;
  font-size: 2.625rem;
  line-height: 3rem;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

p + h2, p +
.h2 {
  margin-top: 4.875rem;
}

@media (max-width: 767px) {
  p + h2, p +
  .h2 {
    margin-top: 3.0625rem;
  }
}

h3,
.h3 {
  margin: 0 0 0.5rem;
  font-size: 1.625rem;
  line-height: 2rem;
}

@media (max-width: 767px) {
  h3,
  .h3 {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

p + h3, p +
.h3 {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  p + h3, p +
  .h3 {
    margin-top: 1.9375rem;
  }
}

h4,
.h4 {
  margin: 0 0 0.4375rem;
  font-size: 1.1875rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h4,
  .h4 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p + h4, p +
.h4 {
  margin-top: 2.625rem;
}

@media (max-width: 767px) {
  p + h4, p +
  .h4 {
    margin-top: 1.5rem;
  }
}

h5,
.h5 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

p + h5, p +
.h5 {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  p + h5, p +
  .h5 {
    margin-top: 1.5rem;
  }
}

h6,
.h6 {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 0.75rem;
  }
}

p + h6, p +
.h6 {
  margin-top: 2.5625rem;
}

@media (max-width: 767px) {
  p + h6, p +
  .h6 {
    margin-top: 1.5rem;
  }
}

/* Text Elements */
p {
  margin: 0 0 1.5rem;
}

@media (max-width: 767px) {
  p {
    margin: 0 0 1.5rem;
  }
}

p:last-child {
  margin: 0;
}

p ul,
ol + p {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  p ul,
  ol + p {
    margin-top: 1.5rem;
  }
}

strong {
  font-weight: 700;
}

/* Horizontal Line */
hr {
  margin: 4.9375rem 0;
  border-top: 0.0625rem solid #828f9b;
}

@media (max-width: 767px) {
  hr {
    margin: 3rem 0;
  }
}

::selection {
  background: #e5edf8;
}

::-moz-selection {
  background: #e5edf8;
}

/* Blocks / Columns Spacing Helpers */
.block-top-spacing {
  padding-top: 4.4375rem;
}

@media (max-width: 767px) {
  .block-top-spacing {
    padding-top: 3.1875rem;
  }
}

.block-bottom-spacing {
  padding-bottom: 4.4375rem;
}

@media (max-width: 767px) {
  .block-bottom-spacing {
    padding-bottom: 3.1875rem;
  }
}

.columns-spacing-top {
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .columns-spacing-top {
    padding-top: 1.75rem;
  }
}

.columns-spacing-bottom {
  padding-bottom: 4.5625rem;
}

@media (max-width: 767px) {
  .columns-spacing-bottom {
    padding-bottom: 2.9375rem;
  }
}

.block-margin-top {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .block-margin-top {
    margin-top: 3.75rem;
  }
}

.block-margin-bottom {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .block-margin-bottom {
    margin-bottom: 3.75rem;
  }
}

.content-column {
  padding-right: 1.25rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .content-column {
    padding-right: 0.9375rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 700px) {
  .content-column {
    padding-right: 0;
    padding-left: 0;
  }
}

.content-column.last_column {
  padding-right: 0;
  padding-left: 1.25rem;
}

@media (max-width: 767px) {
  .content-column.last_column {
    padding-right: 0;
    padding-left: 0.9375rem;
  }
}

@media (max-width: 700px) {
  .content-column.last_column {
    padding-left: 0;
  }
}

/* Buttons */
.c-btn, .hbspt-form .hs-submit .actions input {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  display: inline-block;
  padding: 0.625rem 2.125rem;
  transition: all 0.2s linear;
  text-align: center;
  border-radius: 0.25rem;
}

.c-btn-primary, .hbspt-form .hs-submit .actions input {
  background-color: #0047BA;
  color: #ffffff;
  border: 0.125rem solid #0047BA;
}

.c-btn-primary:hover, .hbspt-form .hs-submit .actions input:hover {
  background-color: #0039AA;
  border-color: #0039AA;
}

.c-btn-primary.c-btn-color-alt, .hbspt-form .hs-submit .actions input.c-btn-color-alt {
  background-color: #ffffff;
  color: #0047BA;
  border-color: #ffffff;
}

.c-btn-primary.c-btn-color-alt:hover, .hbspt-form .hs-submit .actions input.c-btn-color-alt:hover {
  color: #0039AA;
  background-color: #ffffff;
}

.c-btn-secondary {
  border: 0.125rem solid #0047BA;
  color: #0047BA;
}

.c-btn-secondary:hover {
  background-color: #0039AA;
  border-color: #0039AA;
  color: #ffffff;
}

.c-btn-secondary--white, .c-btn-secondary.c-btn-color-alt {
  border-color: #ffffff;
  color: #ffffff;
}

.c-btn-secondary--white:hover, .c-btn-secondary.c-btn-color-alt:hover {
  background-color: #ffffff;
  color: #0039AA;
}

.c-btn-tertiary {
  color: #0047BA;
  padding: 0;
  background-color: transparent !important;
}

.c-btn-tertiary:hover {
  color: #0039AA !important;
}

.c-btn-tertiary:hover svg path {
  fill: #0039AA;
}

.c-btn-tertiary-alternate {
  padding: 0;
  padding-left: 0.25rem;
  font-size: 1.1875rem;
  line-height: 1.2em;
}

.c-btn-tertiary-alternate:hover {
  background-color: transparent !important;
  color: #0A0A0A !important;
}

@media (max-width: 991px) {
  .c-btn-tertiary-alternate {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.c-btn--small {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
}

.c-btn--white {
  background-color: #ffffff;
  color: #0047BA;
  border: none;
}

.c-btn--white:hover {
  color: #0039AA !important;
  background-color: #ffffff !important;
}

.c-btn:hover, .hbspt-form .hs-submit .actions input:hover {
  text-decoration: none;
  color: #ffffff;
  background: #0039AA;
}

.c-btn-wrapper {
  line-height: 1rem;
  display: block;
  margin: 2.4375rem 0 3.125rem;
  text-align: left;
}

.c-btn-wrapper.align-center {
  text-align: center;
}

.c-btn-wrapper.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .c-btn-wrapper {
    margin: 0.3125rem 0 1.9375rem;
  }
}

.c-btn-wrapper:last-child {
  margin-bottom: 0;
}

.c-btn-icon svg {
  width: 1rem;
  height: 1rem;
  margin-left: 0.8125rem;
  position: relative;
  top: 0.125rem;
}

.c-btn-icon-pre {
  display: inline-block;
  padding-right: 0.5625rem;
}

.c-btn-group {
  display: flex;
  margin: 0 0 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.c-btn-group .c-btn-wrapper {
  margin: 0;
}

@media (max-width: 767px) {
  .c-btn-group .c-btn-wrapper {
    margin: 0.625rem auto !important;
    text-align: center;
    width: 100%;
  }
}

.c-btn-group .c-btn-wrapper + .c-btn-wrapper {
  margin-left: 0.8125rem;
}

/* Embed Video Styles */
.iframe-wrapper {
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 5.0625rem auto 4.625rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .iframe-wrapper {
    margin: 3.0625rem auto;
  }
}

.iframe-wrapper__overlay {
  position: absolute;
  z-index: 1;
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
  background-color: black;
  background-position: center;
  background-size: cover;
}

.iframe-wrapper__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background-color: #0047BA;
  box-shadow: none;
  cursor: pointer;
  transition: background-color .2s, border-color .2s;
}

.iframe-wrapper__play:before {
  content: '';
  width: inherit;
  height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0.1875rem;
  transform: translate(-50%, -50%);
  background-image: url("../images/icons/svg/play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 20px;
}

.iframe-wrapper__play:hover {
  background-color: #0039AA;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Slider Global */
.slick-arrow {
  width: 2.875rem;
  height: 2.875rem;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 47%;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: none;
  cursor: pointer;
  transition: background .1s ease-in-out;
}

@media (max-width: 991px) {
  .slick-arrow {
    width: 2rem;
    height: 2rem;
    top: calc(50% - 35px);
  }
}

@media (max-width: 991px) {
  .slick-arrow {
    top: calc(50% - 26px);
  }
}

.slick-arrow:hover, .slick-arrow:focus {
  outline: none;
}

.slick-arrow:after {
  content: '';
  display: block;
  width: 1.25rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  margin-left: -0.125rem;
  background: url("../images/icons/svg/chevron-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.6875rem 1.125rem;
}

@media (max-width: 991px) {
  .slick-arrow:after {
    background-size: 0.875rem 1.125rem;
  }
}

@media (max-width: 767px) {
  .slick-arrow:after {
    background-size: 0.5rem 0.75rem;
  }
}

.slick-arrow.slick-prev {
  left: calc((100vw - 1290px) / 2 + 30px);
}

@media (max-width: 1439px) {
  .slick-arrow.slick-prev {
    left: 4.375rem;
  }
}

@media (max-width: 991px) {
  .slick-arrow.slick-prev {
    left: 1.875rem;
  }
}

.slick-arrow.slick-prev:after {
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .slick-arrow.slick-prev:after {
    left: 1.125rem;
  }
}

.slick-arrow.slick-next {
  right: calc((100vw - 1290px) / 2 + 30px);
}

@media (max-width: 1439px) {
  .slick-arrow.slick-next {
    right: 4.375rem;
  }
}

@media (max-width: 991px) {
  .slick-arrow.slick-next {
    right: 1.875rem;
  }
}

.slick-arrow.slick-next::after {
  margin-left: 0.125rem;
}

.slick-slide {
  outline: none;
}

/* BASE TABLES */
#page .tablepress-table-name {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.09375rem;
  text-transform: none;
}

#page .tablepress {
  padding: 0 1.25rem 0 0;
  margin: 0 0 2.5rem;
}

@media (max-width: 767px) {
  #page .tablepress {
    white-space: nowrap;
    margin: 1.5rem 0 0.75rem;
    margin-left: -0.9375rem;
    width: calc(100vw - 5px);
    padding-right: 0;
  }
}

#page .tablepress .even td {
  background-color: #F7F7F7;
}

#page .tablepress .odd td {
  background-color: #ffffff;
}

#page .tablepress caption {
  display: none;
}

#page .tablepress thead th {
  padding: 0.8125rem 0.9375rem 0.9375rem;
  position: relative;
  color: #0A0A0A;
  border: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  border-bottom: 0.0625rem solid #F7F7F7;
}

@media (max-width: 767px) {
  #page .tablepress thead th {
    border: none;
    padding: 0.75rem 0.8125rem;
    border-right: 0.0625rem solid #E1E1E1;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

#page .tablepress thead th br {
  display: none;
}

#page .tablepress thead tr {
  border: none;
}

#page .tablepress tbody td {
  padding: 0.625rem 0.625rem 0.8125rem 0.9375rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #0A0A0A;
  vertical-align: middle;
  border: 0;
}

@media (max-width: 767px) {
  #page .tablepress tbody td {
    padding: 0.6875rem 1.1875rem 0.6875rem 0.875rem;
    border: none;
    font-size: 0.875rem;
    line-height: 1.125rem;
    border-right: 0.0625rem solid #E1E1E1;
    border-spacing: 0;
  }
}

#page .tablepress tbody tr {
  position: relative;
  border-bottom: 0.0625rem solid #E1E1E1;
}

@media (max-width: 767px) {
  #page .tablepress tbody tr {
    border: none;
    padding: 0;
    border-spacing: 0;
  }
}

#page [class*="tablepress-scroll-wrapper"] {
  position: relative;
  padding-top: 0;
  margin-bottom: 0.6875rem;
}

#page [class*="tablepress-scroll-wrapper"] table {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  #page [class*="tablepress-scroll-wrapper"] {
    width: calc(100vw - 20px);
    padding-left: 17px;
    margin: -1.875rem 0 -0.875rem;
  }
}

@media (max-width: 767px) {
  #page [class*="tablepress-responsive-stack"] {
    margin-left: 0;
    white-space: initial;
    margin-bottom: 1.25rem;
    width: 100%;
  }
}

#page [class*="tablepress-responsive-stack"] thead th {
  padding-left: 0.9375rem;
}

#page [class*="tablepress-responsive-stack"] tbody td {
  text-align: left;
  border-right: initial;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (max-width: 767px) {
  #page [class*="tablepress-responsive-stack"] tbody td:first-child {
    padding-top: 1.9375rem;
  }
}

@media (max-width: 767px) {
  #page [class*="tablepress-responsive-stack"] tbody td:last-child {
    padding-bottom: 1.5rem;
  }
}

#page [class*="tablepress-responsive-stack"] tbody tr {
  border-bottom: 0.0625rem solid #E1E1E1;
}

#page [class*="tablepress-responsive-stack"] .column-1 {
  width: 25.9%;
}

@media (max-width: 767px) {
  #page [class*="tablepress-responsive-stack"] .column-1 {
    width: 100%;
  }
}

.addtoany_shortcode a {
  width: 3rem;
  height: 3rem;
  margin-right: 0.875rem;
  border-radius: 50%;
  background-color: #E1E1E1;
}

.addtoany_shortcode a img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.addtoany_shortcode a.a2a_button_copy_link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.addtoany_shortcode .a2a_kit a {
  position: relative;
}

/*
Gravity Forms (turn off Gravity Forms CSS in plugin settings)
*/
.gform_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.gform_wrapper li.col-12 {
  padding: 0 16px;
}

.gform_wrapper br {
  display: none;
}

.ginput_container_radio &gt; ul,
.ginput_container_checkbox &gt; ul {
  display: block;
}

.ginput_container_radio &gt; ul &gt; li,
.ginput_container_checkbox &gt; ul &gt; li {
  list-style: none;
}

.gform_footer {
  clear: both;
}

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

.ginput_complex &gt; * {
  width: calc(50% - 14px);
  margin-bottom: 0;
}

.ginput_complex &gt; *.address_line_1, .ginput_complex &gt; *.address_line_2 {
  width: 100%;
}

@media (max-width: 991px) {
  .ginput_complex &gt; * {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .ginput_complex p {
    margin-bottom: 1.3125rem;
  }
  .ginput_complex p:last-child {
    margin-bottom: 0;
  }
}

.gform_wrapper {
  padding-bottom: 1.5625rem;
  padding-top: 0.1875rem;
}

@media (max-width: 991px) {
  .gform_wrapper {
    padding-top: 0;
  }
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
  border: 1px solid #B3B3B3;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem 0.625rem;
  border-radius: 0;
  -webkit-appearance: none;
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper textarea:focus {
  border-color: #0047BA !important;
  outline: none !important;
}

.gform_wrapper input[type="text"]::-webkit-input-placeholder,
.gform_wrapper input[type="number"]::-webkit-input-placeholder,
.gform_wrapper input[type="tel"]::-webkit-input-placeholder,
.gform_wrapper input[type="url"]::-webkit-input-placeholder,
.gform_wrapper input[type="email"]::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #F7F7F7;
}

.gform_wrapper input[type="text"]:-moz-placeholder,
.gform_wrapper input[type="number"]:-moz-placeholder,
.gform_wrapper input[type="tel"]:-moz-placeholder,
.gform_wrapper input[type="url"]:-moz-placeholder,
.gform_wrapper input[type="email"]:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1rem;
  line-height: 1.5rem;
  color: #F7F7F7;
}

.gform_wrapper input[type="text"]::-moz-placeholder,
.gform_wrapper input[type="number"]::-moz-placeholder,
.gform_wrapper input[type="tel"]::-moz-placeholder,
.gform_wrapper input[type="url"]::-moz-placeholder,
.gform_wrapper input[type="email"]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  opacity: 1;
  /* Firefox 19+ */
  font-size: 1rem;
  line-height: 1.5rem;
  color: #F7F7F7;
}

.gform_wrapper input[type="text"]:-ms-input-placeholder,
.gform_wrapper input[type="number"]:-ms-input-placeholder,
.gform_wrapper input[type="tel"]:-ms-input-placeholder,
.gform_wrapper input[type="url"]:-ms-input-placeholder,
.gform_wrapper input[type="email"]:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1rem;
  line-height: 1.5rem;
  color: #F7F7F7;
}

.gform_wrapper input[type="text"]::-ms-input-placeholder,
.gform_wrapper input[type="number"]::-ms-input-placeholder,
.gform_wrapper input[type="tel"]::-ms-input-placeholder,
.gform_wrapper input[type="url"]::-ms-input-placeholder,
.gform_wrapper input[type="email"]::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder {
  /* Edge */
  font-size: 1rem;
  line-height: 1.5rem;
  color: #F7F7F7;
}

.gform_wrapper input[type="text"]:placeholder-shown,
.gform_wrapper input[type="number"]:placeholder-shown,
.gform_wrapper input[type="tel"]:placeholder-shown,
.gform_wrapper input[type="url"]:placeholder-shown,
.gform_wrapper input[type="email"]:placeholder-shown,
.gform_wrapper textarea:placeholder-shown {
  /* Standard one last! */
  font-size: 1rem;
  line-height: 1.5rem;
  color: #F7F7F7;
}

.gform_wrapper input[type="text"] + p,
.gform_wrapper input[type="number"] + p,
.gform_wrapper input[type="tel"] + p,
.gform_wrapper input[type="url"] + p,
.gform_wrapper input[type="email"] + p,
.gform_wrapper textarea + p {
  display: none;
}

.gform_wrapper textarea {
  height: 10rem;
}

@media (max-width: 991px) {
  .gform_wrapper textarea {
    height: 12.1875rem;
  }
}

.gform_wrapper select {
  width: 100%;
}

.gform_wrapper select[multiple="multiple"] option {
  padding: 4px 8px;
}

.gform_wrapper label {
  font-family: "usual", sans-serif;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: block;
  margin-bottom: 2px;
}

.gform_wrapper li {
  margin-bottom: 1.875rem;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .gform_wrapper li {
    margin-bottom: 1.375rem;
  }
}

.gform_wrapper .ginput_container_radio input,
.gform_wrapper .ginput_container_checkbox input {
  opacity: 0;
  position: absolute;
}

.gform_wrapper .ginput_container_radio label,
.gform_wrapper .ginput_container_checkbox label {
  font-weight: normal;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  padding-left: 2.6875rem;
  cursor: pointer;
}

.gform_wrapper .ginput_container_radio ul,
.gform_wrapper .ginput_container_checkbox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 0.875rem;
}

@media (max-width: 991px) {
  .gform_wrapper .ginput_container_radio ul,
  .gform_wrapper .ginput_container_checkbox ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .gform_wrapper .ginput_container_radio ul,
  .gform_wrapper .ginput_container_checkbox ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gform_wrapper .ginput_container_radio ul li,
.gform_wrapper .ginput_container_checkbox ul li {
  margin-bottom: 0.5rem;
  display: grid;
  white-space: nowrap;
  position: relative;
}

.gform_wrapper .ginput_container_radio label::after {
  content: '';
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.625rem;
  top: 0.1875rem;
  border: 2px solid #0A0A0A;
  border-radius: 100%;
}

.gform_wrapper .ginput_container_radio label::before {
  content: '';
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  left: 0.9375rem;
  top: 0.5rem;
  border-radius: 100%;
  background-color: #0047BA;
  opacity: 0;
}

.gform_wrapper .ginput_container_radio input:checked ~ label::before {
  opacity: 1;
}

.gform_wrapper .ginput_container_radio input:checked ~ label::after {
  border-color: #0047BA;
}

.gform_wrapper .ginput_container_checkbox label::after {
  content: '';
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  left: 0.625rem;
  top: 0.1875rem;
  border: 2px solid #0A0A0A;
  border-radius: 0.125rem;
}

.gform_wrapper .ginput_container_checkbox label::before {
  content: '';
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  left: 0.625rem;
  top: 0.1875rem;
  background-image: url("../images/icons/svg/checkmark.svg");
  background-position: center center;
  background-size: contain;
  opacity: 0;
}

.gform_wrapper .ginput_container_checkbox input:checked ~ label::before {
  opacity: 1;
}

.gform_wrapper .ginput_container_checkbox input:checked ~ label::after {
  border-color: #0047BA;
}

.gform_footer {
  margin-top: 1.125rem;
}

@media (max-width: 991px) {
  .gform_footer {
    margin-top: 0.6875rem;
  }
}

.gform_footer button {
  cursor: pointer;
}

@media (max-width: 991px) {
  .gform_footer button {
    width: 100%;
  }
}

.gfield_required,
.hs-form-required {
  margin-left: 0.25rem;
  color: #B00020;
}

.hs-error-msgs {
  margin-top: 0;
}

.validation_error {
  margin-bottom: 1rem;
  margin-left: 0.9375rem;
}

.gfield_error input,
.gfield_error textarea {
  border-color: #B00020 !important;
}

.gfield_error.gfield_contains_required label + div {
  position: relative;
}

.gfield_error.gfield_contains_required label + div::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translate(0, -50%);
  background-image: url("../images/icons/svg/error.svg");
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.gfield_error .ginput_complex::after {
  display: none !important;
}

.gfield_error .ginput_complex p, .gfield_error .ginput_complex span {
  position: relative;
}

.gfield_error .ginput_complex p::after, .gfield_error .ginput_complex span::after {
  content: '';
  position: absolute;
  top: 60%;
  right: 10px;
  transform: translate(0, -50%);
  background-image: url("../images/icons/svg/error.svg");
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.validation_message,
.validation_error,
.hs-error-msg {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #B00020;
}

.select2-dropdown {
  border: none;
  padding: 0.625rem 0;
  z-index: 9;
}

.select2-dropdown ul {
  border: 1px solid #B3B3B3;
}

.select2.select2-container {
  width: 100% !important;
  height: 50px;
  max-width: 100%;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}

.select2.select2-container * {
  margin-bottom: 0 !important;
}

.select2.select2-container .selection {
  width: 100%;
  height: 100%;
  padding: 0;
  float: none;
}

.select2.select2-container.select2-container--open.select2-container--below .select2-selection.select2-selection--single {
  border: 1px solid #B3B3B3;
}

.select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(-180deg) translateY(0.125rem);
}

.select2-selection.select2-selection--single {
  width: 100% !important;
  position: relative;
}

.select2-container--default .select2-selection--single {
  height: 100%;
  font-size: 1rem;
  border: 1px solid #B3B3B3;
  border-radius: 0;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: initial;
  border-radius: 0.125rem;
  color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered--active {
  color: #000000;
}

.select2-container--default .select2-selection--single[aria-expanded='true'] .select2-selection__rendered {
  border-color: #0047BA;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: inline-block;
  width: 0.625rem;
  height: 0.3125rem;
  position: absolute;
  top: 1.375rem;
  right: 1.3125rem;
  background-image: url("../images/icons/svg/drop-down.svg");
  transition: transform .2s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '';
  display: block;
  width: 0.0625rem;
  height: 0.0625rem;
  border-right: 0.375rem solid transparent;
  border-left: 0.375rem solid transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  all: unset;
}

.select2-results__options {
  box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.125rem;
}

.select2-results__options::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.select2-results__options li {
  color: #000000 !important;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
}

.select2-results__options li:hover {
  background-color: #F0F0F0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F0F0F0 !important;
}

/* HubSpot Forms */
.hbspt-form {
  width: 100%;
  max-width: 75vw;
}

@media (max-width: 991px) {
  .hbspt-form {
    max-width: 100%;
  }
}

.hbspt-form form.hs-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hbspt-form form.hs-form &gt; * {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .hbspt-form form.hs-form &gt; * {
    max-width: 500px;
  }
}

.hbspt-form__contact {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hbspt-form .hs-form-field {
  margin-bottom: 20px;
}

.hbspt-form .hs-form-field label {
  font-size: 0.875rem;
  color: #0A0A0A;
  margin-bottom: 0;
  letter-spacing: -0.00625rem;
  line-height: 24px;
}

.hbspt-form .hs-form-field input,
.hbspt-form .hs-form-field textarea {
  background: #FFFFFF;
  border: 1px solid #B3B3B3;
  padding: 7px 9px;
  margin-top: -4px;
  font-size: 1rem;
  width: 100% !important;
}

@media (max-width: 991px) {
  .hbspt-form .hs-form-field input,
  .hbspt-form .hs-form-field textarea {
    padding: 11px 9px;
  }
}

.hbspt-form .hs-form-field input:focus,
.hbspt-form .hs-form-field textarea:focus {
  border-color: #0047BA;
}

.hbspt-form .hs-form-field input.error,
.hbspt-form .hs-form-field textarea.error {
  border-color: #B00020;
}

.hbspt-form .hs-form-field ul.no-list {
  position: relative;
  margin: 0 12px 0 9px;
  list-style: none;
  padding: 0;
  display: block;
}

.hbspt-form .hs-form-field ul.no-list.hs-error-msgs::after {
  content: "";
  font-family: "iconfont-circinusMedical";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 14px;
  top: -34px;
  color: #B00020;
}

.hbspt-form .hs-form-field ul.no-list.hs-error-msgs label,
.hbspt-form .hs-form-field ul.no-list.hs-error-msgs label a {
  white-space: nowrap;
  color: #B00020;
}

.hbspt-form .hs-fieldtype-select {
  color: green;
}

.hbspt-form .hs-fieldtype-select select {
  appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 10px 0;
  width: 100% !important;
  font-family: inherit;
  font-size: 1rem;
  cursor: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  z-index: 1;
  outline: none;
}

.hbspt-form .hs-fieldtype-select select::-ms-expand {
  display: none;
}

.hbspt-form .hs-fieldtype-select div.input {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  border: 1px solid #B3B3B3;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
}

.hbspt-form .hs-fieldtype-select div.input select, .hbspt-form .hs-fieldtype-select div.input::after {
  grid-area: select;
}

.hbspt-form .hs-fieldtype-select div.input:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: .5em;
  height: 0.3em;
  background-color: #000000;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  margin-right: 8px;
}

.hbspt-form .hs-fieldtype-select select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  border-color: green;
}

.hbspt-form .hs-fieldtype-select select[multiple] {
  padding-right: 0;
  height: 6rem;
}

.hbspt-form .hs-fieldtype-select select[multiple] option {
  white-space: normal;
}

.hbspt-form .hs-fieldtype-select .select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

.hbspt-form .hs-submit {
  width: 100%;
}

.hbspt-form .hs_message textarea {
  min-height: 240px;
}

.hubspot-forms__footer .hbspt-form,
.newsletter-post .hbspt-form {
  margin-top: 20px;
}

.hubspot-forms__footer ul.inputs-list.no-list,
.newsletter-post ul.inputs-list.no-list {
  margin-bottom: 15px;
}

.hubspot-forms__footer.archive-newsletter-post__form,
.newsletter-post.archive-newsletter-post__form {
  padding-top: 0;
}

.hubspot-forms__footer fieldset.form-columns-1, .hubspot-forms__footer fieldset.form-columns-2,
.newsletter-post fieldset.form-columns-1,
.newsletter-post fieldset.form-columns-2 {
  display: flex;
  flex-direction: column;
}

.hubspot-forms__footer fieldset.form-columns-1 .hs-form-field, .hubspot-forms__footer fieldset.form-columns-2 .hs-form-field,
.newsletter-post fieldset.form-columns-1 .hs-form-field,
.newsletter-post fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  margin-bottom: 0;
}

.hubspot-forms__footer fieldset.form-columns-1 .hs-form-field.hs_firstname input, .hubspot-forms__footer fieldset.form-columns-2 .hs-form-field.hs_firstname input,
.newsletter-post fieldset.form-columns-1 .hs-form-field.hs_firstname input,
.newsletter-post fieldset.form-columns-2 .hs-form-field.hs_firstname input {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.hubspot-forms__footer fieldset.form-columns-1 .hs-form-field.hs_email input, .hubspot-forms__footer fieldset.form-columns-2 .hs-form-field.hs_email input,
.newsletter-post fieldset.form-columns-1 .hs-form-field.hs_email input,
.newsletter-post fieldset.form-columns-2 .hs-form-field.hs_email input {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.hubspot-forms__footer fieldset.form-columns-1 .hs-form-field label, .hubspot-forms__footer fieldset.form-columns-2 .hs-form-field label,
.newsletter-post fieldset.form-columns-1 .hs-form-field label,
.newsletter-post fieldset.form-columns-2 .hs-form-field label {
  display: none;
}

.hubspot-forms__footer fieldset.form-columns-1 .hs-form-field .no-list::after, .hubspot-forms__footer fieldset.form-columns-2 .hs-form-field .no-list::after,
.newsletter-post fieldset.form-columns-1 .hs-form-field .no-list::after,
.newsletter-post fieldset.form-columns-2 .hs-form-field .no-list::after {
  top: -45px;
}

.hubspot-forms__footer fieldset.form-columns-1 .hs-form-field .no-list li, .hubspot-forms__footer fieldset.form-columns-2 .hs-form-field .no-list li,
.newsletter-post fieldset.form-columns-1 .hs-form-field .no-list li,
.newsletter-post fieldset.form-columns-2 .hs-form-field .no-list li {
  margin-top: 10px;
}

.hubspot-forms__footer fieldset.form-columns-1 .hs-form-field .no-list li label, .hubspot-forms__footer fieldset.form-columns-2 .hs-form-field .no-list li label,
.newsletter-post fieldset.form-columns-1 .hs-form-field .no-list li label,
.newsletter-post fieldset.form-columns-2 .hs-form-field .no-list li label {
  display: block;
}

.hubspot-forms__footer fieldset.form-columns-1 .hs-form-field .input, .hubspot-forms__footer fieldset.form-columns-2 .hs-form-field .input,
.newsletter-post fieldset.form-columns-1 .hs-form-field .input,
.newsletter-post fieldset.form-columns-2 .hs-form-field .input {
  margin-right: 0;
}

.hubspot-forms__footer .hs-submit,
.newsletter-post .hs-submit {
  margin-top: 20px;
}

.hubspot-forms__footer .hs-submit .actions input.hs-button,
.newsletter-post .hs-submit .actions input.hs-button {
  width: 100%;
}

.newsletter-post .hs-form-field input {
  border: none;
}

.newsletter-post fieldset:nth-child(1) {
  color: purple;
}

.newsletter-post fieldset:nth-child(1) .hs-form-field:nth-child(1) input {
  border: none;
}

.newsletter-post fieldset:nth-child(1) .hs-form-field:nth-child(1n+2) input {
  border-top: 1px solid #B3B3B3;
}

.newsletter-post fieldset:nth-child(1n+2) .hs-input {
  border-top: 1px solid #B3B3B3;
}

.newsletter-post fieldset input.hs-input {
  background-color: #F0F0F0;
}

.newsletter-post.archive-newsletter-post__form input.hs-input {
  background-color: #ffffff;
}

.newsletter-post.archive-newsletter-post__form fieldset:nth-child(1):nth-child(1n+2) input {
  border-top: 1px solid #F0F0F0;
}

.hbspt-form__contact {
  margin-top: 35px;
  margin-bottom: 87px;
}

@media (max-width: 991px) {
  .hbspt-form__contact {
    margin-top: 27px;
  }
}

.hbspt-form__contact .hbspt-form form.hs-form &gt; * {
  max-width: 100%;
}

@media (max-width: 991px) {
  .hbspt-form__contact {
    margin-bottom: 60px;
  }
}

.hbspt-form__contact .form-columns-2 .field:first-of-type .input {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .hbspt-form__contact input.hs-button {
    width: 100%;
  }
}

.hbspt-form__contact .hbspt-form .hs-form-field {
  margin-bottom: 12px;
}

.hbspt-form__contact .hs_submit {
  margin-top: 35px;
}

.newsletter-post fieldset.form-columns-1 .hs-form-field.hs_email .input,
.newsletter-post fieldset.form-columns-2 .hs-form-field .input {
  height: 48px;
}

.newsletter-post fieldset.form-columns-1 .hs-form-field.hs_email .input input,
.newsletter-post fieldset.form-columns-2 .hs-form-field .input input {
  height: 48px;
}

.hubspot-forms__footer .hbspt-form .form-columns-2 .hs-form-field input {
  padding: 8px 9px;
  margin-top: 0;
}

.hubspot-forms__footer .hbspt-form .form-columns-2 .hs-form-field:nth-child(1n+2) {
  margin-top: -1px;
}

.hbspt-form__contact .hbspt-form .hs-form-field.hs-fieldtype-select div.input {
  margin-top: -4px;
}

.leadparagraph {
  margin: 0 0 2.375rem;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 3rem;
}

@media (max-width: 767px) {
  .leadparagraph {
    margin: 0 0 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.leadparagraph.align-left {
  text-align: left;
}

.leadparagraph.align-right {
  text-align: right;
}

.leadparagraph.align-center {
  text-align: center;
}

.highlight-text {
  padding: 0.1875rem 0;
  background: #e5edf8;
}

blockquote.alternate,
blockquote {
  padding: 0 2.5rem;
  margin: 3.9375rem 0 4.0625rem;
  font-size: 2.375rem;
  font-weight: 400;
  font-style: italic;
  line-height: 3rem;
  text-align: left;
  border-left: 0.25rem solid #0047BA;
}

@media (max-width: 767px) {
  blockquote.alternate,
  blockquote {
    padding: 0 0 0 0.9375rem;
    margin: 2.5rem 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

blockquote.alternate footer,
blockquote footer {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  blockquote.alternate footer,
  blockquote footer {
    margin-top: 1.5rem;
  }
}

blockquote.alternate footer:before,
blockquote footer:before {
  content: '–';
  display: inline;
  margin-right: 0.625rem;
}

@media (max-width: 767px) {
  blockquote.alternate footer:before,
  blockquote footer:before {
    margin-right: 0.3125rem;
  }
}

.checklist ul li::before {
  content: '';
  width: 1.0625rem;
  height: 1.0625rem;
  top: 0.375rem;
  left: 0.125rem;
  border: none;
  background-color: transparent;
  background-image: url("../images/icons/check-circle.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .checklist ul li::before {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.overline {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1rem;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
}

.page-accordion {
  padding: 0.9375rem 0 0;
}

@media (max-width: 767px) {
  .page-accordion {
    padding: 0.4375rem 0 0;
  }
}

.single-accordion {
  margin: 0 0 0.375rem;
  background-color: #F7F7F7;
}

.single-accordion p:last-child {
  margin: 0;
}

.single-accordion p:empty::before {
  display: none;
}

.single-accordion.active .single-accordion__title::before {
  opacity: 0;
}

.single-accordion__content {
  display: none;
  padding: 0 2.8125rem 3.125rem 1.25rem;
  margin-top: -1.0625rem;
}

@media (max-width: 767px) {
  .single-accordion__content {
    padding: 0 0.75rem 1.25rem 0.625rem;
    margin-top: -0.1875rem;
  }
}

.single-accordion__title {
  display: block;
  padding: 2.6875rem 3.5rem 2.4375rem 1.25rem;
  position: relative;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
  transition: all .2s linear;
}

@media (max-width: 767px) {
  .single-accordion__title {
    padding: 1.25rem 2.8125rem 0.8125rem 0.625rem;
  }
}

.single-accordion__title::after, .single-accordion__title::before {
  content: '';
  display: block;
  width: 1.3125rem;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.625rem;
  background-color: #000000;
}

@media (max-width: 767px) {
  .single-accordion__title::after, .single-accordion__title::before {
    display: block;
    width: 0.875rem;
    right: 0.9375rem;
  }
}

.single-accordion__title::before {
  width: 0.125rem;
  height: 1.3125rem;
  right: 2.1875rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .single-accordion__title::before {
    height: 0.875rem;
    right: 1.3125rem;
  }
}

.page-fullwidth-image {
  padding-top: 4.875rem;
  padding-bottom: 4.625rem;
}

@media (max-width: 767px) {
  .page-fullwidth-image {
    padding-top: 3.0625rem;
    padding-bottom: 3.0625rem;
  }
}

.page-fullwidth-image__wrapper:before, .page-fullwidth-image__wrapper:after {
  content: '';
  display: table;
}

.page-fullwidth-image__wrapper:after {
  clear: both;
}

.page-fullwidth-image__wrapper img {
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .page-fullwidth-image .content-image__align-left {
    padding-top: 0 !important;
    padding-left: 1.25rem;
  }
  .page-fullwidth-image .content-image__align-right {
    padding-top: 0 !important;
    padding-right: 1.25rem;
  }
}

.content-image__align-left, .content-image__align-right {
  width: 50%;
}

.content-image__align-left {
  float: left;
}

.content-image__align-left.spacing-normal {
  padding-right: 0.9375rem;
}

@media (max-width: 767px) {
  .content-image__align-left.spacing-normal {
    padding-right: 0.5rem;
    padding-top: 1.3125rem;
  }
  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }
}

.content-image__align-right {
  float: right;
}

.content-image__align-right.spacing-normal {
  padding-left: 0.9375rem;
}

@media (max-width: 767px) {
  .content-image__align-right.spacing-normal {
    padding-left: 0.5rem;
    padding-top: 1.3125rem;
  }
}

.content-image img {
  width: 100%;
  margin: 0;
}

/* Main Header */
.main-header {
  width: 100%;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .main-header--desktop {
    display: none !important;
  }
}

.main-header--mobile {
  display: none !important;
}

@media (max-width: 991px) {
  .main-header--mobile {
    display: block !important;
  }
}

.main-header__wrapper {
  background-color: #0A0A0A;
}

.main-header__inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__logo {
  display: block;
  width: 8rem;
  height: 2.25rem;
}

.main-header__nav ul {
  padding: 0;
  margin: 0;
}

.main-header__nav li {
  display: inline-block;
  padding: 1rem 0;
  margin: 0 0.875rem;
}

.main-header__nav a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #ffffff;
  text-decoration: none;
}

.main-header__nav a:hover {
  color: #B2B2B2;
}

@media (max-width: 991px) {
  .main-header__nav a:hover {
    color: #ffffff;
  }
}

.main-header__nav .menu-item-has-children {
  position: relative;
}

.main-header__nav .menu-item-has-children &gt; a::after, .main-header__nav .menu-item-has-children &gt; a::before {
  content: '';
  display: inline-block;
  width: 0.5625rem;
  height: 0.375rem;
  position: relative;
  top: -0.125rem;
  right: 0;
  margin: 0 0.0625rem 0 0.5rem;
  transition: transform 0.2s linear;
  background-image: url("../images/icons/svg/arrow-nav.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-header__nav .menu-item-has-children &gt; a::before {
  position: absolute;
  top: 49%;
  transform: translate(0, -50%);
  opacity: 0;
  background-image: url("../images/icons/svg/arrow-nav-dark.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 801px) {
  .main-header__nav .menu-item-has-children:hover &gt; a {
    color: #B2B2B2;
  }
}

@media (min-width: 801px) and (max-width: 991px) {
  .main-header__nav .menu-item-has-children:hover &gt; a {
    color: #ffffff;
  }
}

@media (min-width: 801px) {
  .main-header__nav .menu-item-has-children:hover &gt; a::after {
    transform: rotate(180deg);
    opacity: 0;
  }
  .main-header__nav .menu-item-has-children:hover &gt; a::before {
    transform: rotate(180deg);
    opacity: 1;
  }
  .main-header__nav .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 3.9375rem;
    pointer-events: auto;
  }
}

.main-header__nav .menu-item-has-children .sub-menu {
  width: 20rem;
  padding-top: 0.875rem;
  position: absolute;
  top: 4.5625rem;
  left: -2.3125rem;
  pointer-events: none;
  background-color: #0A0A0A;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}

.main-header__nav .menu-item-has-children .sub-menu a {
  display: block;
}

.main-header__nav .menu-item-has-children .sub-menu li {
  display: block;
  width: 100%;
  padding: 0.75rem 1.875rem;
  margin: 0;
}

.main-header__nav .menu-item-has-children .sub-menu li.accent-link {
  padding: 1rem 1.875rem;
  position: relative;
  margin-top: 1.25rem;
  background-color: #F0F0F0;
}

.main-header__nav .menu-item-has-children .sub-menu li.accent-link::after {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2.0625rem;
  transform: translate(0, -50%);
  background-image: url("../images/icons/svg/accent-link-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-header__nav .menu-item-has-children .sub-menu li.accent-link a {
  color: #0A0A0A;
}

/* Main Header Mobile */
.main-header__hamburger {
  width: 1.25rem;
  height: 0.9375rem;
  padding: 0;
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0.125rem;
  transform: translate(0, -50%);
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.main-header__hamburger:hover, .main-header__hamburger:focus {
  outline: 0;
}

.main-header__hamburger span {
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  transform: rotate(0deg);
  border-radius: 0.5625rem;
  background: #ffffff;
  opacity: 1;
  transition: .45s ease-in-out;
}

.main-header__hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.main-header__hamburger span:nth-child(2) {
  top: 0.375rem;
  transform-origin: left center;
}

.main-header__hamburger span:nth-child(3) {
  top: 1rem;
  transform-origin: left center;
}

@media (max-width: 991px) {
  .main-header__hamburger span:nth-child(3) {
    top: 0.75rem;
  }
}

.main-header__hamburger.open span:nth-child(1) {
  top: -0.0625rem;
  left: 0.125rem;
  transform: rotate(45deg);
}

.main-header__hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.main-header__hamburger.open span:nth-child(3) {
  top: 0.8125rem;
  left: 0.125rem;
  transform: rotate(-45deg);
}

.main-header__hamburger.open + .main-header__mobile-content {
  top: 4rem;
}

.main-header--mobile {
  padding: 0.875rem 0;
  position: relative;
}

.main-header__mobile-content {
  width: 100%;
  width: 100vw;
  height: calc(var(--vh) - var(--alertBar) - 64px);
  position: absolute;
  z-index: -1;
  top: calc(var(--vh) * (-1));
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #0A0A0A;
  transition: top .5s ease;
}

.main-header__mobile-content a {
  display: block;
  width: 100%;
}

.main-header__mobile-content .main-header__nav {
  height: calc(var(--vh) - var(--alertBar) - 130px);
  overflow: scroll;
}

.main-header__mobile-content .main-header__nav li {
  display: block;
  padding: 0;
  margin: 0;
  border-top: 0.0625rem solid #262626;
}

.main-header__mobile-content .main-header__nav li:last-of-type {
  border-bottom: 0.0625rem solid #262626;
}

.main-header__mobile-content .main-header__nav li a {
  max-width: 780px;
  padding: 0.9375rem 2.5rem;
  position: relative;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .main-header__mobile-content .main-header__nav li a {
    padding: 0.9375rem 1.25rem;
  }
}

.main-header__mobile-content .main-header__cta {
  width: 100%;
  padding: 0.9375rem 2.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0A0A0A;
}

@media (max-width: 767px) {
  .main-header__mobile-content .main-header__cta {
    padding: 0.9375rem 1.25rem;
  }
}

.main-header__mobile-content .main-header__cta .c-btn, .main-header__mobile-content .main-header__cta .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .main-header__mobile-content .main-header__cta input {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
}

.main-header__mobile-content .menu-item-has-children {
  padding: 0 !important;
  overflow: hidden;
  transition: padding .4s ease-in-out;
}

.main-header__mobile-content .menu-item-has-children &gt; a {
  padding: 0.9375rem 0rem;
}

@media (max-width: 767px) {
  .main-header__mobile-content .menu-item-has-children &gt; a {
    padding: 1.5625rem 1.25rem;
  }
}

.main-header__mobile-content .menu-item-has-children &gt; a::before {
  display: none;
}

.main-header__mobile-content .menu-item-has-children &gt; a::after {
  width: 0.75rem;
  height: 0.5rem;
  position: absolute;
  top: 42%;
  right: 3.3125rem;
  opacity: 1 !important;
  translate: transform(0, -50%);
}

@media (max-width: 767px) {
  .main-header__mobile-content .menu-item-has-children &gt; a::after {
    right: 1.5625rem;
  }
}

.main-header__mobile-content .menu-item-has-children.open a::after {
  transform: rotate(180deg);
}

.main-header__mobile-content .menu-item-has-children .sub-menu {
  width: 100%;
  padding-top: 0;
  position: static;
  border-top: 0.0625rem solid #262626;
  background-color: #141414;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  transition: all .2s linear;
  transition: height .35s ease-in-out;
  pointer-events: auto;
}

.main-header__mobile-content .menu-item-has-children .sub-menu:not(.active) {
  display: none;
}

.main-header__mobile-content .menu-item-has-children .sub-menu li {
  padding: 0;
  border-color: #0A0A0A;
}

.main-header__mobile-content .menu-item-has-children .sub-menu li a {
  padding: 0.9375rem 3.75rem;
}

@media (max-width: 767px) {
  .main-header__mobile-content .menu-item-has-children .sub-menu li a {
    padding: 0.9375rem 2.5rem;
  }
}

.main-header__mobile-content .menu-item-has-children .sub-menu li.accent-link {
  padding: 0;
  margin: 0;
  background-color: #141414;
}

.main-header__mobile-content .menu-item-has-children .sub-menu li.accent-link a {
  padding: 0.9375rem 3.75rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  .main-header__mobile-content .menu-item-has-children .sub-menu li.accent-link a {
    padding: 0.9375rem 2.5rem;
  }
}

.main-header__mobile-content .menu-item-has-children .sub-menu li.accent-link::after {
  display: none;
}

.alert-bar-top {
  display: none;
  padding: 0.5625rem 0 0.4375rem;
  text-align: center;
  background-color: #0047BA;
}

@media (max-width: 767px) {
  .alert-bar-top {
    text-align: left;
  }
}

.alert-bar-top .container {
  padding: 0 2.8125rem;
  position: relative;
}

@media (max-width: 767px) {
  .alert-bar-top .container {
    padding: 0 3.5rem 0 1.3125rem;
  }
}

.alert-bar-top.show-item {
  display: block;
}

.alert-bar-top__close {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  transform: translate(0, -50%);
  border-radius: 100%;
  background-color: #0039AA;
}

@media (max-width: 767px) {
  .alert-bar-top__close {
    right: 1.25rem;
  }
}

.alert-bar-top__close svg {
  position: relative;
  top: -0.5rem;
}

@media (max-width: 767px) {
  .alert-bar-top__close svg {
    top: -0.1875rem;
  }
}

.alert-bar-top p,
.alert-bar-top a {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #ffffff;
}

.alert-bar-top p:hover,
.alert-bar-top a:hover {
  color: #ffffff;
}

.alert-bar-bottom {
  display: none;
  width: 100%;
  padding: 0.8125rem 0 0.6875rem;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  background-color: #262626;
}

@media (max-width: 767px) {
  .alert-bar-bottom {
    padding-top: 1rem;
    padding-bottom: 1.125rem;
  }
}

.alert-bar-bottom.show-item {
  display: block;
}

.alert-bar-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .alert-bar-bottom .container {
    flex-wrap: wrap;
  }
}

.alert-bar-bottom__cta {
  min-width: 9.375rem;
  position: relative;
}

@media (max-width: 767px) {
  .alert-bar-bottom__cta {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .alert-bar-bottom__content {
    flex: 0 0 59;
    width: 59;
    max-width: 59;
  }
}

@media (max-width: 767px) {
  .alert-bar-bottom__content {
    margin-bottom: 0.9375rem;
    flex: 0 0 100;
    width: 100;
    max-width: 100;
  }
}

.alert-bar-bottom__content a:hover {
  text-decoration: none;
  color: #ffffff;
}

.alert-bar-bottom .c-btn, .alert-bar-bottom .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .alert-bar-bottom input {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0.625rem 1.25rem;
  margin-right: 2.25rem;
  color: #ffffff;
  border: 0.125rem solid #ffffff;
  border-width: 0.0625rem;
  border-radius: 0.25rem;
}

@media (max-width: 767px) {
  .alert-bar-bottom .c-btn, .alert-bar-bottom .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .alert-bar-bottom input {
    width: calc(100% - 39px);
  }
}

.alert-bar-bottom .c-btn:hover, .alert-bar-bottom .hbspt-form .hs-submit .actions input:hover, .hbspt-form .hs-submit .actions .alert-bar-bottom input:hover {
  color: #0039AA;
  background-color: #ffffff;
}

.alert-bar-bottom__close {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.alert-bar-bottom__close svg {
  position: relative;
  top: -0.5rem;
}

@media (max-width: 767px) {
  .alert-bar-bottom__close svg {
    top: -0.1875rem;
  }
}

.alert-bar-bottom p,
.alert-bar-bottom a {
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1rem;
  color: #ffffff;
}

/* imported module */
.block-hero {
  display: flex;
  min-height: calc(var(--vh) - 64px);
  padding: 2.625rem 0 5.625rem;
  color: #ffffff;
  background-color: #0A0A0A;
  overflow: hidden;
}

@media (max-width: 991px) {
  .block-hero {
    padding: 4.5rem 0 5rem;
  }
}

.block-hero &gt; .container &gt; .row {
  height: 100%;
}

@media (max-width: 767px) {
  .block-hero &gt; .container &gt; .row {
    align-content: center;
  }
}

.block-hero__content {
  max-width: 32.5rem;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .block-hero__content {
    padding-bottom: 2.9375rem;
  }
}

@media (max-width: 700px) {
  .block-hero__content {
    max-width: 100%;
  }
}

.block-hero__content h1 {
  transform: translateY(10px);
  color: inherit;
  opacity: 0;
  animation: fadeUp .5s ease .05s 1 normal forwards;
}

.block-hero__text {
  transform: translateY(10px);
  opacity: 0;
  animation: fadeUp .5s ease .15s 1 normal forwards;
}

.block-hero__buttons {
  margin-top: 2.9375rem;
}

@media (max-width: 767px) {
  .block-hero__buttons {
    margin-top: 1.5rem;
  }
}

.block-hero__button {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
  animation: fadeUp .6s ease .3s 1 normal forwards;
}

@media (max-width: 700px) {
  .block-hero__button {
    display: block;
  }
}

.block-hero__button + .block-hero__button {
  margin-left: 0.625rem;
  animation: fadeUp .6s ease .4s 1 normal forwards;
}

@media (max-width: 700px) {
  .block-hero__button + .block-hero__button {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.block-hero__thumbnail {
  position: relative;
  transform: scale(1.2) rotate(-30deg);
  text-align: center;
  animation: fadeScale 2s ease 0s 1 normal forwards;
}

@media (max-width: 1199px) {
  .block-hero__thumbnail {
    right: 0;
  }
}

.hero-default {
  padding: 6.875rem 0 11.125rem;
  background-color: #0A0A0A;
}

@media (max-width: 767px) {
  .hero-default {
    padding: 4.5625rem 0 3rem;
  }
}

.hero-default h1,
.hero-default h2,
.hero-default h3,
.hero-default h4,
.hero-default h5,
.hero-default h6,
.hero-default p {
  transform: translateY(10px);
  color: #ffffff;
  opacity: 0;
  animation: fadeUp .5s ease .05s 1 normal forwards;
}

.hero-default p {
  margin-bottom: 2.875rem;
  animation: fadeUp .5s ease .15s 1 normal forwards;
}

@media (max-width: 767px) {
  .hero-default p {
    margin-bottom: 0.75rem;
  }
}

.hero-default .c-btn, .hero-default .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .hero-default input {
  padding: 0.6875rem 2.125rem;
}

@media (max-width: 767px) {
  .hero-default .c-btn, .hero-default .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .hero-default input {
    display: block;
    width: 100%;
  }
}

.hero-default figure {
  transform: translateY(10px);
  opacity: 0;
  transition: all;
  animation: fadeUp 2s ease 0s 1 normal forwards;
}

@media (max-width: 1199px) {
  .hero-default figure {
    padding-top: 2.5rem;
  }
}

.hero-default figure img {
  width: 100%;
}

.hero-default .c-btn-group {
  margin-bottom: 0;
}

.hero-default .c-btn-wrapper {
  transform: translateY(10px);
  opacity: 0;
  animation: fadeUp .6s ease .3s 1 normal forwards;
}

.hero-default .c-btn-wrapper + .c-btn-wrapper {
  animation: fadeUp .6s ease .4s 1 normal forwards;
}

@media (max-width: 767px) {
  .hero-default .c-btn-wrapper + .c-btn-wrapper {
    margin-bottom: 4px !important;
  }
}

@media (max-width: 767px) {
  .hero-default .col-md-6:first-of-type {
    margin-bottom: 2.25rem;
  }
}

@media (max-width: 767px) {
  .hero-default .text-center {
    text-align: left !important;
  }
}

.hero-default .text-center .c-btn-group {
  justify-content: center;
}

.hero-default--no-thumbnail {
  padding: 8.5625rem 0 10.9375rem;
}

@media (max-width: 767px) {
  .hero-default--no-thumbnail {
    padding: 4.5rem 0 2.375rem;
  }
}

.hero-default--no-thumbnail .c-btn-group {
  justify-content: center;
}

.hero-default--no-bg {
  padding: 8.5rem 0 0;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .hero-default--no-bg {
    padding-top: 4.5rem;
    margin-bottom: -1rem;
  }
}

.hero-default--no-bg h1,
.hero-default--no-bg h2,
.hero-default--no-bg h3,
.hero-default--no-bg h4,
.hero-default--no-bg h5,
.hero-default--no-bg h6,
.hero-default--no-bg p {
  color: #0A0A0A;
}

.hero-default--no-bg h1 {
  margin-bottom: 0.5rem;
}

.hero-archive {
  padding-top: 8.1875rem;
  padding-bottom: 7.25rem;
  background-color: #0A0A0A;
}

@media (max-width: 991px) {
  .hero-archive {
    padding-top: 4.5625rem;
    padding-bottom: 2.8125rem;
  }
}

.hero-archive h1,
.hero-archive h2,
.hero-archive h3,
.hero-archive h4,
.hero-archive h5,
.hero-archive h6,
.hero-archive p {
  transform: translateY(10px);
  color: #ffffff;
  opacity: 0;
  animation: fadeUp .6s ease .3s 1 normal forwards;
}

.hero-archive figure {
  width: 100%;
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  transition: all;
  animation: fadeUp 2s ease 0s 1 normal forwards;
}

@media (max-width: 991px) {
  .hero-archive figure {
    margin-top: 1.375rem;
  }
}

.hero-archive figure svg {
  width: inherit;
  height: auto;
}

.hero-archive .row {
  align-items: center;
}

.hero-archive__content-wrapper {
  margin-bottom: 3.25rem;
}

@media (max-width: 991px) {
  .hero-archive__content-wrapper {
    margin-bottom: 0;
    text-align: center;
  }
}

.hero-post {
  padding: 9.5rem 0 0rem;
  margin-bottom: 2.625rem;
}

@media (max-width: 767px) {
  .hero-post {
    padding-top: 2.5625rem;
    margin-bottom: 0.9375rem;
  }
}

.hero-post h1 {
  margin-bottom: 1.625rem;
}

@media (max-width: 991px) {
  .hero-post h1 {
    margin-bottom: 2.5rem;
  }
}

.hero-post figure {
  margin-top: 7.375rem;
  margin-bottom: 5rem;
}

@media (max-width: 991px) {
  .hero-post figure {
    min-height: 11.4375rem;
    margin-top: 4.4375rem;
    margin-bottom: 3.75rem;
  }
  .hero-post figure img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .hero-post figure img {
    min-height: 11.5rem;
    object-fit: cover;
  }
}

.hero-post.img-hidden {
  margin-bottom: 10rem;
}

@media (max-width: 991px) {
  .hero-post.img-hidden {
    margin-bottom: 5rem;
  }
}

.post-cat {
  display: inline-block;
  margin-bottom: 1.0625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #0A0A0A;
}

@media (max-width: 991px) {
  .post-cat {
    margin-bottom: 0.5rem;
  }
}

.post-cat a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #0A0A0A;
  text-decoration: none;
}

.post-date {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #737373;
}

.hero-taxonomy {
  padding-top: 12.5rem;
  padding-bottom: 6.9375rem;
}

@media (max-width: 991px) {
  .hero-taxonomy {
    padding-top: 4.5rem;
    padding-bottom: 4.5625rem;
  }
}

.hero-taxonomy h1 {
  margin-bottom: 0.5625rem;
}

@media (max-width: 991px) {
  .hero-taxonomy h1 {
    margin-bottom: 1rem;
  }
}

.hero-taxonomy .row {
  align-items: center;
}

.block-tabs {
  overflow: hidden;
}

.block-tabs h2 {
  margin: 0 0 1.1875rem;
}

@media (max-width: 767px) {
  .block-tabs h2 {
    margin: 0 0 1.125rem;
  }
}

.block-tabs.block-bottom-spacing {
  padding-bottom: 2.1875rem;
}

.block-tabs .alignnone {
  margin: 0.8125rem 0 1.1875rem;
}

@media (max-width: 767px) {
  .block-tabs .alignnone {
    margin: 0.0625rem 0 0.0625rem;
  }
}

.tabs__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

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

.tabs__link-list:after {
  clear: both;
}

@media (max-width: 767px) {
  .tabs__link-list {
    padding: 0 1.25rem;
  }
  .tabs__link-list:before, .tabs__link-list:after {
    content: none;
  }
}

.tabs__link-list-wrapper {
  position: relative;
}

.tabs__link-list-wrapper.has-scroll:before {
  display: block;
}

.tabs__link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  display: block;
  float: left;
}

@media (max-width: 767px) {
  .tabs__link {
    font-size: 0.875rem;
    line-height: 1rem;
    display: inline-block;
    float: none;
  }
  .slick-initialized .tabs__link {
    float: left;
  }
}

.tabs__link a {
  position: relative;
  display: block;
  padding: 0.75rem 4.125rem 0.6875rem;
  transition: color .2s linear;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border-bottom: 0.0625rem solid #E1E1E1;
}

@media (max-width: 767px) {
  .tabs__link a {
    min-width: 0;
    padding: 0 0.9375rem 0.9375rem;
    outline: 0;
  }
}

@media (min-width: 801px) {
  .tabs__link a:hover {
    background-color: #F7F7F7;
  }
}

.tabs__link a:after {
  position: absolute;
  right: auto;
  bottom: -0.0625rem;
  left: 0;
  display: block;
  width: 0;
  height: 0.25rem;
  content: '';
  transition: all .2s linear;
  background-color: #0047BA;
}

@media (max-width: 767px) {
  .tabs__link a:after {
    height: 0.125rem;
  }
}

.tabs__link.active a {
  color: #000000;
}

@media (max-width: 767px) {
  .tabs__link.active a {
    color: #000000;
  }
}

.tabs__link.active a:after {
  width: 100%;
}

.tabs__tab-content {
  position: static;
  visibility: visible;
  padding: 2.0625rem 0 0;
  transition: opacity .2s linear;
  opacity: 1;
}

@media (max-width: 767px) {
  .tabs__tab-content {
    padding: 1.5rem 0 0;
  }
}

.tabs__tab-content:not(.active) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -9999px;
}

.tabs__tab-content .col-12:last-of-type {
  position: relative;
  padding-bottom: 4.8125rem;
}

@media (max-width: 767px) {
  .tabs__tab-content .col-12:last-of-type {
    padding-bottom: 3rem;
  }
}

.tabs__tab-content .col-12:last-of-type::after {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 0.0625rem;
  background-color: #B3B3B3;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.tab-head-wrap {
  position: relative;
  margin-top: 2.5625rem;
}

@media (max-width: 767px) {
  .tab-head-wrap {
    margin: 0 -1.25rem;
  }
  .tab-head-wrap .tab-head:before, .tab-head-wrap .tab-head:after {
    content: '';
    display: table;
  }
  .tab-head-wrap .tab-head:after {
    clear: both;
  }
}

.tab-head-wrap.has-scroll:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 4.375rem;
  content: '';
  background-image: linear-gradient(270deg, #fffcf2 0%, rgba(255, 252, 242, 0) 100%);
}

.block-gallery-slider {
  margin: 5rem 0 9.6875rem;
}

@media (max-width: 767px) {
  .block-gallery-slider {
    margin: 1.625rem 0 4rem;
  }
}

.block-gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bc-gallery__slider {
  padding: 0;
}

.bc-gallery__single-slide {
  width: 100%;
  max-width: 80.625rem;
  margin: 0 0.5rem;
  outline: none;
}

@media (max-width: 1439px) {
  .bc-gallery__single-slide {
    max-width: calc(100vw - 100px);
  }
}

@media (max-width: 991px) {
  .bc-gallery__single-slide {
    max-width: calc(100vw - 40px);
    margin: 0 0.3125rem 0 0;
  }
}

.bc-gallery__caption {
  padding: 0.9375rem 0.9375rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: center;
  color: #0A0A0A;
}

@media (max-width: 767px) {
  .bc-gallery__caption {
    padding: 1.0625rem 0.125rem;
  }
}

.block-gallery-lightbox {
  margin: 4.9375rem 0 8.0625rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .block-gallery-lightbox {
    margin: 3.5625rem 0 2.875rem;
  }
  .block-gallery-lightbox .row {
    margin: 0 -0.5rem;
  }
}

.lightbox-gallery__single-thumb {
  padding-bottom: 2.0625rem;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-thumb {
    padding: 0 0.5rem 0.75rem;
    margin-bottom: 0.25rem;
  }
}

.lightbox-gallery__single-thumb img {
  width: 100%;
}

.lightbox-gallery__gallery-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0A0A0A;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease;
}

.lightbox-gallery__gallery-wrapper .slick-arrow {
  top: calc(50% - 10px);
}

@media (max-width: 767px) {
  .lightbox-gallery__gallery-wrapper .slick-arrow {
    top: 47%;
  }
}

.lightbox-gallery__gallery-wrapper:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.lightbox-gallery__slider {
  max-width: 100%;
  margin: 0 auto;
}

.lightbox-gallery__single-slide {
  width: 100%;
  height: 100vh;
  max-width: 80.625rem;
  padding: 5rem 0 3.4375rem;
  position: relative;
  margin: 0 0.5rem;
  outline: none;
}

@media (max-width: 1439px) {
  .lightbox-gallery__single-slide {
    max-width: calc(100vw - 100px);
  }
}

@media (max-width: 991px) {
  .lightbox-gallery__single-slide {
    max-width: calc(100vw - 40px);
    margin: 0 0.3125rem 0 0;
  }
}

@media (max-width: 767px) {
  .lightbox-gallery__single-slide {
    padding: 2.5rem 0;
  }
}

.lightbox-gallery__single-slide.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-gallery__single-slide img {
  width: auto;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lightbox-gallery__single-slide img {
    max-height: calc(100vh - 80px);
  }
}

.lightbox-gallery__slide-image {
  max-height: 100%;
}

.lightbox-gallery__image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .lightbox-gallery__image {
    height: auto;
    display: block;
  }
}

.lightbox-gallery__image img {
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .lightbox-gallery__image img {
    width: auto;
  }
}

.lightbox-gallery__caption {
  padding: 1rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .lightbox-gallery__caption {
    padding: 1rem 0 0;
  }
}

.lightbox-gallery__close {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  z-index: 999;
  top: 2%;
  right: 1.25rem;
  transform: rotate(45deg);
  border-radius: 50%;
  background: #4D4D4D;
  cursor: pointer;
}

@media (max-width: 767px) {
  .lightbox-gallery__close {
    top: 1.25rem;
    right: 1.25rem;
  }
}

.lightbox-gallery__close:after, .lightbox-gallery__close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: background .2s linear;
}

.lightbox-gallery__close:after {
  width: 0.125rem;
  height: 1.125rem;
}

.lightbox-gallery__close:before {
  width: 1.125rem;
  height: 0.125rem;
}

.block-content-links {
  margin: 8.0625rem 0 5rem;
}

@media (max-width: 767px) {
  .block-content-links {
    margin: 3.625rem 0 0.0625rem;
  }
}

.block-content-links + .block-content-links {
  padding-top: 0;
}

.block-content-links .row {
  padding-top: 2rem;
}

@media (max-width: 767px) {
  .block-content-links .row {
    padding-top: 1.4375rem;
  }
}

.block-content-links__link-wrapper {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 0.0625rem solid #E1E1E1;
}

@media (max-width: 767px) {
  .block-content-links__link-wrapper {
    margin-bottom: 1rem;
  }
}

.block-content-links__link-wrapper figure {
  overflow: hidden;
}

.block-content-links__link-wrapper figure img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
}

.block-content-links__link-wrapper figure:hover img {
  transform: scale(1.05);
}

.block-content-links__link-wrapper a {
  text-decoration: none !important;
}

.block-content-links__link-wrapper:hover {
  border-color: #0039AA;
}

.block-content-links__link {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #0047BA;
}

.block-content-links__link .icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0.125rem;
  right: 0.25rem;
}

.block-content-images {
  margin: 8.0625rem 0 10rem;
}

@media (max-width: 991px) {
  .block-content-images {
    margin: 3.9375rem 0 4.9375rem;
  }
}

.block-content-images + .block-content-images {
  margin-top: 10rem;
}

@media (max-width: 991px) {
  .block-content-images + .block-content-images {
    margin-top: 3.9375rem;
  }
}

.block-content-images.has-container {
  background: transparent;
}

.block-content-images .image-right figure {
  width: 85%;
  margin-left: auto;
}

@media (max-width: 991px) {
  .block-content-images .image-right figure {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .block-content-images .image-right {
    order: -1;
  }
}

.block-content-images .image-left figure {
  width: 85%;
}

@media (max-width: 991px) {
  .block-content-images .image-left figure {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .block-content-images .image-left {
    order: -1;
  }
}

.block-content-images img {
  width: 100%;
}

.block-brand {
  margin: 10rem 0;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .block-brand {
    margin: 7.5rem 0;
  }
}

@media (max-width: 767px) {
  .block-brand {
    margin: 5rem 0;
  }
}

.block-brand__image img {
  width: 100%;
}

.block-brand__text {
  padding: 0 0 1.875rem 6.5rem;
}

@media (max-width: 1439px) {
  .block-brand__text {
    padding: 0 0 1.875rem 1.875rem;
  }
}

@media (max-width: 1199px) {
  .block-brand__text {
    padding: 0 0 0 0.9375rem;
  }
}

@media (max-width: 991px) {
  .block-brand__text {
    padding: 1.625rem 0 0.875rem 0;
  }
}

.block-brand__text p {
  padding-right: 0.25rem;
}

.block-brand__columns {
  margin-top: 10rem;
  margin-bottom: -1.875rem;
}

@media (max-width: 1199px) {
  .block-brand__columns {
    margin-top: 7.5rem;
  }
}

@media (max-width: 767px) {
  .block-brand__columns {
    margin-top: 5rem;
    margin-bottom: -1.5rem;
  }
}

.block-brand__columns &gt; .col-12 {
  margin-bottom: 1.875rem;
}

@media (max-width: 767px) {
  .block-brand__columns &gt; .col-12 {
    margin-bottom: 1.5rem;
  }
}

.block-brand__column {
  height: 100%;
  padding: 2rem 1.25rem 2.5rem;
  background-color: #F7F7F7;
}

@media (max-width: 767px) {
  .block-brand__column {
    height: auto;
    padding: 2rem 1.25rem 1.9375rem;
  }
}

.block-brand__column-icon {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .block-brand__column-icon {
    margin-bottom: 0.625rem;
  }
}

.block-brand__column-title {
  margin-bottom: 0.9375rem;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .block-brand__column-title {
    margin-bottom: 0.5625rem;
    font-size: 1rem;
  }
}

.block-brand__column-text {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .block-brand__column-text {
    font-size: 0.875rem;
  }
}

.block-content {
  margin: 5.0625rem 0 4.5625rem;
}

@media (max-width: 767px) {
  .block-content {
    margin: 3.5rem 0 3.0625rem;
  }
}

.block-content:empty {
  display: none;
}

.content .block-content:first-of-type {
  margin-top: 0;
}

.block-contact {
  margin: 5.0625rem 0 4.5625rem;
}

@media (max-width: 767px) {
  .block-contact {
    margin: 3.5rem 0 3.0625rem;
  }
}

.block-contact__aside {
  font-size: 1rem;
  margin-top: 35px;
}

@media (max-width: 991px) {
  .block-contact__aside {
    font-size: 0.875rem;
  }
}

.block-contact__aside strong {
  font-size: 1rem;
  font-weight: 600;
}

.block-contact__aside__social {
  list-style: none;
  padding: 0;
}

.block-contact__aside__social li {
  display: flex;
  align-items: center;
}

.block-contact__aside__social li::before {
  content: "";
  font-family: "iconfont-circinusMedical";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.block-contact__aside__social li a {
  text-decoration: none;
  color: #000000;
}

@media (max-width: 991px) {
  .block-contact__aside__social li .link-icon::before {
    font-size: 1rem;
  }
}

.block-contact__aside a:hover {
  color: #0047BA;
}

/* imported module */
.block-intro {
  padding: 10rem 0 10rem;
  text-align: center;
  color: #ffffff;
  background-color: #141414;
}

@media (max-width: 1199px) {
  .block-intro {
    padding: 7.5rem 0;
  }
}

@media (max-width: 767px) {
  .block-intro {
    padding: 4.875rem 0 4.9375rem;
  }
}

.block-intro__preheader {
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .block-intro__preheader {
    margin-bottom: 1.125rem;
  }
}

.block-intro__text * {
  color: inherit;
}

.block-intro h2:last-of-type {
  margin-bottom: 0;
}

/* imported module */
.block-testimonials {
  margin: 9.25rem 0 12.5rem;
}

@media (max-width: 1199px) {
  .block-testimonials {
    margin: 7.5rem 0 8.75rem;
  }
}

@media (max-width: 767px) {
  .block-testimonials {
    margin: 4.5rem 0 5rem;
  }
}

.block-testimonials__inner {
  max-width: 83%;
  padding-top: 8.875rem;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .block-testimonials__inner {
    max-width: 100%;
    padding-top: 7.5rem;
  }
}

@media (max-width: 767px) {
  .block-testimonials__inner {
    padding-top: 4.125rem;
  }
}

.block-testimonials__single {
  padding: 0;
  margin: 0;
  outline: none;
  padding: 0 2.5rem;
  text-align: center;
  border-left: none;
}

@media (max-width: 991px) {
  .block-testimonials__single {
    padding: 0;
  }
}

.block-testimonials__single p {
  margin: 0;
}

.block-testimonials__single p:before, .block-testimonials__single p:after {
  content: '"';
  display: inline;
}

.block-testimonials__single footer {
  margin-top: 1.5rem;
}

.block-testimonials__single footer:before {
  content: '–';
  display: inline;
  margin-right: 0.625rem;
}

@media (max-width: 767px) {
  .block-testimonials__single footer:before {
    margin-right: 0.3125rem;
  }
}

.block-testimonials ul.slick-dots {
  display: flex;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  list-style: none;
}

.block-testimonials ul.slick-dots li {
  flex: 0 1 50%;
  max-width: 50%;
  border-bottom: 0.125rem solid #F0F0F0;
  transition: border-color .2s;
}

.block-testimonials ul.slick-dots li button {
  display: block;
  width: 100%;
  padding: 0.875rem 0.625rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  color: #B2B2B2;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  transition: color .2s;
}

@media (max-width: 767px) {
  .block-testimonials ul.slick-dots li button {
    padding: 0.5rem 0.625rem 0.375rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.block-testimonials ul.slick-dots li button:hover {
  color: #0A0A0A;
}

.block-testimonials ul.slick-dots li.slick-active {
  border-bottom-color: #0A0A0A;
}

.block-testimonials ul.slick-dots li.slick-active button {
  color: #0A0A0A;
}

.block-testimonial-slider {
  padding: 6.875rem 0 6rem;
  margin: 5rem 0 10rem;
  text-align: center;
  color: #ffffff;
  background-color: #0A0A0A;
  overflow: hidden;
}

@media (max-width: 767px) {
  .block-testimonial-slider {
    padding: 3.75rem 0 7.0625rem;
    margin: 4rem 0 5rem;
  }
}

.block-testimonial-slider__content {
  max-width: 65%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .block-testimonial-slider__content {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .block-testimonial-slider__content {
    max-width: 100%;
  }
}

.block-testimonial-slider__content::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1.25rem;
  margin: 0 auto 1.9375rem;
  background-image: url("../images/icons/svg/quote.svg");
}

.block-testimonial-slider__content p {
  margin-bottom: 0;
  font-size: 2.375rem;
  font-style: italic;
  line-height: 3rem;
}

@media (max-width: 767px) {
  .block-testimonial-slider__content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.block-testimonial-slider__author-wrapper {
  margin-top: 2.4375rem;
}

@media (max-width: 767px) {
  .block-testimonial-slider__author-wrapper {
    margin-top: 3rem;
  }
}

.block-testimonial-slider__author {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .block-testimonial-slider__author {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.block-testimonial-slider__author-details {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .block-testimonial-slider__author-details {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.block-testimonial-slider .slick-arrow.slick-next {
  right: 2rem;
}

@media (max-width: 767px) {
  .block-testimonial-slider .slick-arrow.slick-next {
    right: calc(50% - 61px);
  }
}

.block-testimonial-slider .slick-arrow.slick-prev {
  left: 1.8125rem;
}

@media (max-width: 767px) {
  .block-testimonial-slider .slick-arrow.slick-prev {
    left: calc(50% - 61px);
  }
  .block-testimonial-slider .slick-arrow.slick-prev::after {
    left: 50%;
  }
}

@media (max-width: 767px) {
  .block-testimonial-slider .slick-arrow {
    width: 3.5rem;
    height: 3.5rem;
    top: unset;
    bottom: -4.0625rem;
    transform: none;
  }
  .block-testimonial-slider .slick-arrow::after {
    background-size: 0.875rem 1.125rem;
  }
}

@media (max-width: 767px) {
  .block-testimonial-slider .col-12 {
    padding: 0;
  }
}

.block-cta--fullwidth {
  background-color: #141414;
  padding: 8.4375rem 0 9.4375rem;
}

@media (max-width: 767px) {
  .block-cta--fullwidth {
    padding: 4.625rem 0 4.875rem;
  }
}

.block-cta--container {
  margin: 10rem 0 9.25rem;
}

@media (max-width: 767px) {
  .block-cta--container {
    margin: 5rem 0 4.5rem;
  }
}

.block-cta--container .block-cta__inner {
  padding: 9.5rem 0;
  background: #000000 url(../images/cta-bg.svg) no-repeat center/83% auto;
}

@media (max-width: 1199px) {
  .block-cta--container .block-cta__inner {
    padding: 7.5rem 0;
  }
}

@media (max-width: 767px) {
  .block-cta--container .block-cta__inner {
    padding: 4.0625rem 0 5rem;
  }
}

@media (max-width: 700px) {
  .block-cta--container .block-cta__inner {
    background-size: 157% auto;
  }
}

.block-cta--container .block-cta__content {
  max-width: 55.625rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.block-cta h2 {
  color: #ffffff;
  margin-bottom: 3.0625rem;
}

@media (max-width: 767px) {
  .block-cta h2 {
    margin-bottom: 1.4375rem;
  }
}

@media (max-width: 767px) {
  .block-cta .c-btn, .block-cta .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .block-cta input {
    width: 100%;
  }
}

.block-awards {
  padding: 9rem 0 8.9375rem;
  background-color: #F0F0F0;
}

@media (max-width: 767px) {
  .block-awards {
    padding: 4.5rem 0 3.0625rem;
  }
}

.block-awards__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .block-awards__logos {
    padding: 1.4375rem 0.875rem;
  }
}

.block-awards__logo {
  margin: 2.3125rem 5rem 1.25rem;
}

@media (max-width: 1199px) {
  .block-awards__logo {
    margin: 2.3125rem 2.5rem 1.25rem;
  }
}

@media (max-width: 991px) {
  .block-awards__logo {
    margin: 1.25rem 1.875rem;
  }
}

@media (max-width: 767px) {
  .block-awards__logo {
    margin: 0 0 2rem;
    text-align: center;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

.block-side-heading-content {
  padding: 10rem 0 10.0625rem;
  color: #ffffff;
  background-color: #141414;
}

@media (max-width: 991px) {
  .block-side-heading-content {
    padding: 5rem 0 5rem;
  }
}

.block-side-heading-content h1,
.block-side-heading-content h2,
.block-side-heading-content h3,
.block-side-heading-content h4,
.block-side-heading-content h5,
.block-side-heading-content h6,
.block-side-heading-content p {
  color: inherit;
}

.block-icon-columns {
  margin: 10.0625rem 0 7.25rem;
}

@media (max-width: 991px) {
  .block-icon-columns {
    margin: 5.0625rem 0 2.1875rem;
  }
}

.block-icon-columns__item {
  margin-bottom: 2.75rem;
}

.block-icon-columns__item img {
  margin-bottom: 1.6875rem;
}

@media (max-width: 991px) {
  .block-icon-columns__item img {
    margin-bottom: 1.1875rem;
  }
}

.block-icon-columns__item p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #737373;
}

@media (max-width: 991px) {
  .block-icon-columns__item p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #0A0A0A;
  }
}

.block-descriptive-slides {
  margin: 7.25rem 0 9.625rem;
}

@media (max-width: 767px) {
  .block-descriptive-slides {
    margin: 2.1875rem 0 5.0625rem;
  }
}

.block-descriptive-slides h2.hide-mobile {
  padding-top: 0.9375rem;
}

@media (max-width: 991px) {
  .block-descriptive-slides h2.hide-mobile {
    display: none;
  }
}

.block-descriptive-slides h2.show-mobile {
  display: none;
}

@media (max-width: 991px) {
  .block-descriptive-slides h2.show-mobile {
    display: block;
  }
}

.block-descriptive-slides p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .block-descriptive-slides p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.block-descriptive-slides figure {
  text-align: center;
}

@media (max-width: 991px) {
  .block-descriptive-slides figure {
    width: 55%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .block-descriptive-slides .change-order {
    order: -1;
  }
}

.block-descriptive-slides__controlers {
  padding-top: 2.5rem;
}

.block-descriptive-slides__content {
  position: relative;
}

@media (max-width: 991px) {
  .block-descriptive-slides__content {
    margin-top: 2.375rem;
  }
}

.block-descriptive-slides__content-item figure {
  padding-top: 5.625rem;
}

@media (max-width: 991px) {
  .block-descriptive-slides__content-item figure {
    padding: 5.625rem 0.6875rem 0;
  }
}

@media (max-width: 767px) {
  .block-descriptive-slides__content-item figure {
    padding-top: 90px;
  }
}

@media (max-width: 700px) {
  .block-descriptive-slides__content-item figure {
    padding-top: 14vw;
  }
}

.block-descriptive-slides__controler-item {
  padding-left: 1rem;
  margin-bottom: 4rem;
  border-left: 0.125rem solid transparent;
  cursor: pointer;
  opacity: .5;
  transition: opacity 0.2s linear, border-color 0.2s linear;
}

@media (max-width: 991px) {
  .block-descriptive-slides__controler-item {
    margin-bottom: 0;
    padding-left: 1.125rem;
    padding-right: 0.625rem;
  }
}

.block-descriptive-slides__controler-item.is-active {
  border-color: #0047BA;
  opacity: 1;
}

.block-descriptive-slides__frame {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  top: 0;
  left: 0;
  text-align: center;
}

[data-tab-content] {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
}

[data-tab-content]:not(.is-active) {
  pointer-events: none;
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  [data-tab] {
    pointer-events: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in-out;
  }
  [data-tab]:not(.is-active) {
    pointer-events: none;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
  }
}

.tab-arrow {
  display: none;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 991px) {
  .tab-arrow {
    display: block;
  }
}

.tab-arrow svg {
  width: 0.8125rem;
  height: 1.3125rem;
  position: relative;
  top: 47%;
}

.tab-arrow-right {
  right: 0;
}

.tab-arrow-right svg {
  float: right;
  transform: rotate(180deg);
}

.block-specifications-table {
  margin: 9.625rem 0 4.5625rem;
}

@media (max-width: 767px) {
  .block-specifications-table {
    margin: 5.0625rem 0 3.0625rem;
  }
}

@media (max-width: 767px) {
  .block-specifications-table .col-12:first-of-type {
    margin-bottom: 0.875rem;
  }
}

.block-specifications-table__item {
  padding-bottom: 0.875rem;
  margin-bottom: 1.625rem;
  border-bottom: 0.0625rem solid #E1E1E1;
}

@media (max-width: 767px) {
  .block-specifications-table__item {
    margin-bottom: 1.4375rem;
  }
}

.block-specifications-table__item-title {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #737373;
}

@media (max-width: 767px) {
  .block-specifications-table__item-title {
    margin-bottom: 0.125rem;
  }
}

.block-side-heading-accordion {
  margin: 10rem 0 10rem;
}

@media (max-width: 767px) {
  .block-side-heading-accordion {
    margin: 4.875rem 0 3.0625rem;
  }
}

.block-side-heading-accordion .c-btn, .block-side-heading-accordion .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .block-side-heading-accordion input {
  margin-top: 1.1875rem;
}

@media (max-width: 991px) {
  .block-side-heading-accordion .c-btn, .block-side-heading-accordion .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .block-side-heading-accordion input {
    margin-top: 1.5rem;
  }
}

@media (max-width: 991px) {
  .block-side-heading-accordion .c-btn.hide-mobile, .block-side-heading-accordion .hbspt-form .hs-submit .actions input.hide-mobile, .hbspt-form .hs-submit .actions .block-side-heading-accordion input.hide-mobile {
    display: none;
  }
}

.block-side-heading-accordion .c-btn.show-mobile, .block-side-heading-accordion .hbspt-form .hs-submit .actions input.show-mobile, .hbspt-form .hs-submit .actions .block-side-heading-accordion input.show-mobile {
  display: none;
}

@media (max-width: 991px) {
  .block-side-heading-accordion .c-btn.show-mobile, .block-side-heading-accordion .hbspt-form .hs-submit .actions input.show-mobile, .hbspt-form .hs-submit .actions .block-side-heading-accordion input.show-mobile {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .block-side-heading-accordion .col-12:first-of-type {
    margin-bottom: 0.9375rem;
  }
}

.block-image-link-cards {
  padding: 9rem 0 6.875rem;
  background-color: #F0F0F0;
}

@media (max-width: 991px) {
  .block-image-link-cards {
    padding: 4.6875rem 0 2.0625rem;
  }
}

.block-image-link-cards__card {
  margin-bottom: 2.9375rem;
  position: relative;
}

.block-image-link-cards__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.block-image-link-cards .c-btn-tertiary {
  z-index: 1;
  position: relative;
}

.block-image-link-cards .row {
  padding-top: 2.5rem;
}

@media (max-width: 767px) {
  .block-image-link-cards .row {
    padding-top: 0.875rem;
  }
}

.block-image-link-cards figure {
  margin-bottom: 1.5625rem;
}

@media (max-width: 767px) {
  .block-image-link-cards figure {
    margin-bottom: 1rem;
  }
}

.block-image-link-cards figure img {
  width: 100%;
}

.block-image-link-cards p {
  margin: 1rem 0 1.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .block-image-link-cards p {
    margin: 0.625rem 0 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.block-small-icon-cards {
  margin: 10.0625rem 0 9.75rem;
}

@media (max-width: 767px) {
  .block-small-icon-cards {
    margin: 5.0625rem 0 4.9375rem;
  }
}

.block-small-icon-cards__card {
  padding: 1.5rem 1.25rem 3.0625rem;
  margin-bottom: 2rem;
  background-color: #F7F7F7;
}

@media (max-width: 767px) {
  .block-small-icon-cards__card {
    padding: 1.875rem 1.3125rem 2.4375rem 1.3125rem;
    margin-bottom: 0.5rem;
  }
}

.block-small-icon-cards p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .block-small-icon-cards p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.block-small-icon-cards h4 {
  margin: 1.4375rem 0 1rem;
}

@media (max-width: 767px) {
  .block-small-icon-cards h4 {
    margin: 1.0625rem 0 0.5625rem;
  }
}

.block-small-icon-cards .row {
  padding-top: 2.125rem;
}

@media (max-width: 767px) {
  .block-small-icon-cards .row {
    padding-top: 1.4375rem;
  }
}

.block-small-icon-cards .c-btn, .block-small-icon-cards .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .block-small-icon-cards input {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 1.4375rem;
}

@media (max-width: 767px) {
  .block-small-icon-cards .c-btn, .block-small-icon-cards .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .block-small-icon-cards input {
    margin-top: 2.0625rem;
  }
}

.block-single-testimonial {
  padding: 13.4375rem 0 13.125rem;
}

@media (max-width: 991px) {
  .block-single-testimonial {
    padding: 7.5rem 0;
  }
}

/* Main Footer */
.main-footer {
  padding: 4.25rem 0 2.375rem;
  background-color: #0A0A0A;
}

@media (max-width: 767px) {
  .main-footer {
    padding: 4.6875rem 0 2.375rem;
  }
}

.main-footer p,
.main-footer a {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #ffffff;
}

.main-footer a {
  text-decoration: none;
}

.main-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.main-footer .overline {
  color: #B2B2B2;
}

.main-footer .menu {
  padding: 0.4375rem 0 0;
  margin: 0;
}

@media (max-width: 767px) {
  .main-footer .menu {
    padding: 0.6875rem 0 0;
    margin-bottom: 2.9375rem;
  }
}

.main-footer .menu li {
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .main-footer .menu li {
    margin-bottom: 1rem;
  }
}

.main-footer .menu a {
  font-size: 0.875rem;
  font-weight: 600;
}

.main-footer__bottom {
  padding-top: 7.0625rem;
}

@media (max-width: 991px) {
  .main-footer__bottom {
    padding-top: 7.3125rem;
  }
}

.main-footer__bottom p {
  margin-bottom: 0.5625rem;
}

.main-footer__bottom a:not([class]) {
  margin: 0 0.4375rem;
}

@media (max-width: 767px) {
  .main-footer__bottom a:not([class]) {
    display: inline-block;
    margin: 0.5rem 0.6875rem 0 0;
  }
  .main-footer__bottom a:not([class]):first-of-type::before {
    content: '';
    pointer-events: none;
    display: block;
  }
}

.social-links__wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .social-links__wrapper {
    justify-content: flex-start;
    margin-bottom: 1.9375rem;
  }
}

.social-links__link {
  margin: 0 0.5625rem;
}

.social-links__link:last-of-type {
  margin-right: 0.1875rem;
}

@media (max-width: 991px) {
  .social-links__link:last-of-type {
    margin: 0 0.5625rem;
  }
}

@media (max-width: 991px) {
  .social-links__link:first-of-type {
    margin-left: 0.1875rem;
  }
}

.document-control-header {
  padding: 0.9375rem 0;
  background-color: #0047BA;
}

.document-control-header p {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #ffffff;
}

.block-post-cta {
  margin: 4.5625rem 0 5.0625rem;
}

@media (max-width: 991px) {
  .block-post-cta {
    margin: 3.0625rem 0 3.5rem;
  }
}

.block-post-cta .block-cta__inner {
  padding: 4.9375rem 0 6.5625rem;
}

@media (max-width: 991px) {
  .block-post-cta .block-cta__inner {
    padding: 4.4375rem 0 5rem;
  }
}

.block-post-slider {
  margin: 4.5625rem 0 5.0625rem;
}

@media (max-width: 991px) {
  .block-post-slider {
    margin: 3.0625rem 0 5.1875rem;
  }
}

.block-post-slider .slick-arrow {
  top: 50%;
}

.block-post-slider .slick-arrow.slick-prev {
  left: 2rem;
}

@media (max-width: 991px) {
  .block-post-slider .slick-arrow.slick-prev {
    left: 0.6875rem;
  }
}

.block-post-slider .slick-arrow.slick-next {
  right: 2rem;
}

@media (max-width: 991px) {
  .block-post-slider .slick-arrow.slick-next {
    right: 0.6875rem;
  }
}

.content {
  margin-bottom: 5.375rem;
}

.content section:first-of-type {
  margin-top: 0;
}

.aside-wrapper {
  height: 100%;
}

.post-tags {
  margin-top: 3rem;
}

.post-tags__title {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1rem;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .post-tags__title {
    margin-bottom: 0.6875rem;
  }
}

.post-tags .post-tag {
  display: inline-block;
  margin-right: 0.6875rem;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
}

.post-tags .post-tag a {
  font-weight: 500;
  color: #737373 !important;
  text-decoration: none;
}

.newsletter-post {
  padding-top: 2.5rem;
  position: sticky;
  position: -webkit-sticky;
  top: 64px;
}

@media (max-width: 991px) {
  .newsletter-post {
    position: static;
  }
}

.newsletter-post p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 991px) {
  .newsletter-post h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

.block-related-posts {
  padding: 9rem 0 7.25rem;
  background-color: #F0F0F0;
}

@media (max-width: 991px) {
  .block-related-posts {
    padding-top: 4.5625rem;
    padding-bottom: 5rem;
  }
}

.block-related-posts__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.375rem;
}

@media (max-width: 991px) {
  .block-related-posts__heading {
    margin-bottom: 1.875rem;
  }
}

.block-related-posts__heading h2 {
  margin: 0;
}

@media (max-width: 991px) {
  .block-related-posts .hide-mobile {
    display: none;
  }
}

.block-related-posts .show-mobile {
  display: none;
}

@media (max-width: 991px) {
  .block-related-posts .show-mobile {
    display: block;
  }
}

.single-post-card {
  position: relative;
  margin-bottom: 3rem;
}

.single-post-card:hover img {
  transform: scale(1.03);
}

.single-post-card:hover figure::after {
  opacity: 1;
}

.single-post-card a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.single-post-card__img-wrapper {
  position: relative;
  padding-top: 100%;
}

.single-post-card figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.single-post-card figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.single-post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  will-change: transform;
  transition: transform 0.4s ease-in-out;
}

.single-post-card .post-cat {
  margin-top: 1.6875rem;
  margin-bottom: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (max-width: 991px) {
  .single-post-card .post-cat {
    margin-top: 1.1875rem;
    margin-bottom: 0.4375rem;
  }
}

.eight29-filter {
  max-width: unset !important;
}

.eight29-filter .accordion-select .block-simple-filter-inline-list {
  margin-bottom: 4.5625rem;
  background-color: #141414;
}

@media (max-width: 991px) {
  .eight29-filter .accordion-select .block-simple-filter-inline-list {
    margin-bottom: 0.5625rem;
  }
}

.eight29-filter .accordion-select .block-simple-filter-inline-list__list {
  padding-top: 0.75rem;
  padding-bottom: 0.4375rem;
  list-style: none;
}

@media (max-width: 991px) {
  .eight29-filter .accordion-select .block-simple-filter-inline-list__list {
    padding-top: 1.0625rem;
  }
}

.eight29-filter .accordion-select .block-simple-filter-inline-list__list li {
  display: inline-block;
  margin-right: 2.5625rem;
}

@media (max-width: 991px) {
  .eight29-filter .accordion-select .block-simple-filter-inline-list__list li {
    margin-right: 1.375rem;
  }
}

.eight29-filter .accordion-select .block-simple-filter-inline-list__list button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent !important;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.eight29-filter .accordion-select .block-simple-filter-inline-list__list button.active {
  position: relative;
}

.eight29-filter .accordion-select .block-simple-filter-inline-list__list button.active::after {
  content: '';
  width: 100%;
  height: 0.125rem;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  background-color: #ffffff;
}

.post-default figure, .eight29-post figure {
  min-height: 16.9375rem;
  margin-bottom: 0.0625rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

@media (max-width: 991px) {
  .post-default figure, .eight29-post figure {
    min-height: 11.4375rem;
    margin-bottom: -0.125rem;
  }
}

.post-default figure img, .eight29-post figure img {
  height: inherit;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1);
  will-change: transform;
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.post-default figure::after, .eight29-post figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.post-default:hover img, .eight29-post:hover img {
  transform: scale(1.03);
}

.post-default:hover figure::after, .eight29-post:hover figure::after {
  opacity: 1;
}

.post-default .post-default, .post-default .eight29-post-categories, .eight29-post .post-default, .eight29-post .eight29-post-categories {
  margin-bottom: 0.4375rem;
}

@media (max-width: 991px) {
  .post-default .post-default, .post-default .eight29-post-categories, .eight29-post .post-default, .eight29-post .eight29-post-categories {
    margin-bottom: 0.1875rem;
  }
}

.post-default .post-default a, .post-default .eight29-post-categories a, .eight29-post .post-default a, .eight29-post .eight29-post-categories a {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  color: #0A0A0A;
  text-decoration: none;
}

@media (max-width: 991px) {
  .post-default .post-default a, .post-default .eight29-post-categories a, .eight29-post .post-default a, .eight29-post .eight29-post-categories a {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1rem;
  }
}

.post-default h3, .eight29-post h3 {
  margin-bottom: 1.375rem;
}

@media (max-width: 991px) {
  .post-default h3, .eight29-post h3 {
    margin-bottom: 0.8125rem;
  }
}

.post-default h3 a, .eight29-post h3 a {
  font-size: inherit;
  color: #0A0A0A !important;
  text-decoration: none;
}

.post-default .post-default time, .post-default .eight29-post-detail time, .eight29-post .post-default time, .eight29-post .eight29-post-detail time {
  font-size: 0.875rem;
  line-height: 1em;
  color: #737373;
}

.post-default.post-default, .eight29-post.post-default {
  margin-bottom: 7.75rem;
  flex-direction: column;
}

@media (max-width: 991px) {
  .post-default.post-default, .eight29-post.post-default {
    margin-bottom: 3.3125rem;
  }
}

.post-default.post-default .eight29-post-body, .eight29-post.post-default .eight29-post-body {
  flex-direction: column;
}

.post-default .eight29-featured-image, .eight29-post .eight29-featured-image {
  position: relative;
  padding-top: 100%;
}

.eight29-posts {
  grid-row-gap: 7.625rem;
}

@media (max-width: 991px) {
  .eight29-posts {
    grid-row-gap: 3.3125rem;
  }
}

.content {
  margin-bottom: 6.0625rem;
}

@media (max-width: 991px) {
  .content {
    margin-bottom: 1.25rem;
  }
}

.posts-wrapper {
  padding-bottom: 2.4375rem;
}

@media (max-width: 991px) {
  .posts-wrapper {
    padding-bottom: 2rem;
  }
}

.archive-newsletter-post {
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  padding: 1.75rem;
}

@media (max-width: 991px) {
  .archive-newsletter-post {
    grid-column: unset;
    grid-row: 6;
    padding: 3.1875rem 1.1875rem;
  }
}

@media (max-width: 767px) {
  .archive-newsletter-post {
    margin: 0 -1.25rem;
  }
}

.archive-newsletter-post__description {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}

.archive-newsletter-post__form {
  margin-top: 1.5rem;
}

.archive-newsletter-post__wrapper {
  opacity: 0;
  width: 100%;
}

.archive-newsletter-post__wrapper &gt; *:empty {
  display: none;
}

.archive-newsletter-post.visible .archive-newsletter-post__wrapper {
  opacity: 1;
  transition: opacity ease-in-out 500ms;
  transition-delay: 1000ms;
}

.bio-modal {
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, white 0%, white 64%, #f0f0f0 64%);
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.2s linear;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 991px) {
  .bio-modal {
    padding: 7.5625rem 0 0;
    background: #ffffff;
  }
}

.bio-modal::-webkit-scrollbar {
  display: none;
}

.bio-modal.active {
  pointer-events: auto;
  opacity: 1;
}

.bio-modal__heading {
  margin-bottom: 2.0625rem;
}

@media (max-width: 991px) {
  .bio-modal__heading {
    margin-bottom: 1.5rem;
  }
}

.bio-modal__close {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  z-index: 999;
  top: 2%;
  right: 1.25rem;
  transform: rotate(45deg);
  border-radius: 50%;
  background: #E1E1E1;
  cursor: pointer;
}

@media (max-width: 991px) {
  .bio-modal__close {
    top: 1.25rem;
    right: 1.25rem;
  }
}

.bio-modal__close:after, .bio-modal__close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0A0A0A;
  transition: background .2s linear;
}

.bio-modal__close:after {
  width: 0.125rem;
  height: 1.125rem;
}

.bio-modal__close:before {
  width: 1.125rem;
  height: 0.125rem;
}

.bio-modal__title {
  margin-bottom: 0.4375rem;
}

.bio-modal__school, .bio-modal__description {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}

.bio-modal__description {
  color: #737373;
}

@media (max-width: 991px) {
  .bio-modal__edu-wrapper {
    padding-top: 4.25rem;
    padding-bottom: 2.9375rem;
    margin-top: 5rem;
    position: relative;
    background-color: #F0F0F0;
  }
  .bio-modal__edu-wrapper::after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #F0F0F0;
    z-index: -1;
  }
}

.bio-modal__edu {
  display: block;
  margin-bottom: 0.9375rem;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.1125rem;
}

@media (max-width: 991px) {
  .bio-modal__edu {
    margin-bottom: 1.3125rem;
  }
}

.bio-modal__edu-item {
  margin-bottom: 2rem;
}

.block-advisors {
  padding-top: 10rem;
  padding-bottom: 5.0625rem;
  background-color: #F0F0F0;
}

@media (max-width: 991px) {
  .block-advisors {
    padding-top: 5rem;
    padding-bottom: 0.3125rem;
  }
}

.block-advisors__wrapper {
  margin-top: 3.0625rem;
}

.block-advisors__item {
  margin-top: 1.9375rem;
  margin-bottom: 3.25rem;
}

@media (max-width: 991px) {
  .block-advisors__item {
    margin-top: 0;
  }
}

.block-advisors__block {
  padding-top: 1.375rem;
  padding-bottom: 1.625rem;
  border-top: 0.125rem solid #0A0A0A;
}

.block-advisors__block + .block-advisors__block {
  margin-top: 4.5625rem;
}

@media (max-width: 991px) {
  .block-advisors__block + .block-advisors__block {
    margin-top: 0;
  }
}

.block-advisors__name {
  display: block;
  margin-bottom: 0.0625rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .block-advisors__name {
    margin-bottom: 0;
  }
}

.block-advisors__role {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #737373;
}

@media (max-width: 991px) {
  .block-advisors__role {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.leadership-single-card {
  margin-bottom: 3rem;
}

.leadership-single-card__role {
  display: block;
  margin-bottom: 0.6875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #737373;
}

@media (max-width: 991px) {
  .leadership-single-card__role {
    margin-bottom: 0.9375rem;
  }
}

.leadership-single-card__img {
  cursor: pointer;
}

.leadership-single-card figure {
  margin-bottom: 2rem;
}

.leadership-single-card figure img {
  width: 100%;
}

@media (max-width: 991px) {
  .leadership-single-card h4 {
    margin-bottom: 0.0625rem;
  }
}

.trigger-bio {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #0047BA;
  transition: color 0.2s linear;
}

.trigger-bio:hover {
  color: #0039AA;
}

.trigger-bio span {
  padding-left: 0.625rem;
}

.cta-card--leadership {
  color: #ffffff;
  background-color: #141414;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 991px) {
  .cta-card--leadership {
    height: unset !important;
  }
}

.cta-card--leadership h4 {
  color: #ffffff;
}

.cta-card--leadership p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.cta-card--leadership .c-btn, .cta-card--leadership .hbspt-form .hs-submit .actions input, .hbspt-form .hs-submit .actions .cta-card--leadership input {
  width: 100%;
}

.cta-card--leadership-wrapper {
  padding: 2.5rem;
}

@media (max-width: 991px) {
  .cta-card--leadership-wrapper {
    padding: 3.625rem 1.3125rem 4.4375rem;
  }
}

.content-leadership {
  padding-top: 10rem;
  padding-bottom: 0.75rem;
}

@media (max-width: 991px) {
  .content-leadership {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.contact-main-content {
  padding-top: 7.625rem;
  padding-bottom: 4.9375rem;
}

@media (max-width: 991px) {
  .contact-main-content {
    padding-top: 4.875rem;
  }
}

.contact-main-content .row .col-12:first-of-type {
  padding-top: 2.25rem;
  padding-bottom: 5.5rem;
}

@media (max-width: 991px) {
  .contact-main-content .row .col-12:first-of-type {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.contact-sidebar a:not([class]) {
  color: #0A0A0A;
  text-decoration: none;
}

.contact-sidebar a:not([class]):hover {
  color: #0A0A0A;
}

.contact-sidebar p + h5 {
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .contact-sidebar p + h5 {
    margin-top: 1.25rem;
  }
}

.contact-sidebar .c-btn-wrapper {
  margin-top: 0.8125rem;
}

@media (max-width: 991px) {
  .contact-sidebar .c-btn-wrapper {
    margin-top: 0;
  }
}
</pre></body></html>