@charset "UTF-8";
@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-web-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/founders-grotesk-web-regular.eot?#iefix") format("embedded-opentype"), url("fonts/founders-grotesk-web-regular.woff2") format("woff2"), url("fonts/founders-grotesk-web-regular.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-web-medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/founders-grotesk-web-medium.eot?#iefix") format("embedded-opentype"), url("fonts/founders-grotesk-web-medium.woff2") format("woff2"), url("fonts/founders-grotesk-web-medium.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-web-semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/founders-grotesk-web-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/founders-grotesk-web-semibold.woff2") format("woff2"), url("fonts/founders-grotesk-web-semibold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

@font-face {
  font-family: 'BwGradual-Black';
  src: url("fonts/3B2B6F_0_0.eot");
  src: url("fonts/3B2B6F_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3B2B6F_0_0.woff2") format("woff2"), url("fonts/3B2B6F_0_0.woff") format("woff"), url("fonts/3B2B6F_0_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
UNITS
*********************/
/* 4.85%;   /* grid_1  */
/* 13.45%;  /* grid_2  */
/* 22.05%;  /* grid_3  */
/* 30.75%;  /* grid_4  */
/* 39.45%;  /* grid_5  */
/* 48%;     /* grid_6  */
/* 56.75%;  /* grid_7  */
/* 65.4%;  /* grid_8  */
/* 74.05%; /* grid_9  */
/* 82.7%;  /* grid_10 */
/* 91.35%;  /* grid_11 */
/* 100%;    /* grid_12 */
/* 8.333%; 	/* grid_1  */
/* 16.666%;	/* grid_2  */
/* 25%;    	/* grid_3  */
/* 33.333%;	/* grid_4  */
/* 41.666%;	/* grid_5  */
/* 50%;    	/* grid_6  */
/* 58.333%;	/* grid_7  */
/* 66.666%;	/* grid_8  */
/* 75%;    	/* grid_9  */
/* 83.333%;	/* grid_10 */
/* 91.666%;	/* grid_11 */
/* 100%;   	/* grid_12 */
/*********************
TOOLS
*********************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small {
  font-size: 75%; }

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

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
  clear: both; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000; }

.wp-pagenavi span.current {
  font-weight: bold; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #000000;
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */ }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

/* Navigation */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-lock {
  display: none; }

/* Pagination */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-lock {
  display: none; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 47px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  @media (min-width: 1136px) {
    .select2-container .select2-selection--single {
      height: 56px; } }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 1rem;
  padding-right: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #F0F2F1;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #F0F2F1;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease; }
  .availability_form .select2-container--default .select2-selection--single {
    border: 1px solid #F0F2F1; }

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #888;
  line-height: 47px; }
  @media (min-width: 1136px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 56px; } }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7'><polygon fill='%2342565A' points='8.8,0.1 10,1.3 5,6.3 0,1.3 1.2,0.1 5,4'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 7px;
  height: 7px;
  width: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
  position: absolute;
  top: 50%; }
  .gf_date_field .select2-container--default .select2-selection--single .select2-selection__arrow b,
  .gf_time_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    margin-left: -9px;
    margin-top: -9px; }
  .gf_date_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path fill='%2342565A' d='M14.2 3c.4 0 .8.2 1.1.4.3.3.5.7.5 1.1V15c0 .4-.2.8-.5 1-.3.3-.7.4-1.1.4H3.8c-.4 0-.8-.1-1.1-.4-.3-.3-.4-.6-.4-1V4.5c0-.4.1-.8.4-1.1.3-.3.6-.4 1.1-.4h.7V1.5H6V3h6V1.5h1.5V3h.7zm0 12V6.8H3.8V15h10.4zM6.8 8.3v1.5H5.2V8.3h1.6zm2.9 0v1.5H8.3V8.3h1.4zm3.1 0v1.5h-1.5V8.3h1.5z'/></svg>"); }
  .gf_time_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path fill='%2342565A' d='M5.2 2.5c1.2-.7 2.4-1 3.8-1s2.6.3 3.8 1c1.1.6 2 1.5 2.7 2.7.7 1.2 1 2.4 1 3.8s-.3 2.6-1 3.8c-.6 1.1-1.5 2-2.7 2.7-1.2.7-2.4 1-3.8 1s-2.6-.3-3.8-1c-1.1-.7-2-1.6-2.7-2.7-.7-1.2-1-2.4-1-3.8s.3-2.6 1-3.8c.7-1.1 1.6-2 2.7-2.7zM6 14.2c.9.5 1.9.8 3 .8s2.1-.3 3-.8c.9-.5 1.6-1.2 2.2-2.2.6-.9.8-1.9.8-3s-.3-2.1-.8-3c-.5-.9-1.2-1.6-2.2-2.2-.9-.5-1.9-.8-3-.8s-2.1.3-3 .8c-.9.5-1.7 1.3-2.2 2.2-.5.9-.8 1.9-.8 3s.3 2.1.8 3c.5.9 1.3 1.7 2.2 2.2zm3.4-9v3.9l3.4 2-.6 1-3.9-2.4V5.2h1.1z'/></svg>"); }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7'><polygon fill='%23D07457' points='8.8,0.1 10,1.3 5,6.3 0,1.3 1.2,0.1 5,4'/></svg>"); }
  .gf_date_field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path fill='%23D07457' d='M14.2 3c.4 0 .8.2 1.1.4.3.3.5.7.5 1.1V15c0 .4-.2.8-.5 1-.3.3-.7.4-1.1.4H3.8c-.4 0-.8-.1-1.1-.4-.3-.3-.4-.6-.4-1V4.5c0-.4.1-.8.4-1.1.3-.3.6-.4 1.1-.4h.7V1.5H6V3h6V1.5h1.5V3h.7zm0 12V6.8H3.8V15h10.4zM6.8 8.3v1.5H5.2V8.3h1.6zm2.9 0v1.5H8.3V8.3h1.4zm3.1 0v1.5h-1.5V8.3h1.5z'/></svg>"); }
  .gf_time_field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path fill='%23D07457' d='M5.2 2.5c1.2-.7 2.4-1 3.8-1s2.6.3 3.8 1c1.1.6 2 1.5 2.7 2.7.7 1.2 1 2.4 1 3.8s-.3 2.6-1 3.8c-.6 1.1-1.5 2-2.7 2.7-1.2.7-2.4 1-3.8 1s-2.6-.3-3.8-1c-1.1-.7-2-1.6-2.7-2.7-.7-1.2-1-2.4-1-3.8s.3-2.6 1-3.8c.7-1.1 1.6-2 2.7-2.7zM6 14.2c.9.5 1.9.8 3 .8s2.1-.3 3-.8c.9-.5 1.6-1.2 2.2-2.2.6-.9.8-1.9.8-3s-.3-2.1-.8-3c-.5-.9-1.2-1.6-2.2-2.2-.9-.5-1.9-.8-3-.8s-2.1.3-3 .8c-.9.5-1.7 1.3-2.2 2.2-.5.9-.8 1.9-.8 3s.3 2.1.8 3c.5.9 1.3 1.7 2.2 2.2zm3.4-9v3.9l3.4 2-.6 1-3.9-2.4V5.2h1.1z'/></svg>"); }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #c2c2c2; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #c2c2c2;
  color: #F0F2F1; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000000;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #000000; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 47px; }
  @media (min-width: 1136px) {
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
      height: 56px; } }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

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

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #000000; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #000000; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #c2c2c2;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #000000; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: #d7d7d7;
  border-radius: 4px;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: rgba(235, 235, 235, 0.7);
  border-radius: 4px;
  left: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 8px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0px;
  bottom: 0px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 8px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 0px;
  right: 0px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.no_overflow {
  overflow: hidden;
  position: relative; }

.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes exitTransition {
  0% {
    left: 0;
    right: auto;
    width: 100%; }
  100% {
    left: 0;
    right: auto;
    width: 0%; } }

@keyframes exitTransition {
  0% {
    left: 0;
    right: auto;
    width: 100%; }
  100% {
    left: 0;
    right: auto;
    width: 0%; } }

@-webkit-keyframes enterTransition {
  0% {
    left: auto;
    right: 0;
    width: 0%; }
  100% {
    left: auto;
    right: 0;
    width: 100%; } }

@keyframes enterTransition {
  0% {
    left: auto;
    right: 0;
    width: 0%; }
  100% {
    left: auto;
    right: 0;
    width: 100%; } }

@-webkit-keyframes arrowLink {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right; }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right; }
  50.1% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left; } }

@keyframes arrowLink {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right; }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right; }
  50.1% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left; } }

body:after {
  content: "";
  display: block;
  position: fixed;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: var(--color-light);
  background-image: url(../img/M_fast.gif);
  background-size: auto 62px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9999;
  -webkit-animation: exitTransition 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: exitTransition 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); }

body.onload:after {
  width: 100%;
  -webkit-animation: none;
          animation: none; }

body.page_transition:after {
  width: 100%;
  -webkit-animation: enterTransition 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
          animation: enterTransition 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); }

body.page_transition header.header,
body.page_transition header.header *,
body.page_transition #body-class,
body.page_transition #body-class * {
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
  -webkit-transition-delay: .5s !important;
          transition-delay: .5s !important; }

body.page_transition.is-entering header.header,
body.page_transition.is-entering header.header *,
body.page_transition.is-entering #body-class,
body.page_transition.is-entering #body-class * {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important; }

/**********************************************
PAGE SMOOTHSTATE.JS TRANSITIONS
**********************************************/
.m-scene {
  height: 100%; }
  .m-scene #body-class:not(.logged-in).in-progress #main section {
    opacity: 0 !important;
    -webkit-animation: none;
            animation: none; }
  .m-scene #body-class:not(.logged-in).in-progress footer.footer {
    opacity: 0 !important;
    -webkit-animation: none;
            animation: none; }
  .in-progress .m-scene.is-exiting #body-class:not(.logged-in) #main {
    opacity: 0;
    -webkit-animation: none;
            animation: none; }
  .m-scene.is-exiting #body-class:not(.logged-in) #main [data-speed],
  .m-scene.is-exiting #body-class:not(.logged-in) #main [data-lag],
  .m-scene.is-exiting #body-class:not(.logged-in) #main .organic_shape,
  .m-scene.is-exiting #body-class:not(.logged-in) #main .px-image,
  .m-scene.is-exiting #body-class:not(.logged-in) #main .px-textscroll {
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important; }
  .in-progress .m-scene.is-exiting #body-class:not(.logged-in) footer.footer {
    opacity: 0;
    -webkit-animation: none;
            animation: none; }

p, .p, form.contact_form .ginput_container input,
form.contact_form .ginput_container textarea,
form.contact_form .ginput_container select, .callout_block-link {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  line-height: 1.33;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin: 15px 0; }
  @media (min-width: 1136px) {
    p, .p, form.contact_form .ginput_container input,
    form.contact_form .ginput_container textarea,
    form.contact_form .ginput_container select, .callout_block-link {
      margin: 30px 0;
      font-size: 18px; } }
  @media (min-width: 1440px) {
    p, .p, form.contact_form .ginput_container input,
    form.contact_form .ginput_container textarea,
    form.contact_form .ginput_container select, .callout_block-link {
      font-size: 20px; } }
  body[data-background="light"] p, body[data-background="light"] .p, body[data-background="light"] form.contact_form .ginput_container input, form.contact_form .ginput_container body[data-background="light"] input,
  body[data-background="light"] form.contact_form .ginput_container textarea, form.contact_form .ginput_container body[data-background="light"] textarea,
  body[data-background="light"] form.contact_form .ginput_container select, form.contact_form .ginput_container body[data-background="light"] select, body[data-background="light"] .callout_block-link {
    color: var(--color-dark); }
  body[data-background="dark"] p, body[data-background="dark"] .p, body[data-background="dark"] form.contact_form .ginput_container input, form.contact_form .ginput_container body[data-background="dark"] input,
  body[data-background="dark"] form.contact_form .ginput_container textarea, form.contact_form .ginput_container body[data-background="dark"] textarea,
  body[data-background="dark"] form.contact_form .ginput_container select, form.contact_form .ginput_container body[data-background="dark"] select, body[data-background="dark"] .callout_block-link {
    color: var(--color-light); }
  p:first-child, .p:first-child, form.contact_form .ginput_container input:first-child,
  form.contact_form .ginput_container textarea:first-child,
  form.contact_form .ginput_container select:first-child, .callout_block-link:first-child {
    margin-top: 0; }
  p:last-child, .p:last-child, form.contact_form .ginput_container input:last-child,
  form.contact_form .ginput_container textarea:last-child,
  form.contact_form .ginput_container select:last-child, .callout_block-link:last-child {
    margin-bottom: 0; }
  p a, .p a, form.contact_form .ginput_container input a, form.contact_form .ginput_container textarea a, form.contact_form .ginput_container select a, .callout_block-link a {
    text-decoration: none; }

a, a:visited {
  outline: none !important; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ol, ul {
  margin: 15px 0;
  list-style-type: none; }
  ol.bullet-list, ul.bullet-list {
    list-style-type: disc;
    padding-left: 1em; }
  @media (min-width: 1280px) {
    ol, ul {
      margin: 30px 0; } }
  ol li, ul li {
    font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
    line-height: 1.33;
    font-weight: 500;
    font-size: 16px; }
    @media (min-width: 1136px) {
      ol li, ul li {
        font-size: 18px; } }
    @media (min-width: 1440px) {
      ol li, ul li {
        font-size: 20px; } }
  ol:first-child, ul:first-child {
    margin-top: 0; }
  ol:last-child, ul:last-child {
    margin-bottom: 0; }
  ol a, ul a {
    color: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .h6, h6 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: normal;
  line-height: 1; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .h6 a, h6 a {
    text-decoration: none; }
  body[data-background="light"] h1, body[data-background="light"] .h1, body[data-background="light"] h2, body[data-background="light"] .h2, body[data-background="light"] h3, body[data-background="light"] .h3, body[data-background="light"] h4, body[data-background="light"] .h4, body[data-background="light"] h5, body[data-background="light"] .h5, body[data-background="light"] .h6, body[data-background="light"] h6 {
    color: var(--color-dark); }
  body[data-background="dark"] h1, body[data-background="dark"] .h1, body[data-background="dark"] h2, body[data-background="dark"] .h2, body[data-background="dark"] h3, body[data-background="dark"] .h3, body[data-background="dark"] h4, body[data-background="dark"] .h4, body[data-background="dark"] h5, body[data-background="dark"] .h5, body[data-background="dark"] .h6, body[data-background="dark"] h6 {
    color: var(--color-light); }

[class*="_display"] {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif; }

.subtitle_display {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -1px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 768px) {
    .subtitle_display {
      font-size: 24px;
      line-height: 36px; } }
  @media (min-width: 1280px) {
    .subtitle_display {
      font-size: 36px;
      line-height: 48px; } }

.title_display, .process_steps-content_wrap:before {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 48px;
  line-height: 56px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 768px) {
    .title_display, .process_steps-content_wrap:before {
      font-size: 48px;
      line-height: 56px; } }
  @media (min-width: 1280px) {
    .title_display, .process_steps-content_wrap:before {
      font-size: 72px;
      line-height: 84px; } }

.headline_display {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 52px;
  line-height: 64px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 768px) {
    .headline_display {
      font-size: 72px;
      line-height: 84px; } }
  @media (min-width: 1280px) {
    .headline_display {
      font-size: 84px;
      line-height: 100px; } }

.xlarge_display, .gform_title {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 48px;
  line-height: 56px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 768px) {
    .xlarge_display, .gform_title {
      font-size: 72px;
      line-height: 84px; } }
  @media (min-width: 1280px) {
    .xlarge_display, .gform_title {
      font-size: 100px;
      line-height: 114px; } }

[class*="_sans"] {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif; }

.pill_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  background: var(--color-light);
  color: var(--color-dark);
  border-radius: 15px;
  padding: 0 20px; }
  @media (min-width: 896px) {
    .pill_wrap {
      height: 60px;
      border-radius: 30px; } }
  .pill_wrap * {
    position: relative;
    top: -.05em; }
    body[data-background="light"] .pill_wrap *,
    body[data-background="dark"] .pill_wrap * {
      color: var(--color-dark);
      line-height: 1; }

.caption_sans, .gform_description {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 1136px) {
    .caption_sans, .gform_description {
      font-size: 20px;
      line-height: 26px; } }
  @media (min-width: 1440px) {
    .caption_sans, .gform_description {
      font-size: 24px;
      line-height: 32px; } }

.subtitle_sans, .pagination-page > *, .gform_fields fieldset.gfield .gchoice label, .work_info-column_title,
.work_info-column li, .work_info-column p {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  line-height: 1.33;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 1136px) {
    .subtitle_sans, .pagination-page > *, .gform_fields fieldset.gfield .gchoice label, .work_info-column_title,
    .work_info-column li, .work_info-column p {
      font-size: 22px; } }
  @media (min-width: 1440px) {
    .subtitle_sans, .pagination-page > *, .gform_fields fieldset.gfield .gchoice label, .work_info-column_title,
    .work_info-column li, .work_info-column p {
      font-size: 28px; } }

.title_sans, input[type=text],
input[type=url],
input[type=email],
input[type=search],
input[type=tel],
input[type=number],
input[type=password],
textarea, form.contact_form .gform_fields .gfield .gfield_label, .gform_fields fieldset.gfield legend.gfield_label,
select, .mediatext_block-text p {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 1136px) {
    .title_sans, input[type=text],
    input[type=url],
    input[type=email],
    input[type=search],
    input[type=tel],
    input[type=number],
    input[type=password],
    textarea, form.contact_form .gform_fields .gfield .gfield_label, .gform_fields fieldset.gfield legend.gfield_label,
    select, .mediatext_block-text p {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 1440px) {
    .title_sans, input[type=text],
    input[type=url],
    input[type=email],
    input[type=search],
    input[type=tel],
    input[type=number],
    input[type=password],
    textarea, form.contact_form .gform_fields .gfield .gfield_label, .gform_fields fieldset.gfield legend.gfield_label,
    select, .mediatext_block-text p {
      font-size: 36px;
      line-height: 48px; } }

.headline_sans {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 1136px) {
    .headline_sans {
      font-size: 36px;
      line-height: 48px; } }
  @media (min-width: 1440px) {
    .headline_sans {
      font-size: 48px;
      line-height: 56px; } }

.display_sans {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 1136px) {
    .display_sans {
      font-size: 48px;
      line-height: 56px; } }
  @media (min-width: 1440px) {
    .display_sans {
      font-size: 56px;
      line-height: 61px; } }

[class*="_serif"] {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif; }

.headline_serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px; }
  @media (min-width: 1280px) {
    .headline_serif {
      font-size: 24px;
      line-height: 32px; } }

.display_serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px; }
  @media (min-width: 768px) {
    .display_serif {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 1280px) {
    .display_serif {
      font-size: 36px;
      line-height: 47px; } }

.caption_serif {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px; }

@media (min-width: 896px) {
  .two_column {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance; } }

blockquote {
  margin: 0;
  padding: 0; }

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

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

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

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.mdash, .footer-social_links ul li + li:before {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transform: scaleX(2);
          transform: scaleX(2);
  display: inline-block;
  margin: 0 .375em; }

.searchwp-highlight {
  font-weight: bold; }

.entry_content > *:first-child {
  margin-top: 0; }

.entry_content > *:last-child {
  margin-bottom: 0; }

.entry_content a, .entry_content a:visited {
  text-decoration: underline; }
  body[data-background="light"] .entry_content a, body[data-background="light"] .entry_content a:visited {
    color: var(--color-dark); }
  body[data-background="dark"] .entry_content a, body[data-background="dark"] .entry_content a:visited {
    color: var(--color-light); }

.entry_content a.arrow_link, .entry_content a.arrow_link:visited {
  text-decoration: none; }

.entry_content ul,
.entry_content ol {
  list-style-type: disc;
  padding: 0 0 0 2em; }
  .entry_content ul li,
  .entry_content ol li {
    margin: 0 0 20px; }
    .entry_content ul li:last-child,
    .entry_content ol li:last-child {
      margin: 0; }

.entry_content ol {
  list-style-type: decimal; }

.entry_content img {
  margin: 0 0 60px 0;
  height: auto; }

.entry_content pre {
  background: #ebebeb;
  border: 1px solid #c2c2c2;
  padding: 30px; }

.entry_content blockquote {
  margin: 0;
  padding: 0 120px;
  border-left: 15px solid #c2c2c2; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:focus {
  outline: none; }

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

.clearfix::after {
  clear: both; }

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  background: var(--color-light);
  color: var(--color-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1), color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1), color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  body.active_modal, body.noscroll {
    overflow: hidden; }

