/* Theme base styles */
@font-face {
    font-family: 'ga-iconset';
    src: url('https://6118154.fs1.hubspotusercontent-na1.net/hubfs/6118154/GA%20Website/Fonts/ga-iconset.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Generic */

*, *:before, *:after {
  box-sizing: border-box;
}
* {
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 box-sizing: border-box;
}
 img {
	 max-width: 100%;
}
 .toolbar-spacing {
	 padding-top: 120px;
}
 @media only screen and (min-width: 768px) {
	 .toolbar-spacing {
		 padding-top: 120px;
		 padding-bottom: 200px;
	}
}
 @media only screen and (min-width: 1020px) {
	 .toolbar-spacing {
		 padding-top: 200px;
		 padding-bottom: 200px;
	}
}
 section {
	 padding: 26.6666666667px 0;
}
 @media only screen and (min-width: 768px) {
	 section {
		 padding: 40px 0;
	}
}
 @media only screen and (min-width: 1020px) {
	 section {
		 padding: 80px 0;
	}
}
 @media only screen and (min-width: 0) {
	 .section--pad-bot-xs-min {
		 padding-bottom: 20px;
	}
	 .section--pad-bot-xs-min + section {
		 padding-top: 20px;
	}
	 .section--pad-top-xs-min {
		 padding-top: 20px;
	}
	 .section--pad-15vh-xs-min {
		 padding: 15vh 0;
	}
}
 @media only screen and (min-width: 576px) {
	 .section--pad-bot-sm-min {
		 padding-bottom: 20px;
	}
	 .section--pad-bot-sm-min + section {
		 padding-top: 20px;
	}
	 .section--pad-top-sm-min {
		 padding-top: 20px;
	}
	 .section--pad-15vh-sm-min {
		 padding: 15vh 0;
	}
}
 @media only screen and (min-width: 768px) {
	 .section--pad-bot-md-min {
		 padding-bottom: 20px;
	}
	 .section--pad-bot-md-min + section {
		 padding-top: 20px;
	}
	 .section--pad-top-md-min {
		 padding-top: 20px;
	}
	 .section--pad-15vh-md-min {
		 padding: 15vh 0;
	}
}
 @media only screen and (min-width: 1020px) {
	 .section--pad-bot-lg-min {
		 padding-bottom: 20px;
	}
	 .section--pad-bot-lg-min + section {
		 padding-top: 20px;
	}
	 .section--pad-top-lg-min {
		 padding-top: 20px;
	}
	 .section--pad-15vh-lg-min {
		 padding: 15vh 0;
	}
}
 @media only screen and (min-width: 1260px) {
	 .section--pad-bot-ipl-min {
		 padding-bottom: 20px;
	}
	 .section--pad-bot-ipl-min + section {
		 padding-top: 20px;
	}
	 .section--pad-top-ipl-min {
		 padding-top: 20px;
	}
	 .section--pad-15vh-ipl-min {
		 padding: 15vh 0;
	}
}
 @media only screen and (min-width: 1660px) {
	 .section--pad-bot-xl-min {
		 padding-bottom: 20px;
	}
	 .section--pad-bot-xl-min + section {
		 padding-top: 20px;
	}
	 .section--pad-top-xl-min {
		 padding-top: 20px;
	}
	 .section--pad-15vh-xl-min {
		 padding: 15vh 0;
	}
}
 .section--pad-top-none {
	 padding-top: 0;
}
 a {
	 cursor: pointer;
	 text-decoration: none;
}
 p {
	 margin: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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
   ========================================================================== */

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

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

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

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

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

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

/**
 * 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"], /* 1 */
[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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/* Objects */

/* Responsive grid */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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


 @media only screen and (max-width: 767px) {
  .column__header {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .column__header + .column__paragraph {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .column__header + .column__paragraph .paragraph {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .column__header > .heading:last-child [class^="heading__"],
  .column__header > .heading:last-child [class*=" heading__"] {
    margin-bottom: 0.2em;
  }
}

@media only screen and (min-width: 768px) {
  .column__header--hassubheading + .column__paragraph .paragraph {
    padding-top: 50px;
  }
}
.container {
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 100%;
	 padding: 0 25px;
}
 @media only screen and (min-width: 0) {
	 .container {
		 width: 100%;
	}
}
 @media only screen and (min-width: 576px) {
	 .container {
		 width: 540px;
	}
}
 @media only screen and (min-width: 768px) {
	 .container {
		 width: 720px;
	}
}
 @media only screen and (min-width: 1020px) {
	 .container {
		 width: 960px;
	}
}
 @media only screen and (min-width: 1260px) {
	 .container {
		 width: 1200px;
	}
}
 @media only screen and (min-width: 1660px) {
	 .container {
		 width: 1600px;
	}
}
 @media only screen and (max-width: 767px) {
	 .container--fluid-mob {
		 width: 100%;
	}
}
 .row {
	 margin: 0;
	 display: flex;
	 flex-wrap: wrap;
}
 @media only screen and (max-width: 767px) {
	 .row {
		 width: 100%;
		 display: -webkit-flex;
		 -webkit-flex-wrap: wrap;
	}
}
 @media only screen and (min-width: 768px) {
	 .row {
		 margin-right: -25px;
		 margin-left: -25px;
	}
}
 .row--j-sb {
	 justify-content: space-between;
}
 .row--j-sa {
	 justify-content: space-around;
}
 .row--j-fs {
	 justify-content: flex-start;
}
 .row--j-fe {
	 justify-content: flex-end;
}
 .row--j-c {
	 justify-content: center;
}
 .row--a-c {
	 align-items: center;
}
 .row--align-items--center {
	 align-items: center;
}
 .row--wrap {
	 flex-wrap: wrap;
	 -webkit-flex-wrap: wrap;
}
 @media only screen and (min-width: 0) {
	 .row--xs-wrap {
		 flex-wrap: nowrap;
	}
}
 @media only screen and (min-width: 576px) {
	 .row--sm-wrap {
		 flex-wrap: nowrap;
	}
}
 @media only screen and (min-width: 768px) {
	 .row--md-wrap {
		 flex-wrap: nowrap;
		 -webkit-flex-wrap: nowrap;
	}
}
 @media only screen and (min-width: 768px) {
	 .row--md-wrap--lg {
		 flex-wrap: wrap;
		 -webkit-flex-wrap: wrap;
	}
}
 @media only screen and (min-width: 1020px) {
	 .row--md-wrap--lg {
		 flex-wrap: nowrap;
		 -webkit-flex-wrap: nowrap;
	}
}
 @media only screen and (min-width: 1020px) {
	 .row--lg-wrap {
		 flex-wrap: nowrap;
	}
}
 .row:before, .row:after {
	 display: table;
	 content: " ";
}
 .row:after {
	 clear: both;
}
 .flex--d-c {
	 flex-direction: column;
}
 .flex--j-sb {
	 display: flex;
	 justify-content: space-between;
}
 .flex--j-sa {
	 display: flex;
	 justify-content: space-around;
}
 .flex--j-fs {
	 display: flex;
	 justify-content: flex-start;
}
 .flex--j-fe {
	 display: flex;
	 justify-content: flex-end;
}
 .flex--j-c {
	 display: flex;
	 justify-content: center;
}
 .flex--a-c {
	 display: flex;
	 align-items: center;
}
 .flex--align-items--center {
	 display: flex;
	 align-items: center;
}
 .flex--wrap {
	 display: flex;
	 flex-wrap: wrap;
	 -webkit-flex-wrap: wrap;
}
 @media only screen and (min-width: 0) {
	 .flex--xs-wrap {
		 display: flex;
		 flex-wrap: nowrap;
	}
}
 @media only screen and (min-width: 576px) {
	 .flex--sm-wrap {
		 display: flex;
		 flex-wrap: nowrap;
	}
}
 @media only screen and (min-width: 768px) {
	 .flex--md-wrap {
		 display: flex;
		 flex-wrap: nowrap;
		 -webkit-flex-wrap: nowrap;
	}
}
 @media only screen and (min-width: 768px) {
	 .flex--md-wrap--lg {
		 display: flex;
		 flex-wrap: wrap;
		 -webkit-flex-wrap: wrap;
	}
}
 @media only screen and (min-width: 1020px) {
	 .flex--md-wrap--lg {
		 display: flex;
		 flex-wrap: nowrap;
		 -webkit-flex-wrap: nowrap;
	}
}
 @media only screen and (min-width: 1020px) {
	 .flex--lg-wrap {
		 display: flex;
		 flex-wrap: nowrap;
	}
}
 @media only screen and (max-width: 767px) {
	 .mob--list--nopad ul {
		 padding-top: 0;
		 padding-bottom: 0;
	}
}
 [class^="col-"], [class*=" col-"] {
	 position: relative;
	 min-height: 1px;
	 width: 100%;
	 padding: 25px 0;
	 flex-grow: 1;
}
 @media only screen and (min-width: 768px) {
	 [class^="col-"], [class*=" col-"] {
		 padding: 25px 12.5px;
	}
}
 @media only screen and (min-width: 1020px) {
	 [class^="col-"], [class*=" col-"] {
		 padding: 25px 25px;
	}
}
 .col--strict {
	 flex-grow: 0;
}
 @media only screen and (min-width: 0) {
	 .col-xs-1 {
		 width: 7.3333333333%;
	}
	 .col-xs-inset-1 {
		 padding-left: 3.1666666667%;
	}
	 .col-xs-offset-1 {
		 padding-right: 3.1666666667%;
	}
	 .col-xs-2 {
		 width: 15.6666666667%;
	}
	 .col-xs-inset-2 {
		 padding-left: 7.3333333333%;
	}
	 .col-xs-offset-2 {
		 padding-right: 7.3333333333%;
	}
	 .col-xs-3 {
		 width: 24%;
	}
	 .col-xs-inset-3 {
		 padding-left: 11.5%;
	}
	 .col-xs-offset-3 {
		 padding-right: 11.5%;
	}
	 .col-xs-4 {
		 width: 32.3333333333%;
	}
	 .col-xs-inset-4 {
		 padding-left: 15.6666666667%;
	}
	 .col-xs-offset-4 {
		 padding-right: 15.6666666667%;
	}
	 .col-xs-5 {
		 width: 40.6666666667%;
	}
	 .col-xs-inset-5 {
		 padding-left: 19.8333333333%;
	}
	 .col-xs-offset-5 {
		 padding-right: 19.8333333333%;
	}
	 .col-xs-6 {
		 width: 49%;
	}
	 .col-xs-inset-6 {
		 padding-left: 24%;
	}
	 .col-xs-offset-6 {
		 padding-right: 24%;
	}
	 .col-xs-7 {
		 width: 57.3333333333%;
	}
	 .col-xs-inset-7 {
		 padding-left: 28.1666666667%;
	}
	 .col-xs-offset-7 {
		 padding-right: 28.1666666667%;
	}
	 .col-xs-8 {
		 width: 65.6666666667%;
	}
	 .col-xs-inset-8 {
		 padding-left: 32.3333333333%;
	}
	 .col-xs-offset-8 {
		 padding-right: 32.3333333333%;
	}
	 .col-xs-9 {
		 width: 74%;
	}
	 .col-xs-inset-9 {
		 padding-left: 36.5%;
	}
	 .col-xs-offset-9 {
		 padding-right: 36.5%;
	}
	 .col-xs-10 {
		 width: 82.3333333333%;
	}
	 .col-xs-inset-10 {
		 padding-left: 40.6666666667%;
	}
	 .col-xs-offset-10 {
		 padding-right: 40.6666666667%;
	}
	 .col-xs-11 {
		 width: 90.6666666667%;
	}
	 .col-xs-inset-11 {
		 padding-left: 44.8333333333%;
	}
	 .col-xs-offset-11 {
		 padding-right: 44.8333333333%;
	}
	 .col-xs-12 {
		 width: 99%;
	}
	 .col-xs-inset-12 {
		 padding-left: 49%;
	}
	 .col-xs-offset-12 {
		 padding-right: 49%;
	}
}
 @media only screen and (min-width: 576px) {
	 .col-sm-1 {
		 width: 7.3333333333%;
	}
	 .col-sm-inset-1 {
		 padding-left: 3.1666666667%;
	}
	 .col-sm-offset-1 {
		 padding-right: 3.1666666667%;
	}
	 .col-sm-2 {
		 width: 15.6666666667%;
	}
	 .col-sm-inset-2 {
		 padding-left: 7.3333333333%;
	}
	 .col-sm-offset-2 {
		 padding-right: 7.3333333333%;
	}
	 .col-sm-3 {
		 width: 24%;
	}
	 .col-sm-inset-3 {
		 padding-left: 11.5%;
	}
	 .col-sm-offset-3 {
		 padding-right: 11.5%;
	}
	 .col-sm-4 {
		 width: 32.3333333333%;
	}
	 .col-sm-inset-4 {
		 padding-left: 15.6666666667%;
	}
	 .col-sm-offset-4 {
		 padding-right: 15.6666666667%;
	}
	 .col-sm-5 {
		 width: 40.6666666667%;
	}
	 .col-sm-inset-5 {
		 padding-left: 19.8333333333%;
	}
	 .col-sm-offset-5 {
		 padding-right: 19.8333333333%;
	}
	 .col-sm-6 {
		 width: 49%;
	}
	 .col-sm-inset-6 {
		 padding-left: 24%;
	}
	 .col-sm-offset-6 {
		 padding-right: 24%;
	}
	 .col-sm-7 {
		 width: 57.3333333333%;
	}
	 .col-sm-inset-7 {
		 padding-left: 28.1666666667%;
	}
	 .col-sm-offset-7 {
		 padding-right: 28.1666666667%;
	}
	 .col-sm-8 {
		 width: 65.6666666667%;
	}
	 .col-sm-inset-8 {
		 padding-left: 32.3333333333%;
	}
	 .col-sm-offset-8 {
		 padding-right: 32.3333333333%;
	}
	 .col-sm-9 {
		 width: 74%;
	}
	 .col-sm-inset-9 {
		 padding-left: 36.5%;
	}
	 .col-sm-offset-9 {
		 padding-right: 36.5%;
	}
	 .col-sm-10 {
		 width: 82.3333333333%;
	}
	 .col-sm-inset-10 {
		 padding-left: 40.6666666667%;
	}
	 .col-sm-offset-10 {
		 padding-right: 40.6666666667%;
	}
	 .col-sm-11 {
		 width: 90.6666666667%;
	}
	 .col-sm-inset-11 {
		 padding-left: 44.8333333333%;
	}
	 .col-sm-offset-11 {
		 padding-right: 44.8333333333%;
	}
	 .col-sm-12 {
		 width: 99%;
	}
	 .col-sm-inset-12 {
		 padding-left: 49%;
	}
	 .col-sm-offset-12 {
		 padding-right: 49%;
	}
}
 @media only screen and (min-width: 768px) {
	 .col-md-1 {
		 width: 7.3333333333%;
	}
	 .col-md-inset-1 {
		 padding-left: 3.1666666667%;
	}
	 .col-md-offset-1 {
		 padding-right: 3.1666666667%;
	}
	 .col-md-2 {
		 width: 15.6666666667%;
	}
	 .col-md-inset-2 {
		 padding-left: 7.3333333333%;
	}
	 .col-md-offset-2 {
		 padding-right: 7.3333333333%;
	}
	 .col-md-3 {
		 width: 24%;
	}
	 .col-md-inset-3 {
		 padding-left: 11.5%;
	}
	 .col-md-offset-3 {
		 padding-right: 11.5%;
	}
	 .col-md-4 {
		 width: 32.3333333333%;
	}
	 .col-md-inset-4 {
		 padding-left: 15.6666666667%;
	}
	 .col-md-offset-4 {
		 padding-right: 15.6666666667%;
	}
	 .col-md-5 {
		 width: 40.6666666667%;
	}
	 .col-md-inset-5 {
		 padding-left: 19.8333333333%;
	}
	 .col-md-offset-5 {
		 padding-right: 19.8333333333%;
	}
	 .col-md-6 {
		 width: 49%;
	}
	 .col-md-inset-6 {
		 padding-left: 24%;
	}
	 .col-md-offset-6 {
		 padding-right: 24%;
	}
	 .col-md-7 {
		 width: 57.3333333333%;
	}
	 .col-md-inset-7 {
		 padding-left: 28.1666666667%;
	}
	 .col-md-offset-7 {
		 padding-right: 28.1666666667%;
	}
	 .col-md-8 {
		 width: 65.6666666667%;
	}
	 .col-md-inset-8 {
		 padding-left: 32.3333333333%;
	}
	 .col-md-offset-8 {
		 padding-right: 32.3333333333%;
	}
	 .col-md-9 {
		 width: 74%;
	}
	 .col-md-inset-9 {
		 padding-left: 36.5%;
	}
	 .col-md-offset-9 {
		 padding-right: 36.5%;
	}
	 .col-md-10 {
		 width: 82.3333333333%;
	}
	 .col-md-inset-10 {
		 padding-left: 40.6666666667%;
	}
	 .col-md-offset-10 {
		 padding-right: 40.6666666667%;
	}
	 .col-md-11 {
		 width: 90.6666666667%;
	}
	 .col-md-inset-11 {
		 padding-left: 44.8333333333%;
	}
	 .col-md-offset-11 {
		 padding-right: 44.8333333333%;
	}
	 .col-md-12 {
		 width: 99%;
	}
	 .col-md-inset-12 {
		 padding-left: 49%;
	}
	 .col-md-offset-12 {
		 padding-right: 49%;
	}
}
 @media only screen and (min-width: 1020px) {
	 .col-lg-1 {
		 width: 7.3333333333%;
	}
	 .col-lg-inset-1 {
		 padding-left: 3.1666666667%;
	}
	 .col-lg-offset-1 {
		 padding-right: 3.1666666667%;
	}
	 .col-lg-2 {
		 width: 15.6666666667%;
	}
	 .col-lg-inset-2 {
		 padding-left: 7.3333333333%;
	}
	 .col-lg-offset-2 {
		 padding-right: 7.3333333333%;
	}
	 .col-lg-3 {
		 width: 24%;
	}
	 .col-lg-inset-3 {
		 padding-left: 11.5%;
	}
	 .col-lg-offset-3 {
		 padding-right: 11.5%;
	}
	 .col-lg-4 {
		 width: 32.3333333333%;
	}
	 .col-lg-inset-4 {
		 padding-left: 15.6666666667%;
	}
	 .col-lg-offset-4 {
		 padding-right: 15.6666666667%;
	}
	 .col-lg-5 {
		 width: 40.6666666667%;
	}
	 .col-lg-inset-5 {
		 padding-left: 19.8333333333%;
	}
	 .col-lg-offset-5 {
		 padding-right: 19.8333333333%;
	}
	 .col-lg-6 {
		 width: 49%;
	}
	 .col-lg-inset-6 {
		 padding-left: 24%;
	}
	 .col-lg-offset-6 {
		 padding-right: 24%;
	}
	 .col-lg-7 {
		 width: 57.3333333333%;
	}
	 .col-lg-inset-7 {
		 padding-left: 28.1666666667%;
	}
	 .col-lg-offset-7 {
		 padding-right: 28.1666666667%;
	}
	 .col-lg-8 {
		 width: 65.6666666667%;
	}
	 .col-lg-inset-8 {
		 padding-left: 32.3333333333%;
	}
	 .col-lg-offset-8 {
		 padding-right: 32.3333333333%;
	}
	 .col-lg-9 {
		 width: 74%;
	}
	 .col-lg-inset-9 {
		 padding-left: 36.5%;
	}
	 .col-lg-offset-9 {
		 padding-right: 36.5%;
	}
	 .col-lg-10 {
		 width: 82.3333333333%;
	}
	 .col-lg-inset-10 {
		 padding-left: 40.6666666667%;
	}
	 .col-lg-offset-10 {
		 padding-right: 40.6666666667%;
	}
	 .col-lg-11 {
		 width: 90.6666666667%;
	}
	 .col-lg-inset-11 {
		 padding-left: 44.8333333333%;
	}
	 .col-lg-offset-11 {
		 padding-right: 44.8333333333%;
	}
	 .col-lg-12 {
		 width: 99%;
	}
	 .col-lg-inset-12 {
		 padding-left: 49%;
	}
	 .col-lg-offset-12 {
		 padding-right: 49%;
	}
}
 @media only screen and (min-width: 1260px) {
	 .col-ipl-1 {
		 width: 7.3333333333%;
	}
	 .col-ipl-inset-1 {
		 padding-left: 3.1666666667%;
	}
	 .col-ipl-offset-1 {
		 padding-right: 3.1666666667%;
	}
	 .col-ipl-2 {
		 width: 15.6666666667%;
	}
	 .col-ipl-inset-2 {
		 padding-left: 7.3333333333%;
	}
	 .col-ipl-offset-2 {
		 padding-right: 7.3333333333%;
	}
	 .col-ipl-3 {
		 width: 24%;
	}
	 .col-ipl-inset-3 {
		 padding-left: 11.5%;
	}
	 .col-ipl-offset-3 {
		 padding-right: 11.5%;
	}
	 .col-ipl-4 {
		 width: 32.3333333333%;
	}
	 .col-ipl-inset-4 {
		 padding-left: 15.6666666667%;
	}
	 .col-ipl-offset-4 {
		 padding-right: 15.6666666667%;
	}
	 .col-ipl-5 {
		 width: 40.6666666667%;
	}
	 .col-ipl-inset-5 {
		 padding-left: 19.8333333333%;
	}
	 .col-ipl-offset-5 {
		 padding-right: 19.8333333333%;
	}
	 .col-ipl-6 {
		 width: 49%;
	}
	 .col-ipl-inset-6 {
		 padding-left: 24%;
	}
	 .col-ipl-offset-6 {
		 padding-right: 24%;
	}
	 .col-ipl-7 {
		 width: 57.3333333333%;
	}
	 .col-ipl-inset-7 {
		 padding-left: 28.1666666667%;
	}
	 .col-ipl-offset-7 {
		 padding-right: 28.1666666667%;
	}
	 .col-ipl-8 {
		 width: 65.6666666667%;
	}
	 .col-ipl-inset-8 {
		 padding-left: 32.3333333333%;
	}
	 .col-ipl-offset-8 {
		 padding-right: 32.3333333333%;
	}
	 .col-ipl-9 {
		 width: 74%;
	}
	 .col-ipl-inset-9 {
		 padding-left: 36.5%;
	}
	 .col-ipl-offset-9 {
		 padding-right: 36.5%;
	}
	 .col-ipl-10 {
		 width: 82.3333333333%;
	}
	 .col-ipl-inset-10 {
		 padding-left: 40.6666666667%;
	}
	 .col-ipl-offset-10 {
		 padding-right: 40.6666666667%;
	}
	 .col-ipl-11 {
		 width: 90.6666666667%;
	}
	 .col-ipl-inset-11 {
		 padding-left: 44.8333333333%;
	}
	 .col-ipl-offset-11 {
		 padding-right: 44.8333333333%;
	}
	 .col-ipl-12 {
		 width: 99%;
	}
	 .col-ipl-inset-12 {
		 padding-left: 49%;
	}
	 .col-ipl-offset-12 {
		 padding-right: 49%;
	}
}
 @media only screen and (min-width: 1660px) {
	 .col-xl-1 {
		 width: 7.3333333333%;
	}
	 .col-xl-inset-1 {
		 padding-left: 3.1666666667%;
	}
	 .col-xl-offset-1 {
		 padding-right: 3.1666666667%;
	}
	 .col-xl-2 {
		 width: 15.6666666667%;
	}
	 .col-xl-inset-2 {
		 padding-left: 7.3333333333%;
	}
	 .col-xl-offset-2 {
		 padding-right: 7.3333333333%;
	}
	 .col-xl-3 {
		 width: 24%;
	}
	 .col-xl-inset-3 {
		 padding-left: 11.5%;
	}
	 .col-xl-offset-3 {
		 padding-right: 11.5%;
	}
	 .col-xl-4 {
		 width: 32.3333333333%;
	}
	 .col-xl-inset-4 {
		 padding-left: 15.6666666667%;
	}
	 .col-xl-offset-4 {
		 padding-right: 15.6666666667%;
	}
	 .col-xl-5 {
		 width: 40.6666666667%;
	}
	 .col-xl-inset-5 {
		 padding-left: 19.8333333333%;
	}
	 .col-xl-offset-5 {
		 padding-right: 19.8333333333%;
	}
	 .col-xl-6 {
		 width: 49%;
	}
	 .col-xl-inset-6 {
		 padding-left: 24%;
	}
	 .col-xl-offset-6 {
		 padding-right: 24%;
	}
	 .col-xl-7 {
		 width: 57.3333333333%;
	}
	 .col-xl-inset-7 {
		 padding-left: 28.1666666667%;
	}
	 .col-xl-offset-7 {
		 padding-right: 28.1666666667%;
	}
	 .col-xl-8 {
		 width: 65.6666666667%;
	}
	 .col-xl-inset-8 {
		 padding-left: 32.3333333333%;
	}
	 .col-xl-offset-8 {
		 padding-right: 32.3333333333%;
	}
	 .col-xl-9 {
		 width: 74%;
	}
	 .col-xl-inset-9 {
		 padding-left: 36.5%;
	}
	 .col-xl-offset-9 {
		 padding-right: 36.5%;
	}
	 .col-xl-10 {
		 width: 82.3333333333%;
	}
	 .col-xl-inset-10 {
		 padding-left: 40.6666666667%;
	}
	 .col-xl-offset-10 {
		 padding-right: 40.6666666667%;
	}
	 .col-xl-11 {
		 width: 90.6666666667%;
	}
	 .col-xl-inset-11 {
		 padding-left: 44.8333333333%;
	}
	 .col-xl-offset-11 {
		 padding-right: 44.8333333333%;
	}
	 .col-xl-12 {
		 width: 99%;
	}
	 .col-xl-inset-12 {
		 padding-left: 49%;
	}
	 .col-xl-offset-12 {
		 padding-right: 49%;
	}
}
 @media only screen and (max-width: -1px) {
	 .hide-xs-max {
		 display: none;
	}
}
 @media only screen and (min-width: 0) {
	 .hide-xs-min {
		 display: none;
	}
}
 @media only screen and (max-width: 575px) {
	 .hide-sm-max {
		 display: none;
	}
}
 @media only screen and (min-width: 576px) {
	 .hide-sm-min {
		 display: none;
	}
}
 @media only screen and (max-width: 767px) {
	 .hide-md-max {
		 display: none;
	}
}
 @media only screen and (min-width: 768px) {
	 .hide-md-min {
		 display: none;
	}
}
 @media only screen and (max-width: 1019px) {
	 .hide-lg-max {
		 display: none;
	}
}
 @media only screen and (min-width: 1020px) {
	 .hide-lg-min {
		 display: none;
	}
}
 @media only screen and (max-width: 1259px) {
	 .hide-ipl-max {
		 display: none;
	}
}
 @media only screen and (min-width: 1260px) {
	 .hide-ipl-min {
		 display: none;
	}
}
 @media only screen and (max-width: 1659px) {
	 .hide-xl-max {
		 display: none;
	}
}
 @media only screen and (min-width: 1660px) {
	 .hide-xl-min {
		 display: none;
	}
}
 @media only screen and (min-width: 768px) {
	 .column-pad-reduced .row [class^="col-"], .column-pad-reduced .row [class*=" col-"] {
		 padding-left: 20px;
		 padding-right: 20px;
	}
}
html body {
	 transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
 html.dom-loaded body {
	 opacity: 1;
}
 body {
	 overflow: scroll;
	 -webkit-overflow-scrolling: touch;
}
 body.menu-open, body.filters-open, body.lock {
	 overflow: hidden;
}
 body.menu-open #main, body.filters-open #main, body.lock #main, body.menu-open .content-wrap, body.filters-open .content-wrap, body.lock .content-wrap {
	 overflow: hidden;
}
 .body-wrap__overlay {
	 pointer-events: none;
	 z-index: 1;
	 position: fixed;
	 z-index: 999;
	 height: 100vh;
	 width: 100vw;
	 background: c(black);
	 top: 0;
	 left: 0;
	 opacity: 0;
	 transform-origin: left;
	 transform: scaleX(1);
	 transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
	 will-change: transform;
}
 @media only screen and (max-width: 767px) {
	 .body-wrap__overlay {
		 z-index: 1001;
	}
}
 .filters-open .body-wrap__overlay {
	 transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
	 pointer-events: auto;
	 opacity: 0.8;
}
 .menu-open .site-wrap, .lity-active .site-wrap {
	 transition: 450ms ease 375ms;
	 filter: blur(10px);
}
 .filters-open .site-wrap {
	 transition: 450ms ease 375ms;
	 filter: blur(10px);
}
 .is-virtual-scroll #main {
	 position: fixed;
	 top: 0;
	 right: 0;
	 left: 0;
	 width: 100%;
	 height: auto;
	 margin: auto;
	 will-change: transform;
}
 .is-virtual-scroll {
	 overflow: hidden;
}
 .is-native-scroll.y-scroll {
	 overflow-y: scroll;
	 overflow-x: hidden;
}
 .is-native-scroll.x-scroll {
	 overflow-y: hidden;
	 overflow-x: scroll;
}
 .vs-section {
	 position: fixed;
	 top: 0;
	 right: 0;
	 left: 0;
	 width: 100%;
	 height: auto;
	 margin: auto;
	 text-align: center;
	 will-change: transform;
}
 .vs-scrollbar {
	 display: block;
	 position: absolute;
	 transition: transform 0.6s;
}
 .vs-scrollbar.vs-vertical {
	 top: 0;
	 right: -5px;
	 bottom: 0;
	 width: 15px;
	 height: 100%;
	 transform: translate3d(5px, 0, 0);
}
 .vs-scrollbar.vs-horizontal {
	 bottom: -5px;
	 left: 0;
	 right: 0;
	 width: 100%;
	 height: 15px;
	 transform: translate3d(0, 5px, 0);
}
 .is-dragging .vs-scrollbar.vs-horizontal, .is-dragging .vs-scrollbar.vs-vertical, .vs-scrollbar.vs-horizontal:hover, .vs-scrollbar.vs-vertical:hover {
	 transform: none;
}
 .vs-scrollbar .vs-scrolldrag {
	 width: 100%;
	 height: auto;
	 background: #ccc;
	 cursor: pointer;
}
 .vs-scroll-view {
	 position: relative;
	 width: 1px;
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

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

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

/* Elements */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
subheading:html {
  font-size: 16px;
}
h1, h2, h3, h4, .subheading--h1, h5, .subheading--h2, h6, .subheading--h3 {
  font-family: 'ModernMTStd-Wide', sans-serif;
  line-height: 1em;
  font-weight: 300;
  margin: 0.2em 0 0.8em;
}
.page-id-55 h1, .page-id-55 h2, .page-id-55 h3, .page-id-55 h4, .page-id-55 .subheading--h1, .page-id-55 h5, .page-id-55 .subheading--h2, .page-id-55 h6, .page-id-55 .subheading--h3 {
  font-family: simsun;
}
h1 strong, h2 strong, h3 strong, h4 strong, .subheading--h1 strong, h5 strong, .subheading--h2 strong, h6 strong, .subheading--h3 strong {
  font-family: 'ModernMTStd-Wide', sans-serif;
}
.page-id-55 h1 strong, .page-id-55 h2 strong, .page-id-55 h3 strong, .page-id-55 h4 strong, .page-id-55 .subheading--h1 strong, .page-id-55 h5 strong, .page-id-55 .subheading--h2 strong, .page-id-55 h6 strong, .page-id-55 .subheading--h3 strong {
  font-family: simsun;
}
p, a, li, button {
  font-family: 'Larsseit', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}

.quote__heavy {
  font-size: 56px;
  line-height: 80px;
  font-weight: 300;
  margin: 16px 0 64px;
  font-family: 'ModernMTStd-Wide', sans-serif;
}

.quote blockquote {
    margin: 0;
    line-height: 1em;
}

@media only screen and (min-width: 1260px) {
  p, a, li, button {
    font-size: 16px;
    line-height: 28px;
  }
  .quote__heavy {
    font-size: 80px;
  }
}
p strong, a strong, li strong, button strong {
  font-family: 'Larsseit', sans-serif;
  font-weight: 700;
}
a {
  color: inherit;
}
a, button {
  cursor: pointer;
}
h1 {
  font-size: 56px;
}
@media only screen and (min-width: 1260px) {
  h1 {
    font-size: 80px;
  }
}
h2 {
  font-size: 48px;
}
@media only screen and (min-width: 1260px) {
  h2 {
    font-size: 64px;
  }
}
h3 {
  font-size: 32px;
}
@media only screen and (min-width: 1260px) {
  h3 {
    font-size: 40px;
  }
}
h4, .subheading--h1 {
  font-size: 22px;
}
@media only screen and (min-width: 1260px) {
  h4, .subheading--h1 {
    font-size: 28px;
  }
}
h5, .subheading--h2 {
  font-size: 18px;
}
@media only screen and (min-width: 1260px) {
  h5, .subheading--h2 {
    font-size: 24px;
  }
}
h6, .subheading--h3 {
  font-size: 16px;
}
.heading__b {
  position: relative;
}
.heading__b:before {
  background-color: #000;
  position: relative;
  left: 0;
  display: inline-block;
  content: '';
  height: 1px;
  width: 40px;
  bottom: 24px;
}
@media only screen and (min-width: 1260px) {
  .heading__b:before {
    width: 76px;
  }
}
.theme--light .heading__b:before {
  background-color: #000;
}
.heading__c {
  padding: 0 0 0 56px;
  margin-bottom: 0.2em;
  position: relative;
}
@media only screen and (min-width: 1260px) {
  .heading__c {
    padding: 0 0 0 132px;
  }
}
.theme--light .heading__c:before {
  background-color: #000;
}
.heading__d {
  position: relative;
}
.heading__d:before {
  background-color: #000;
  position: relative;
  left: 0;
  display: inline-block;
  content: '';
  height: 1px;
  width: 40px;
  bottom: 0.75rem;
}
@media only screen and (min-width: 1260px) {
  .heading__d:before {
    width: 76px;
  }
}
.theme--light .heading__d:before {
  background-color: #000;
}
.heading--capitalize {
  text-transform: capitalize;
}
.heading.hasAnim > * {
  transform: translate3d(0, 50px, 0);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  opacity: 0;
}
.heading.hasAnim > *:nth-child(0) {
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
}
.heading.hasAnim > *:nth-child(1) {
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms;
}
.heading.hasAnim > *:nth-child(2) {
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms;
}
.heading.hasAnim > *:nth-child(3) {
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms;
}
.heading.hasAnim > *:nth-child(4) {
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms;
}
.heading.hasAnim.inview > * {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
.subheading {
  position: relative;
  font-family: 'Larsseit', sans-serif;
  font-weight: 300;
}
.subheading:before {
  background-color: #000;
  position: absolute;
  left: 0;
  content: '';
  height: 1px;
  width: 40px;
}
@media only screen and (min-width: 1260px) {
  .subheading:before {
    width: 76px;
  }
}
.subheading--h1 {
  padding: 0 0 0 56px;
}
@media only screen and (min-width: 1260px) {
  .subheading--h1 {
    padding: 0 0 0 102px;
  }
}
.subheading--h1:before {
  top: 11px;
}
@media only screen and (min-width: 1260px) {
  .subheading--h1:before {
    top: 14px;
  }
}
.subheading--h2:before {
  display: none;
}
.subheading--h3 {
  padding: 0 0 0 56px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1260px) {
  .subheading--h3 {
    padding: 0 0 0 132px;
  }
}
.subheading--h3:before {
  top: 0.75em;
}
.subheading--inset {
  left: -8px;
}
@media only screen and (min-width: 1260px) {
  .subheading--inset {
    left: -24px;
  }
}
.theme--light .subheading:before {
  background-color: #000;
}
.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--justify {
  text-align: justify;
}
.text--vertical {
  writing-mode: tb-rl;
}
@media only screen and (max-width: 767px) {
  .text--center--mob {
    text-align: center;
  }
}
.section--people .heading__d:before {
  display: none;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ga-iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-share:before {
  content: "\e90b";
}
.icon-search-icon:before {
  content: "\e90a";
}
.icon-accordin-minus:before {
  content: "\e908";
}
.icon-accordin-plus:before {
  content: "\e909";
}
.icon-tick:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e905";
}
.icon-link-arrow-right:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-checked:before {
  content: "\e834";
}
.icon-unchecked:before {
  content: "\e835";
}
.icon-down:before {
  content: "\e313";
}
.icon-left:before {
  content: "\e314";
}
.icon-right:before {
  content: "\e315";
}
.icon-up:before {
  content: "\e316";
}
.icon-priority_high:before {
  content: "\e645";
}
.icon-sentiment_dissatisfied:before {
  content: "\e811";
}
.icon-sentiment_neutral:before {
  content: "\e812";
}
.icon-sentiment_satisfied:before {
  content: "\e813";
}
.icon-unfold_more:before {
  content: "\e5d7";
}
/********************** ** 1. Boring **********************/
/********************** ** 2. Fun **********************/
/********************** ** 3. Animation **********************/
 .btn {
	 display: inline-block;
	 border: 0;
	 line-height: 1;
	 text-decoration: none;
	 background-color: transparent;
	 color: inherit;
	 font-size: 18px;
	 font-family: 'Larsseit', sans-serif;
   font-weight:300;
	 padding: 12px 24px;
	 text-transform: uppercase;
	 position: relative;
	 transform: translate3d(0, 0, 0);
	 transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
 .btn--box {
	 border: 0;
	 border-radius: 0;
	 background: #000;
	 color: #fff;
	 font-size: 16px;
	 padding: 28px 32px;
	 min-width: 220px;
}
 .btn--box:hover, .btn--box:focus {
	 transform: translate3d(0, -3px, 0);
   background: #000;
	 color: #fff;
}
 .btn--double {
	 margin-right: 24px;
}
 .btn--text {
	 background-color: transparent;
	 color: inherit;
	 font-size: 18px;
	 font-family: 'Larsseit', sans-serif;
   font-weight:500;
	 padding-left: 0;
	 padding-right: 24px;
	 text-transform: uppercase;
	 position: relative;
	 transform: translate3d(0, 0, 0);
	 transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
 .btn--text span {
	 width: 16px;
	 height: 16px;
}
 .btn--text span[class^="icon-"], .btn--text span [class*=" icon-"] {
	 position: absolute;
	 display: block;
	 right: 0;
	 top: 50%;
	 transform: translate3d(0, -50%, 0);
	 margin-top: -1px;
	 font-size: 16px;
	 transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
 .btn--text:hover span[class^="icon-"], .btn--text:focus span[class^="icon-"], .btn--text:hover span [class*=" icon-"], .btn--text:focus span [class*=" icon-"] {
	 transform: translate3d(8px, -50%, 0);
}
 .btn--text--bottom span[class^="icon-"], .btn--text--bottom span [class*=" icon-"] {
	 right: auto;
	 left: 50%;
	 bottom: -15px;
	 top: auto;
	 transform: translate3d(-50%, 0, 0) rotate(90deg);
}
 .btn--text--bottom:hover span[class^="icon-"], .btn--text--bottom:focus span[class^="icon-"], .btn--text--bottom:hover span [class*=" icon-"], .btn--text--bottom:focus span [class*=" icon-"] {
	 transform: translate3d(-50%, -5px, 0) rotate(90deg);
}
 .btn--text--left {
	 padding-left: 24px;
}
 .btn--text--left span[class^="icon-"], .btn--text--left span [class*=" icon-"] {
	 right: auto;
	 left: 0;
}
 .btn--text--left:hover span[class^="icon-"], .btn--text--left:focus span[class^="icon-"], .btn--text--left:hover span [class*=" icon-"], .btn--text--left:focus span [class*=" icon-"] {
	 transform: translate3d(4px, -50%, 0);
}
 .btn--text--even {
	 padding-left: 24px;
	 padding-right: 24px;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

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

.hsfc-Form,
.hsfc-FormWrapper  {
  --hsf-module__vertical-spacing: 0.35rem;
}

/* Form fields */

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

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-row__vertical-spacing: 1.4rem;
}

.form-columns-1 .hs-fieldtype-intl-phone,
form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

.hsfc-Form,
.hsfc-FormWrapper  {
  --hsf-global-error__color: #ef6b51;
  --hsf-field-label-requiredindicator__color: var(--hsf-global-error__color);
  --hsf-erroralert__color: var(--hsf-global-error__color);
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

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

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

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

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

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

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo:not(.hs-lp-header-logo) img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

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

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* If the default module language switcher is used, keep growth margins from messing it up */
.lang_switcher_class .lang_list_class li {
  margin: initial;
}

/* Utilities */

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

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

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