html,
body {
  height: 100%; }

@media (min-width: 768px) {
  #main-body {
    will-change: background, color, transform;
    overflow: hidden !important; } }

#body-class {
  -webkit-transition: background 1s cubic-bezier(0.25, 0.1, 0.25, 1), color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background 1s cubic-bezier(0.25, 0.1, 0.25, 1), color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 768px) {
    #body-class {
      will-change: background, color, transform; } }
  body[data-background="light"] #body-class {
    background: var(--bg-color, var(--color-light));
    color: var(--color-dark); }
  body[data-background="dark"] #body-class {
    background: var(--bg-color, var(--color-dark));
    color: var(--color-light); }

#main {
  z-index: 1;
  padding-bottom: 1px;
  -webkit-transition: background 1s cubic-bezier(0.25, 0.1, 0.25, 1), border-top-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background 1s cubic-bezier(0.25, 0.1, 0.25, 1), border-top-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding-top: 62px; }
  @media (min-width: 896px) {
    #main {
      padding-top: 86px; } }
  [data-background="light"] #main {
    background: var(--bg-color, var(--color-light)); }
  [data-background="dark"] #main {
    background: var(--bg-color, var(--color-dark)); }

.pin-spacer {
  pointer-events: none;
  z-index: 99 !important; }
  .pin-spacer > * {
    pointer-events: auto; }

[data-speed], [data-lag] {
  will-change: transform, opacity; }

img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%; }
  img[src=""], img[srcset=" 480w, 768w, 1000w, 1280w, 1920w"] {
    display: block;
    height: auto;
    padding-bottom: 100%;
    background-color: #959595;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 19" fill="rgba(255,255,255,.6)"><path d="M23.9 11.1c0-3.8-1-5.3-4-5.3-1.7 0-3.5 1.2-4.5 2.6-.4-1.8-2-2.6-3.7-2.6-2 0-3.5 1.2-4.6 2.8V5.9c-2.3 0-4.7.3-7.1.3v.6h1.4V18H0v.6h8.2V18h-.7v-7.9c0-1 .5-2.3 1.4-2.3.9 0 .8 1.1.8 2.4V18h-.8v.6h7.6V18h-.8v-7.7c0-1.2.5-2.5 1.3-2.5 1.1 0 .9 1.8.9 2.5V18h-.8v.6h8.3V18H24v-6.9zm104.7-4.3h.4v-.6h-6v.6h.6c1.2 0 1.6 1.3.7 2.1l-1.6 1.4-2.5-3.6h1.3v-.5h-9.9v.6h1.2l4.6 6.6c-1.7 1.7-3.4 3.8-5.8 4.6v.6h6.6V18h-.7c-.7 0-1.9-.4-1.9-1.2 0-.5.4-1 .9-1.5l1.3-1.3 2.8 4h-1.1v.6h9.4V18h-.9l-4.9-7 3.6-3.2c.7-.7 1.5-1 1.9-1zm-18 .5c-1.5-1.1-3.5-1.5-5.5-1.5s-4 .4-5.5 1.5c-1 .7-1.8 1.8-2.2 3-.6-2.4-2.3-4.5-5.1-4.5-1.6 0-2.7.7-3.7 1.9V0c-1.9.1-4.1.4-7.6.4V1h1.4v17h-1.6v-7.5c0-2.7-1.1-4.7-4.2-4.7-1.9 0-3.6 1-4.6 2.5V0c-2.6.1-5.1.4-7.7.4V1h1.4v12.4c-2 3.2-3.4 4.5-5.5 4.5-2.7 0-2.9-2.2-3-4.3-.3-6.6.7-7.1 2.9-7.1.3 0 1.6.2 1.6.7 0 .2-.3.3-.4.3-1.2.6-1.9 1.3-1.9 2.7 0 1.5 1.3 2.7 2.8 2.7 1.7 0 2.9-1.2 2.9-2.9 0-2.1-1.5-4.3-6.5-4.3-4 0-8.2 2.1-8.2 6.6 0 1.1.2 2.1.7 2.9-.3 1-.8 2-1.7 2-.8 0-.7-.8-.7-1.3V6.5h2.9v-.6h-2.9V1.3h-.5C46.6 4 44 5.9 40.8 5.9v.6h1.5v8.2c0 .6 0 1.1.1 1.5-.6.6-.8.9-1.3.9-.3 0-.4-.3-.4-.6v-7c0-2-1.1-2.7-2.8-3.1-1.5-.4-3.6-.6-4.9-.6-5.8 0-6.5 1.7-6.5 2.9 0 1.5 1.6 2.1 2.9 2.1 1.4 0 3.5-.3 3.5-2.1 0-1.2-1-1.5-1-1.8 0-.2.6-.3 1-.3 1.2 0 1.5.4 1.5 1.6v3.4h-1.3c-1 0-2.1.1-3.1.2-3.6.5-4.6 2.3-4.6 4 0 2.3 2.1 3.2 4.1 3.2 1.9 0 3.8-.4 5.1-1.8.7 1.5 1.8 1.8 3.3 1.8 1.4 0 3.2-.5 4.5-2 .4 1.5 1.4 2 3.7 2 2.7 0 4.6-.7 5.4-2.9 1.3 1.8 3.8 2.9 6.8 2.9 2.7 0 5.1-.8 7.4-4.2V18h-1.4v.6h8.6V18H72v-5.6c0-4.4 1.1-4.7 1.6-4.7 1.1 0 .9 1.8.9 2.6V18h-.9v.6h14.7v-2c.9 1.7 2 2.4 3.9 2.4 2.9 0 4.6-2 5.2-4.5.4 1.1 1.1 2.1 2 2.8 1.5 1.3 3.7 1.7 5.8 1.7 2.1 0 4.3-.4 5.8-1.7 1.5-1.3 2.3-3.1 2.3-5.1-.1-1.8-1.1-3.8-2.7-4.9zM33 17.4c-1 0-1-1.4-1-2.2 0-1.2-.2-3.1 1.4-3.1h.9v2.6c.1 1.1.2 2.7-1.3 2.7zm58-7.2v4.1c0 2.5-.3 3.1-1 3.1-.8 0-1.4-1.2-1.4-3.1v-4.1c0-1.8.6-2.8 1.5-2.8s.9 1.2.9 2.8zm14.1 8.2c-1.3 0-1.3-1-1.3-2v-8c0-.9.1-2 1.3-2s1.2 1.1 1.2 2v7.9c0 1.1.2 2.1-1.2 2.1z"/></svg>');
    background-size: auto 19px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px; }

.absolute-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0;
  top: 0;
  min-width: 100%;
  max-width: 1920px;
  overflow: hidden;
  min-height: 100%;
  max-height: none;
  display: block; }
  .absolute-image img {
    width: auto;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.bg_image {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

iframe.bg_video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.bg_image > img,
.bg_image > iframe,
.bg_image > video {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }
  .bg_image > img[src=""], .bg_image > img[srcset=" 480w, 768w, 1000w, 1280w, 1920w"],
  .bg_image > iframe[src=""],
  .bg_image > iframe[srcset=" 480w, 768w, 1000w, 1280w, 1920w"],
  .bg_image > video[src=""],
  .bg_image > video[srcset=" 480w, 768w, 1000w, 1280w, 1920w"] {
    padding-bottom: 0; }

.top-focus > img,
.top-focus > iframe,
.top-focus > video {
  -o-object-position: center top;
     object-position: center top; }

.bottom-focus > img,
.bottom-focus > iframe,
.bottom-focus > video {
  -o-object-position: center bottom;
     object-position: center bottom; }

.left-focus.proportionate > img,
.left-focus.proportionate > iframe,
.left-focus.proportionate > video {
  -o-object-position: left center;
     object-position: left center; }

.right-focus.proportionate > img,
.right-focus.proportionate > iframe,
.right-focus.proportionate > video {
  -o-object-position: right center;
     object-position: right center; }

#body-class.ie .bg_image > img,
#body-class.ie .bg_image > iframe,
#body-class.ie .bg_image > video,
#body-class.edge .bg_image > img,
#body-class.edge .bg_image > iframe,
#body-class.edge .bg_image > video {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: none;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#body-class.ie .bg_image.proportionate > img,
#body-class.ie .bg_image.proportionate > iframe,
#body-class.ie .bg_image.proportionate > video,
#body-class.edge .bg_image.proportionate > img,
#body-class.edge .bg_image.proportionate > iframe,
#body-class.edge .bg_image.proportionate > video {
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

#body-class.ie .top-focus > img,
#body-class.ie .bottom-focus > img,
#body-class.ie .left-focus.proportionate > img,
#body-class.ie .right-focus.proportionate > img,
#body-class.ie .top-focus > iframe,
#body-class.ie .bottom-focus > iframe,
#body-class.ie .left-focus.proportionate > iframe,
#body-class.ie .right-focus.proportionate > iframe,
#body-class.ie .top-focus > video,
#body-class.ie .bottom-focus > video,
#body-class.ie .left-focus.proportionate > video,
#body-class.ie .right-focus.proportionate > video,
#body-class.edge .top-focus > img,
#body-class.edge .bottom-focus > img,
#body-class.edge .left-focus.proportionate > img,
#body-class.edge .right-focus.proportionate > img,
#body-class.edge .top-focus > iframe,
#body-class.edge .bottom-focus > iframe,
#body-class.edge .left-focus.proportionate > iframe,
#body-class.edge .right-focus.proportionate > iframe,
#body-class.edge .top-focus > video,
#body-class.edge .bottom-focus > video,
#body-class.edge .left-focus.proportionate > video,
#body-class.edge .right-focus.proportionate > video {
  -webkit-transform: none;
          transform: none; }

#body-class.ie .top-focus > img,
#body-class.ie .top-focus > iframe,
#body-class.ie .top-focus > video,
#body-class.edge .top-focus > img,
#body-class.edge .top-focus > iframe,
#body-class.edge .top-focus > video {
  top: 0; }

#body-class.ie .bottom-focus > img,
#body-class.ie .bottom-focus > iframe,
#body-class.ie .bottom-focus > video,
#body-class.edge .bottom-focus > img,
#body-class.edge .bottom-focus > iframe,
#body-class.edge .bottom-focus > video {
  top: auto;
  bottom: 0; }

#body-class.ie .left-focus.proportionate > img,
#body-class.ie .left-focus.proportionate > iframe,
#body-class.ie .left-focus.proportionate > video,
#body-class.edge .left-focus.proportionate > img,
#body-class.edge .left-focus.proportionate > iframe,
#body-class.edge .left-focus.proportionate > video {
  left: 0; }

#body-class.ie .right-focus.proportionate > img,
#body-class.ie .left-focus.proportionate > iframe,
#body-class.ie .left-focus.proportionate > video,
#body-class.edge .right-focus.proportionate > img,
#body-class.edge .left-focus.proportionate > iframe,
#body-class.edge .left-focus.proportionate > video {
  left: auto;
  right: 0; }

@media (min-width: 25em) {
  .alignleft,
  img.alignleft {
    margin-right: 60px;
    display: inline;
    float: left; } }

@media (min-width: 25em) {
  .alignright,
  img.alignright {
    margin-left: 60px;
    display: inline;
    float: right; } }

@media (min-width: 25em) {
  .aligncenter,
  img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.inline .videoWrapper {
  opacity: 0;
  position: absolute;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

video,
object {
  max-width: 100%;
  height: auto; }

.video_wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: auto;
  padding-bottom: 169vw;
  max-height: 100vh;
  z-index: 2; }
  @media (min-width: 768px) {
    .video_wrap {
      padding-bottom: 56.25vw; } }
  .video_wrap .video_wrap-click {
    will-change: transform; }
    .video_wrap .video_wrap-click > span {
      will-change: transform; }
      .video_wrap .video_wrap-click > span svg {
        will-change: transform; }
  .video_wrap.placement-shiftr, .video_wrap.placement-fullw {
    margin-right: var(--module-padding-inv); }
  .video_wrap.placement-shiftl, .video_wrap.placement-fullw {
    margin-left: var(--module-padding-inv); }
  .video_wrap.ratio-16_9 {
    padding-bottom: 56.25%;
    width: 100%; }
  .video_wrap.ratio-9_16 {
    padding-bottom: 177.778%;
    width: 100%; }
  .video_wrap.ratio-21_9 {
    padding-bottom: 42.857%;
    width: 100%; }
  .video_wrap.ratio-9_21 {
    padding-bottom: 233.334%;
    width: 100%; }
  .video_wrap.ratio-4_3 {
    padding-bottom: 75%;
    width: 100%; }
  .video_wrap.ratio-3_4 {
    padding-bottom: 133.334%;
    width: 100%; }
  .video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video_wrap video {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto;
    height: 100%;
    z-index: -1;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important; }
  .video_wrap .bg_image {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s; }
    .video_wrap .bg_image iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100vw;
      height: 100vh;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media (min-aspect-ratio: 16 / 9) {
      .video_wrap .bg_image iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw; } }
    @media (max-aspect-ratio: 16 / 9) {
      .video_wrap .bg_image iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh; } }
  .video_wrap-click {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    will-change: transform;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .video_wrap-click > span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      will-change: transform; }
    .video_wrap-click.tracking_transition .cursor {
      will-change: transform;
      -webkit-transition: -webkit-transform 150ms linear;
      transition: -webkit-transform 150ms linear;
      transition: transform 150ms linear;
      transition: transform 150ms linear, -webkit-transform 150ms linear; }
    .video_wrap-click .cursor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 122px;
      width: 122px;
      position: absolute;
      top: 100%;
      left: 50%;
      will-change: transform;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      pointer-events: none;
      overflow: visible;
      -webkit-backdrop-filter: blur(38px);
              backdrop-filter: blur(38px);
      border-radius: 50%;
      font-size: 18px;
      color: #F0F2F1;
      padding: 15px;
      text-align: center; }
      @media (max-width: 767px) {
        .video_wrap-click .cursor {
          margin-top: -120px;
          -webkit-transform: translate(-50%, -50%) !important;
                  transform: translate(-50%, -50%) !important; } }
      @media (min-width: 768px) {
        .video_wrap-click .cursor {
          top: 50%;
          height: 140px;
          width: 140px;
          font-size: 24px; } }
  .video_wrap.activated_video .video_wrap-click {
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .video_wrap.activated_video .video_wrap-click > span {
      visibility: hidden;
      pointer-event: none; }
  .video_wrap.activated_video .bg_image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }

/*********************
POSTS & CONTENT STYLES
*********************/
ul, ol {
  padding: 0;
  list-style-type: none; }

div,
section {
  position: relative; }

#content {
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.post,
.sidebar {
  margin: 60px 0 60px; }

.post {
  margin: 0 0 60px; }

.excerpt {
  margin: 0; }

.blog-article-header,
.blog-post-content,
.blog .article-content,
.comments {
  padding: 0; }

.comments textarea {
  width: 70%;
  height: 200px; }

.wp-caption {
  background: #ebebeb;
  padding: 15px; }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.search-results-wrap {
  padding: 120px 60px 0 240px; }

.search-results-header {
  padding-top: 120px; }

.pagination_footer {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .pagination_footer-wrap {
    display: grid;
    grid-template-columns: 1fr 130px 1fr;
    grid-gap: var(--grid-gap);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 375px) {
      .pagination_footer-wrap {
        grid-template-columns: 1fr 180px 1fr; } }
    @media (min-width: 667px) {
      .pagination_footer-wrap {
        grid-template-columns: repeat(3, 1fr); } }
    .pagination_footer-wrap .arrow_link,
    .pagination_footer-wrap .go_back {
      line-height: 1.2; }
      @media (max-width: 375px) {
        .pagination_footer-wrap .arrow_link,
        .pagination_footer-wrap .go_back {
          font-size: 18px; } }
    @media (max-width: 666px) {
      .pagination_footer-wrap .arrow_link > span {
        max-width: 0px;
        max-height: 0px;
        overflow: hidden; }
      .pagination_footer-wrap .arrow_link:before {
        content: attr(rel);
        text-transform: capitalize; } }
    .pagination_footer-wrap .arrow_link[rel="prev"] {
      grid-column-start: 1;
      justify-self: flex-start; }
      .pagination_footer-wrap .arrow_link[rel="prev"]:before {
        -webkit-box-ordinal-group: 100;
            -ms-flex-order: 99;
                order: 99; }
    .pagination_footer-wrap .arrow_link[rel="next"] {
      grid-column-start: 3;
      justify-self: flex-end; }
    .pagination_footer-wrap .go_back {
      justify-self: center;
      text-align: center; }
      .pagination_footer-wrap .go_back:first-child, .pagination_footer-wrap .go_back:last-child {
        grid-column-end: span 2; }
      .pagination_footer-wrap .go_back:first-child {
        justify-self: flex-start; }
      .pagination_footer-wrap .go_back:last-child {
        justify-self: flex-end; }
      .pagination_footer-wrap .go_back:only-child {
        grid-column-end: span 3;
        justify-self: center; }

.pagination,
.wp-prev-next {
  margin: 0; }

.pagination {
  text-align: center;
  width: 100%;
  --pagination-arrows: 38px; }
  @media (min-width: 1136px) {
    .pagination {
      --pagination-arrows: 52px; } }
  @media (min-width: 1440px) {
    .pagination {
      --pagination-arrows: 74px; } }
  .pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
    border: 1px solid;
    -webkit-transition: border-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: border-color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
    body[data-background="light"] .pagination-wrap {
      border-color: var(--color-dark); }
    body[data-background="dark"] .pagination-wrap {
      border-color: var(--color-light); }
  .pagination-pages {
    display: grid;
    grid-template-columns: var(--pagination-arrows) repeat(5, 1fr) var(--pagination-arrows);
    grid-gap: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
    padding: 0;
    border: none; }
    .pagination-pages[data-pages="1"] {
      grid-template-columns: var(--pagination-arrows) repeat(1, 1fr) var(--pagination-arrows); }
    .pagination-pages[data-pages="2"] {
      grid-template-columns: var(--pagination-arrows) repeat(2, 1fr) var(--pagination-arrows); }
    .pagination-pages[data-pages="3"] {
      grid-template-columns: var(--pagination-arrows) repeat(3, 1fr) var(--pagination-arrows); }
    .pagination-pages[data-pages="4"] {
      grid-template-columns: var(--pagination-arrows) repeat(4, 1fr) var(--pagination-arrows); }
  .pagination-page {
    height: var(--pagination-arrows);
    border-right: 1px solid;
    -webkit-transition: border-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: border-color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
    body[data-background="light"] .pagination-page {
      border-color: var(--color-dark); }
    body[data-background="dark"] .pagination-page {
      border-color: var(--color-light); }
    .pagination-page > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      height: 100%;
      width: 100%;
      -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
      @media (min-width: 768px) {
        body[data-background="light"] .pagination-page > *:hover {
          background-color: var(--color-dark);
          color: var(--color-light); }
        body[data-background="dark"] .pagination-page > *:hover {
          background-color: var(--color-light);
          color: var(--color-dark); } }
      body[data-background="light"] .pagination-page > *.current {
        background-color: var(--color-dark);
        color: var(--color-light); }
      body[data-background="dark"] .pagination-page > *.current {
        background-color: var(--color-light);
        color: var(--color-dark); }
  .pagination-prev, .pagination-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: var(--pagination-arrows);
    width: var(--pagination-arrows);
    -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .pagination-prev + li, .pagination-next + li {
      border-left: 1px solid; }
    .pagination-prev a, .pagination-next a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      height: 100%;
      width: 100%;
      -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .pagination-prev a.disabled, .pagination-next a.disabled {
        pointer-events: none; }
      @media (min-width: 768px) {
        body[data-background="light"] .pagination-prev a:hover, body[data-background="light"] .pagination-next a:hover {
          background-color: var(--color-dark); }
          body[data-background="light"] .pagination-prev a:hover svg, body[data-background="light"] .pagination-next a:hover svg {
            fill: var(--color-light); }
        body[data-background="dark"] .pagination-prev a:hover, body[data-background="dark"] .pagination-next a:hover {
          background-color: var(--color-light); }
          body[data-background="dark"] .pagination-prev a:hover svg, body[data-background="dark"] .pagination-next a:hover svg {
            fill: var(--color-dark); } }
    .pagination-prev svg, .pagination-next svg {
      height: 22px;
      width: 22px;
      -webkit-transition: fill 1s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: fill 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
      @media (min-width: 1136px) {
        .pagination-prev svg, .pagination-next svg {
          height: 28px;
          width: 28px; } }
      body[data-background="light"] .pagination-prev svg, body[data-background="light"] .pagination-next svg {
        fill: var(--color-dark); }
      body[data-background="dark"] .pagination-prev svg, body[data-background="dark"] .pagination-next svg {
        fill: var(--color-light); }
  .pagination-prev svg {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

@-webkit-keyframes buttonHover {
  0%, 100% {
    opacity: 0; }
  30% {
    opacity: .35; } }

@keyframes buttonHover {
  0%, 100% {
    opacity: 0; }
  30% {
    opacity: .35; } }

button {
  border-width: 0;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.button, .button:visited {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  line-height: 1.33;
  font-weight: 500;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  padding: 0 2em;
  margin: 15px 0 0;
  border-radius: 1.5em;
  text-decoration: none !important;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 768px) {
    .button:hover:before, .button:visited:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2);
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      -webkit-animation: buttonHover 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
              animation: buttonHover 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); } }
  @media (min-width: 1136px) {
    .button, .button:visited {
      font-size: 18px;
      margin-top: 30px; } }
  @media (min-width: 1440px) {
    .button, .button:visited {
      font-size: 20px; } }
  .entry_content p > .button, .entry_content p > .button:visited {
    margin-top: 0; }
  .button:before, .button:visited:before {
    content: "";
    display: block;
    width: 120%;
    padding-bottom: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    z-index: -1; }
    body[data-background="light"] .button:before, body[data-background="light"] .button:visited:before {
      background-color: var(--color-light); }
    body[data-background="dark"] .button:before, body[data-background="dark"] .button:visited:before {
      background-color: var(--color-dark); }
  .button-submit, .button:visited-submit {
    padding: 0; }
    @media (min-width: 1280px) {
      .button-submit, .button:visited-submit {
        padding: 0; } }
    .button-submit input[type="submit"], .button-submit button, .button:visited-submit input[type="submit"], .button:visited-submit button {
      line-height: inherit;
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      background-color: transparent;
      border: none;
      outline: none;
      margin: 0;
      padding: 0 30px 0 0; }
  body[data-background="light"] .button, body[data-background="light"] .button:visited {
    color: var(--color-light) !important;
    background-color: var(--color-dark); }
  body[data-background="dark"] .button, body[data-background="dark"] .button:visited {
    color: var(--color-dark) !important;
    background-color: var(--color-light); }

.button + .button {
  margin-left: 60px; }

.go_back, .go_back:visited {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  line-height: 1.2 !important;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 1136px) {
    .go_back, .go_back:visited {
      font-size: 36px;
      line-height: 48px; } }
  @media (min-width: 1440px) {
    .go_back, .go_back:visited {
      font-size: 36px;
      line-height: 48px; } }
  body[data-background="light"] .go_back, body[data-background="light"] .go_back:visited {
    color: var(--color-dark);
    border-color: var(--color-dark); }
  body[data-background="dark"] .go_back, body[data-background="dark"] .go_back:visited {
    color: var(--color-light);
    border-color: var(--color-light); }

.arrow_link, .arrow_link:visited {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  line-height: 1.2 !important;
  font-weight: 500;
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 768px) {
    .arrow_link:hover:after, .arrow_link:visited:hover:after {
      -webkit-animation: arrowLink 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
              animation: arrowLink 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .arrow_link:hover svg, .arrow_link:visited:hover svg {
      -webkit-transform: translateX(20%);
              transform: translateX(20%); }
    .arrow_link:hover[rel="prev"] svg, .arrow_link:visited:hover[rel="prev"] svg {
      -webkit-transform: translateX(-20%) scale(-1, 1);
              transform: translateX(-20%) scale(-1, 1); } }
  @media (min-width: 1136px) {
    .arrow_link, .arrow_link:visited {
      font-size: 36px;
      line-height: 48px; } }
  @media (min-width: 1440px) {
    .arrow_link, .arrow_link:visited {
      font-size: 36px;
      line-height: 48px; } }
  body[data-background="light"] .arrow_link, body[data-background="light"] .arrow_link:visited {
    color: var(--color-dark);
    border-color: var(--color-dark); }
  body[data-background="dark"] .arrow_link, body[data-background="dark"] .arrow_link:visited {
    color: var(--color-light);
    border-color: var(--color-light); }
  .arrow_link:after, .arrow_link:visited:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (min-width: 1136px) {
      .arrow_link:after, .arrow_link:visited:after {
        height: 3px; } }
    body[data-background="light"] .arrow_link:after, body[data-background="light"] .arrow_link:visited:after {
      background-color: var(--color-dark); }
    body[data-background="dark"] .arrow_link:after, body[data-background="dark"] .arrow_link:visited:after {
      background-color: var(--color-light); }
  .arrow_link svg, .arrow_link:visited svg {
    height: 24px;
    width: 24px;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
    -webkit-transition: fill 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: fill 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: fill 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: fill 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (min-width: 1136px) {
      .arrow_link svg, .arrow_link:visited svg {
        height: 36px;
        width: 36px; } }
    body[data-background="light"] .arrow_link svg, body[data-background="light"] .arrow_link:visited svg {
      fill: var(--color-dark); }
    body[data-background="dark"] .arrow_link svg, body[data-background="dark"] .arrow_link:visited svg {
      fill: var(--color-light); }
  .arrow_link[rel="prev"]:after, .arrow_link:visited[rel="prev"]:after {
    animation-direction: reverse; }
  .arrow_link[rel="prev"] svg, .arrow_link:visited[rel="prev"] svg {
    -webkit-transform: translateX(-15%) scale(-1, 1);
            transform: translateX(-15%) scale(-1, 1); }

.sidebar {
  padding-right: 240px; }
  @media (min-width: 896px) {
    .sidebar {
      margin-top: 0; } }
  .sidebar div:first-child {
    margin-top: 0; }

@media (min-width: 896px) {
  .widgettitle {
    margin-bottom: 0.75em; } }

.widget ul li {
  /* deep nesting */ }
  @media (min-width: 896px) {
    .widget ul li {
      margin-bottom: 0.75em; } }
  @media (min-width: 896px) {
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; } }

@media (min-width: 896px) {
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; } }

/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
.widget_search input[type="text"] {
  height: 47px; }

.widget_search input[type="sumbit"] {
  height: 45px;
  padding: 12px; }

/* text widget */
.global_banner {
  position: relative;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  min-height: 30px;
  max-height: 180px;
  padding: 15px var(--module-padding);
  background: var(--color-dark);
  color: var(--color-light);
  overflow: hidden;
  pointer-events: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (max-width: 767px) {
    .global_banner {
      position: fixed;
      top: auto;
      bottom: 0; } }
  @media (min-width: 768px) {
    .global_banner {
      max-height: 100px; } }
  .active_menu .global_banner {
    opacity: 0 !important;
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .global_banner.close_banner, .global_banner.onload {
    min-height: 0px;
    max-height: 0px;
    padding: 0 var(--module-padding); }
  .global_banner-content_wrap {
    width: 100%;
    padding-right: 20px;
    text-align: left;
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (min-width: 768px) {
      .global_banner-content_wrap {
        text-align: center;
        padding-right: 0; } }
    .global_banner-content_wrap *:first-child {
      margin-top: 0; }
    .global_banner-content_wrap *:last-child {
      margin-bottom: 0; }
  .global_banner-close_trigger {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 50%;
    right: var(--module-padding);
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    background: transparent;
    color: var(--color-dark);
    font-size: 0px;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .global_banner-close_trigger:before {
      content: "close";
      font-family: "Material Icons";
      font-size: 20px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.ccpu {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 20px;
  background: var(--color-light);
  border-radius: 20px;
  overflow: hidden;
  will-change: visibility, transform;
  pointer-events: auto;
  visibility: visible; }
  @media (min-width: 1136px) {
    .ccpu {
      padding: 30px; } }
  .ccpu.disabled {
    visibility: hidden !important;
    pointer-events: none !important;
    transitions: none !important; }
  .ccpu.type-redirect, .ccpu.type-default {
    width: calc(100% - var(--module-padding) - var(--module-padding));
    max-width: 520px;
    bottom: var(--module-padding);
    right: var(--module-padding);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    background: var(--color-dark);
    color: var(--color-light);
    -webkit-transform-origin: center right;
            transform-origin: center right; }
    @media (min-width: 768px) {
      .ccpu.type-redirect, .ccpu.type-default {
        width: 100%;
        bottom: 20px;
        right: 20px; } }
    @media (min-width: 1136px) {
      .ccpu.type-redirect, .ccpu.type-default {
        max-width: 680px; } }
    .ccpu.type-redirect.scroll, .ccpu.type-redirect.delay, .ccpu.type-default.scroll, .ccpu.type-default.delay {
      -webkit-transform: translateY(100%) translateY(40px) translateX(0%) translateX(0px) scaleX(1);
              transform: translateY(100%) translateY(40px) translateX(0%) translateX(0px) scaleX(1);
      -webkit-transition: -webkit-transform .35s ease-out 0s;
      transition: -webkit-transform .35s ease-out 0s;
      transition: transform .35s ease-out 0s;
      transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s; }
      body:not(.onload) .ccpu.type-redirect.scroll.animate, body:not(.onload) .ccpu.type-redirect.delay.animate, body:not(.onload) .ccpu.type-default.scroll.animate, body:not(.onload) .ccpu.type-default.delay.animate {
        -webkit-transform: translateY(0%) translateY(0px) translateX(0%) translateX(0px) scaleX(1);
                transform: translateY(0%) translateY(0px) translateX(0%) translateX(0px) scaleX(1); }
    .ccpu.type-redirect.inactive, .ccpu.type-default.inactive {
      -webkit-transform: translateY(0%) translateY(0px) translateX(100%) translateX(40px) scaleX(0.7) !important;
              transform: translateY(0%) translateY(0px) translateX(100%) translateX(40px) scaleX(0.7) !important;
      visibility: hidden;
      pointer-events: none;
      -webkit-transition: visibility 0s linear .5s, -webkit-transform .25s ease-out .2s !important;
      transition: visibility 0s linear .5s, -webkit-transform .25s ease-out .2s !important;
      transition: transform .25s ease-out .2s, visibility 0s linear .5s !important;
      transition: transform .25s ease-out .2s, visibility 0s linear .5s, -webkit-transform .25s ease-out .2s !important; }
      .ccpu.type-redirect.inactive .entry_content,
      .ccpu.type-redirect.inactive .button, .ccpu.type-default.inactive .entry_content,
      .ccpu.type-default.inactive .button {
        opacity: 0;
        -webkit-transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .ccpu-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 0;
    background: transparent;
    pointer-events: none; }
    @media (max-width: 767px) {
      .ccpu-wrap {
        position: fixed;
        bottom: 0;
        top: auto; } }
  .ccpu-close_trigger {
    display: block;
    height: 24px;
    width: 24px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: transparent;
    background: transparent;
    fill: var(--color-light); }
  .ccpu-overlay_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 101vh;
    width: 101vw;
    background: rgba(240, 242, 241, 0.5);
    z-index: -1; }
  .ccpu-title {
    line-height: 1.1; }
    .type-redirect .ccpu-title,
    .type-default .ccpu-title {
      width: 100%;
      color: var(--color-light); }
  .type-redirect .ccpu-content,
  .type-default .ccpu-content {
    opacity: 1;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 480px) {
      .type-redirect .ccpu-content,
      .type-default .ccpu-content {
        width: 50%; } }
    @media (min-width: 667px) {
      .type-redirect .ccpu-content,
      .type-default .ccpu-content {
        margin-bottom: 8px; } }
    .type-redirect .ccpu-content *,
    .type-default .ccpu-content * {
      color: var(--color-light); }
  .type-redirect .ccpu-cta,
  .type-default .ccpu-cta {
    opacity: 1;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    margin: 20px 0 0 auto;
    background: var(--color-light);
    color: var(--color-dark) !important; }
    @media (min-width: 480px) {
      .type-redirect .ccpu-cta,
      .type-default .ccpu-cta {
        margin: 0 0 0 30px; } }
    @media (min-width: 1136px) {
      .type-redirect .ccpu-cta,
      .type-default .ccpu-cta {
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        padding: 0 16px; } }
    body[data-background="light"] .type-redirect .ccpu-cta,
    body[data-background="light"] .type-redirect .ccpu-cta:visited, body[data-background="light"]
    .type-default .ccpu-cta,
    body[data-background="light"]
    .type-default .ccpu-cta:visited {
      background: var(--color-light);
      color: var(--color-dark) !important; }
      body[data-background="light"] .type-redirect .ccpu-cta:before,
      body[data-background="light"] .type-redirect .ccpu-cta:visited:before, body[data-background="light"]
      .type-default .ccpu-cta:before,
      body[data-background="light"]
      .type-default .ccpu-cta:visited:before {
        background: var(--color-dark); }
    .type-redirect .ccpu-cta:before,
    .type-default .ccpu-cta:before {
      background: var(--color-dark); }
  .ccpu-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-web-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/founders-grotesk-web-regular.eot?#iefix") format("embedded-opentype"), url("fonts/founders-grotesk-web-regular.woff2") format("woff2"), url("fonts/founders-grotesk-web-regular.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-web-medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/founders-grotesk-web-medium.eot?#iefix") format("embedded-opentype"), url("fonts/founders-grotesk-web-medium.woff2") format("woff2"), url("fonts/founders-grotesk-web-medium.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-web-semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/founders-grotesk-web-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/founders-grotesk-web-semibold.woff2") format("woff2"), url("fonts/founders-grotesk-web-semibold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

@font-face {
  font-family: 'BwGradual-Black';
  src: url("fonts/3B2B6F_0_0.eot");
  src: url("fonts/3B2B6F_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3B2B6F_0_0.woff2") format("woff2"), url("fonts/3B2B6F_0_0.woff") format("woff"), url("fonts/3B2B6F_0_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
UNITS
*********************/
/* 4.85%;   /* grid_1  */
/* 13.45%;  /* grid_2  */
/* 22.05%;  /* grid_3  */
/* 30.75%;  /* grid_4  */
/* 39.45%;  /* grid_5  */
/* 48%;     /* grid_6  */
/* 56.75%;  /* grid_7  */
/* 65.4%;  /* grid_8  */
/* 74.05%; /* grid_9  */
/* 82.7%;  /* grid_10 */
/* 91.35%;  /* grid_11 */
/* 100%;    /* grid_12 */
/* 8.333%; 	/* grid_1  */
/* 16.666%;	/* grid_2  */
/* 25%;    	/* grid_3  */
/* 33.333%;	/* grid_4  */
/* 41.666%;	/* grid_5  */
/* 50%;    	/* grid_6  */
/* 58.333%;	/* grid_7  */
/* 66.666%;	/* grid_8  */
/* 75%;    	/* grid_9  */
/* 83.333%;	/* grid_10 */
/* 91.666%;	/* grid_11 */
/* 100%;   	/* grid_12 */
/*********************
TOOLS
*********************/
@media (min-width: 896px) {
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative; }
  .onecol {
    width: 5.8011%; }
  .twocol {
    width: 14.36464%; }
  .threecol {
    width: 22.92818%; }
  .fourcol {
    width: 31.49171%; }
  .fivecol {
    width: 40.05525%; }
  .sixcol {
    width: 48.61878%; }
  .sevencol {
    width: 57.18232%; }
  .eightcol {
    width: 65.74586%; }
  .ninecol {
    width: 74.30939%; }
  .tencol {
    width: 82.87293%; }
  .elevencol {
    width: 91.43646%; }
  .twelvecol {
    width: 100.0%; } }

.flex_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0; }
  .flex_grid .onecol, .flex_grid .twocol, .flex_grid .threecol, .flex_grid .fourcol, .flex_grid .fivecol, .flex_grid .sixcol, .flex_grid .sevencol, .flex_grid .eightcol, .flex_grid .ninecol, .flex_grid .tencol, .flex_grid .elevencol, .flex_grid .twelvecol {
    margin: 0;
    position: relative; }
  .flex_grid .threecol, .flex_grid .fourcol, .flex_grid .sixcol, .flex_grid .twelvecol {
    width: 100%; }
  @media (min-width: 667px) {
    .flex_grid .threecol, .flex_grid .fourcol, .flex_grid .sixcol {
      width: 50%; }
    .flex_grid .twelvecol {
      width: 100%; } }
  @media (min-width: 768px) {
    .flex_grid .onecol {
      width: 8.333%; }
    .flex_grid .twocol {
      width: 16.666%; }
    .flex_grid .threecol {
      width: 25%; }
    .flex_grid .fourcol {
      width: 33.333%; }
    .flex_grid .fivecol {
      width: 41.666%; }
    .flex_grid .sixcol {
      width: 50%; }
    .flex_grid .sevencol {
      width: 58.333%; }
    .flex_grid .eightcol {
      width: 66.666%; }
    .flex_grid .ninecol {
      width: 75%; }
    .flex_grid .tencol {
      width: 83.333%; }
    .flex_grid .elevencol {
      width: 91.666%; }
    .flex_grid .twelvecol {
      width: 100%; } }

.wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 896px) {
    .wrap {
      max-width: 768px; } }
  @media (min-width: 1136px) {
    .wrap {
      max-width: 1024px; } }
  @media (min-width: 1280px) {
    .wrap {
      max-width: 1136px; } }
  @media (min-width: 1440px) {
    .wrap {
      max-width: 1280px; } }
  @media (min-width: 1920px) {
    .wrap {
      max-width: 1440px; } }

.image-wrap {
  height: 100%; }

.content_wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.block_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: var(--grid-gap); }
  @media (min-width: 768px) {
    .block_grid {
      grid-template-columns: repeat(12, 1fr); } }

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

@media (min-width: 896px) {
  .mobile-only, .mobile_only {
    display: none !important; } }

@media (max-width: 895px) {
  .desktop-only, .desktop_only {
    display: none !important; } }

.menu_trigger {
  position: relative;
  height: 24px;
  width: auto;
  font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0px;
  line-height: 24px;
  text-align: right;
  text-indent: 0;
  overflow: hidden;
  z-index: 10;
  text-decoration: none;
  padding: 0 25px 0 0;
  margin: 0;
  color: var(--color-dark);
  background: transparent;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), text-indent 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
  transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), text-indent 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s; }
  .active_menu .menu_trigger {
    -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), text-indent 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), text-indent 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  @media (min-width: 768px) {
    .menu_trigger:hover:after {
      background: transparent;
      -webkit-box-shadow: inset 0 0 0 4px var(--color-dark);
              box-shadow: inset 0 0 0 4px var(--color-dark); } }
  body[data-background="dark"] .menu_trigger {
    color: var(--color-light); }
    @media (min-width: 768px) {
      body[data-background="dark"] .menu_trigger:hover:after {
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 4px var(--color-light);
                box-shadow: inset 0 0 0 4px var(--color-light); } }
  body[data-background="light"]:not(.active_menu) .header.has_video_hero:not(.stuck) .menu_trigger {
    color: var(--color-light); }
    @media (min-width: 768px) {
      body[data-background="light"]:not(.active_menu) .header.has_video_hero:not(.stuck) .menu_trigger:hover:after {
        background: transparent;
        -webkit-box-shadow: inset 0 0 0 4px var(--color-light);
                box-shadow: inset 0 0 0 4px var(--color-light); } }
  body[data-background="light"].active_menu .menu_trigger,
  body[data-background="dark"].active_menu .menu_trigger {
    color: var(--color-dark); }
    @media (min-width: 768px) {
      body[data-background="light"].active_menu .menu_trigger:hover:after,
      body[data-background="dark"].active_menu .menu_trigger:hover:after {
        -webkit-box-shadow: inset 0 0 0 2px var(--color-dark);
                box-shadow: inset 0 0 0 2px var(--color-dark); } }
  header.menu_item_hover .menu_trigger {
    color: var(--color-light) !important; }
  .menu_trigger span:before {
    content: "Close";
    font-size: 18px;
    line-height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0px;
    margin-right: 0em;
    opacity: 0;
    color: var(--color-dark);
    -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
    body[data-background="dark"] .menu_trigger span:before {
      color: var(--color-light); }
    body[data-background="light"]:not(.active_menu) .header.has_video_hero:not(.stuck) .menu_trigger span:before {
      color: var(--color-light); }
    body[data-background="light"].active_menu .menu_trigger span:before,
    body[data-background="dark"].active_menu .menu_trigger span:before {
      color: var(--color-dark); }
    header.menu_item_hover .menu_trigger span:before {
      color: var(--color-light) !important; }
    .active_menu .menu_trigger span:before {
      max-width: 50px;
      margin-right: .2em;
      opacity: 1;
      -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
      transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  .menu_trigger span:after {
    content: attr(data-title);
    font-size: 18px;
    line-height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    max-width: 90px;
    opacity: 1;
    color: var(--color-dark);
    -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
    @media (min-width: 768px) {
      .menu_trigger span:after {
        content: "Menu";
        max-width: 50px; } }
    body[data-background="dark"] .menu_trigger span:after {
      color: var(--color-light); }
    body[data-background="light"]:not(.active_menu) .header.has_video_hero:not(.stuck) .menu_trigger span:after {
      color: var(--color-light); }
    body[data-background="light"].active_menu .menu_trigger span:after,
    body[data-background="dark"].active_menu .menu_trigger span:after {
      color: var(--color-dark); }
    header.menu_item_hover .menu_trigger span:after {
      color: var(--color-light) !important; }
    .active_menu .menu_trigger span:after {
      max-width: 0px;
      opacity: 0;
      -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
      transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), max-width 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  .menu_trigger:after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border: 2px solid var(--color-dark);
    -webkit-box-shadow: inset 0 0 0 6px var(--color-dark);
            box-shadow: inset 0 0 0 6px var(--color-dark);
    border-radius: 50%;
    background: var(--color-dark);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: border-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.1s linear 0.25s, -webkit-box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: border-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.1s linear 0.25s, -webkit-box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: border-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.1s linear 0.25s;
    transition: border-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.1s linear 0.25s, -webkit-box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .active_menu .menu_trigger:after {
      -webkit-transition: border-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.1s linear 0s, -webkit-box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: border-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.1s linear 0s, -webkit-box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: border-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.1s linear 0s;
      transition: border-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), background 0.1s linear 0s, -webkit-box-shadow 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
    body[data-background="dark"] .menu_trigger:after {
      border-color: var(--color-light);
      -webkit-box-shadow: inset 0 0 0 6px var(--color-light);
              box-shadow: inset 0 0 0 6px var(--color-light);
      background: var(--color-light); }
    body[data-background="light"]:not(.active_menu) .header.has_video_hero:not(.stuck) .menu_trigger:after {
      border-color: var(--color-light);
      -webkit-box-shadow: inset 0 0 0 6px var(--color-light);
              box-shadow: inset 0 0 0 6px var(--color-light);
      background: var(--color-light); }
    body[data-background="light"].active_menu .menu_trigger:after,
    body[data-background="dark"].active_menu .menu_trigger:after {
      border-color: var(--color-dark);
      -webkit-box-shadow: inset 0 0 0 0px var(--color-dark);
              box-shadow: inset 0 0 0 0px var(--color-dark);
      background: transparent; }
    header.menu_item_hover .menu_trigger:after {
      border: 2px solid var(--color-light) !important; }

.nav {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 896px) {
    .nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }
  .nav ul {
    position: static;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .active_menu .nav ul {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    @media (max-width: 767px) {
      .nav ul {
        padding-top: 15px; } }
  .nav li {
    position: static;
    display: block;
    margin: -2em 0 0;
    line-height: 1;
    opacity: 0;
    -webkit-transition: margin 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, color 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
    transition: margin 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, color 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s; }
    .active_menu .nav li {
      margin: 10px 0 0;
      opacity: 1;
      -webkit-transition: margin 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, opacity 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, color 0s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
      transition: margin 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, opacity 0.75s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, color 0s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
      @media (min-width: 768px) {
        .active_menu .nav li {
          margin: 0 0 0; } }
    body[data-background="dark"] .nav li {
      color: var(--color-light); }
    body[data-background="light"].active_menu .nav li,
    body[data-background="dark"].active_menu .nav li {
      color: var(--color-dark); }
    @media (min-width: 768px) {
      .nav li:hover a + .bg_image {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0s;
        transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0s; }
      .nav li:hover ul.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .nav li a {
      display: block;
      margin: 0 auto;
      position: relative;
      font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
      font-weight: 500;
      letter-spacing: -2px;
      font-size: 40px;
      line-height: 56px;
      line-height: 1;
      text-decoration: none;
      padding: 0.3em 30px;
      text-box: trim-both cap alphabetic;
      z-index: 0;
      -webkit-transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
      transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
      .nav li a:after {
        content: "";
        display: block;
        position: absolute;
        margin: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: -1;
        background: var(--color-green);
        border-radius: 1em;
        height: 100%;
        width: 0;
        -webkit-transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
        transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
      .nav li a + .bg_image {
        height: calc(100% + 76px);
        width: calc(100% + (var(--module-padding)*2));
        top: -76px;
        left: var(--module-padding-inv);
        right: var(--module-padding-inv);
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0.2s;
        transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0.2s; }
        @media (min-width: 896px) {
          .nav li a + .bg_image {
            height: calc(100% + 86px);
            top: -86px; } }
      @media (min-width: 768px) {
        header.menu_item_hover .nav li a:not(:hover) {
          color: var(--color-light) !important; }
        .nav li a:hover:after {
          width: 100%; } }
      @media (min-width: 1024px) {
        .nav li a {
          font-size: 7.5vh;
          line-height: 1.2; } }
  @media (min-width: 1024px) and (min-height: 1024px) {
    .nav li a {
      font-size: 84px;
      line-height: 100px;
      padding: 0.1em 30px 0; } }
    .nav li:first-of-type {
      margin-left: 0; }
    .nav li:last-of-type {
      margin-right: 0; }
    .nav li.current-menu-item a, .nav li.current_page_item a, .nav li.current-page-ancestor a, .nav li.current_page_parent a {
      color: var(--color-dark) !important; }
      header.menu_item_hover .nav li.current-menu-item a:not(:hover), header.menu_item_hover .nav li.current_page_item a:not(:hover), header.menu_item_hover .nav li.current-page-ancestor a:not(:hover), header.menu_item_hover .nav li.current_page_parent a:not(:hover) {
        color: var(--color-dark) !important; }
      .nav li.current-menu-item a:after, .nav li.current_page_item a:after, .nav li.current-page-ancestor a:after, .nav li.current_page_parent a:after {
        background: var(--color-green);
        width: 100%; }
    .nav li.current-menu-item:not(.current_page_parent) a {
      pointer-events: none; }
    @media (min-width: 896px) {
      .nav li ul.sub-menu,
      .nav li ul.children {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        top: auto;
        padding-top: 30px;
        width: auto;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
        z-index: 8999; } }
    .nav li ul.sub-menu li,
    .nav li ul.children li {
      margin: 0; }
      .nav li ul.sub-menu li a,
      .nav li ul.children li a {
        display: block;
        padding: 0 0 0 45px; }
        @media (min-width: 896px) {
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            background-color: #636363;
            color: #F0F2F1;
            min-width: 140px;
            max-width: 180px;
            padding: 15px 30px; }
            .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:active, .nav li ul.sub-menu li a:focus,
            .nav li ul.children li a:hover,
            .nav li ul.children li a:active,
            .nav li ul.children li a:focus {
              background-color: #7d7d7d; } }
  .nav_footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: var(--grid-gap);
    visibility: hidden;
    opacity: 0; }
    @media (min-width: 896px) {
      .nav_footer {
        grid-template-columns: repeat(12, 1fr); } }
    .active_menu .nav_footer {
      visibility: visible;
      opacity: 1; }
    .nav_footer-links {
      grid-column-end: span 2; }
    .nav_footer-address {
      grid-column-end: span 2; }
    .nav_footer-contact {
      grid-column-end: span 2; }
    .nav_footer-newsletter {
      grid-column-end: span 4; }
      @media (min-width: 896px) {
        .nav_footer-newsletter {
          grid-column-start: 10;
          grid-column-end: span 3; } }
      .nav_footer-newsletter .gform_title {
        letter-spacing: 0; }
      .nav_footer-newsletter .gform_wrapper > form {
        display: grid;
        grid-template-columns: 1fr 60px;
        border-bottom: 1px solid var(--color-dark);
        margin-top: .75rem; }
        .nav_footer-newsletter .gform_wrapper > form .gform_body {
          width: 100%;
          margin: 0;
          padding: 0; }
        .nav_footer-newsletter .gform_wrapper > form .gform_footer {
          width: 60px;
          margin: 0;
          padding: 0; }
      .nav_footer-newsletter .gfield_label {
        margin: 0;
        padding: 0;
        font-size: 0;
        color: transparent;
        opacity: 0; }
      .nav_footer-newsletter .ginput_container {
        margin: 0 !important; }
        .nav_footer-newsletter .ginput_container input {
          font-size: 1rem;
          line-height: 28px;
          height: 28px;
          padding: 0;
          border: none;
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          text-indent: 0; }
          @media (min-width: 768px) {
            .nav_footer-newsletter .ginput_container input:hover, .nav_footer-newsletter .ginput_container input:focus {
              border: none;
              outline: none;
              -webkit-box-shadow: none;
                      box-shadow: none; } }
      .nav_footer-newsletter .gform_submit {
        width: 60px;
        font-size: 1rem;
        line-height: 28px;
        font-weight: 500;
        padding: 0;
        text-align: center;
        color: var(--color-dark); }
    .nav_footer-links .menu-item a, .nav_footer-label, .nav_footer-text,
    .nav_footer-newsletter .gform_title {
      display: block;
      font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 1rem;
      line-height: 24px;
      margin: 0; }
      body[data-background="dark"] .nav_footer-links .menu-item a, body[data-background="dark"] .nav_footer-label, body[data-background="dark"] .nav_footer-text, body[data-background="dark"]
      .nav_footer-newsletter .gform_title {
        color: var(--color-light);
        font-weight: 500; }
      body[data-background="light"].active_menu .nav_footer-links .menu-item a,
      body[data-background="dark"].active_menu .nav_footer-links .menu-item a, body[data-background="light"].active_menu .nav_footer-label,
      body[data-background="dark"].active_menu .nav_footer-label, body[data-background="light"].active_menu .nav_footer-text,
      body[data-background="dark"].active_menu .nav_footer-text, body[data-background="light"].active_menu
      .nav_footer-newsletter .gform_title,
      body[data-background="dark"].active_menu
      .nav_footer-newsletter .gform_title {
        color: var(--color-dark);
        font-weight: 500; }
    .nav_footer-label, .nav_footer-text {
      text-decoration: none; }
      body[data-background="dark"] .nav_footer-label a, body[data-background="dark"] .nav_footer-text a {
        color: var(--color-light); }
      body[data-background="light"].active_menu .nav_footer-label a,
      body[data-background="dark"].active_menu .nav_footer-label a, body[data-background="light"].active_menu .nav_footer-text a,
      body[data-background="dark"].active_menu .nav_footer-text a {
        color: var(--color-dark); }
    .nav_footer-text,
    .nav_footer-text a {
      font-weight: 400 !important; }

.header {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  top: 0;
  z-index: 2;
  will-change: height, transform, margin, background-color;
  -webkit-transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: none !important; }
  body[data-background="light"] .header {
    color: var(--color-dark);
    background-color: var(--bg-color, var(--color-light)); }
    body[data-background="light"] .header:not(.stuck) {
      background-color: transparent; }
    body[data-background="light"] .header.has_video_hero:not(.stuck) {
      color: var(--color-light); }
  body[data-background="dark"] .header {
    color: var(--color-light);
    background-color: var(--bg-color, var(--color-dark)); }
    body[data-background="dark"] .header:not(.stuck) {
      background-color: transparent; }
  .header-trigger_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 40%; }
  .header-page_title {
    position: relative;
    font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    text-indent: 0;
    width: 40%;
    overflow: hidden;
    -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .active_menu .header-page_title {
      -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
      color: transparent !important; }
    .header-page_title:before {
      content: "Menu";
      display: inline-block;
      color: var(--color-dark);
      width: 100%;
      position: absolute;
      left: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
      transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0.25s, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
      .active_menu .header-page_title:before {
        visibility: visible;
        opacity: 1;
        -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0s, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0.375s;
        transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0s, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0.375s; }
    .header-page_title > span,
    .header-page_title > a, .header-page_title > a:visited {
      display: inline-block;
      text-decoration: none;
      visibility: visible;
      opacity: 1;
      -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0s, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s;
      transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0s, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s; }
      .active_menu .header-page_title > span, .active_menu
      .header-page_title > a, .active_menu .header-page_title > a:visited {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0.375s, opacity 0.375s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
        transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s linear 0.375s, opacity 0.375s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
      body[data-background="dark"] .header-page_title > span, body[data-background="dark"]
      .header-page_title > a, body[data-background="dark"] .header-page_title > a:visited {
        color: var(--color-light); }
      body[data-background="light"] .header-page_title > span, body[data-background="light"]
      .header-page_title > a, body[data-background="light"] .header-page_title > a:visited {
        color: var(--color-dark); }
      body[data-background="light"] .header.has_video_hero:not(.stuck) .header-page_title > span, body[data-background="light"] .header.has_video_hero:not(.stuck)
      .header-page_title > a, body[data-background="light"] .header.has_video_hero:not(.stuck) .header-page_title > a:visited {
        color: var(--color-light); }
      body[data-background="light"].active_menu .header-page_title > span,
      body[data-background="dark"].active_menu .header-page_title > span, body[data-background="light"].active_menu
      .header-page_title > a,
      body[data-background="dark"].active_menu
      .header-page_title > a, body[data-background="light"].active_menu .header-page_title > a:visited,
      body[data-background="dark"].active_menu .header-page_title > a:visited {
        color: var(--color-dark); }
    @media (max-width: 666px) {
      .header-page_title {
        display: none; } }
    body[data-background="dark"] .header-page_title {
      color: var(--color-light); }
    body[data-background="light"] .header.has_video_hero:not(.stuck) .header-page_title {
      color: var(--color-light); }
    body[data-background="light"].active_menu .header-page_title,
    body[data-background="dark"].active_menu .header-page_title {
      color: var(--color-dark); }
    header.menu_item_hover .header-page_title,
    header.menu_item_hover .header-page_title:before {
      color: var(--color-light) !important; }
  .header-nav {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    max-height: 0;
    overflow: hidden;
    background-color: var(--color-light);
    pointer-events: auto;
    -webkit-transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0s linear 0.5s;
    transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0s linear 0.5s; }
    @media (max-width: 767px) {
      .header-nav {
        overflow: scroll; } }
    @media (min-width: 896px) {
      .header-nav {
        top: 0; } }
    body[data-background="dark"] .header-nav {
      background-color: var(--bg-color, var(--color-dark)); }
    body[data-background="light"].active_menu .header-nav,
    body[data-background="dark"].active_menu .header-nav {
      background-color: var(--color-light); }
    .active_menu .header-nav {
      max-height: 100vh;
      -webkit-transition: max-height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0s linear 0s;
      transition: max-height 0.75s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0s linear 0s; }
    .header-nav_wrap {
      padding: 62px var(--module-padding) 60px;
      height: auto;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 0fr 0fr;
      grid-row-gap: 50px; }

@media (max-width: 895px) and (min-height: 768px) {
  .header-nav_wrap {
    height: 100%; } }
      @media (min-width: 896px) {
        .header-nav_wrap {
          height: 100%;
          padding: 86px var(--module-padding) 0; } }
      @media (min-width: 1024px) {
        .header-nav_wrap {
          grid-row-gap: 30px; } }
  @media (min-width: 1024px) and (min-height: 1024px) {
    .header-nav_wrap {
      grid-row-gap: 50px; } }

.header_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 62px;
  width: 100%;
  padding: 0 var(--module-padding);
  z-index: 2;
  will-change: transform, height, margin;
  pointer-events: auto;
  -webkit-transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (min-width: 896px) {
    .header_wrap {
      height: 86px;
      padding: 0 var(--module-padding); }
      .stuck .header_wrap {
        height: 86px; } }
  @media (min-width: 1280px) {
    .header_wrap {
      height: 86px; }
      .stuck .header_wrap {
        height: 86px; } }

#logo {
  padding: 0;
  width: auto;
  margin: 0;
  padding: 0; }
  #logo a {
    display: block;
    font-size: 0;
    line-height: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: transparent;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #logo svg {
    display: block;
    height: 24px;
    width: auto;
    fill: var(--color-dark);
    -webkit-transition: fill 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: fill 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); }
    body[data-background="dark"] #logo svg {
      fill: var(--color-light); }
    body[data-background="light"]:not(.active_menu) .header.has_video_hero:not(.stuck) #logo svg {
      fill: var(--color-light); }
    body[data-background="light"].active_menu #logo svg,
    body[data-background="dark"].active_menu #logo svg {
      fill: var(--color-dark); }
    header.menu_item_hover #logo svg {
      fill: var(--color-light) !important; }

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--module-padding);
  z-index: 1; }
  @media (min-width: 896px) {
    .footer {
      padding: 0 var(--module-padding); } }
  .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
            flex-flow: column-reverse wrap;
    padding: 24px 0;
    text-align: center; }
    @media (min-width: 896px) {
      .footer_wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 34px 0; } }
  .footer-copyright {
    font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
    .header-nav .footer-copyright {
      color: var(--color-dark); }
  .footer-social_links {
    margin: 0 0 .25em; }
    @media (min-width: 896px) {
      .footer-social_links {
        margin: 0; } }
    .footer-social_links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 895px) {
        .footer-social_links ul {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .footer-social_links ul li {
        line-height: 1; }
        .header-nav .footer-social_links ul li {
          color: var(--color-dark); }
      .footer-social_links ul li + li:before {
        content: "–";
        font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px; }
    .footer-social_links a {
      display: inline-block;
      font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      text-decoration: none;
      -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .footer-social_links a:hover, .footer-social_links a:active, .footer-social_links a:focus {
        opacity: .5; }
        .active_menu .footer-social_links a:hover, .active_menu .footer-social_links a:active, .active_menu .footer-social_links a:focus {
          color: var(--color-dark); }

.module {
  position: relative;
  z-index: 0; }

[placeholder] {
  color: #000; }

::-webkit-input-placeholder {
  font-size: 1em;
  opacity: .8; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  opacity: .8; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  opacity: .8; }

:-ms-input-placeholder {
  font-size: 1em;
  opacity: .8; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s 0.1s ease-in-out;
  transition: opacity 0.1s 0.1s ease-in-out;
  opacity: 0; }

.name-form:focus::-webkit-input-placeholder {
  -webkit-transition: text-indent 0.1s 0.1s ease-in-out;
  transition: text-indent 0.1s 0.1s ease-in-out;
  text-indent: -100%;
  opacity: 1; }

[type="date"]::-webkit-calendar-picker-indicator {
  display: none; }

@media (min-width: 260px) {
  form#searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

form#searchform input[type="text"] {
  width: 100%; }
  @media (min-width: 260px) {
    form#searchform input[type="text"] {
      width: 70%; } }

form#searchform input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  width: 100%; }
  @media (min-width: 260px) {
    form#searchform input[type="submit"] {
      width: 30%; } }
  form#searchform input[type="submit"]:hover, form#searchform input[type="submit"]:active, form#searchform input[type="submit"]:focus {
    outline: none; }

.gfield.full-width {
  width: 100%;
  clear: both; }
  .gfield.full-width input[type="text"],
  .gfield.full-width textarea {
    width: 100%; }

.gfield.full-width-mobile {
  width: 100%;
  clear: both; }
  .gfield.full-width-mobile input[type="text"],
  .gfield.full-width-mobile textarea {
    width: 50%; }

.gfield.full-name {
  width: 100%; }

.intro-section {
  width: 100%;
  clear: both; }
  @media (min-width: 896px) {
    .intro-section {
      font-weight: 700; } }

.ginput_right {
  margin-right: 0; }

.gfield_html {
  width: 100%;
  clear: both; }

ul.gform_fields {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--grid-gap); }
  ul.gform_fields li {
    grid-column-end: span 2;
    margin: 0; }

.ginput_complex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--grid-gap); }
  .ginput_complex > span {
    width: 100% !important; }

.gsection_title {
  text-transform: none;
  margin: 0 0 15px; }

.gsection_description {
  margin-bottom: 30px; }

.gfield_label {
  margin: 15px 0 45px;
  display: block; }

.screen-reader-text {
  display: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0 30px 0 15px; }

.gfield_radio li,
.gfield_checkbox li {
  padding: 30px 0;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .gfield_radio li,
    .gfield_checkbox li {
      padding: 0;
      margin: 0 0 30px;
      width: 100%; } }

.horizontal .gfield_radio li, .horizontal
.gfield_checkbox li {
  float: left;
  margin-right: 120px; }

.gfield_checkbox li:first-child {
  margin: 0 120px 30px 0; }

.gfield_radio li:first-child {
  margin: 0 120px 30px 0; }

.gform_footer {
  width: 100%;
  clear: both; }
  .gform_footer .launch-link-on-red {
    margin: 30px 0 0; }

.form-submit {
  position: relative;
  float: left;
  margin: 0; }

.red-alert {
  font-style: italic; }

.validation_error {
  width: 100%;
  display: block;
  clear: both; }

.validation_message {
  color: red;
  display: block;
  width: 100%;
  font-weight: 700; }

.gfield_required {
  color: red;
  margin-left: .25em; }

/*
----------------------------------------------------------------

Gravity Forms Front End Form Styles
Version 1.9
http: //www.gravityforms.com
updated: March 15, 2015 1:05 PM

----------------------------------------------------------------
*/
.gform_wrapper :focus {
  outline: 0; }

input[type=text],
input[type=url],
input[type=email],
input[type=search],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-style: none;
  letter-spacing: normal;
  text-indent: 0;
  max-width: 100%; }
  input[type=text]:focus,
  input[type=url]:focus,
  input[type=email]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  textarea:focus {
    outline: none;
    text-align: left; }

input[type=file] {
  line-height: 1; }

textarea {
  resize: none; }
  textarea.small {
    height: 5em;
    width: 100%; }
  textarea.medium {
    height: 9.375em;
    width: 100%; }
  textarea.large {
    height: 15.625em;
    width: 100%; }

form li {
  margin: 0 0 60px; }

form ul.right_label li,
form ul.left_label li {
  margin-bottom: 14px; }

form ul.right_label li ul.gfield_radio li,
form ul.left_label li ul.gfield_radio li,
form ul.right_label li ul.gfield_checkbox li,
form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px; }

form ul li:before,
form ul li:after,
form ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible; }

form select option {
  padding: .125em .125em;
  display: block; }

form select[multiple="multiple"] option {
  text-indent: .25em; }

form .inline {
  display: inline !important; }

.gfield_time_hour,
.gfield_time_minute,
.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  width: 4.688em;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: .625em;
  text-align: center;
  float: right;
  margin-top: 9%; }

.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  margin-right: .75em; }

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  margin-right: .375em; }

.gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gfield_time_ampm select {
  width: 4.688em !important; }

.gfield_date_month,
.gfield_date_day,
.gfield_date_year {
  width: 3.125em;
  float: left; }

.gfield_date_year {
  width: 4.5em !important; }

.gfield_date_month input,
.gfield_date_day input,
.gfield_date_year input {
  width: 85% !important; }

.gfield_date_year input {
  width: 88% !important; }

.field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer; }

.field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF; }

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

.gform_wrapper .ginput_complex.ginput_container {
  overflow: hidden;
  width: 100%; }

.gform_wrapper .datepicker {
  width: 6.85em !important; }

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
  width: 50%;
  display: -moz-inline-stack;
  display: block;
  zoom: 1;
  vertical-align: top; }

.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 50%; }

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password] {
  width: 100%; }

.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password] {
  width: 100%; }

.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url],
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password] {
  width: 100%; }

.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
  width: 100% !important; }

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  display: block;
  font-size: .875em;
  letter-spacing: .5pt;
  white-space: nowrap; }

.gform_wrapper .field_sublabel_above .ginput_complex label,
.gform_wrapper .field_sublabel_above .gfield_time_hour label,
.gform_wrapper .field_sublabel_above .gfield_time_minute label,
.gform_wrapper .field_sublabel_above .gfield_time_ampm label,
.gform_wrapper .field_sublabel_above .gfield_date_month label,
.gform_wrapper .field_sublabel_above .gfield_date_day label,
.gform_wrapper .field_sublabel_above .gfield_date_year label,
.gform_wrapper .field_sublabel_above .instruction {
  margin: .75em 0 .188em 0; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 50%;
  vertical-align: top; }

form .top_label .gfield_label {
  margin: .625em 0 .5em 0;
  display: -moz-inline-stack;
  line-height: 1.2;
  clear: both; }

.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: .75em 15px 0 0;
  width: 29%;
  font-weight: bold; }

.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
  margin: 0 1em 0 0; }

.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: .75em 1em 0 0;
  width: 29%;
  font-weight: bold;
  text-align: right; }

.gform_wrapper .right_label li.field_sublabel_below .gfield_label {
  margin: 0 1em 0 0; }

.gform_wrapper .left_label li.hidden_label input,
.gform_wrapper .right_label li.hidden_label input {
  margin-left: 3.7%; }

.gform_wrapper .left_label li.gfield .gfield_password_strength,
.gform_wrapper .right_label li.gfield .gfield_password_strength {
  margin-left: 30%; }

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: .375em; }

.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.gfield.right_label,
.gfield.left_label {
  padding-top: 10px; }

.gform_wrapper li.hidden_label input {
  margin-top: .75em; }

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: .75em; }

.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_radio {
  margin-left: 30% !important;
  overflow: hidden; }

.gform_wrapper label.screen-reader-text,
.gform_wrapper label.hidden_sub_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.gform_wrapper .top_label input.small,
.gform_wrapper .top_label select.small {
  width: 25%; }

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 47.5%; }

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large {
  width: 100%; }

.gform_wrapper .right_label input.small,
.gform_wrapper .right_label select.small,
.gform_wrapper .left_label input.small,
.gform_wrapper .left_label select.small {
  width: 15%; }

.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium {
  width: 35%; }

.gform_wrapper .right_label input.large,
.gform_wrapper .right_label select.large,
.gform_wrapper .left_label input.large,
.gform_wrapper .left_label select.large {
  width: 62.5%; }

.right_label textarea.small,
.left_label textarea.small,
.right_label textarea.medium,
.left_label textarea.medium,
.right_label textarea.large,
.left_label textarea.large {
  width: 62.5%; }

.gform_wrapper .right_label div.ginput_complex,
.gform_wrapper .left_label div.ginput_complex {
  width: 64%; }

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important; }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important; }

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative; }

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0; }

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  display: inline-block;
  vertical-align: middle; }

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: .875em;
  line-height: 1.5;
  clear: both;
  font-family: inherit;
  letter-spacing: normal; }

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  padding: .625em 0; }

.gform_wrapper .top_label .gsection_description {
  width: 100%; }

.gform_wrapper .gfield_description {
  padding: .625em 0 0 0;
  width: 100%; }

.gform_wrapper li.field_description_above .gfield_description {
  margin-bottom: .75em; }

.gform_wrapper .left_label .gfield_description,
.gform_wrapper .right_label .gfield_description {
  width: 63%; }

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 .625em 0; }

.gform_wrapper .field_description_below .gfield_description {
  padding: .625em 0 1em 0; }

.gfield_date_year + .gfield_description {
  padding: 0; }

.gform_wrapper .right_label .gfield_description,
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction,
.gform_wrapper .right_label .instruction {
  margin-left: 30%; }

.gform_wrapper .left_label .gsection .gsection_description,
.gform_wrapper .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: .25em;
  padding-left: 0;
  line-height: 1.5; }

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding-bottom: 1em !important;
  border-top: none; }

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 1em;
  font-family: inherit;
  min-height: 1.563em;
  color: #FFF;
  max-width: 100%; }

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: .625em;
  line-height: 1.5;
  letter-spacing: .2pt; }

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 1em !important; }

.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 1.6em; }

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important; }

.gform_wrapper ol.validation_list:after {
  content: ""; }

.gform_wrapper div#error {
  margin-bottom: 1.6em; }

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important; }

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item {
  background-color: transparent !important;
  background-position: 0 0;
  background-size: 1em 1em !important;
  background-repeat: no-repeat;
  border: none !important;
  width: 1em !important;
  height: 1em !important;
  vertical-align: middle !important;
  opacity: 0.5; }

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4="); }

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+"); }

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].add_list_item:hover,
body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type="button"].delete_list_item:hover {
  opacity: 1.0; }

.gform_wrapper li.gfield fieldset {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  width: 100%; }

.gform_wrapper li.gfield fieldset > * {
  width: auto; }

.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 2em; }

div.gf_page_steps + div.validation_error {
  margin-top: 1em; }

.gform_wrapper div.gfield_description.validation_error {
  font-weight: bold;
  font-size: .875em;
  line-height: 1.20;
  margin-bottom: 1em; }

.gform_wrapper .validation_message {
  font-weight: bold;
  letter-spacing: normal; }

.gform_wrapper .gform_footer {
  padding: 1em 0 .625em 0;
  margin: 1em 0 0 0;
  clear: both; }

.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {
  padding: 1em 0 .625em 0;
  margin-left: 30%;
  width: 64%; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer input[type=image] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gform_footer a.gform_save_link {
  font-size: 1em;
  margin-left: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: none !important;
  border: none !important; }

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 100% !important; }

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0; }
  .gform_wrapper .gfield_checkbox li label,
  .gform_wrapper .gfield_radio li label {
    display: inline-block;
    vertical-align: middle; }

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: bold; }

.datepicker_with_icon {
  margin-right: .25em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden; }

.gform_wrapper .gf_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
  display: none !important; }

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: .25em; }

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: .375em;
  margin-top: .25em; }

.gform_wrapper .top_label .gfield_description {
  padding: .625em 0 0 0; }

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
  padding: .625em 0; }

.gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: .375em; }

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: .375em; }

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0; }

.gform_wrapper .left_label .ginput_container.ginput_list,
.gform_wrapper .right_label .ginput_container.ginput_list {
  padding-top: .75em !important; }

.gform_wrapper li.gfield_html {
  max-width: 100%; }

.gform_wrapper form .left_label li.gfield_html_formatted,
.gform_wrapper form .right_label li.gfield_html_formatted {
  margin-left: 30% !important;
  width: 64%; }

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: .625em; }

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important; }

.gform_wrapper .gform_ajax_spinner {
  padding-left: .625em; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.gform_wrapper .gfield_captcha_input_container {
  padding-top: .188em; }

.gform_wrapper .simple_captcha_small input {
  width: 6.25em; }

.gform_wrapper .simple_captcha_medium input {
  width: 9.375em; }

.gform_wrapper .simple_captcha_large input {
  width: 12.5em; }

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%; }

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.gform_wrapper .math_small input {
  width: 4.313em; }

.gform_wrapper .math_medium input {
  width: 5.625em; }

.gform_wrapper .math_large input {
  width: 6.75em; }

.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
  margin-left: 32%; }

.gform_wrapper div.charleft {
  font-size: .688em;
  margin-top: .25em;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important; }

.gform_wrapper div.charleft[style] {
  width: 92% !important; }

.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
  margin-left: 32%; }

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1; }

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important; }

.gf_submission_limit_message {
  font-size: 1.4em; }

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7; }

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: 1.2em; }

.gform_wrapper .top_label span.ginput_total {
  margin: .5em 0; }

.gform_wrapper span.ginput_product_price_label {
  margin-right: .125em; }

.gform_wrapper span.ginput_product_price {
  color: #900; }

.gform_wrapper span.ginput_quantity_label {
  margin-left: .625em;
  margin-right: .125em; }

.gform_wrapper input.ginput_quantity {
  width: 2.5em; }

.gform_wrapper .gform_page_footer {
  margin: 1.25em 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 1em 0 0 0;
  clear: both; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 .5em;
  overflow: visible;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 .5em;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2em;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em; }

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 .5em; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em 0;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: bold; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em; }

.gfield_list,
.gfield_list caption,
.gfield_list tbody,
.gfield_list tfoot,
.gfield_list thead,
.gfield_list tr,
.gfield_list th,
.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.gfield_list {
  border-spacing: 0;
  border-collapse: collapse; }

.gfield_list thead th {
  font-weight: bold;
  text-align: left; }

.gfield_list thead,
.gfield_list tr {
  padding: 0;
  margin: 0; }

.gfield_list th,
.gfield_list td {
  padding: .25em 0 .25em 0; }

.gfield_list th + th,
.gfield_list td + td {
  padding: 0 0 0 .25em; }

.left_label .gfield_list,
.right_label .gfield_list {
  width: 64%; }

.gfield_list {
  width: 100%; }

.left_label .gf_list_one_column,
.right_label .gf_list_one_column {
  width: 45%; }

.top_label .gf_list_one_column {
  width: 46%; }

.gfield_list td.gfield_list_cell input {
  width: 100%; }

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6; }

.gform_wrapper table.gfield_list tr td.gfield_list_icons,
.gform_wrapper table.gfield_list tr td:last-child {
  width: auto !important;
  min-width: 3.75em !important;
  padding: 0 0 0 .25em; }

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle; }

.gform_wrapper table.gfield_list td.gfield_list_cell {
  width: auto !important; }

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #ddd;
  text-align: center;
  color: #AAA;
  margin-bottom: 10px; }

.right_label .gform_fileupload_multifile,
.left_label .gform_fileupload_multifile {
  margin-left: 3.5%; }

.gform_delete {
  vertical-align: middle;
  cursor: pointer; }

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto; }

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px; }

.gform_wrapper .form_saved_message {
  margin: 1em 0 1em 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.8;
  border: 2px solid #91AFC7;
  background-color: #E3F3F3;
  text-align: center;
  border-radius: 2px; }

.gform_wrapper .form_saved_message form {
  text-align: center; }

.gform_wrapper .form_saved_message span:first-child {
  display: block;
  padding: 2.5em 1em 2.5em 1em; }

.form_saved_message a.resume_form_link {
  word-wrap: break-word; }

.form_saved_message a.resume_form_link:before,
.form_saved_message a.resume_form_link:after {
  content: "";
  display: block; }

.form_saved_message a.resume_form_link:before {
  margin-top: .75em; }

.form_saved_message a.resume_form_link:after {
  margin-bottom: .75em; }

.form_saved_message br + br,
.form_saved_message a + br {
  display: none; }

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0; }

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  line-height: 2.25;
  height: 2.25em;
  margin-bottom: .25em; }

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  margin: .75em auto 0 auto;
  display: block; }

.form_saved_message .form_saved_message_emailform .validation_message {
  color: red; }

.form_saved_message_sent {
  margin: 1em 0 1em 0;
  width: 100%;
  font-size: 1em;
  border: 2px solid #CFE2C0;
  background-color: #E9FFD9;
  text-align: center;
  border-radius: 2px; }

.form_saved_message_sent span:first-child {
  display: block;
  padding: 1em; }

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important; }

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
  width: 16px;
  height: 16px;
  background-size: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 1em; }

.gform_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
  width: 45.25%; }

.gform_wrapper table.recaptchatable {
  table-layout: auto; }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

----------------------------------------------------------------
*/
img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.ui-datepicker {
  height: auto;
  margin: 5px auto 0; }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/forms/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  -webkit-filter: dropshadow(color=#FFF, offx=0, offy=1);
          filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

form.contact_form .gform_fields {
  display: block; }
  form.contact_form .gform_fields .gfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    form.contact_form .gform_fields .gfield + .gfield {
      margin-top: 15px; }
    form.contact_form .gform_fields .gfield .gfield_label {
      line-height: 1.2;
      margin: 0;
      opacity: 1; }

form.contact_form .ginput_container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0 !important;
  margin-left: 0.75em;
  border-bottom: 1px solid;
  bottom: 0.4em; }
  form.contact_form .ginput_container_textarea {
    width: 100%;
    margin-top: 0.75em !important;
    margin-left: 0; }
  form.contact_form .ginput_container input,
  form.contact_form .ginput_container textarea,
  form.contact_form .ginput_container select {
    padding: 0;
    border: none;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    text-indent: 0; }
  form.contact_form .ginput_container textarea {
    height: 5.4em; }
  form.contact_form .ginput_container option {
    color: var(--color-dark); }

.gform_heading {
  width: 100%;
  margin-bottom: var(--grid-gap); }
  .gform_heading .gform_required_legend {
    display: none; }

.gform_fields .gfield.gsection {
  padding-top: 120px;
  width: 100%;
  clear: both; }
  .gform_fields .gfield.gsection.no-top-border {
    border-top: none;
    padding-top: 0; }

.gform_fields {
  display: grid;
  grid-gap: var(--grid-gap); }
  .gform_fields .gfield .gfield_required {
    display: none; }
  .gform_fields .gfield .gfield_label:not(legend) {
    margin: 0;
    padding: 0;
    opacity: 0;
    line-height: 0; }
    .gform_fields .gfield .gfield_label:not(legend) + div.ginput_container {
      margin-top: 0; }
  .gform_fields .gfield .ginput_container.ginput_recaptcha {
    margin: 0; }
    .gform_fields .gfield .ginput_container.ginput_recaptcha .grecaptcha-badge {
      position: absolute;
      visibility: hidden; }
    .gform_fields .gfield .ginput_container.ginput_recaptcha + .gfield_description {
      padding-top: 0; }
  .gform_fields fieldset.gfield {
    border: none;
    margin: 0;
    padding: 0; }
    .gform_fields fieldset.gfield legend.gfield_label {
      margin: 0; }
    .gform_fields fieldset.gfield .gfield_radio .gchoice label:before,
    .gform_fields fieldset.gfield .gfield_radio .gchoice label:after {
      border-radius: 50%; }
    .gform_fields fieldset.gfield .gchoice {
      position: relative; }
      .gform_fields fieldset.gfield .gchoice + .gchoice {
        margin-top: .5em; }
      .gform_fields fieldset.gfield .gchoice input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        margin: 0;
        height: 0%;
        width: 0%; }
        .gform_fields fieldset.gfield .gchoice input:checked + label:after {
          -webkit-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1); }
      .gform_fields fieldset.gfield .gchoice label {
        display: block;
        line-height: 1;
        padding-left: 26px;
        cursor: pointer; }
        .gform_fields fieldset.gfield .gchoice label:after {
          content: "";
          display: block;
          height: 10px;
          width: 10px;
          position: absolute;
          left: 9px;
          top: .5em;
          -webkit-transform: translate(-50%, -50%) scale(0);
                  transform: translate(-50%, -50%) scale(0);
          border: 5px solid;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
          transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
          transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
          transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .gform_fields fieldset.gfield .gchoice label:before {
          content: "";
          display: block;
          height: 18px;
          width: 18px;
          position: absolute;
          left: 0;
          top: .5em;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          border: 2px solid;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }

input[type=text],
input[type=url],
input[type=email],
input[type=search],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select {
  display: block;
  color: var(--color-dark);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  padding: 0;
  text-indent: 0;
  border-radius: 0;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
  body[data-background="light"] input[type=text], body[data-background="light"]
  input[type=url], body[data-background="light"]
  input[type=email], body[data-background="light"]
  input[type=search], body[data-background="light"]
  input[type=tel], body[data-background="light"]
  input[type=number], body[data-background="light"]
  input[type=password], body[data-background="light"]
  textarea, body[data-background="light"]
  select {
    color: var(--color-dark);
    border-color: var(--color-dark); }
  body[data-background="dark"] input[type=text], body[data-background="dark"]
  input[type=url], body[data-background="dark"]
  input[type=email], body[data-background="dark"]
  input[type=search], body[data-background="dark"]
  input[type=tel], body[data-background="dark"]
  input[type=number], body[data-background="dark"]
  input[type=password], body[data-background="dark"]
  textarea, body[data-background="dark"]
  select {
    color: var(--color-light);
    border-color: var(--color-light); }
  input[type=text]:focus,
  input[type=url]:focus,
  input[type=email]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  textarea:focus,
  select:focus {
    outline: none;
    text-align: left;
    border: none;
    border-bottom: 1px solid;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 -moz-mac-focusring; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .25em top 50%, 0 0;
  background-size: 10px auto, 100%; }
  body[data-background="light"] select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%); }
  body[data-background="dark"] select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23F0F2F1%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23F0F2F1%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, transparent 0%, transparent 100%); }
  select::-ms-expand {
    display: none; }

#searchform input[type="submit"] {
  background-color: #888; }
  #searchform input[type="submit"]:hover, #searchform input[type="submit"]:active, #searchform input[type="submit"]:focus {
    outline: none;
    background-color: #7a7a7a; }

.gfield_radio li {
  font-size: 1em; }
  .gfield_radio li input:checked + label {
    color: #000000; }

.gfield_checkbox li {
  font-size: 1em; }
  .gfield_checkbox li input:checked + label {
    color: #000000; }

.ui-datepicker {
  width: 216px;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
          box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.gfield_list td.gfield_list_cell input {
  width: 100%; }

.gfield_required {
  color: red; }

.validation_error {
  background: red;
  color: #F0F2F1;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px solid transparent;
  padding: 0;
  margin-top: 0;
  clear: both;
  width: 100%; }

.gfield_description.validation_message {
  padding: 0 !important;
  margin-top: 0 !important; }

.gform_submission_error,
.gform_wrapper ol.validation_list,
.gform_wrapper ol.validation_list li a,
.gform_wrapper div.gfield_description.validation_error,
.gform_wrapper .validation_message,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gf_submission_limit_message,
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: red !important; }

.gform_wrapper li.gfield.gfield_creditcard_warning,
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea {
  border: 1px solid transparent; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  background-color: transparent; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-web-regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/founders-grotesk-web-regular.eot?#iefix") format("embedded-opentype"), url("fonts/founders-grotesk-web-regular.woff2") format("woff2"), url("fonts/founders-grotesk-web-regular.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-web-medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/founders-grotesk-web-medium.eot?#iefix") format("embedded-opentype"), url("fonts/founders-grotesk-web-medium.woff2") format("woff2"), url("fonts/founders-grotesk-web-medium.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-web-semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/founders-grotesk-web-semibold.eot?#iefix") format("embedded-opentype"), url("fonts/founders-grotesk-web-semibold.woff2") format("woff2"), url("fonts/founders-grotesk-web-semibold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

@font-face {
  font-family: 'BwGradual-Black';
  src: url("fonts/3B2B6F_0_0.eot");
  src: url("fonts/3B2B6F_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3B2B6F_0_0.woff2") format("woff2"), url("fonts/3B2B6F_0_0.woff") format("woff"), url("fonts/3B2B6F_0_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*********************
UNITS
*********************/
/* 4.85%;   /* grid_1  */
/* 13.45%;  /* grid_2  */
/* 22.05%;  /* grid_3  */
/* 30.75%;  /* grid_4  */
/* 39.45%;  /* grid_5  */
/* 48%;     /* grid_6  */
/* 56.75%;  /* grid_7  */
/* 65.4%;  /* grid_8  */
/* 74.05%; /* grid_9  */
/* 82.7%;  /* grid_10 */
/* 91.35%;  /* grid_11 */
/* 100%;    /* grid_12 */
/* 8.333%; 	/* grid_1  */
/* 16.666%;	/* grid_2  */
/* 25%;    	/* grid_3  */
/* 33.333%;	/* grid_4  */
/* 41.666%;	/* grid_5  */
/* 50%;    	/* grid_6  */
/* 58.333%;	/* grid_7  */
/* 66.666%;	/* grid_8  */
/* 75%;    	/* grid_9  */
/* 83.333%;	/* grid_10 */
/* 91.666%;	/* grid_11 */
/* 100%;   	/* grid_12 */
/*********************
TOOLS
*********************/
.callout {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }

.contact {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .contact-content_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .contact-content_wrap {
        grid-column-end: span 4; } }
  .contact-details_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--grid-gap); }
    .contact-details_wrap:not(:first-child) {
      margin-top: 75px; }
  .contact-details_col p {
    margin: 0; }
  body[data-background="light"] .contact-details_col a {
    color: var(--color-dark); }
  body[data-background="dark"] .contact-details_col a {
    color: var(--color-light); }
  .contact-details_title {
    grid-column-end: span 2; }
  .contact-details_label {
    font-weight: 500; }
  .contact-map {
    grid-column-end: span 6;
    height: 36vw;
    min-height: 320px;
    background: var(--color-light);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 19" fill="rgba(255,255,255,.6)"><path d="M23.9 11.1c0-3.8-1-5.3-4-5.3-1.7 0-3.5 1.2-4.5 2.6-.4-1.8-2-2.6-3.7-2.6-2 0-3.5 1.2-4.6 2.8V5.9c-2.3 0-4.7.3-7.1.3v.6h1.4V18H0v.6h8.2V18h-.7v-7.9c0-1 .5-2.3 1.4-2.3.9 0 .8 1.1.8 2.4V18h-.8v.6h7.6V18h-.8v-7.7c0-1.2.5-2.5 1.3-2.5 1.1 0 .9 1.8.9 2.5V18h-.8v.6h8.3V18H24v-6.9zm104.7-4.3h.4v-.6h-6v.6h.6c1.2 0 1.6 1.3.7 2.1l-1.6 1.4-2.5-3.6h1.3v-.5h-9.9v.6h1.2l4.6 6.6c-1.7 1.7-3.4 3.8-5.8 4.6v.6h6.6V18h-.7c-.7 0-1.9-.4-1.9-1.2 0-.5.4-1 .9-1.5l1.3-1.3 2.8 4h-1.1v.6h9.4V18h-.9l-4.9-7 3.6-3.2c.7-.7 1.5-1 1.9-1zm-18 .5c-1.5-1.1-3.5-1.5-5.5-1.5s-4 .4-5.5 1.5c-1 .7-1.8 1.8-2.2 3-.6-2.4-2.3-4.5-5.1-4.5-1.6 0-2.7.7-3.7 1.9V0c-1.9.1-4.1.4-7.6.4V1h1.4v17h-1.6v-7.5c0-2.7-1.1-4.7-4.2-4.7-1.9 0-3.6 1-4.6 2.5V0c-2.6.1-5.1.4-7.7.4V1h1.4v12.4c-2 3.2-3.4 4.5-5.5 4.5-2.7 0-2.9-2.2-3-4.3-.3-6.6.7-7.1 2.9-7.1.3 0 1.6.2 1.6.7 0 .2-.3.3-.4.3-1.2.6-1.9 1.3-1.9 2.7 0 1.5 1.3 2.7 2.8 2.7 1.7 0 2.9-1.2 2.9-2.9 0-2.1-1.5-4.3-6.5-4.3-4 0-8.2 2.1-8.2 6.6 0 1.1.2 2.1.7 2.9-.3 1-.8 2-1.7 2-.8 0-.7-.8-.7-1.3V6.5h2.9v-.6h-2.9V1.3h-.5C46.6 4 44 5.9 40.8 5.9v.6h1.5v8.2c0 .6 0 1.1.1 1.5-.6.6-.8.9-1.3.9-.3 0-.4-.3-.4-.6v-7c0-2-1.1-2.7-2.8-3.1-1.5-.4-3.6-.6-4.9-.6-5.8 0-6.5 1.7-6.5 2.9 0 1.5 1.6 2.1 2.9 2.1 1.4 0 3.5-.3 3.5-2.1 0-1.2-1-1.5-1-1.8 0-.2.6-.3 1-.3 1.2 0 1.5.4 1.5 1.6v3.4h-1.3c-1 0-2.1.1-3.1.2-3.6.5-4.6 2.3-4.6 4 0 2.3 2.1 3.2 4.1 3.2 1.9 0 3.8-.4 5.1-1.8.7 1.5 1.8 1.8 3.3 1.8 1.4 0 3.2-.5 4.5-2 .4 1.5 1.4 2 3.7 2 2.7 0 4.6-.7 5.4-2.9 1.3 1.8 3.8 2.9 6.8 2.9 2.7 0 5.1-.8 7.4-4.2V18h-1.4v.6h8.6V18H72v-5.6c0-4.4 1.1-4.7 1.6-4.7 1.1 0 .9 1.8.9 2.6V18h-.9v.6h14.7v-2c.9 1.7 2 2.4 3.9 2.4 2.9 0 4.6-2 5.2-4.5.4 1.1 1.1 2.1 2 2.8 1.5 1.3 3.7 1.7 5.8 1.7 2.1 0 4.3-.4 5.8-1.7 1.5-1.3 2.3-3.1 2.3-5.1-.1-1.8-1.1-3.8-2.7-4.9zM33 17.4c-1 0-1-1.4-1-2.2 0-1.2-.2-3.1 1.4-3.1h.9v2.6c.1 1.1.2 2.7-1.3 2.7zm58-7.2v4.1c0 2.5-.3 3.1-1 3.1-.8 0-1.4-1.2-1.4-3.1v-4.1c0-1.8.6-2.8 1.5-2.8s.9 1.2.9 2.8zm14.1 8.2c-1.3 0-1.3-1-1.3-2v-8c0-.9.1-2 1.3-2s1.2 1.1 1.2 2v7.9c0 1.1.2 2.1-1.2 2.1z"/></svg>');
    background-size: auto 19px;
    background-repeat: no-repeat;
    background-position: center center; }
    .contact-map:before {
      content: "Loading...";
      color: rgba(240, 242, 241, 0.6);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 20px);
              transform: translate(-50%, 20px); }
    .contact-map.lazyload {
      opacity: 1; }
      .contact-map.lazyload > div {
        opacity: 0; }
    @media (min-width: 768px) {
      .contact-map {
        grid-column-end: span 8;
        margin-left: var(--module-padding);
        min-height: 400px;
        max-height: 480px; }
        .contact-map:first-child {
          grid-column-end: span 12;
          margin-left: 0; } }
    .contact-map > div {
      opacity: 1;
      -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .contact-map div {
      position: static; }
    .contact-map .gmap_marker {
      height: 7px;
      width: 7px;
      background: var(--color-dark);
      border: 13px solid var(--color-green);
      border-radius: 50%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }

.curated_posts {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .curated_posts-wrap {
    grid-auto-flow: dense;
    grid-auto-rows: 70vw;
    overflow: hidden;
    min-height: 70vw;
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 895px) {
      .curated_posts-wrap {
        grid-template-columns: repeat(6, 1fr); } }
    @media (min-width: 896px) {
      .curated_posts-wrap {
        grid-auto-rows: 22.22vw;
        min-height: 22.22vw; } }
    .curated_posts-wrap.loading_work {
      opacity: 0; }
  .curated_posts-link_wrap {
    margin-top: 24px; }
    @media (min-width: 896px) {
      .curated_posts-link_wrap {
        margin-top: 64px; } }
  .curated_posts-item {
    grid-column-end: span 6; }
    @media (max-width: 895px) {
      .curated_posts-item.format-1_1, .curated_posts-item.format-2_2 {
        grid-row-end: span 1; }
      .curated_posts-item.format-1_2 {
        grid-row-end: span 2; } }
    @media (min-width: 896px) {
      .curated_posts-item {
        grid-column-end: span 4; }
        .curated_posts-item.format-1_2, .curated_posts-item.format-2_2 {
          grid-row-end: span 2; }
        .curated_posts-item.format-2_2 {
          grid-column-end: span 8; } }
    .curated_posts-item > a {
      display: block;
      height: 100%;
      width: 100%; }
    .curated_posts-item .bg_image {
      border-radius: 12px; }
  .curated_posts-title_wrap {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    @media (max-width: 767px) {
      .curated_posts-title_wrap {
        margin-left: 20px; } }
    @media (min-width: 768px) {
      .curated_posts-title_wrap {
        overflow: hidden; }
        .curated_posts-title_wrap .pill_wrap {
          background: var(--color-green);
          opacity: 0;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%);
          overflow: hidden;
          -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
          transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s, opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
          .curated_posts-title_wrap .pill_wrap > .curated_posts-title {
            -webkit-transform: translateY(150%) scaleY(2.5);
                    transform: translateY(150%) scaleY(2.5);
            -webkit-transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s;
            transition: all 0s cubic-bezier(0.25, 0.1, 0.25, 1) 0.25s; }
        a:hover .curated_posts-title_wrap .pill_wrap {
          -webkit-transform: translateX(0%);
                  transform: translateX(0%);
          opacity: 1;
          -webkit-transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0s linear 0s;
          transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 0s linear 0s; }
          a:hover .curated_posts-title_wrap .pill_wrap > .curated_posts-title {
            opacity: 1;
            -webkit-transform: translateY(0%) scaleY(1);
                    transform: translateY(0%) scaleY(1);
            -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
            transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s; } }
    @media (min-width: 896px) {
      .curated_posts-title_wrap {
        bottom: auto;
        right: auto;
        top: 20px;
        left: 20px;
        margin-right: 20px; } }
    @media (min-width: 1440px) {
      .curated_posts-title_wrap {
        top: 40px;
        left: 40px;
        margin-right: 40px; } }
  .curated_posts-category_wrap {
    margin: -15px 0 20px; }
    @media (min-width: 896px) {
      .curated_posts-category_wrap {
        margin: -60px 0 30px; } }
  .curated_posts-category_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0;
    padding: 0; }
  .curated_posts-list_item {
    margin: 0 30px 0 0; }
    .curated_posts-list_item:last-child {
      margin: 0; }
    .curated_posts-list_item a {
      position: relative;
      text-decoration: none;
      opacity: 0.4;
      -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
      @media (min-width: 768px) {
        .curated_posts-list_item a {
          font-size: 24px; }
          .curated_posts-list_item a:hover, .curated_posts-list_item a:active, .curated_posts-list_item a:focus {
            opacity: 1; }
            .curated_posts-list_item a:hover:after, .curated_posts-list_item a:active:after, .curated_posts-list_item a:focus:after {
              -webkit-transform: scaleX(1);
                      transform: scaleX(1); } }
      .curated_posts-list_item a:after {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 1px solid;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .curated_posts-list_item.active_item a {
      opacity: 1; }
      .curated_posts-list_item.active_item a:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }

.google_map {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .google_map-content_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .google_map-content_wrap {
        grid-column-end: span 4; } }
  .google_map-details_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--grid-gap); }
  .google_map-details_col p {
    margin: 0; }
  body[data-background="light"] .google_map-details_col a {
    color: var(--color-dark); }
  body[data-background="dark"] .google_map-details_col a {
    color: var(--color-light); }
  .google_map-details_label {
    font-weight: 500; }
  .google_map-map {
    grid-column-end: span 6;
    height: 33.33vw;
    min-height: 320px;
    max-height: 400px;
    background: #959595;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 19" fill="rgba(255,255,255,.6)"><path d="M23.9 11.1c0-3.8-1-5.3-4-5.3-1.7 0-3.5 1.2-4.5 2.6-.4-1.8-2-2.6-3.7-2.6-2 0-3.5 1.2-4.6 2.8V5.9c-2.3 0-4.7.3-7.1.3v.6h1.4V18H0v.6h8.2V18h-.7v-7.9c0-1 .5-2.3 1.4-2.3.9 0 .8 1.1.8 2.4V18h-.8v.6h7.6V18h-.8v-7.7c0-1.2.5-2.5 1.3-2.5 1.1 0 .9 1.8.9 2.5V18h-.8v.6h8.3V18H24v-6.9zm104.7-4.3h.4v-.6h-6v.6h.6c1.2 0 1.6 1.3.7 2.1l-1.6 1.4-2.5-3.6h1.3v-.5h-9.9v.6h1.2l4.6 6.6c-1.7 1.7-3.4 3.8-5.8 4.6v.6h6.6V18h-.7c-.7 0-1.9-.4-1.9-1.2 0-.5.4-1 .9-1.5l1.3-1.3 2.8 4h-1.1v.6h9.4V18h-.9l-4.9-7 3.6-3.2c.7-.7 1.5-1 1.9-1zm-18 .5c-1.5-1.1-3.5-1.5-5.5-1.5s-4 .4-5.5 1.5c-1 .7-1.8 1.8-2.2 3-.6-2.4-2.3-4.5-5.1-4.5-1.6 0-2.7.7-3.7 1.9V0c-1.9.1-4.1.4-7.6.4V1h1.4v17h-1.6v-7.5c0-2.7-1.1-4.7-4.2-4.7-1.9 0-3.6 1-4.6 2.5V0c-2.6.1-5.1.4-7.7.4V1h1.4v12.4c-2 3.2-3.4 4.5-5.5 4.5-2.7 0-2.9-2.2-3-4.3-.3-6.6.7-7.1 2.9-7.1.3 0 1.6.2 1.6.7 0 .2-.3.3-.4.3-1.2.6-1.9 1.3-1.9 2.7 0 1.5 1.3 2.7 2.8 2.7 1.7 0 2.9-1.2 2.9-2.9 0-2.1-1.5-4.3-6.5-4.3-4 0-8.2 2.1-8.2 6.6 0 1.1.2 2.1.7 2.9-.3 1-.8 2-1.7 2-.8 0-.7-.8-.7-1.3V6.5h2.9v-.6h-2.9V1.3h-.5C46.6 4 44 5.9 40.8 5.9v.6h1.5v8.2c0 .6 0 1.1.1 1.5-.6.6-.8.9-1.3.9-.3 0-.4-.3-.4-.6v-7c0-2-1.1-2.7-2.8-3.1-1.5-.4-3.6-.6-4.9-.6-5.8 0-6.5 1.7-6.5 2.9 0 1.5 1.6 2.1 2.9 2.1 1.4 0 3.5-.3 3.5-2.1 0-1.2-1-1.5-1-1.8 0-.2.6-.3 1-.3 1.2 0 1.5.4 1.5 1.6v3.4h-1.3c-1 0-2.1.1-3.1.2-3.6.5-4.6 2.3-4.6 4 0 2.3 2.1 3.2 4.1 3.2 1.9 0 3.8-.4 5.1-1.8.7 1.5 1.8 1.8 3.3 1.8 1.4 0 3.2-.5 4.5-2 .4 1.5 1.4 2 3.7 2 2.7 0 4.6-.7 5.4-2.9 1.3 1.8 3.8 2.9 6.8 2.9 2.7 0 5.1-.8 7.4-4.2V18h-1.4v.6h8.6V18H72v-5.6c0-4.4 1.1-4.7 1.6-4.7 1.1 0 .9 1.8.9 2.6V18h-.9v.6h14.7v-2c.9 1.7 2 2.4 3.9 2.4 2.9 0 4.6-2 5.2-4.5.4 1.1 1.1 2.1 2 2.8 1.5 1.3 3.7 1.7 5.8 1.7 2.1 0 4.3-.4 5.8-1.7 1.5-1.3 2.3-3.1 2.3-5.1-.1-1.8-1.1-3.8-2.7-4.9zM33 17.4c-1 0-1-1.4-1-2.2 0-1.2-.2-3.1 1.4-3.1h.9v2.6c.1 1.1.2 2.7-1.3 2.7zm58-7.2v4.1c0 2.5-.3 3.1-1 3.1-.8 0-1.4-1.2-1.4-3.1v-4.1c0-1.8.6-2.8 1.5-2.8s.9 1.2.9 2.8zm14.1 8.2c-1.3 0-1.3-1-1.3-2v-8c0-.9.1-2 1.3-2s1.2 1.1 1.2 2v7.9c0 1.1.2 2.1-1.2 2.1z"/></svg>');
    background-size: auto 19px;
    background-repeat: no-repeat;
    background-position: center center; }
    .google_map-map:before {
      content: "Loading...";
      color: rgba(240, 242, 241, 0.6);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 20px);
              transform: translate(-50%, 20px); }
    .google_map-map.lazyload {
      opacity: 1; }
      .google_map-map.lazyload > div {
        opacity: 0; }
    @media (min-width: 768px) {
      .google_map-map {
        grid-column-end: span 8;
        margin-left: var(--module-padding);
        min-height: 400px;
        max-height: 480px; }
        .google_map-map:first-child {
          grid-column-end: span 12;
          margin-left: 0; } }
    .google_map-map > div {
      opacity: 1;
      -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .google_map-map div {
      position: static; }

.hero {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .hero:first-child {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .hero:first-child {
        margin-top: 90px; } }
    @media (min-width: 1280px) {
      .hero:first-child {
        margin-top: 120px; } }
  .hero-home .hero-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .hero-headline_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .hero-headline_wrap {
        grid-column-end: span 7; } }
  .hero-m {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .hero-m {
        grid-column-end: span 5; } }
    .hero-m img {
      display: none;
      width: 70px; }
      @media (min-width: 768px) {
        .hero-m img {
          display: block;
          margin: 0 0 0 auto; } }

.img_gallery {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .img_gallery-wrap.layout-collage {
    overflow: hidden; }
    @media (min-width: 667px) {
      .img_gallery-wrap.layout-collage {
        grid-auto-rows: 30vw; } }
  .img_gallery-wrap:not(.layout-collage) .bg_image {
    position: relative; }
    .img_gallery-wrap:not(.layout-collage) .bg_image img {
      position: relative;
      -o-object-fit: contain;
         object-fit: contain; }
  .img_gallery-img_wrap {
    grid-column-end: span 3;
    position: relative; }
    @media (max-width: 666px) {
      .img_gallery-img_wrap {
        grid-column-end: span 6;
        grid-row-end: span 1; }
        .img_gallery-img_wrap .bg_image {
          position: relative; }
          .img_gallery-img_wrap .bg_image img {
            position: relative; } }
    @media (min-width: 768px) {
      .img_gallery-img_wrap {
        grid-column-end: span 6; } }
    .layout-col4 .img_gallery-img_wrap {
      grid-column-end: span 3; }
      @media (min-width: 480px) {
        .layout-col4 .img_gallery-img_wrap {
          grid-column-end: span 3; } }
      @media (min-width: 768px) {
        .layout-col4 .img_gallery-img_wrap {
          grid-column-end: span 3; } }
    .layout-col6 .img_gallery-img_wrap {
      grid-column-end: span 2; }
      @media (min-width: 480px) {
        .layout-col6 .img_gallery-img_wrap {
          grid-column-end: span 2; } }
      @media (min-width: 768px) {
        .layout-col6 .img_gallery-img_wrap {
          grid-column-end: span 2; } }
    .img_gallery-img_wrap.layout-2_2 {
      grid-column-end: span 6;
      grid-row-end: span 2; }
      @media (min-width: 768px) {
        .img_gallery-img_wrap.layout-2_2 {
          grid-column-end: span 12; } }
    .img_gallery-img_wrap.layout-1_2 {
      grid-row-end: span 2; }

.media {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }

.process_steps {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .process_steps-wrap {
    grid-row-gap: var(--module-margin); }
  .process_steps-step {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: var(--grid-gap);
    grid-column-end: span 6;
    counter-increment: step; }
    @media (min-width: 480px) {
      .process_steps-step {
        grid-column-start: 2;
        grid-column-end: span 4; } }
    @media (min-width: 667px) {
      .process_steps-step {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-column-start: 1;
        grid-column-end: span 6; } }
    @media (min-width: 768px) {
      .process_steps-step {
        grid-template-columns: repeat(10, 1fr);
        grid-column-start: 2;
        grid-column-end: span 10; } }
  .process_steps-image_wrap {
    grid-column-end: span 6;
    padding-top: 100%; }
    @media (max-width: 666px) {
      .process_steps-image_wrap {
        padding: calc(100% - 60px) 0 0;
        margin: 0 30px; } }
    @media (min-width: 667px) {
      .process_steps-image_wrap {
        grid-row-start: 1;
        grid-column-end: span 2; }
        .img_left .process_steps-image_wrap {
          grid-column-start: 1; }
        .img_right .process_steps-image_wrap {
          grid-column-start: 5; } }
    @media (min-width: 768px) {
      .process_steps-image_wrap {
        grid-column-end: span 3; }
        .img_left .process_steps-image_wrap {
          grid-column-start: 1; }
        .img_right .process_steps-image_wrap {
          grid-column-start: 7; } }
  .process_steps-content_wrap {
    grid-column-end: span 6; }
    @media (min-width: 667px) {
      .process_steps-content_wrap {
        grid-row-start: 1;
        grid-column-end: span 4; }
        .img_left .process_steps-content_wrap {
          grid-column-start: 3;
          padding-left: var(--module-padding); }
        .img_right .process_steps-content_wrap {
          grid-column-start: 1;
          padding-right: var(--module-padding); } }
    @media (min-width: 768px) {
      .process_steps-content_wrap {
        grid-column-end: span 6; }
        .img_left .process_steps-content_wrap {
          grid-column-start: 5; }
        .img_right .process_steps-content_wrap {
          grid-column-start: 1; } }
    @media (min-width: 896px) {
      .process_steps-content_wrap {
        grid-column-end: span 5; }
        .img_left .process_steps-content_wrap {
          grid-column-start: 6; }
        .img_right .process_steps-content_wrap {
          grid-column-start: 1; } }
    .process_steps-content_wrap:before {
      content: counter(step);
      display: block;
      line-height: 0.875;
      margin-bottom: 15px;
      -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
      body[data-background="light"] .process_steps-content_wrap:before {
        color: var(--color-dark); }
      body[data-background="dark"] .process_steps-content_wrap:before {
        color: var(--color-light); }
    .process_steps-content_wrap:nth-child(-n+9):before {
      content: "0" counter(step); }
  .process_steps-title + p {
    margin-top: .5em; }

.services {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .services:first-child {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .services:first-child {
        margin-top: 90px; } }
    @media (min-width: 1280px) {
      .services:first-child {
        margin-top: 120px; } }
  .services-wrap {
    grid-row-gap: 0; }
    @media (min-width: 896px) {
      .services-wrap {
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; } }
  .services-title_wrap {
    grid-column: 1 / span 6;
    margin-bottom: .25em;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (min-width: 896px) {
      .services-title_wrap {
        grid-column: 1 / span 8;
        margin-top: 0;
        opacity: .5; }
        .services-title_wrap.active {
          opacity: 1; } }
  .services-category_description {
    width: 100%;
    grid-column: 1 / span 6;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, margin-bottom 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: max-height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, margin-bottom 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
    .services-category_description:not(.active) {
      max-height: 0px !important;
      margin-bottom: 0; }
    @media (min-width: 896px) {
      .services-category_description {
        grid-column: 9 / span 4;
        grid-row: 1/ span 99;
        max-height: none !important;
        visibility: hidden;
        opacity: 0;
        margin-bottom: 0;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, visibility 0s linear 0.2s;
        transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, visibility 0s linear 0.2s; }
        .services-category_description.active {
          visibility: visible;
          opacity: 1;
          -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, visibility 0s linear 0s;
          transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, visibility 0s linear 0s; } }
  .services-list_title {
    display: none;
    border-bottom: 1px solid; }
    @media (min-width: 896px) {
      .services-list_title {
        display: block;
        padding-bottom: 0.25em;
        margin-bottom: 0.625em; } }
  .services-list {
    margin: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: var(--grid-gap);
       -moz-column-gap: var(--grid-gap);
            column-gap: var(--grid-gap);
    -webkit-column-width: 100px;
       -moz-column-width: 100px;
            column-width: 100px; }
    .services-list li {
      font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
      line-height: 1.33;
      font-weight: 500;
      font-size: 14px;
      margin-bottom: .5em; }
      @media (min-width: 896px) {
        .services-list li {
          font-size: 18px; } }
      @media (min-width: 1280px) {
        .services-list li {
          font-size: 18px; } }

.text_content {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .text_content:first-child {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .text_content:first-child {
        margin-top: 90px; } }
    @media (min-width: 1280px) {
      .text_content:first-child {
        margin-top: 120px; } }
  .text_content-wrap {
    grid-row-gap: 30px; }
    @media (min-width: 768px) {
      .text_content-wrap {
        grid-row-gap: 60px; } }
    @media (min-width: 1136px) {
      .text_content-wrap {
        margin-bottom: 45px; } }
  .text_content-headline_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .text_content-headline_wrap {
        grid-column-start: 2;
        grid-column-end: span 10; }
        .layout-lalign .text_content-headline_wrap {
          grid-column-start: 1;
          grid-column-end: span 4; } }
  .text_content-content_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .text_content-content_wrap {
        grid-column-start: 2;
        grid-column-end: span 10; }
        .layout-lalign .text_content-content_wrap {
          grid-column-start: 5;
          grid-column-end: span 8;
          padding: 0 var(--module-padding); } }
    @media (min-width: 1136px) {
      .text_content-content_wrap {
        grid-column-start: 2;
        grid-column-end: span 10; }
        .layout-default .text_content-content_wrap {
          grid-column-start: 3;
          grid-column-end: span 8; } }
  .text_content-column_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .text_content-column_wrap {
        grid-column-start: 2;
        grid-column-end: span 10;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: calc(var(--grid-gap) + var(--module-padding) + var(--module-padding));
           -moz-column-gap: calc(var(--grid-gap) + var(--module-padding) + var(--module-padding));
                column-gap: calc(var(--grid-gap) + var(--module-padding) + var(--module-padding)); } }
  .text_content-column_item {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .text_content-column_item {
        display: table;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid-column;
        margin-bottom: 45px; } }
    @media (min-width: 1136px) {
      .text_content-column_item {
        margin-bottom: 75px; } }
  .text_content-item_title + p {
    margin-top: .25em; }

.tout {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .tout-headline_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .tout-headline_wrap {
        grid-column-end: span 8; } }
  .tout-content_wrap {
    grid-column-end: span 6; }
  .tout-link_wrap {
    grid-column-end: span 6;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .tout-link_wrap {
        grid-column-end: span 8; } }

.video {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .video:first-child {
    margin-top: -62px; }
    @media (max-width: 767px) {
      .video:first-child {
        background: var(--color-dark); } }
    @media (min-width: 896px) {
      .video:first-child {
        margin-top: -86px; } }
    @media (min-width: 1280px) {
      .video:first-child {
        margin-top: -86px; } }
    .video:first-child .video_wrap {
      height: 60vh;
      margin-right: var(--module-padding-inv);
      margin-left: var(--module-padding-inv);
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .video:first-child .video_wrap {
          height: 100vh; } }
      @media (max-width: 767px) {
        .video:first-child .video_wrap .video-video_embed iframe {
          height: 100% !important;
          width: 100% !important; } }
  .video-video_wrap {
    width: auto;
    grid-column: 1 / span 6; }
    @media (min-width: 768px) {
      .video-video_wrap {
        grid-column: 1 / span 12; } }
  .video-video_embed {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
    .video-video_embed iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media (min-aspect-ratio: 16 / 9) {
      .video-video_embed iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw; } }
    @media (max-aspect-ratio: 16 / 9) {
      .video-video_embed iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh; } }

.error404 .entry_content {
  text-align: center; }

.error404-image img {
  margin: 0; }

.news_hero {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .news_hero:first-child {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .news_hero:first-child {
        margin-top: 90px; } }
    @media (min-width: 1280px) {
      .news_hero:first-child {
        margin-top: 120px; } }
  @media (min-width: 768px) {
    .news_hero-wrap {
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; } }
  .news_hero-headline_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .news_hero-headline_wrap {
        grid-column-end: span 9; } }
  @media (min-width: 768px) {
    .news_hero-headline {
      display: inline-block; } }
  .news_hero-date_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .news_hero-date_wrap {
        grid-column-end: span 3;
        text-align: right; } }
  @media (min-width: 768px) {
    .news_hero-date {
      display: inline-block; } }

.news_content {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .news_content .media_block {
    grid-column-end: span 6;
    margin: 0; }
    @media (min-width: 768px) {
      .news_content .media_block {
        grid-column-end: span 12; } }
  .news_content .entry_content {
    grid-column-end: span 6;
    margin: var(--grid-gap) 0; }
    @media (min-width: 768px) {
      .news_content .entry_content {
        grid-column-end: span 8;
        grid-column-start: 3; } }
  .news_content .callout_block {
    grid-column-end: span 6;
    margin: var(--grid-gap) 0; }
    @media (min-width: 768px) {
      .news_content .callout_block {
        grid-column-end: span 8;
        grid-column-start: 3; } }

.news_featured {
  padding: 0 var(--module-padding);
  margin: 30px 0; }
  @media (min-width: 896px) {
    .news_featured {
      margin: 75px 0; } }
  .news_featured-featured_stories {
    grid-column-end: span 6;
    overflow: hidden; }
    @media (min-width: 768px) {
      .news_featured-featured_stories {
        grid-column-end: span 12; } }
    .news_featured-featured_stories .pill_wrap {
      position: absolute;
      top: 20px;
      left: 20px; }
      @media (min-width: 1136px) {
        .news_featured-featured_stories .pill_wrap {
          top: 40px;
          left: 40px; } }
  @media (min-width: 768px) {
    .news_featured-featured {
      height: 56.6vw;
      max-height: calc(100vh - 86px - 75px); } }
  .news_featured-featured a {
    text-decoration: none; }
  .news_featured-image_wrap {
    display: block;
    height: 100%;
    width: 100%; }
    @media (max-width: 767px) {
      .news_featured-image_wrap {
        height: 56.6vw;
        max-height: calc(100vh - 86px - 75px); } }
  .news_featured-content_wrap {
    padding: 30px var(--module-padding);
    border-top-right-radius: 20px;
    overflow: hidden;
    -webkit-transition: background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 767px) {
      .news_featured-content_wrap {
        margin-top: -20px; } }
    @media (min-width: 768px) {
      .news_featured-content_wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(50% - var(--module-padding));
        min-width: 400px;
        max-width: 600px; } }
    @media (min-width: 896px) {
      .news_featured-content_wrap {
        border-top-right-radius: 40px; } }
    body[data-background="light"] .news_featured-content_wrap {
      background-color: var(--color-dark); }
      body[data-background="light"] .news_featured-content_wrap * {
        color: var(--color-light); }
    body[data-background="dark"] .news_featured-content_wrap {
      background-color: var(--color-light); }
      body[data-background="dark"] .news_featured-content_wrap * {
        color: var(--color-dark); }
    .news_featured-content_wrap p {
      margin: .5em 0 0; }
  .news_featured-title {
    line-height: 1.2; }
    body[data-background="light"] .news_featured-title a, body[data-background="light"] .news_featured-title a:visited {
      color: var(--color-light); }
    body[data-background="dark"] .news_featured-title a, body[data-background="dark"] .news_featured-title a:visited {
      color: var(--color-dark); }

.news_posts {
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .news_posts-wrap {
    grid-row-gap: 45px; }
  .news_posts-pagination {
    margin-top: 45px; }
  .news_posts-item {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .news_posts-item {
        grid-column-end: span 4; } }
  .news_posts-image_wrap {
    position: relative;
    display: block;
    padding-bottom: 56.25%; }
  .news_posts-content_wrap {
    margin-top: 20px; }
    .animated .news_posts-content_wrap {
      opacity: 0;
      -webkit-transform: translateY(60px);
              transform: translateY(60px);
      will-change: opacity, transform;
      -webkit-transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1.25s;
      transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1.25s;
      transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.25s;
      transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.25s, -webkit-transform 1.25s; }
    .animated.animate .news_posts-content_wrap {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
    .news_posts-content_wrap p {
      margin: .5em 0 0; }
  .news_posts-title {
    line-height: 1.2; }
    body[data-background="light"] .news_posts-title a, body[data-background="light"] .news_posts-title a:visited {
      color: var(--color-dark); }
    body[data-background="dark"] .news_posts-title a, body[data-background="dark"] .news_posts-title a:visited {
      color: var(--color-light); }

.playlist_hero {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .playlist_hero:first-child {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .playlist_hero:first-child {
        margin-top: 45px; } }
    @media (min-width: 1280px) {
      .playlist_hero:first-child {
        margin-top: 60px; } }
  .playlist_hero-headline {
    font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
    font-size: 42.5vw;
    line-height: 22.25vw;
    padding-bottom: 4.625vw;
    text-indent: -2vw;
    font-weight: 400;
    text-align: center;
    white-space: nowrap; }

.playlist {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .playlist-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px; }
    @media (min-width: 768px) {
      .playlist-wrap {
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 90px; } }
    @media (min-width: 1440px) {
      .playlist-wrap {
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 120px; } }
  .playlist-block_wrap {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .playlist-block_id {
    font-size: 20px;
    font-weight: 400;
    text-box: trim-both cap alphabetic;
    padding: 12px;
    margin: 0;
    position: absolute;
    top: 10.002px;
    left: 10.002px;
    background: var(--color-light);
    color: var(--color-dark) !important; }

.work_hero {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .work_hero:first-child {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .work_hero:first-child {
        margin-top: 90px; } }
    @media (min-width: 1280px) {
      .work_hero:first-child {
        margin-top: 120px; } }
  .work_hero-wrap {
    grid-row-gap: var(--module-margin); }
  .work_hero-headline_wrap {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .work_hero-headline_wrap {
        grid-column-end: span 12;
        text-align: center; } }
  .work_hero-image_wrap {
    width: auto;
    grid-column-end: span 6;
    overflow: hidden;
    margin: 0 var(--module-padding-inv); }
    @media (min-width: 768px) {
      .work_hero-image_wrap {
        grid-column-end: span 12; } }
  .work_hero-image {
    position: relative; }
    .work_hero-image img {
      position: relative;
      z-index: 0; }
    .work_hero-image iframe,
    .work_hero-image video {
      width: 100%;
      max-width: none;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }

.work_info {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .work_info-column {
    grid-column-end: span 6; }
    .work_info-column ul, .work_info-column p {
      margin: 20px 0; }
      .work_info-column ul a, .work_info-column p a {
        text-decoration: underline; }
        body[data-background="light"] .work_info-column ul a, body[data-background="light"] .work_info-column p a {
          color: var(--color-dark); }
        body[data-background="dark"] .work_info-column ul a, body[data-background="dark"] .work_info-column p a {
          color: var(--color-light); }
      .work_info-column ul:last-child, .work_info-column p:last-child {
        margin-bottom: 0; }
    .work_info-column_title {
      font-weight: 400; }
    .work_info-column li a {
      text-decoration: none; }
      .work_info-column li a:after {
        content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.79 35.79">  <polygon points="4.24 35.79 0 31.55 25.55 6 2.12 6 2.12 0 35.79 0 35.79 33.67 29.79 33.67 29.79 10.24 4.24 35.79"/></svg>');
        display: inline-block;
        height: .65em;
        width: .65em;
        margin-left: .4em; }
    .work_info-column li + li {
      margin-top: .2em; }
  .work_info-project_desc {
    grid-column-end: span 6; }
    @media (min-width: 768px) {
      .work_info-project_desc {
        grid-column-end: span 7; } }
    .work_info-project_desc :first-child {
      margin-top: 0; }
    .work_info-project_desc p {
      font-family: "FoundersGrotesk", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
      font-weight: 400;
      -webkit-transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: color 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
      @media (min-width: 1136px) {
        .work_info-project_desc p {
          font-size: 48px;
          line-height: 56px; } }
      @media (min-width: 1440px) {
        .work_info-project_desc p {
          font-size: 56px;
          line-height: 61px; } }
  .work_info-project_services {
    grid-column-end: span 3; }
    @media (min-width: 768px) {
      .work_info-project_services {
        grid-column: 9 / span 2; } }
  .work_info-project_awards {
    grid-column-end: span 3; }
    @media (min-width: 768px) {
      .work_info-project_awards {
        grid-column-end: span 2; } }

.work_content {
  width: 100%;
  padding: 0 var(--module-padding);
  margin: var(--module-margin) 0; }
  .work_content .entry_content {
    width: 100%;
    margin: var(--module-margin) auto; }
    @media (min-width: 768px) {
      .work_content .entry_content {
        max-width: 896px; } }

@-webkit-keyframes glbMarquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes glbMarquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

.GLB-scrolling_banner {
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  padding: 0;
  margin: -2px var(--module-padding-inv) 0; }
  .GLB-scrolling_banner.onload {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    -webkit-transition: -webkit-transform 0.65s var(--ease);
    transition: -webkit-transform 0.65s var(--ease);
    transition: transform 0.65s var(--ease);
    transition: transform 0.65s var(--ease), -webkit-transform 0.65s var(--ease); }
    .GLB-scrolling_banner.onload .GLB-scrolling_banner-wrap:before {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: -webkit-transform 1s var(--ease);
      transition: -webkit-transform 1s var(--ease);
      transition: transform 1s var(--ease);
      transition: transform 1s var(--ease), -webkit-transform 1s var(--ease); }
    .GLB-scrolling_banner.onload:not(.module-1) {
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
      .GLB-scrolling_banner.onload:not(.module-1) .GLB-scrolling_banner-wrap:before {
        -webkit-transition-delay: .5s;
                transition-delay: .5s; }
    .GLB-scrolling_banner.onload.animate {
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh); }
      .GLB-scrolling_banner.onload.animate .GLB-scrolling_banner-wrap:before {
        -webkit-transform: translateY(0%);
                transform: translateY(0%); }
  .GLB-scrolling_banner-wrap {
    overflow: hidden; }
  .GLB-scrolling_banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: .425em 0;
    white-space: nowrap;
    line-height: 1;
    margin: 0;
    font-size: 67px; }
    @media (min-width: 1024px) {
      .GLB-scrolling_banner-text {
        font-size: 120px; } }
    @media (min-width: desktop-plusultra) {
      .GLB-scrolling_banner-text {
        font-size: 188px; } }
    .GLB-scrolling_banner-text > span {
      will-change: transform;
      display: block;
      visibility: visible;
      padding: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
      .GLB-scrolling_banner-text > span > span {
        display: block;
        visibility: visible;
        will-change: transform;
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-animation: glbMarquee 15s linear infinite;
                animation: glbMarquee 15s linear infinite; }
        .right_scroll .GLB-scrolling_banner-text > span > span {
          animation-direction: reverse; }
        .GLB-scrolling_banner-text > span > span svg {
          display: block;
          height: 1em;
          line-height: 1;
          margin-right: .625em; }

.GLB-flavor {
  --dark: #000000;
  --light: #F1EFE1;
  --yellow: #FFC100;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  padding: 0;
  margin: 0;
  background: var(--yellow); }
  .GLB-flavor-scene_wrap {
    margin: 0; }
    @media (max-width: 767px) {
      .GLB-flavor-scene_wrap.explore_scene {
        overflow: hidden; } }
  .GLB-flavor-scene {
    -webkit-transform: none !important;
            transform: none !important; }
    @media (min-width: 768px) {
      .car_scene .GLB-flavor-scene {
        height: 100lvh; } }
  .GLB-flavor-headline_wrap {
    height: 100lvh;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: center; }
    @media (max-width: 767px) {
      .GLB-flavor-headline_wrap {
        height: 150lvh;
        -webkit-clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0% 100%);
                clip-path: polygon(0% -1%, 100% -1%, 100% 100%, 0% 100%); } }
    @media (min-width: 768px) {
      .GLB-flavor-headline_wrap {
        padding: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .GLB-flavor-headline {
    width: 100%; }
    @media (max-width: 767px) {
      .GLB-flavor-headline {
        position: absolute;
        height: 100%;
        padding: var(--margin) var(--padding) 0;
        overflow: hidden; } }
  .GLB-flavor-headline_script {
    display: block;
    margin: 0 auto 4vw;
    font-size: 0;
    color: transparent;
    width: 40vw; }
    .GLB-flavor-headline_script svg {
      fill: var(--dark);
      overflow: visible; }
      .GLB-flavor-headline_script svg #car_n {
        fill: transparent; }
      .GLB-flavor-headline_script svg #car_e {
        fill: transparent; }
      .GLB-flavor-headline_script svg #car_w {
        fill: transparent; }
      .GLB-flavor-headline_script svg #car_n-stroke,
      .GLB-flavor-headline_script svg #car_e-stroke,
      .GLB-flavor-headline_script svg #car_w-stroke {
        stroke: var(--dark);
        stroke-width: 10vw;
        stroke-dasharray: 100;
        stroke-dashoffset: 0;
        will-change: stroke-dashoffset;
        -webkit-transition: stroke-dashoffset 1.2s var(--ease) 0s;
        transition: stroke-dashoffset 1.2s var(--ease) 0s; }
        @media (min-width: 768px) {
          .GLB-flavor-headline_script svg #car_n-stroke,
          .GLB-flavor-headline_script svg #car_e-stroke,
          .GLB-flavor-headline_script svg #car_w-stroke {
            stroke-width: 2.5vw; }
            .GLB-flavor-headline_wrap:not(.animate) .GLB-flavor-headline_script svg #car_n-stroke, .GLB-flavor-headline_wrap:not(.animate)
            .GLB-flavor-headline_script svg #car_e-stroke, .GLB-flavor-headline_wrap:not(.animate)
            .GLB-flavor-headline_script svg #car_w-stroke {
              stroke-dashoffset: 100; } }
      .GLB-flavor-headline_script svg #car_n-stroke {
        -webkit-transition: stroke-dashoffset 1s var(--ease) 0s;
        transition: stroke-dashoffset 1s var(--ease) 0s; }
      .GLB-flavor-headline_script svg #car_e-stroke {
        -webkit-transition: stroke-dashoffset 0.8s var(--ease) 0.3s;
        transition: stroke-dashoffset 0.8s var(--ease) 0.3s; }
      .GLB-flavor-headline_script svg #car_w-stroke {
        -webkit-transition: stroke-dashoffset 0.8s var(--ease) 0.5s;
        transition: stroke-dashoffset 0.8s var(--ease) 0.5s; }
  .GLB-flavor-headline_sans {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .GLB-flavor-headline_sans {
        margin-bottom: 16px; } }
    .GLB-flavor-headline_sans svg {
      display: block;
      width: 100%; }
      .GLB-flavor-headline_sans svg g {
        opacity: 1;
        -webkit-transition: 0.1s var(--ease) 0s;
        transition: 0.1s var(--ease) 0s; }
        @media (min-width: 768px) {
          .GLB-flavor-headline_wrap:not(.animate) .GLB-flavor-headline_sans svg g {
            opacity: 0; } }
      @media (min-width: 768px) {
        .GLB-flavor-headline_sans svg .flavor_f {
          -webkit-transition-delay: .97s;
                  transition-delay: .97s; }
        .GLB-flavor-headline_sans svg .flavor_l {
          -webkit-transition-delay: 1.04s;
                  transition-delay: 1.04s; }
        .GLB-flavor-headline_sans svg .flavor_a {
          -webkit-transition-delay: 1.11s;
                  transition-delay: 1.11s; }
        .GLB-flavor-headline_sans svg .flavor_v {
          -webkit-transition-delay: 1.18s;
                  transition-delay: 1.18s; }
        .GLB-flavor-headline_sans svg .flavor_o {
          -webkit-transition-delay: 1.25s;
                  transition-delay: 1.25s; }
        .GLB-flavor-headline_sans svg .flavor_r {
          -webkit-transition-delay: 1.32s;
                  transition-delay: 1.32s; } }
  @media (max-width: 767px) {
    .GLB-flavor-car {
      display: block;
      position: absolute;
      height: 100lvh;
      width: 100%;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .GLB-flavor-car {
      display: contents; } }
  .GLB-flavor-car_wrap {
    position: absolute;
    z-index: 2;
    width: 45%; }
    @media (max-width: 767px) {
      .GLB-flavor-car_wrap {
        position: -webkit-sticky;
        position: sticky;
        height: 0px;
        width: 100%;
        top: 0%;
        bottom: auto; }
        .GLB-flavor-car_wrap picture {
          position: absolute;
          width: 140%;
          top: 50lvh;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    @media (min-width: 768px) {
      .GLB-flavor-car_wrap {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0%, 25%);
                transform: translate(0%, 25%); }
        .GLB-flavor-car_wrap picture {
          grid-column: 1 / span 1;
          grid-row: 1 / span 1;
          position: relative;
          width: 140%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }

.no_margins {
  margin: 0 !important; }

:root {
  --color-dark: #000000;
  --color-light: #F0F2F1;
  --color-primary: #000000;
  --color-accent: #000000;
  --color-green: #a3fc95;
  --module-padding: 16px;
  --module-margin: 30px;
  --module-padding-inv: -16px;
  --module-margin-inv: -30px;
  --grid-gap: 20px;
  --grid-gap-inv: -20px; }
  @media (min-width: 667px) {
    :root {
      --module-padding: 20px;
      --module-padding-inv: -20px; } }
  @media (min-width: 768px) {
    :root {
      --module-padding: 30px;
      --module-padding-inv: -30px; } }
  @media (min-width: 896px) {
    :root {
      --module-margin: 90px;
      --module-margin-inv: -90px;
      --grid-gap: 24px;
      --grid-gap-inv: -24px; } }
  @media (min-width: 1136px) {
    :root {
      --module-padding: 60px;
      --module-padding-inv: -60px; } }

.dark_bg {
  background: #000000; }

.light_bg {
  background: #F0F2F1; }

.primary_bg {
  background: #000000; }

.accent_bg {
  background: #000000; }

.green_bg {
  background: #a3fc95; }

.dark_txt {
  color: #000000; }

.light_txt {
  color: #F0F2F1; }

.primary_txt {
  color: #000000; }

.accent_txt {
  color: #000000; }

.green_txt {
  color: #a3fc95; }

.dark_fill {
  fill: #000000; }

.light_fill {
  fill: #F0F2F1; }

.primary_fill {
  fill: #000000; }

.accent_fill {
  fill: #000000; }

.green_fill {
  fill: #a3fc95; }

hr[data-bg] {
  position: absolute;
  background: transparent;
  color: transparent;
  visibility: hidden;
  padding: 0;
  margin: 0;
  pointer-events: none; }

.margin2x {
  --module-margin: 80px;
  --module-margin-inv: -80px; }
  @media (min-width: 896px) {
    .margin2x {
      --module-margin: 180px;
      --module-margin-inv: -180px; } }

.top_margin-2x,
.bottom_margin-2x {
  --option-margin: 80px; }
  @media (min-width: 896px) {
    .top_margin-2x,
    .bottom_margin-2x {
      --option-margin: 180px; } }

.top_margin-1x,
.bottom_margin-1x {
  --option-margin: 30px; }
  @media (min-width: 896px) {
    .top_margin-1x,
    .bottom_margin-1x {
      --option-margin: 90px; } }

.top_margin-halfx,
.bottom_margin-halfx {
  --option-margin: 15px; }
  @media (min-width: 896px) {
    .top_margin-halfx,
    .bottom_margin-halfx {
      --option-margin: 45px; } }

.top_margin-none,
.bottom_margin-none {
  --option-margin: 0px; }
  @media (min-width: 896px) {
    .top_margin-none,
    .bottom_margin-none {
      --option-margin: 0px; } }

[class*="top_margin-"] {
  margin-top: var(--option-margin); }

[class*="bottom_margin-"] {
  margin-bottom: var(--option-margin); }

.media_block {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: var(--grid-gap);
  height: auto;
  width: auto;
  margin: var(--grid-gap) 0; }
  .media_block .bg_image {
    position: relative;
    border-radius: 12px; }
    .media_block .bg_image > img {
      position: relative; }
  .media_block.no_gap {
    grid-gap: 0; }
  .media_block-image {
    position: relative; }
    @media (max-width: 666px) {
      .media_block-image {
        grid-column-end: span 2; } }
    .media_block-image:first-child {
      grid-row-end: span 2; }
      .layout-full .media_block-image:first-child {
        grid-column-end: span 2; }
      .layout-rstack .media_block-image:first-child,
      .layout-grid .media_block-image:first-child {
        grid-row-end: span 1; }
      .placement-fullw .media_block-image:first-child,
      .placement-shiftl .media_block-image:first-child {
        margin-left: var(--module-padding-inv); }
        .placement-fullw .media_block-image:first-child .media_asset,
        .placement-shiftl .media_block-image:first-child .media_asset {
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px; }
      .placement-fullw.layout-full .media_block-image:first-child,
      .placement-shiftr.layout-full .media_block-image:first-child {
        margin-right: var(--module-padding-inv); }
        .placement-fullw.layout-full .media_block-image:first-child .media_asset,
        .placement-shiftr.layout-full .media_block-image:first-child .media_asset {
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px; }
    .media_block-image:nth-child(2) .animated {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .layout-2col .media_block-image:nth-child(2) {
      grid-row-end: span 2; }
    .layout-rstack .media_block-image:nth-child(2) {
      grid-row-end: span 2; }
    .placement-fullw .media_block-image:nth-child(2),
    .placement-shiftr .media_block-image:nth-child(2) {
      margin-right: var(--module-padding-inv); }
    .layout-2col .media_block-image:nth-child(3) {
      grid-row-end: span 2; }
    .placement-fullw.layout-rstack .media_block-image:nth-child(3),
    .placement-shiftl.layout-rstack .media_block-image:nth-child(3),
    .placement-fullw.layout-grid .media_block-image:nth-child(3),
    .placement-shiftl.layout-grid .media_block-image:nth-child(3) {
      margin-left: var(--module-padding-inv); }
    .placement-fullw.layout-lstack .media_block-image:nth-child(3),
    .placement-shiftr.layout-lstack .media_block-image:nth-child(3) {
      margin-right: var(--module-padding-inv); }
    .media_block-image:nth-child(4) .animated {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .placement-fullw .media_block-image:nth-child(4),
    .placement-shiftr .media_block-image:nth-child(4) {
      margin-right: var(--module-padding-inv); }

.media_asset {
  border-radius: 12px; }
  .media_asset.animated {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    will-change: opacity, transform;
    -webkit-transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1.25s;
    transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1.25s;
    transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.25s;
    transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.25s, -webkit-transform 1.25s; }
    .media_asset.animated.animate {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
  .media_asset img,
  .media_asset iframe,
  .media_asset video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .media_asset iframe,
  .media_asset video {
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.callout_block:not(.linked),
.callout_block > a {
  display: grid;
  grid-template-columns: .35fr .65fr;
  grid-gap: var(--grid-gap);
  padding: 0 var(--grid-gap);
  text-decoration: none; }

.callout_block.dark_txt {
  --callout-text: var(--color-dark);
  --callout-link: var(--color-light); }

.callout_block.light_txt {
  --callout-text: var(--color-light);
  --callout-link: var(--color-dark); }

.callout_block-image_wrap {
  grid-column: 1 / span 1; }
  .placement-top .callout_block-image_wrap {
    -ms-flex-item-align: start;
        align-self: start; }
  .placement-center .callout_block-image_wrap {
    -ms-flex-item-align: center;
        align-self: center; }
  .placement-bottom .callout_block-image_wrap {
    -ms-flex-item-align: end;
        align-self: end; }

.callout_block-content_wrap {
  grid-column: 2 / span 1;
  padding: 2em 0; }
  .callout_block-content_wrap .entry_content {
    margin: 0; }
    .callout_block-content_wrap .entry_content * {
      color: var(--callout-text); }
    .callout_block-content_wrap .entry_content p {
      margin: .5em 0; }

.callout_block-headline {
  line-height: 1.2; }

.callout_block-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  padding: 0 2em;
  margin: 1.5em 0;
  border-radius: 1.5em;
  background: var(--callout-text);
  color: var(--callout-link) !important;
  text-decoration: none !important;
  z-index: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .callout_block-link:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2);
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      -webkit-animation: buttonHover 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
              animation: buttonHover 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); } }
  .callout_block-link:before {
    content: "";
    display: block;
    width: 120%;
    padding-bottom: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    z-index: -1;
    background: var(--callout-link); }

.mediatext_block {
  margin: var(--module-margin) 0; }
  .mediatext_block-wrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-auto-flow: dense;
    grid-gap: var(--grid-gap);
    height: auto;
    width: auto;
    margin: var(--grid-gap) 0; }
    @media (min-width: 896px) {
      .mediatext_block-wrap {
        grid-template-columns: 8fr 4fr;
        grid-template-rows: 4fr 6fr; } }
    .layout-rfeat .mediatext_block-wrap {
      grid-template-columns: 3fr 1fr; }
      @media (min-width: 896px) {
        .layout-rfeat .mediatext_block-wrap {
          grid-template-columns: 4fr 8fr; } }
  .mediatext_block .bg_image {
    position: relative;
    border-radius: 12px; }
    .mediatext_block .bg_image > img {
      position: relative; }
  .mediatext_block-headline {
    font-weight: 400;
    margin-bottom: 15px; }
    @media (min-width: 896px) {
      .mediatext_block-headline {
        grid-column-end: span 2;
        margin-bottom: 45px; } }
  .mediatext_block-image {
    position: relative; }
    @media (max-width: 895px) {
      .mediatext_block-image.main_img {
        grid-column-end: span 2; } }
    @media (min-width: 896px) {
      .mediatext_block-image.main_img {
        grid-row-end: span 2; }
        .layout-rfeat .mediatext_block-image.main_img {
          grid-column-start: 2; } }
    @media (max-width: 895px) {
      .mediatext_block-image.side_img:nth-child(2):last-child {
        grid-column-end: span 2; }
      .layout-rfeat .mediatext_block-image.side_img {
        grid-column-start: 2; } }
    .mediatext_block-image.side_img .animated {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
  @media (max-width: 895px) {
    .mediatext_block-text:last-child {
      grid-column-end: span 2; } }

.slider_block {
  margin: var(--module-margin) var(--module-padding-inv);
  overflow: hidden; }
  .slider_block-wrap {
    overflow: auto;
    padding: 0 var(--module-padding);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    /* Prevent text selection during drag */ }
    .slider_block-wrap::-webkit-scrollbar {
      width: 0;
      display: none; }
  .slider_block-track {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
  .slider_block .bg_image {
    border-radius: 12px; }
    .slider_block .bg_image > img {
      position: relative; }
  .slider_block-slide {
    width: 70vw;
    min-width: 70vw;
    max-width: 70vw; }
    .slider_block-slide:not(:last-child) {
      margin-right: var(--grid-gap); }
  .slider_block-image {
    position: relative;
    padding-bottom: 60%; }

@media print {
  /******************************************************************
Site Name:
Author: cosme@cos.codes

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
