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

/**
 * 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,
.strong {
  font-weight: bold; }

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * 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.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  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 */
  -moz-box-sizing: content-box;
  -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; }

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Stylesheet: Variables
******************************************************************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
@font-face {
  font-family: "Minimal-Mono";
  src: url("../fonts/Minimal-Mono-Black.otf") format("opentype");
  font-weight: normal; }

@font-face {
  font-family: "Klamp205";
  src: url("../fonts/Klamp205-Heavy.otf") format("opentype");
  font-weight: normal; }

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans18pt-Regular.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans18pt-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans18pt-Italic.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans18pt-Bold.ttf") format("truetype");
  font-weight: bold; }

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans18pt-Black.ttf") format("truetype");
  font-weight: 900; }

@font-face {
  font-family: "DM Mono";
  src: url("../fonts/DMMono-Regular.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: "DM Mono";
  src: url("../fonts/DMMono-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "DM Mono";
  src: url("../fonts/DMMono-Italic.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: "Minimal-Mono";
  src: url("../fonts/Minimal-Mono-Black.otf") format("opentype");
  font-weight: normal; }

.minimal-mono {
  font-family: "Minimal-Mono", "Courier New", Courier, monospace; }

.dm-sans {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.dm-mono, .main-nav li .sub-menu-1 li .sub-menu-2 li a {
  font-family: "DM Mono", "Courier New", Courier, monospace !important; }

.sans-serif {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.serif {
  font-family: Georgia, serif; }

p {
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  hyphenate-lines: 3; }

/******************************************************************
Stylesheet: Form Styles
******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #282829;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  /*max-width: 400px;*/
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #d9d9d9; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #e3e3e3;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #b2b2b2;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #0077ee; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 100px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS41IiBoZWlnaHQ9IjEzLjUiIHZpZXdCb3g9IjAgMCAyNS41IDEzLjUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0Ljc1IDEyLjc1KSByb3RhdGUoMTgwKSI+PHBhdGggZD0iTTAsMTIuNzVhLjc0OC43NDgsMCwwLDEtLjUzLS4yMi43NS43NSwwLDAsMSwwLTEuMDYxbDEyLTEyYS43NS43NSwwLDAsMSwxLjA2MSwwLC43NS43NSwwLDAsMSwwLDEuMDYxbC0xMiwxMkEuNzQ4Ljc0OCwwLDAsMSwwLDEyLjc1WiIgZmlsbD0iIzkzNzc1NSIvPjxwYXRoIGQ9Ik0xMiwxMi43NWEuNzQ4Ljc0OCwwLDAsMS0uNTMtLjIybC0xMi0xMkEuNzUuNzUsMCwwLDEtLjUzLS41My43NS43NSwwLDAsMSwuNTMtLjUzbDEyLDEyQS43NS43NSwwLDAsMSwxMiwxMi43NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyKSIgZmlsbD0iIzkzNzc1NSIvPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 97.5% center; }

/*********************
GENERAL STYLES
*********************/
html {
  position: relative; }

body {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  font-size: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #282829;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1900px) {
    body {
      font-size: 120%; } }
  body.has-menu-open {
    overflow: hidden; }

.has-brand-1-background-color,
.has-brand-1-background,
.background-brand-1-color {
  background-color: #282829; }

.has-brand-1-background-color.transparent-9,
.has-brand-1-background.transparent-9,
.background-brand-1-color.transparent-9 {
  background-color: rgba(40, 40, 41, 0.9); }

.has-brand-1-color,
.color-brand-1 {
  color: #282829; }

p.has-brand-1-color a {
  color: inherit; }

.button-wrap.brand-1-color a, .button-wrap.button-brand-1-color a {
  color: #282829; }

.has-brand-2-background-color,
.has-brand-2-background,
.background-brand-2-color {
  background-color: #828d50; }

.has-brand-2-background-color.transparent-9,
.has-brand-2-background.transparent-9,
.background-brand-2-color.transparent-9 {
  background-color: rgba(130, 141, 80, 0.9); }

.has-brand-2-color,
.color-brand-2 {
  color: #828d50; }

p.has-brand-2-color a {
  color: inherit; }

.button-wrap.brand-2-color a, .button-wrap.button-brand-2-color a {
  color: #828d50; }

.has-brand-3-background-color,
.has-brand-3-background,
.background-brand-3-color {
  background-color: #939597; }

.has-brand-3-background-color.transparent-9,
.has-brand-3-background.transparent-9,
.background-brand-3-color.transparent-9 {
  background-color: rgba(147, 149, 151, 0.9); }

.has-brand-3-color,
.color-brand-3 {
  color: #939597; }

p.has-brand-3-color a {
  color: inherit; }

.button-wrap.brand-3-color a, .button-wrap.button-brand-3-color a {
  color: #939597; }

.has-brand-4-background-color,
.has-brand-4-background,
.background-brand-4-color {
  background-color: #c7c0aa; }

.has-brand-4-background-color.transparent-9,
.has-brand-4-background.transparent-9,
.background-brand-4-color.transparent-9 {
  background-color: rgba(199, 192, 170, 0.9); }

.has-brand-4-color,
.color-brand-4 {
  color: #c7c0aa; }

p.has-brand-4-color a {
  color: inherit; }

.button-wrap.brand-4-color a, .button-wrap.button-brand-4-color a {
  color: #c7c0aa; }

.has-brand-5-background-color,
.has-brand-5-background,
.background-brand-5-color {
  background-color: #c25839; }

.has-brand-5-background-color.transparent-9,
.has-brand-5-background.transparent-9,
.background-brand-5-color.transparent-9 {
  background-color: rgba(194, 88, 57, 0.9); }

.has-brand-5-color,
.color-brand-5 {
  color: #c25839; }

p.has-brand-5-color a {
  color: inherit; }

.button-wrap.brand-5-color a, .button-wrap.button-brand-5-color a {
  color: #c25839; }

.has-brand-6-background-color,
.has-brand-6-background,
.background-brand-6-color {
  background-color: #ace3ef; }

.has-brand-6-background-color.transparent-9,
.has-brand-6-background.transparent-9,
.background-brand-6-color.transparent-9 {
  background-color: rgba(172, 227, 239, 0.9); }

.has-brand-6-color,
.color-brand-6 {
  color: #ace3ef; }

p.has-brand-6-color a {
  color: inherit; }

.button-wrap.brand-6-color a, .button-wrap.button-brand-6-color a {
  color: #ace3ef; }

.has-brand-7-background-color,
.has-brand-7-background,
.background-brand-7-color {
  background-color: #fdd041; }

.has-brand-7-background-color.transparent-9,
.has-brand-7-background.transparent-9,
.background-brand-7-color.transparent-9 {
  background-color: rgba(253, 208, 65, 0.9); }

.has-brand-7-color,
.color-brand-7 {
  color: #fdd041; }

p.has-brand-7-color a {
  color: inherit; }

.button-wrap.brand-7-color a, .button-wrap.button-brand-7-color a {
  color: #fdd041; }

@media (max-width: 766px) {
  .transparent-mobile {
    background: none !important; } }

@media (min-width: 767px) {
  .absolute-overlay {
    position: absolute !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.has-brand-white-color {
  color: white !important; }

.has-brand-brand-1-color {
  color: #282829; }

.has-brand-white-background {
  background-color: white; }

.has-brand-brand-1-background {
  background-color: #282829; }

.title-text-shadow {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25); }

.anim {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }
  .anim.anim-long {
    -webkit-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0s, transform 2s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0s, transform 2s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0s, transform 2s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 2s cubic-bezier(0, 0, 0.2, 1) 0s; }
  .anim.anim-short {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 0.8s cubic-bezier(0, 0, 0.2, 1) 0s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0s; }
  .anim.active {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0s; }

.content-wrap {
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: opacity 1.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 1.3s cubic-bezier(0, 0, 0.2, 1) 0s; }
  .content-wrap.disabled {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s; }

.full-width {
  width: 100vw;
  -webkit-transform: translateX(-11px);
  -ms-transform: translateX(-11px);
  transform: translateX(-11px); }

.no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (min-width: 767px) {
    .no-shrink {
      min-width: 37.5em; } }

.wp-block-uagb-container h1,
.wp-block-uagb-container h2,
.wp-block-uagb-container h3,
.wp-block-uagb-container h4,
.wp-block-uagb-container h5,
.wp-block-uagb-container h6,
.wp-block-uagb-container p,
.wp-block-uagb-container .button-wrap,
.wp-block-uagb-container hr:not(.is-style-wide),
.wp-block-uagb-container figure,
.wp-block-uagb-container .wp-block-uagb-buttons,
.wp-block-uagb-container .wp-block-button,
.wp-block-uagb-container .wp-block-uagb-faq,
.wp-block-uagb-container .td-table,
.wp-block-uagb-container .td-table-2,
.wp-block-uagb-container li,
.wp-block-uagb-container header,
.anim h1,
.anim h2,
.anim h3,
.anim h4,
.anim h5,
.anim h6,
.anim p,
.anim .button-wrap,
.anim hr:not(.is-style-wide),
.anim figure,
.anim .wp-block-uagb-buttons,
.anim .wp-block-button,
.anim .wp-block-uagb-faq,
.anim .td-table,
.anim .td-table-2,
.anim li,
.anim header {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0.2s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.wp-block-uagb-container.in-view h1,
.wp-block-uagb-container.in-view h2,
.wp-block-uagb-container.in-view h3,
.wp-block-uagb-container.in-view h4,
.wp-block-uagb-container.in-view h5,
.wp-block-uagb-container.in-view h6,
.wp-block-uagb-container.in-view p,
.wp-block-uagb-container.in-view ul,
.wp-block-uagb-container.in-view ol,
.wp-block-uagb-container.in-view li,
.wp-block-uagb-container.in-view .button-wrap,
.wp-block-uagb-container.in-view hr:not(.is-style-wide),
.wp-block-uagb-container.in-view figure,
.wp-block-uagb-container.in-view .wp-block-uagb-buttons,
.wp-block-uagb-container.in-view .wp-block-button,
.wp-block-uagb-container.in-view .wp-block-uagb-faq,
.wp-block-uagb-container.in-view .td-table,
.wp-block-uagb-container.in-view .td-table-2,
.wp-block-uagb-container.in-view header,
.anim.in-view h1,
.anim.in-view h2,
.anim.in-view h3,
.anim.in-view h4,
.anim.in-view h5,
.anim.in-view h6,
.anim.in-view p,
.anim.in-view ul,
.anim.in-view ol,
.anim.in-view li,
.anim.in-view .button-wrap,
.anim.in-view hr:not(.is-style-wide),
.anim.in-view figure,
.anim.in-view .wp-block-uagb-buttons,
.anim.in-view .wp-block-button,
.anim.in-view .wp-block-uagb-faq,
.anim.in-view .td-table,
.anim.in-view .td-table-2,
.anim.in-view header {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.parallax {
  -webkit-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  opacity: 0; }
  .parallax.active {
    opacity: 1; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap-full {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto -10px auto; }

.wrap {
  width: 95%;
  display: block;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .wrap {
      width: 90%; } }

.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*********************
TEXT STYLES
*********************/
a,
a:visited {
  text-decoration: none;
  white-space: normal;
  -webkit-tap-highlight-color: transparent; }
  a:not(.button):focus,
  a:visited:not(.button):focus {
    outline: none; }

p {
  text-rendering: optimizelegibility;
  line-height: 150%;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 20px;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: normal;
  -webkit-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: color 0.25s cubic-bezier(0, 0, 0.2, 1); }
  p a {
    color: inherit;
    text-decoration: none;
    color: #c25839; }
    p a:hover {
      color: #c25839; }

.wp-block-buttons,
.button-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  margin-top: 1em; }
  .wp-block-buttons.aligncenter, .wp-block-buttons.is-content-justification-center,
  .button-wrap.aligncenter,
  .button-wrap.is-content-justification-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (min-width: 767px) {
    .wp-block-buttons,
    .button-wrap {
      margin-bottom: 0em;
      margin-top: 0em; } }
  .wp-block-buttons.nowrap a,
  .button-wrap.nowrap a {
    white-space: nowrap !important; }
  .wp-block-buttons a,
  .button-wrap a {
    font-family: "DM Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    display: inline-block;
    background-color: #282829;
    color: white;
    padding: 0.75em 2em 0.75em 1.5em;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%); }
    .wp-block-buttons a strong,
    .button-wrap a strong {
      font-weight: 400; }
    .wp-block-buttons a:hover,
    .button-wrap a:hover {
      background-color: #fdd041 !important;
      color: #282829 !important;
      -webkit-animation: arrow-bump 1s ease;
      animation: arrow-bump 1s ease; }
  .wp-block-buttons a.has-brand-1-color,
  .button-wrap a.has-brand-1-color {
    color: #282829 !important; }
    .wp-block-buttons a.has-brand-1-color:hover,
    .button-wrap a.has-brand-1-color:hover {
      color: #282829 !important; }
  .wp-block-buttons a.has-brand-1-background-color,
  .button-wrap a.has-brand-1-background-color {
    background-color: #282829 !important; }
  .wp-block-buttons a.has-brand-2-color,
  .button-wrap a.has-brand-2-color {
    color: #828d50 !important; }
    .wp-block-buttons a.has-brand-2-color:hover,
    .button-wrap a.has-brand-2-color:hover {
      color: #828d50 !important; }
  .wp-block-buttons a.has-brand-2-background-color,
  .button-wrap a.has-brand-2-background-color {
    background-color: #828d50 !important; }
  .wp-block-buttons a.has-brand-3-color,
  .button-wrap a.has-brand-3-color {
    color: #939597 !important; }
    .wp-block-buttons a.has-brand-3-color:hover,
    .button-wrap a.has-brand-3-color:hover {
      color: #939597 !important; }
  .wp-block-buttons a.has-brand-3-background-color,
  .button-wrap a.has-brand-3-background-color {
    background-color: #939597 !important; }
  .wp-block-buttons a.has-brand-4-color,
  .button-wrap a.has-brand-4-color {
    color: #c7c0aa !important; }
    .wp-block-buttons a.has-brand-4-color:hover,
    .button-wrap a.has-brand-4-color:hover {
      color: #c7c0aa !important; }
  .wp-block-buttons a.has-brand-4-background-color,
  .button-wrap a.has-brand-4-background-color {
    background-color: #c7c0aa !important; }
  .wp-block-buttons a.has-brand-5-color,
  .button-wrap a.has-brand-5-color {
    color: #c25839 !important; }
    .wp-block-buttons a.has-brand-5-color:hover,
    .button-wrap a.has-brand-5-color:hover {
      color: #c25839 !important; }
  .wp-block-buttons a.has-brand-5-background-color,
  .button-wrap a.has-brand-5-background-color {
    background-color: #c25839 !important; }
  .wp-block-buttons a.has-brand-6-color,
  .button-wrap a.has-brand-6-color {
    color: #ace3ef !important; }
    .wp-block-buttons a.has-brand-6-color:hover,
    .button-wrap a.has-brand-6-color:hover {
      color: #ace3ef !important; }
  .wp-block-buttons a.has-brand-6-background-color,
  .button-wrap a.has-brand-6-background-color {
    background-color: #ace3ef !important; }
  .wp-block-buttons a.has-brand-7-color,
  .button-wrap a.has-brand-7-color {
    color: #fdd041 !important; }
    .wp-block-buttons a.has-brand-7-color:hover,
    .button-wrap a.has-brand-7-color:hover {
      color: #282829 !important; }
  .wp-block-buttons a.has-brand-7-background-color,
  .button-wrap a.has-brand-7-background-color {
    background-color: #fdd041 !important; }
  .wp-block-buttons a.has-white-color,
  .button-wrap a.has-white-color {
    color: white !important; }
  .wp-block-buttons a.has-white-background-color,
  .button-wrap a.has-white-background-color {
    background-color: white; }

@-webkit-keyframes arrow-bump {
  0% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); }
  20% {
    -webkit-transform: translateX(0px) scale(1.02);
    transform: translateX(0px) scale(1.02); }
  100% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); } }

@keyframes arrow-bump {
  0% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); }
  20% {
    -webkit-transform: translateX(0px) scale(1.02);
    transform: translateX(0px) scale(1.02); }
  100% {
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1); } }

.wp-block-separator {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  height: 0.8px;
  border: 0; }
  .wp-block-separator.is-style-wide {
    margin: 40px auto;
    overflow: visible; }
    .wp-block-separator.is-style-wide:before {
      content: "";
      position: absolute;
      display: block;
      width: calc(100% + 40px) !important;
      -webkit-transform: translateX(-20px) !important;
      -ms-transform: translateX(-20px) !important;
      transform: translateX(-20px) !important;
      height: 1px;
      height: 0.8px;
      background-color: inherit; }
      @media (min-width: 767px) {
        .wp-block-separator.is-style-wide:before {
          width: calc(100% + 80px) !important;
          -webkit-transform: translateX(-40px) !important;
          -ms-transform: translateX(-40px) !important;
          transform: translateX(-40px) !important; } }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2.h1,
.h2.h1,
.gform_wrapper .gform_heading .h1.gform_title,
#timeline .timeline-content .content-item h2,
h2,
.h2,
.gform_wrapper .gform_heading .gform_title,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-rendering: optimizelegibility;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  text-transform: uppercase; }
  h1.no-margin-bottom,
  .h1.no-margin-bottom,
  .gform_wrapper .gform_heading .no-margin-bottom.h1.gform_title,
  #timeline .timeline-content .content-item h2.no-margin-bottom,
  h2.no-margin-bottom,
  .h2.no-margin-bottom,
  .gform_wrapper .gform_heading .no-margin-bottom.gform_title,
  h3.no-margin-bottom,
  .h3.no-margin-bottom,
  h4.no-margin-bottom,
  .h4.no-margin-bottom,
  h5.no-margin-bottom,
  .h5.no-margin-bottom,
  h6.no-margin-bottom,
  .h6.no-margin-bottom {
    margin-bottom: 0; }
  h1.no-margin-top,
  .h1.no-margin-top,
  .gform_wrapper .gform_heading .no-margin-top.h1.gform_title,
  #timeline .timeline-content .content-item h2.no-margin-top,
  h2.no-margin-top,
  .h2.no-margin-top,
  .gform_wrapper .gform_heading .no-margin-top.gform_title,
  h3.no-margin-top,
  .h3.no-margin-top,
  h4.no-margin-top,
  .h4.no-margin-top,
  h5.no-margin-top,
  .h5.no-margin-top,
  h6.no-margin-top,
  .h6.no-margin-top {
    margin-top: 0; }
  h1 a,
  .h1 a,
  .h2.h1 a,
  .gform_wrapper .gform_heading .h1.gform_title a,
  #timeline .timeline-content .content-item h2 a,
  h2 a,
  .h2 a,
  .gform_wrapper .gform_heading .gform_title a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: color 0.25s cubic-bezier(0, 0, 0.2, 1); }
    h1 a:hover,
    .h1 a:hover,
    .gform_wrapper .gform_heading .h1.gform_title a:hover,
    #timeline .timeline-content .content-item h2 a:hover,
    h2 a:hover,
    .h2 a:hover,
    .gform_wrapper .gform_heading .gform_title a:hover,
    h3 a:hover,
    .h3 a:hover,
    h4 a:hover,
    .h4 a:hover,
    h5 a:hover,
    .h5 a:hover,
    h6 a:hover,
    .h6 a:hover {
      color: #fdd041; }

h1,
.h1,
h2.h1,
.h2.h1,
.gform_wrapper .gform_heading .h1.gform_title,
#timeline .timeline-content .content-item h2 {
  font-size: 2.875em;
  letter-spacing: 0;
  line-height: 80%;
  font-family: "Klamp205", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.04em; }
  @media (min-width: 767px) {
    h1,
    .h1,
    h2.h1,
    .h2.h1,
    .gform_wrapper .gform_heading .h1.gform_title,
    #timeline .timeline-content .content-item h2 {
      font-size: 5em; } }
  @media (min-width: 1030px) {
    h1,
    .h1,
    h2.h1,
    .h2.h1,
    .gform_wrapper .gform_heading .h1.gform_title,
    #timeline .timeline-content .content-item h2 {
      font-size: 7.1875em; } }

h2,
.h2,
.gform_wrapper .gform_heading .gform_title {
  font-size: 1.875em;
  line-height: 102%;
  font-family: "Klamp205", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 767px) {
    h2,
    .h2,
    .gform_wrapper .gform_heading .gform_title {
      font-size: 2.625em; } }
  @media (min-width: 1030px) {
    h2,
    .h2,
    .gform_wrapper .gform_heading .gform_title {
      font-size: 3.125em; } }

h3,
.h3 {
  font-size: 1.875em;
  line-height: 128%;
  font-family: "Klamp205", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  @media (min-width: 767px) {
    h3,
    .h3 {
      font-size: 2.25em; } }

h4,
.h4 {
  font-size: 1.25em;
  line-height: 110%;
  font-family: "Klamp205", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  @media (min-width: 767px) {
    h4,
    .h4 {
      font-size: 1.25em; } }

h5,
.h5 {
  font-size: 1em;
  line-height: 110%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 110%;
  font-size: 1em;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 767px) {
    h5,
    .h5 {
      font-size: 1em; } }

h6,
.h6 {
  font-size: 0.9375em;
  line-height: 110%;
  font-weight: 400;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 767px) {
    h6,
    .h6 {
      font-size: 0.9375em; } }

.title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.subtitle {
  text-transform: uppercase;
  font-family: "DM Mono", "Courier New", Courier, monospace;
  margin-bottom: 0.5em !important; }

.subhead, .uagb-tabs__panel .uagb-tab a div {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 110%;
  font-size: 1em;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.variable-bottom {
  position: relative; }
  .variable-bottom:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 50px;
    background: url("../images/variable-bottom.png") no-repeat center center;
    background-size: 100% 100%;
    pointer-events: none; }
    @media (min-width: 767px) {
      .variable-bottom:after {
        bottom: -50px;
        height: 100px; } }

.variable-bottom-brand-2 {
  position: relative; }
  .variable-bottom-brand-2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 50px;
    background: url("../images/variable-bottom-brand-2.png") no-repeat center center;
    background-size: 100% 100%;
    pointer-events: none; }
    @media (min-width: 767px) {
      .variable-bottom-brand-2:after {
        bottom: -50px;
        height: 100px; } }

.line-height-100 {
  line-height: 100%; }

.has-font-size-small,
.has-small-font-size {
  font-size: 0.875em !important; }

.has-font-size-medium,
.has-medium-font-size {
  font-family: "DM Mono", "Courier New", Courier, monospace;
  font-size: 1em !important; }
  @media (min-width: 767px) {
    .has-font-size-medium,
    .has-medium-font-size {
      font-size: 1em !important; } }

.has-font-size-large, #timeline .timeline-content .content-item p,
.has-large-font-size {
  font-size: 1.625em !important;
  line-height: 105%; }
  @media (min-width: 767px) {
    .has-font-size-large, #timeline .timeline-content .content-item p,
    .has-large-font-size {
      font-size: 2.5em !important; } }

.has-font-size-xlarge,
.has-x-large-font-size {
  font-size: 3.125em !important;
  line-height: 90%; }
  @media (min-width: 767px) {
    .has-font-size-xlarge,
    .has-x-large-font-size {
      font-size: 5.375em !important; } }

.font-serif {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .font-serif p {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-sans-serif {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.flex-wrapper-1 {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: column wrap !important;
  flex-flow: column wrap !important; }
  .flex-wrapper-1 .flex-grow-1 {
    overflow: hidden; }
    .flex-wrapper-1 .flex-grow-1 img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .flex-wrapper-1 .flex-grow-2 {
    -webkit-box-flex: 3 !important;
    -ms-flex-positive: 3 !important;
    flex-grow: 3 !important; }

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

/*********************
HEADER STYLES
*********************/
.header {
  width: 100%;
  z-index: 9998;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  background-color: transparent;
  -webkit-transition: background-color 0s cubic-bezier(0, 0, 0.2, 1) 0s, opacity 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0s cubic-bezier(0, 0, 0.2, 1);
  transition: background-color 0s cubic-bezier(0, 0, 0.2, 1) 0s, opacity 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: background-color 0s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s cubic-bezier(0, 0, 0.2, 1), box-shadow 0s cubic-bezier(0, 0, 0.2, 1);
  transition: background-color 0s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s cubic-bezier(0, 0, 0.2, 1), box-shadow 0s cubic-bezier(0, 0, 0.2, 1);
  transition: background-color 0s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s cubic-bezier(0, 0, 0.2, 1), box-shadow 0s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0s cubic-bezier(0, 0, 0.2, 1); }
  .header.header-light .logo a img.logo-dark {
    position: absolute;
    opacity: 0; }
  .header.header-light .logo a img.logo-light {
    position: relative; }
  .header.header-light .main-nav li:hover a {
    opacity: 0.8; }
  .header.header-light .main-nav li:hover .sub-menu li a {
    opacity: 1; }
  .header.header-light .main-nav li a {
    color: white; }
    .header.header-light .main-nav li a:hover {
      color: #c25839; }
  .header.header-light .main-nav li .sub-menu li a {
    color: inherit; }
    .header.header-light .main-nav li .sub-menu li a:hover {
      color: #c25839; }
  .header.header-light .main-nav li.current_page_ancestor a {
    background: url("../images/halftone-basalt-big.png") repeat right center;
    background-size: 80px auto; }
  .header.header-light .main-nav li.current_page_item a {
    background: url("../images/halftone-basalt-big.png") repeat right center;
    background-size: 80px auto;
    color: #c25839 !important; }
  .header.header-light .main-nav li.current_page_item .sub-menu li.current_page_item a {
    color: #c25839; }
  .header.header-light .main-nav li.current_page_item .sub-menu li:not(.current_page_item) a {
    background: none;
    color: #282829 !important; }
  .header.header-light .main-nav li.current_page_item .sub-menu li a {
    background: none;
    color: inherit; }
    .header.header-light .main-nav li.current_page_item .sub-menu li a:hover {
      color: #c25839 !important; }
  .header.header-light .main-nav li.current_page_item .sub-menu li .sub-menu-2 li a {
    color: #282829; }
    .header.header-light .main-nav li.current_page_item .sub-menu li .sub-menu-2 li a:hover {
      color: #c25839; }
  .header.header-light .menu-button .menu-button-inner {
    background-color: white; }
  .header.header-dark {
    background-color: white; }
    .header.header-dark.bg-transparent {
      background-color: transparent;
      border-bottom: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .header.header-dark .logo a img.logo-dark {
      position: relative; }
    .header.header-dark .logo a img.logo-light {
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
      transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1); }
    .header.header-dark .main-nav li:hover a {
      opacity: 0.8; }
    .header.header-dark .main-nav li:hover .sub-menu li a {
      opacity: 1; }
    .header.header-dark .main-nav li a {
      color: #282829; }
      .header.header-dark .main-nav li a:hover {
        color: #c25839; }
    .header.header-dark .main-nav li.current_page_item a, .header.header-dark .main-nav li.current_page_ancestor a {
      background: url("../images/halftone-basalt-big.png") repeat right center;
      background-size: 80px auto; }
    .header.header-dark .main-nav li.current_page_item .sub-menu li.current_page_item a, .header.header-dark .main-nav li.current_page_ancestor .sub-menu li.current_page_item a {
      background: none;
      color: #c25839; }
    .header.header-dark .main-nav li.current_page_item .sub-menu li.current_page_item .sub-menu li.current_page_item a, .header.header-dark .main-nav li.current_page_ancestor .sub-menu li.current_page_item .sub-menu li.current_page_item a {
      background: none;
      color: #828d50; }
    .header.header-dark .main-nav li.current_page_item .sub-menu li.current_page_item .sub-menu li a, .header.header-dark .main-nav li.current_page_ancestor .sub-menu li.current_page_item .sub-menu li a {
      color: #282829; }
    .header.header-dark .main-nav li.current_page_item .sub-menu li a, .header.header-dark .main-nav li.current_page_ancestor .sub-menu li a {
      color: inherit; }
      .header.header-dark .main-nav li.current_page_item .sub-menu li a:hover, .header.header-dark .main-nav li.current_page_ancestor .sub-menu li a:hover {
        color: #c25839; }
    .header.header-dark .menu-button .menu-button-inner {
      background-color: #828d50; }
  .header.not-at-top {
    background-color: rgba(255, 255, 255, 0.95) !important;
    -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0.1s cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0.1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.1s cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.1s cubic-bezier(0, 0, 0.2, 1);
    transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s, transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-box-shadow 0.1s cubic-bezier(0, 0, 0.2, 1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
    color: #c7c0aa !important; }
    .header.not-at-top .header-inner.desktop {
      padding-top: 0vw; }
    .header.not-at-top .header-inner.mobile {
      padding-top: 2vw;
      padding-bottom: 2vw; }
    .header.not-at-top .site-message {
      max-height: 0;
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
      -webkit-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); }
    .header.not-at-top.header-light .logo a img.logo-dark, .header.not-at-top.header-dark .logo a img.logo-dark {
      position: relative;
      opacity: 1; }
    .header.not-at-top.header-light .logo a img.logo-light, .header.not-at-top.header-dark .logo a img.logo-light {
      position: absolute;
      opacity: 0; }
    .header.not-at-top.header-light .main-nav li a, .header.not-at-top.header-dark .main-nav li a {
      color: #282829; }
      .header.not-at-top.header-light .main-nav li a:hover, .header.not-at-top.header-dark .main-nav li a:hover {
        color: #c25839; }
    .header.not-at-top.header-light .main-nav li .sub-menu-1 li a, .header.not-at-top.header-dark .main-nav li .sub-menu-1 li a {
      color: #282829; }
      .header.not-at-top.header-light .main-nav li .sub-menu-1 li a:hover, .header.not-at-top.header-dark .main-nav li .sub-menu-1 li a:hover {
        color: #c25839; }
    .header.not-at-top .menu-button .menu-button-inner {
      background-color: #282829 !important; }
  .header .site-message {
    background-color: #c25839;
    padding: 0 1.25em;
    max-height: 3.25em;
    -webkit-transition: max-height 0s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0s cubic-bezier(0, 0, 0.2, 1);
    transition: max-height 0s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: max-height 0s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0s cubic-bezier(0, 0, 0.2, 1);
    transition: max-height 0s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0s cubic-bezier(0, 0, 0.2, 1);
    transition: max-height 0s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    display: none; }
    @media (min-width: 1030px) {
      .header .site-message {
        display: block;
        padding: 0 60px; } }
    .header .site-message .site-message-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      text-transform: uppercase;
      max-width: 100%;
      padding: 0.75em 0;
      color: #fff;
      font-size: 1em;
      font-family: "Klamp205", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center;
      gap: 0.2em 0.5em; }
      .header .site-message .site-message-inner a {
        text-decoration: underline;
        color: inherit; }
  .header-inner.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-inner.desktop {
    display: none; }
  .header-inner.mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9997;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    padding: 5vw 6%;
    padding-left: calc(3% + 20px);
    padding-right: calc(3% + 20px); }
    @media (min-width: 767px) {
      .header-inner.mobile {
        padding-left: calc(3% + 40px);
        padding-right: calc(3% + 40px); } }
    @media (min-width: 1030px) {
      .header-inner.mobile {
        display: none; } }
    .header-inner.mobile .header-section {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
    .header-inner.mobile .logo {
      width: 60%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      z-index: 9998;
      padding: 1em 0; }
      .header-inner.mobile .logo.menu-open a img.logo-dark {
        position: absolute;
        opacity: 0; }
      .header-inner.mobile .logo.menu-open a img.logo-light {
        position: relative;
        opacity: 1; }
      .header-inner.mobile .logo.menu-open-logo {
        opacity: 1 !important; }
      .header-inner.mobile .logo a img {
        width: 8.125em; }
        @media (min-width: 767px) {
          .header-inner.mobile .logo a img {
            width: 10em; } }
  .header-inner.desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 9997;
    position: relative;
    padding-top: 4vw;
    padding-left: 6%;
    padding-right: 6%;
    -webkit-transition: padding 0.5s cubic-bezier(0, 0, 0.2, 1), all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: padding 0.5s cubic-bezier(0, 0, 0.2, 1), all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: padding 0.5s cubic-bezier(0, 0, 0.2, 1), all 0.5s cubic-bezier(0, 0, 0.2, 1); }
    @media (min-width: 1030px) {
      .header-inner.desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .header-inner.desktop .header-section {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      height: 100px; }
      .header-inner.desktop .header-section.logo-wrap {
        padding: 1em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .header-inner.desktop .header-section.nav-wrap {
        width: 65vw; }
    .header-inner.desktop .logo {
      width: 60%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      z-index: 9998; }
      .header-inner.desktop .logo.menu-open-logo {
        opacity: 1 !important; }
      .header-inner.desktop .logo a img {
        width: 13.75em; }
    .header-inner.desktop .main-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

/*********************
NAVIGATION STYLES
*********************/
.main-nav-wrap {
  position: relative;
  height: 100px; }

.main-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: inherit;
  text-align: left;
  position: relative;
  height: 100%;
  gap: 1em 0.125em;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1) 0s; }
  @media (min-width: 767px) {
    .main-nav {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .main-nav li {
    height: 100%;
    padding: 30px 0 30px 2.5em;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0.1s;
    transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0.1s;
    -o-transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0.1s;
    transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0.1s;
    transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
    .main-nav li:first-child {
      padding-left: 0; }
    .main-nav li.inactive:hover a {
      opacity: 0.7; }
    .main-nav li.inactive a {
      pointer-events: none; }
    .main-nav li.inactive .sub-menu li a {
      opacity: 1;
      cursor: pointer;
      pointer-events: auto; }
    .main-nav li.menu-item-has-children a::after {
      content: "";
      position: absolute;
      top: calc(100% + 30px - 16.5px);
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 16px solid white;
      z-index: 10;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
      transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1); }
    .main-nav li.menu-item-has-children:hover a::after {
      opacity: 1; }
    .main-nav li:hover .sub-menu-1 {
      opacity: 1;
      visibility: visible;
      -webkit-transition: visibility 0s linear, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, pointer-events 0s linear 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.2, 1) 0.1s;
      transition: visibility 0s linear, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, pointer-events 0s linear 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.2, 1) 0.1s;
      -o-transition: visibility 0s linear, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.35s cubic-bezier(0, 0, 0.2, 1) 0.1s, pointer-events 0s linear 0s;
      transition: visibility 0s linear, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.35s cubic-bezier(0, 0, 0.2, 1) 0.1s, pointer-events 0s linear 0s;
      transition: visibility 0s linear, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.35s cubic-bezier(0, 0, 0.2, 1) 0.1s, pointer-events 0s linear 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.2, 1) 0.1s;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      pointer-events: auto; }
      .main-nav li:hover .sub-menu-1:before {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
      .main-nav li:hover .sub-menu-1 li {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
        .main-nav li:hover .sub-menu-1 li:nth-child(1) {
          -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 0.15s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 0.15s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
        .main-nav li:hover .sub-menu-1 li:nth-child(2) {
          -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
        .main-nav li:hover .sub-menu-1 li:nth-child(3) {
          -webkit-transition: all 0.45s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 0.45s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 0.45s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
        .main-nav li:hover .sub-menu-1 li:nth-child(4) {
          -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
        .main-nav li:hover .sub-menu-1 li:nth-child(5) {
          -webkit-transition: all 0.75s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 0.75s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 0.75s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
        .main-nav li:hover .sub-menu-1 li:nth-child(6) {
          -webkit-transition: all 0.9s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 0.9s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 0.9s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
        .main-nav li:hover .sub-menu-1 li:nth-child(7) {
          -webkit-transition: all 1.05s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 1.05s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 1.05s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
        .main-nav li:hover .sub-menu-1 li:nth-child(8) {
          -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 1.2s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 1.2s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
        .main-nav li:hover .sub-menu-1 li:nth-child(9) {
          -webkit-transition: all 1.35s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 1.35s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 1.35s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
        .main-nav li:hover .sub-menu-1 li:nth-child(10) {
          -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1) 0.1s;
          transition: all 1.5s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
    .main-nav li a {
      position: relative;
      font-size: 1.125em;
      font-family: "Klamp205", "Helvetica Neue", Helvetica, Arial, sans-serif;
      cursor: pointer;
      font-weight: 500;
      text-transform: uppercase;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
      letter-spacing: 0em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.5em;
      background-size: cover; }
    .main-nav li .sub-menu-1 {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, pointer-events 0s linear 0s, -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
      transition: visibility 0s linear 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, pointer-events 0s linear 0s, -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
      -o-transition: visibility 0s linear 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0s, pointer-events 0s linear 0s;
      transition: visibility 0s linear 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0s, pointer-events 0s linear 0s;
      transition: visibility 0s linear 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0s, pointer-events 0s linear 0s, -webkit-transform 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
      text-align: left;
      width: 100%;
      max-width: 60vw;
      right: 0;
      top: 100%;
      padding-top: 1.875em;
      pointer-events: none;
      background-color: rgba(255, 255, 255, 0.8);
      display: block;
      -webkit-columns: 4;
      columns: 4;
      -webkit-column-gap: 2em;
      column-gap: 2em;
      padding: 2em 2em; }
      .main-nav li .sub-menu-1 li {
        text-align: left;
        margin: 0px 0 1em;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s;
        -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s;
        transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0.1s;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        padding: 0; }
        .main-nav li .sub-menu-1 li:last-child {
          border-bottom: none; }
        .main-nav li .sub-menu-1 li a {
          display: block;
          height: auto;
          text-align: left;
          text-transform: none;
          letter-spacing: 0em;
          color: #282829;
          font-family: "Klamp205", "Helvetica Neue", Helvetica, Arial, sans-serif;
          line-height: 100%;
          font-size: 1.125em;
          padding: 0;
          width: auto;
          text-transform: uppercase;
          background: none !important; }
          .main-nav li .sub-menu-1 li a::after {
            display: none; }
          .main-nav li .sub-menu-1 li a:hover {
            color: #282829;
            border-bottom-color: #fdd041 !important;
            background-color: transparent !important;
            border-top-color: transparent !important; }
            .main-nav li .sub-menu-1 li a:hover.current_page_item, .main-nav li .sub-menu-1 li a:hover.current_page_ancestor {
              background-color: transparent !important;
              border-top-color: transparent !important; }
        .main-nav li .sub-menu-1 li .sub-menu-2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
          flex-flow: column wrap;
          position: relative;
          -webkit-columns: 1;
          columns: 1;
          margin-top: 0.75em; }
          .main-nav li .sub-menu-1 li .sub-menu-2 li {
            padding: 0;
            margin: 0.25em 0; }
            .main-nav li .sub-menu-1 li .sub-menu-2 li a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              text-transform: unset;
              font-size: 1em; }
              .main-nav li .sub-menu-1 li .sub-menu-2 li a:before {
                content: "";
                display: inline-block;
                width: 0.625em;
                height: 1.25em;
                background-image: url("../images/nav-arrow-right.svg");
                background-repeat: no-repeat;
                background-position: center center;
                background-size: auto 0.625em;
                margin-right: 0.25em; }

.menu-button {
  width: 2.125em;
  height: 2.75em;
  padding: 0px 0 0px 0px;
  margin-left: auto;
  margin-bottom: 0.4em;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease;
  -o-transition: opacity 0.3s ease, width 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease;
  z-index: 9998;
  position: relative; }
  @media (min-width: 767px) {
    .menu-button {
      width: 2.125em; } }
  @media (min-width: 1030px) {
    .menu-button {
      display: none; } }
  .menu-button.menu-button-dark div {
    background-color: #282829; }
  .menu-button.menu-button-light div {
    background-color: white; }
  .menu-button div.menu-button-inner {
    position: absolute;
    top: 1.5625em;
    height: 1px;
    width: 34px;
    background-color: #828d50;
    -webkit-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease; }
    @media (min-width: 767px) {
      .menu-button div.menu-button-inner {
        width: 40px; } }
    .menu-button div.menu-button-inner a#internal-menu-link {
      position: absolute;
      height: 60px;
      width: 60px;
      left: -10px;
      right: 0;
      top: -25px;
      bottom: 0;
      z-index: 9999;
      cursor: pointer; }
      .menu-button div.menu-button-inner a#internal-menu-link:focus {
        background-color: transparent;
        outline: 0; }
    .menu-button div.menu-button-inner:before {
      content: "";
      width: inherit;
      height: 1px;
      background-color: inherit;
      position: absolute;
      -webkit-transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      top: -7px; }
    .menu-button div.menu-button-inner:after {
      content: "";
      width: inherit;
      -webkit-transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
      height: 1px;
      background-color: inherit;
      position: absolute;
      top: 7px; }
  .menu-button.exit {
    width: 1.875em;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s, width 0.25s ease 0s;
    -o-transition: opacity 0.2s ease 0s, width 0.25s ease 0s;
    transition: opacity 0.2s ease 0s, width 0.25s ease 0s; }
    .menu-button.exit.menu-button-dark div, .menu-button.exit.menu-button-light div {
      background-color: transparent; }
    .menu-button.exit div.menu-button-inner {
      -webkit-transition: background-color 0.1s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: background-color 0.1s cubic-bezier(0, 0, 0.2, 1);
      transition: background-color 0.1s cubic-bezier(0, 0, 0.2, 1);
      background-color: transparent !important; }
      .menu-button.exit div.menu-button-inner:before {
        top: 0px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        -o-transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        background-color: white; }
      .menu-button.exit div.menu-button-inner:after {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        -o-transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        transition: top 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
        background-color: white; }

.mobile-nav-wrap {
  height: 130vh;
  width: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1) 0.3s;
  transition: visibility 0s ease 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1) 0.3s;
  -o-transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1) 0.3s, visibility 0s ease 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1) 0.3s, visibility 0s ease 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1) 0.3s, visibility 0s ease 0.3s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1) 0.3s;
  top: 0;
  left: 0;
  background-color: rgba(40, 40, 41, 0.97);
  visibility: hidden;
  opacity: 0;
  padding-top: 100px;
  padding-bottom: 150px;
  padding-left: calc(3% + 20px);
  padding-right: calc(3% + 20px);
  overflow-y: scroll;
  overflow-x: hidden; }
  .mobile-nav-wrap.open {
    height: 100vh;
    opacity: 1;
    -webkit-transition: visibility 0s ease 0s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: visibility 0s ease 0s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, visibility 0s ease 0s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, visibility 0s ease 0s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, visibility 0s ease 0s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    visibility: visible; }
    .mobile-nav-wrap.open .logo {
      opacity: 1;
      -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
      -o-transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
      transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1) 0.2s; }
    .mobile-nav-wrap.open .mobile-nav {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1) 0.1s;
      -o-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1) 0.1s;
      transition: all 0.25s cubic-bezier(0, 0, 0.2, 1) 0.1s; }
    .mobile-nav-wrap.open .mobile-nav-footer {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s;
      transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s;
      -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s;
      transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s;
      transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s, opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.25s; }
      .mobile-nav-wrap.open .mobile-nav-footer .mobile-nav-social li {
        opacity: 1; }
  .mobile-nav-wrap .mobile-nav {
    position: relative;
    width: 100%;
    padding: 1em 0%;
    margin: 0 auto;
    height: calc(100vh - 200px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    -o-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    opacity: 0; }
    .mobile-nav-wrap .mobile-nav:before {
      content: "";
      position: absolute;
      top: 0;
      left: calc(-3% - 20px);
      right: calc(-3% - 20px);
      height: 1px;
      background-color: white; }
    .mobile-nav-wrap .mobile-nav::-webkit-scrollbar {
      background-color: transparent; }
    .mobile-nav-wrap .mobile-nav::-webkit-scrollbar-track {
      background-color: transparent; }
    .mobile-nav-wrap .mobile-nav::-webkit-scrollbar-thumb {
      background-color: transparent; }
    .mobile-nav-wrap .mobile-nav li {
      width: 100%;
      position: relative;
      margin: 0em 0px 0em 0px;
      padding: 0.75em 0px 0.5em 0px;
      text-align: left; }
      @media (min-width: 767px) {
        .mobile-nav-wrap .mobile-nav li {
          padding: 0.75em 0px 0.75em 0px; } }
      .mobile-nav-wrap .mobile-nav li:not(.menu-item-has-children) .trigger {
        display: none; }
      .mobile-nav-wrap .mobile-nav li a {
        position: relative;
        font-size: 1.125em;
        font-family: "Klamp205", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        text-transform: uppercase;
        -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
        transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: white; }
        @media (min-width: 767px) {
          .mobile-nav-wrap .mobile-nav li a {
            font-size: 1.5em; } }
      .mobile-nav-wrap .mobile-nav li.menu-item-has-children .trigger {
        width: 34px;
        height: 34px;
        position: absolute;
        margin-left: 14px;
        right: 0;
        border-radius: 100%;
        z-index: -1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .mobile-nav-wrap .mobile-nav li.menu-item-has-children .trigger span {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          width: 1em;
          height: 100%;
          position: absolute;
          top: -0.65em;
          right: 0;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
          -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
          transition: all 0.2s cubic-bezier(0, 0, 0.2, 1) 0s;
          background: url("../images/menu-arrow.svg") center center no-repeat;
          background-size: 100% 100%;
          z-index: -1;
          border-radius: 100%;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
        .mobile-nav-wrap .mobile-nav li.menu-item-has-children .trigger.open span {
          top: -0.65em;
          -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
          transform: scaleY(-1); }
      .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu {
        margin-bottom: 0.5em;
        margin-top: 0.75em;
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.2, 1) 0.1s;
        -o-transition: opacity 0.35s cubic-bezier(0, 0, 0.2, 1) 0.1s;
        transition: opacity 0.35s cubic-bezier(0, 0, 0.2, 1) 0.1s;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        background-color: transparent; }
        .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li {
          opacity: 1; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(1) {
            -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(2) {
            -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(3) {
            -webkit-transition: opacity 1.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 1.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 1.5s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(4) {
            -webkit-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(5) {
            -webkit-transition: opacity 2.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 2.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 2.5s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(6) {
            -webkit-transition: opacity 3s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 3s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 3s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(7) {
            -webkit-transition: opacity 3.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 3.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 3.5s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(8) {
            -webkit-transition: opacity 4s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 4s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 4s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(9) {
            -webkit-transition: opacity 4.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 4.5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 4.5s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu.active li:nth-child(10) {
            -webkit-transition: opacity 5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            -o-transition: opacity 5s cubic-bezier(0, 0, 0.2, 1) 0.3s;
            transition: opacity 5s cubic-bezier(0, 0, 0.2, 1) 0.3s; }
        .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li {
          width: 100%;
          opacity: 0;
          border: none;
          margin: 0.15em 0;
          padding: 0.25em 0;
          -webkit-transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
          -o-transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0s;
          transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0s; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li .trigger {
            display: none; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li.current_page_item a {
            color: #c25839; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li.current_page_item .sub-menu li a {
            color: white; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li a {
            position: relative;
            font-size: 1.1em;
            color: white;
            white-space: normal;
            font-weight: 400;
            text-transform: none;
            font-family: "DM Mono", "Courier New", Courier, monospace; }
            @media (min-width: 767px) {
              .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li a {
                font-size: 1.3em; } }
            .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li a:hover, .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li a:focus {
              color: #fdd041; }
          .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li .sub-menu {
            margin-left: 30px; }
            .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li .sub-menu li a {
              font-size: 1em; }
              .mobile-nav-wrap .mobile-nav li.menu-item-has-children .sub-menu li .sub-menu li a:before {
                content: ">";
                display: inline-block;
                width: 0.625em;
                height: 1.25em;
                margin-right: 0.25em; }
      .mobile-nav-wrap .mobile-nav li.current_page_item a, .mobile-nav-wrap .mobile-nav li.current_page_ancestor a {
        color: #c25839; }
      .mobile-nav-wrap .mobile-nav li.current_page_item .sub-menu li.current_page_item a, .mobile-nav-wrap .mobile-nav li.current_page_ancestor .sub-menu li.current_page_item a {
        color: #c25839; }
      .mobile-nav-wrap .mobile-nav li.current_page_item .sub-menu li a, .mobile-nav-wrap .mobile-nav li.current_page_ancestor .sub-menu li a {
        color: white; }
        .mobile-nav-wrap .mobile-nav li.current_page_item .sub-menu li a:hover, .mobile-nav-wrap .mobile-nav li.current_page_ancestor .sub-menu li a:hover {
          color: #c25839; }

/*********************
CONTENT STYLES
*********************/
.hero {
  background-color: #282829;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0s;
  z-index: 9;
  height: 50vh;
  min-height: 350px; }
  @media (min-width: 767px) {
    .hero {
      height: 50vh; } }
  @media (min-width: 1030px) {
    .hero {
      height: 100vh; } }
  .hero:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(128, 128, 128, 0.5)));
    background: -webkit-linear-gradient(top, transparent, rgba(128, 128, 128, 0.5));
    background: -o-linear-gradient(top, transparent, rgba(128, 128, 128, 0.5));
    background: linear-gradient(to bottom, transparent, rgba(128, 128, 128, 0.5));
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: multiply; }
    @media (min-width: 767px) {
      .hero:after {
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0; } }
  .hero .hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    /* Rectangle 704 */ }
    .hero .hero-bg::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.1; }
    .hero .hero-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .hero .hero-line {
    position: absolute;
    top: 3vw;
    left: 3vw;
    right: 3vw;
    bottom: 3vw;
    border: 1px solid white;
    z-index: 3;
    pointer-events: none; }
    @media (min-width: 767px) {
      .hero .hero-line {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 5.625em), 1.25em calc(100% - 3.75em), 0% calc(100% - 1.875em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 5.625em), 1.25em calc(100% - 3.75em), 0% calc(100% - 1.875em)); } }
    @media (max-width: 766px) {
      .hero .hero-line {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 3.5625em), 0.625em calc(100% - 2.625em), 0% calc(100% - 1.6875em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 3.5625em), 0.625em calc(100% - 2.625em), 0% calc(100% - 1.6875em)); } }
    @media (min-width: 1030px) {
      .hero .hero-line {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 7.8125em), 1.25em calc(100% - 5.9375em), 0% calc(100% - 4.0625em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 7.8125em), 1.25em calc(100% - 5.9375em), 0% calc(100% - 4.0625em)); } }
    .hero .hero-line::before {
      content: "";
      position: absolute;
      left: 0;
      width: 3.125em;
      height: 4.375em;
      bottom: 3.6875em;
      background-color: white; }
      @media (min-width: 767px) {
        .hero .hero-line::before {
          bottom: 1.8125em;
          -webkit-clip-path: polygon(-0.0625em 100%, 0 calc(100% - 3.75em), 1.25em calc(100% - 1.875em), 0 100%);
          clip-path: polygon(-0.0625em 100%, 0 calc(100% - 3.75em), 1.25em calc(100% - 1.875em), 0 100%); } }
      @media (max-width: 766px) {
        .hero .hero-line::before {
          width: 2.1875em;
          height: 3.125em;
          bottom: 1.625em;
          -webkit-clip-path: polygon(-0.0625em 100%, 0 calc(100% - 1.875em), 0.625em calc(100% - 0.9375em), 0 100%);
          clip-path: polygon(-0.0625em 100%, 0 calc(100% - 1.875em), 0.625em calc(100% - 0.9375em), 0 100%); } }
      @media (min-width: 1030px) {
        .hero .hero-line::before {
          bottom: 4em;
          -webkit-clip-path: polygon(-0.0625em 100%, 0 calc(100% - 3.75em), 1.25em calc(100% - 1.875em), 0 100%);
          clip-path: polygon(-0.0625em 100%, 0 calc(100% - 3.75em), 1.25em calc(100% - 1.875em), 0 100%); } }
    .hero .hero-line.two-lines::before {
      bottom: 10.25em; }
      @media (min-width: 767px) {
        .hero .hero-line.two-lines::before {
          bottom: 5.9375em; } }
      @media (max-width: 766px) {
        .hero .hero-line.two-lines::before {
          bottom: 3.75em; } }
      @media (min-width: 1030px) {
        .hero .hero-line.two-lines::before {
          bottom: 10.25em; } }
    @media (min-width: 767px) {
      .hero .hero-line.two-lines {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 9.75em), 1.25em calc(100% - 7.875em), 0% calc(100% - 6em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 9.75em), 1.25em calc(100% - 7.875em), 0% calc(100% - 6em)); } }
    @media (max-width: 766px) {
      .hero .hero-line.two-lines {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 5.6875em), 0.625em calc(100% - 4.75em), 0% calc(100% - 3.8125em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 5.6875em), 0.625em calc(100% - 4.75em), 0% calc(100% - 3.8125em)); } }
    @media (min-width: 1030px) {
      .hero .hero-line.two-lines {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 14.0625em), 1.25em calc(100% - 12.1875em), 0% calc(100% - 10.3125em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 14.0625em), 1.25em calc(100% - 12.1875em), 0% calc(100% - 10.3125em)); } }
  .hero .hero-inner {
    width: 100%;
    position: absolute;
    left: calc(3% + 20px);
    right: calc(3% + 20px);
    bottom: calc(3% + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    z-index: 5; }
    @media (min-width: 767px) {
      .hero .hero-inner {
        left: calc(3% + 40px);
        right: calc(3% + 40px);
        bottom: calc(3% + 40px);
        max-width: 80%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media (min-width: 1030px) {
      .hero .hero-inner {
        left: 6%;
        right: 6%;
        bottom: 6%;
        bottom: 6vw;
        max-width: 60%; } }
    .hero .hero-inner h1 {
      color: white;
      margin: 0;
      opacity: 0;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); }
    .hero .hero-inner .breadcrumbs {
      color: white;
      opacity: 0;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      margin-left: 5px; }
  .hero.active .hero-bg {
    opacity: 1;
    -webkit-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0s; }
  .hero.active h1,
  .hero.active .breadcrumbs {
    opacity: 1;
    -webkit-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
    transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
    -o-transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s, transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
    transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s, transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
    transition: opacity 2s cubic-bezier(0, 0, 0.2, 1) 0.5s, transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.5s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .hero.active:before {
    opacity: 1; }

.breadcrumbs {
  width: 100%; }
  .breadcrumbs.white {
    color: white; }
  .breadcrumbs.dark {
    color: #d9d9d9; }
  .breadcrumbs p {
    display: block;
    color: inherit;
    font-family: "Klamp205", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 10px !important; }
    @media (min-width: 767px) {
      .breadcrumbs p {
        font-size: 1.25em;
        margin-bottom: 20px !important; } }
    .breadcrumbs p a {
      color: inherit;
      text-decoration: none !important; }

.content-wrap {
  position: relative;
  min-height: calc(100vh - 150px);
  width: calc(100% - 0px); }
  .content-wrap.has-site-message {
    padding-top: 48px; }

.video-banner {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  min-height: 300px;
  width: 100%;
  padding: 10% 5%; }
  @media (min-width: 767px) {
    .video-banner {
      min-height: 500px; } }
  @media (min-width: 1030px) {
    .video-banner {
      min-height: 650px;
      height: 90vh; } }
  .video-banner .play {
    position: absolute;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 50px;
    white-space: normal;
    text-align: center;
    z-index: 2; }
    .video-banner .play svg {
      width: 6.25em;
      -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1);
      transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1);
      transition: transform 0.15s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1); }
      .video-banner .play svg path {
        -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1);
        transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1); }
    .video-banner .play:hover svg {
      -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      fill: #c7c0aa; }
      .video-banner .play:hover svg path {
        fill: #c25839; }

.video-popup {
  position: fixed;
  background-color: rgba(130, 141, 80, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  padding: 0px;
  left: 0;
  visibility: visible;
  -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), visibility 0s cubic-bezier(0, 0, 0.2, 1) 0s, left 0s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), visibility 0s cubic-bezier(0, 0, 0.2, 1) 0s, left 0s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), visibility 0s cubic-bezier(0, 0, 0.2, 1) 0s, left 0s cubic-bezier(0, 0, 0.2, 1) 0s;
  cursor: url("../images/exit.svg"), auto; }
  @media (min-width: 767px) {
    .video-popup {
      padding: 100px; } }
  @media (min-width: 1030px) {
    .video-popup {
      padding: 200px; } }
  .video-popup .exit {
    width: 40px;
    height: 40px;
    background: url("../images/exit.svg") center center no-repeat;
    background-size: 20px;
    position: absolute;
    cursor: pointer;
    right: 2.5%;
    top: 2.5%;
    background-color: white;
    border-radius: 100%; }
  .video-popup .video-popup-inner {
    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;
    width: 100%; }
    .video-popup .video-popup-inner .video-wrap {
      position: relative;
      padding-top: 56.25%;
      width: 100%;
      height: 0;
      overflow: hidden; }
      .video-popup .video-popup-inner .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .video-popup.disabled {
    opacity: 0;
    visibility: hidden;
    left: -100%;
    -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), visibility 0s cubic-bezier(0, 0, 0.2, 1) 1s, left 0s 1s;
    -o-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), visibility 0s cubic-bezier(0, 0, 0.2, 1) 1s, left 0s 1s;
    transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1), visibility 0s cubic-bezier(0, 0, 0.2, 1) 1s, left 0s 1s; }

.custom-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .custom-tabs .tab-info {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
    @media (min-width: 1030px) {
      .custom-tabs .tab-info.tab-info-mobile {
        display: none; } }
    .custom-tabs .tab-info.tab-info-desktop {
      display: none; }
      @media (min-width: 1030px) {
        .custom-tabs .tab-info.tab-info-desktop {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 25%; } }
    @media (min-width: 767px) {
      .custom-tabs .tab-info {
        width: 100%; } }
    .custom-tabs .tab-info .info-content {
      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;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0s ease;
      -o-transition: opacity 0s ease;
      transition: opacity 0s ease;
      position: absolute; }
      .custom-tabs .tab-info .info-content.active {
        opacity: 1;
        position: relative;
        pointer-events: all;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      .custom-tabs .tab-info .info-content .tab-image {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .custom-tabs .tab-info .info-content .tab-image img {
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .custom-tabs .tab-info .info-content .tab-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: white;
        background-color: #c7c0aa;
        padding: 75px 30px;
        text-align: center; }
        .custom-tabs .tab-info .info-content .tab-description p {
          margin: 0; }
  .custom-tabs .tabs-container {
    width: 100%; }
    @media (min-width: 1030px) {
      .custom-tabs .tabs-container {
        width: 75%; } }
    .custom-tabs .tabs-container .tab-titles {
      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; }
      @media (min-width: 767px) {
        .custom-tabs .tabs-container .tab-titles {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; } }
      .custom-tabs .tabs-container .tab-titles .tab {
        cursor: pointer;
        padding: 1em 1.25em;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.8);
        cursor: pointer; }
        @media (max-width: 766px) {
          .custom-tabs .tabs-container .tab-titles .tab {
            width: 50%; } }
        @media (min-width: 767px) {
          .custom-tabs .tabs-container .tab-titles .tab {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            color: white; } }
        .custom-tabs .tabs-container .tab-titles .tab:hover {
          color: white; }
        .custom-tabs .tabs-container .tab-titles .tab:nth-child(1) {
          background-color: #fdd041; }
        .custom-tabs .tabs-container .tab-titles .tab:nth-child(2) {
          background-color: #ace3ef; }
        .custom-tabs .tabs-container .tab-titles .tab:nth-child(3) {
          background-color: #939597; }
        .custom-tabs .tabs-container .tab-titles .tab:nth-child(4) {
          background-color: #c25839; }
        .custom-tabs .tabs-container .tab-titles .tab.active {
          color: white; }
    @media (min-width: 1030px) {
      .custom-tabs .tabs-container .tab-content {
        height: 100%; } }
    .custom-tabs .tabs-container .tab-content .content {
      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;
      opacity: 0;
      height: 100%;
      pointer-events: none;
      padding: 50px 5%;
      -webkit-transition: opacity 0s ease;
      -o-transition: opacity 0s ease;
      transition: opacity 0s ease;
      position: absolute;
      color: white;
      gap: 50px;
      top: 0; }
      @media (min-width: 1030px) {
        .custom-tabs .tabs-container .tab-content .content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; } }
      .custom-tabs .tabs-container .tab-content .content:nth-child(1) {
        background-color: #fdd041; }
      .custom-tabs .tabs-container .tab-content .content:nth-child(2) {
        background-color: #ace3ef; }
      .custom-tabs .tabs-container .tab-content .content:nth-child(3) {
        background-color: #939597; }
      .custom-tabs .tabs-container .tab-content .content:nth-child(4) {
        background-color: #c25839; }
      .custom-tabs .tabs-container .tab-content .content.active {
        opacity: 1;
        position: relative;
        pointer-events: all; }
        .custom-tabs .tabs-container .tab-content .content.active .tab-column {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
      .custom-tabs .tabs-container .tab-content .content .tab-column {
        width: 100%;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
        opacity: 0; }
        @media (min-width: 767px) {
          .custom-tabs .tabs-container .tab-content .content .tab-column {
            width: calc(50% - 25px); }
            .custom-tabs .tabs-container .tab-content .content .tab-column.empty {
              display: none; } }
        @media (min-width: 1030px) {
          .custom-tabs .tabs-container .tab-content .content .tab-column {
            width: calc(25% - 25px); }
            .custom-tabs .tabs-container .tab-content .content .tab-column.empty {
              display: block; } }
        .custom-tabs .tabs-container .tab-content .content .tab-column:last-child {
          margin-bottom: 0; }
        .custom-tabs .tabs-container .tab-content .content .tab-column h4 {
          margin-bottom: 2em; }
          @media (min-width: 767px) {
            .custom-tabs .tabs-container .tab-content .content .tab-column h4 {
              margin-bottom: 1em;
              min-height: 3.75em; } }
        .custom-tabs .tabs-container .tab-content .content .tab-column a {
          text-decoration: underline;
          text-underline-offset: 4px;
          -webkit-transition: opacity 0.3s ease;
          -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
          .custom-tabs .tabs-container .tab-content .content .tab-column a:hover {
            opacity: 0.8; }

.path-map {
  width: 100%;
  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;
  position: relative;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  margin: -10px 0 0 0; }
  @media (min-width: 767px) {
    .path-map {
      height: 50vh;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
  @media (min-width: 1030px) {
    .path-map {
      width: 100%;
      height: 60vh; } }
  .path-map .acf-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    height: 100%;
    height: 50vh; }
    @media (min-width: 1030px) {
      .path-map .acf-map {
        height: 100%; } }
  .path-map .overlay {
    position: relative;
    top: 0;
    bottom: 0px;
    left: 0;
    min-width: 250px;
    width: 100%;
    background-color: #828d50;
    z-index: 1;
    color: #c7c0aa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1030px) {
      .path-map .overlay {
        position: absolute;
        -webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
        max-width: 25%;
        padding: 50px; } }
    .path-map .overlay .address {
      width: 100%; }

.entry-content {
  margin: 0 auto;
  margin-bottom: 0px; }
  @media (min-width: 1030px) {
    .entry-content {
      padding: 0 0; } }
  .entry-content p,
  .entry-content table,
  .entry-content blockquote,
  .entry-content ol,
  .entry-content ul,
  .entry-content dl {
    width: 100%;
    margin: 0 auto 0.625em auto; }
  .entry-content .sans-serif {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  .entry-content p {
    margin-bottom: 20px;
    margin-top: 0px; }
    .entry-content p a {
      word-break: break-word;
      word-wrap: break-word;
      white-space: pre-wrap;
      text-decoration: underline;
      text-underline-offset: 4px;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .entry-content p a:hover {
        opacity: 0.8; }
    .entry-content p.no-margin-bottom {
      margin-bottom: 0; }
    .entry-content p.no-margin-top {
      margin-top: 0; }
    .entry-content p.font-weight-500 {
      font-weight: 500; }
  .entry-content h1 a:not(.button),
  .entry-content h2 a:not(.button),
  .entry-content h3 a:not(.button),
  .entry-content h4 a:not(.button),
  .entry-content h5 a:not(.button),
  .entry-content h6 a:not(.button) {
    color: inherit; }
  .entry-content ul li,
  .entry-content ol li {
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    padding: 0;
    margin-left: 1.5em;
    margin-right: 0px; }
    .entry-content ul li a,
    .entry-content ol li a {
      color: inherit;
      text-decoration: underline; }
  @media (min-width: 767px) {
    .entry-content ul.list-col-3-desktop,
    .entry-content ol.list-col-3-desktop {
      -webkit-columns: 3;
      columns: 3;
      -webkit-column-gap: 2em;
      column-gap: 2em; } }
  .entry-content ul.list-col-3-desktop li,
  .entry-content ol.list-col-3-desktop li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    background: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0.75em;
    font-family: "DM Mono", "Courier New", Courier, monospace; }
  .entry-content ul li {
    position: relative;
    list-style: disc; }
  .entry-content ol li {
    list-style: decimal; }
  .entry-content .wp-block-separator.margin-top-0 {
    margin-top: 0; }
  .entry-content .wp-block-separator.margin-bottom-0 {
    margin-bottom: 0; }
  .entry-content .wp-block-separator.margin-top-10 {
    margin-top: 0.625em; }
  .entry-content .wp-block-separator.margin-bottom-10 {
    margin-bottom: 0.625em; }
  .entry-content .wp-block-separator.margin-top-20 {
    margin-top: 1.25em; }
  .entry-content .wp-block-separator.margin-bottom-20 {
    margin-bottom: 1.25em; }
  .entry-content .wp-block-list {
    margin: 0; }
    .entry-content .wp-block-list li {
      list-style: none;
      padding-left: 1.25em;
      margin-left: 0;
      background: url("../images/bullet.svg") no-repeat left top 4px;
      background-size: 0.75em 0.75em; }
      .entry-content .wp-block-list li.margin-top-5 {
        margin-top: 5px; }
    .entry-content .wp-block-list.has-brand-1-color li {
      background: url("../images/bullet-brand-1.svg") no-repeat left top 4px;
      background-size: 0.75em 0.75em; }
  .entry-content table caption {
    font-size: 0.8em;
    color: #828d50; }
  .entry-content td {
    padding: 7px; }
  .entry-content blockquote {
    position: relative;
    width: 100%;
    padding: 10px 10px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #828d50;
    -webkit-box-shadow: 0px 3px 15px #828d50;
    box-shadow: 0px 3px 15px #828d50; }
    .entry-content blockquote p {
      width: 100%;
      font-size: 1.1em;
      font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: white;
      text-align: left;
      line-height: 150%;
      letter-spacing: 0.05em; }
      .entry-content blockquote p a:not(.button) {
        position: relative;
        z-index: 2;
        -webkit-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
        transition: color 0.25s cubic-bezier(0, 0, 0.2, 1); }
        .entry-content blockquote p a:not(.button):hover {
          color: #282829; }
    .entry-content blockquote cite {
      color: white;
      padding-bottom: 10px;
      display: inline-block;
      font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .entry-content iframe {
    max-width: 100%; }
  .entry-content .wp-block-embed__wrapper {
    padding-top: 56.25%;
    margin: 50px 0;
    position: relative;
    overflow: hidden; }
    .entry-content .wp-block-embed__wrapper iframe {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #828d50;
    margin-bottom: 1.5em; }
  .entry-content figure {
    margin: 0; }
    .entry-content figure.is-resized {
      width: auto; }
  .entry-content img {
    max-width: 100%;
    height: auto;
    margin: 0; }
  .entry-content .wp-block-uagb-image__figure {
    margin: 0; }
    .entry-content .wp-block-uagb-image__figure img {
      width: 100%;
      margin: 0; }
  .entry-content .wp-social-link {
    position: relative; }
    .entry-content .wp-social-link:hover {
      opacity: 0.8; }
  .entry-content .wp-block-uagb-image {
    margin: 0 auto; }
    .entry-content .wp-block-uagb-image.aligncenter {
      width: 100% !important;
      margin: 0; }
  .entry-content .wp-block-image.width-100 img {
    width: 100%; }
  .entry-content .wp-block-image .wp-element-caption {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0.75em;
    color: #282829;
    max-width: 100%; }
    @media (min-width: 1030px) {
      .entry-content .wp-block-image .wp-element-caption {
        max-width: 60%; } }
  .entry-content .wp-block-image.is-resized {
    width: auto !important; }
  .entry-content .size-auto img {
    width: auto; }
  .entry-content .wp-caption {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 1030px) {
      .entry-content .wp-caption {
        max-width: 60%; } }
    .entry-content .wp-caption img {
      margin-bottom: 0;
      margin: 10px 0 0;
      max-width: 100%;
      height: auto; }
      .entry-content .wp-caption img.size-large {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
        height: auto; }
    .entry-content .wp-caption p {
      font-size: 0.8em;
      font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: center;
      margin-top: 0;
      color: #282829;
      font-style: italic; }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    float: left; }
  .entry-content .alignright,
  .entry-content img.alignright {
    float: right; }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    text-align: center;
    margin: 15px auto;
    display: block; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content .size-thumbnail {
    width: auto; }
  .entry-content .gform_confirmation_message {
    border-top: 1px solid #282829;
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 100px 0; }
    .entry-content .gform_confirmation_message h4 {
      font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.4em;
      font-weight: 600; }
  .entry-content.no-padding-bottom {
    padding-bottom: 0px; }
  .entry-content .wp-block-columns img {
    margin: 0; }
  .entry-content .wp-block-columns a {
    word-break: break-all; }
  .entry-content .uagb-faq-item {
    border: none !important;
    background-color: transparent;
    padding-top: 0.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #282829 !important;
    outline: none; }
    .entry-content .uagb-faq-item:focus {
      outline: none !important; }
    .entry-content .uagb-faq-item.uagb-faq-item-active {
      outline: none !important; }
      .entry-content .uagb-faq-item.uagb-faq-item-active .uagb-question:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    .entry-content .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions {
      padding-left: 0;
      padding-right: 0;
      outline: none; }
    .entry-content .uagb-faq-item .uagb-icon.uagb-faq-icon-wrap,
    .entry-content .uagb-faq-item .uagb-icon-active.uagb-faq-icon-wrap {
      display: none !important; }
      .entry-content .uagb-faq-item .uagb-icon.uagb-faq-icon-wrap svg,
      .entry-content .uagb-faq-item .uagb-icon-active.uagb-faq-icon-wrap svg {
        opacity: 0;
        visibility: hidden;
        display: none; }
    .entry-content .uagb-faq-item .uagb-question {
      position: relative;
      font-family: "DM Mono", "Courier New", Courier, monospace;
      font-size: 1.125em;
      padding-right: 2em;
      outline: none;
      font-weight: 400;
      -webkit-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: color 0.25s cubic-bezier(0, 0, 0.2, 1);
      transition: color 0.25s cubic-bezier(0, 0, 0.2, 1); }
      .entry-content .uagb-faq-item .uagb-question:focus {
        outline: none; }
      .entry-content .uagb-faq-item .uagb-question:before {
        content: "";
        width: 1.25em;
        height: 1px;
        background-color: #282829;
        position: absolute;
        right: 0px;
        top: 50%; }
      .entry-content .uagb-faq-item .uagb-question:after {
        content: "";
        width: 1.25em;
        height: 1px;
        background-color: #282829;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: -webkit-transform 0s cubic-bezier(0, 0, 0.2, 1);
        transition: -webkit-transform 0s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: transform 0s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 0s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 0s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0s cubic-bezier(0, 0, 0.2, 1); }
    .entry-content .uagb-faq-item .uagb-faq-content {
      padding-left: 0em;
      padding-right: 3em;
      font-size: 1em;
      max-width: 800px;
      outline: none;
      font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .entry-content .uagb-faq-item .uagb-faq-content span {
        margin: 10px 0; }

.by-air {
  position: relative; }
  .by-air:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background-color: #828d50;
    background: url("../images/plane.png") center center no-repeat;
    background-size: 55px 55px;
    border-left: 1px solid #282829; }

.by-rail {
  position: relative; }
  .by-rail:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background-color: #828d50;
    background: url("../images/rail.png") center center no-repeat;
    background-size: 55px 55px;
    border-left: 1px solid #282829; }

.by-road {
  position: relative; }
  .by-road:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    background-color: #828d50;
    background: url("../images/wheel.png") center center no-repeat;
    background-size: 55px 55px;
    border-left: 1px solid #282829; }

.hero-slider {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1030px) {
    .hero-slider.full-height .slide {
      height: calc(100vh - 0px); } }
  .hero-slider .slide {
    width: 100%;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    @media (min-width: 1030px) {
      .hero-slider .slide {
        height: calc(100vh - 100px); } }
    .hero-slider .slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .hero-slider .slide.video-slide video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.media-slider-wrap {
  position: relative;
  width: 100%; }
  .media-slider-wrap .media-line {
    position: absolute;
    top: 3vw;
    left: 3vw;
    right: 3vw;
    bottom: 3vw;
    border: 1px solid white;
    z-index: 3;
    pointer-events: none; }
    @media (min-width: 767px) {
      .media-slider-wrap .media-line {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 13.875em), 1.25em calc(100% - 12em), 0% calc(100% - 10.125em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 13.875em), 1.25em calc(100% - 12em), 0% calc(100% - 10.125em)); } }
    @media (max-width: 766px) {
      .media-slider-wrap .media-line {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 11.8125em), 0.625em calc(100% - 10.875em), 0% calc(100% - 9.9375em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 11.8125em), 0.625em calc(100% - 10.875em), 0% calc(100% - 9.9375em)); } }
    @media (min-width: 1030px) {
      .media-slider-wrap .media-line {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 16.0625em), 1.25em calc(100% - 14.1875em), 0% calc(100% - 12.3125em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 16.0625em), 1.25em calc(100% - 14.1875em), 0% calc(100% - 12.3125em)); } }
    .media-slider-wrap .media-line::before {
      content: "";
      position: absolute;
      left: 0;
      width: 3.125em;
      height: 4.375em;
      bottom: 11.9375em;
      background-color: white; }
      @media (min-width: 767px) {
        .media-slider-wrap .media-line::before {
          bottom: 10.0625em;
          -webkit-clip-path: polygon(-0.0625em 100%, 0 calc(100% - 3.75em), 1.25em calc(100% - 1.875em), 0 100%);
          clip-path: polygon(-0.0625em 100%, 0 calc(100% - 3.75em), 1.25em calc(100% - 1.875em), 0 100%); } }
      @media (max-width: 766px) {
        .media-slider-wrap .media-line::before {
          width: 2.1875em;
          height: 3.125em;
          bottom: 9.87em;
          -webkit-clip-path: polygon(-0.0625em 100%, 0 calc(100% - 1.875em), 0.625em calc(100% - 0.9375em), 0 100%);
          clip-path: polygon(-0.0625em 100%, 0 calc(100% - 1.875em), 0.625em calc(100% - 0.9375em), 0 100%); } }
      @media (min-width: 1030px) {
        .media-slider-wrap .media-line::before {
          bottom: 12.25em;
          -webkit-clip-path: polygon(-0.0625em 100%, 0 calc(100% - 3.75em), 1.25em calc(100% - 1.875em), 0 100%);
          clip-path: polygon(-0.0625em 100%, 0 calc(100% - 3.75em), 1.25em calc(100% - 1.875em), 0 100%); } }
    .media-slider-wrap .media-line.two-lines::before {
      bottom: 17.25em; }
      @media (min-width: 767px) {
        .media-slider-wrap .media-line.two-lines::before {
          bottom: 13.5625em; } }
      @media (max-width: 766px) {
        .media-slider-wrap .media-line.two-lines::before {
          bottom: 12.625em; } }
      @media (min-width: 1030px) {
        .media-slider-wrap .media-line.two-lines::before {
          bottom: 17.25em; } }
    @media (min-width: 767px) {
      .media-slider-wrap .media-line.two-lines {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 17.375em), 1.25em calc(100% - 15.5em), 0% calc(100% - 13.625em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 17.375em), 1.25em calc(100% - 15.5em), 0% calc(100% - 13.625em)); } }
    @media (max-width: 766px) {
      .media-slider-wrap .media-line.two-lines {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 14.5625em), 0.625em calc(100% - 13.625em), 0% calc(100% - 12.6875em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 14.5625em), 0.625em calc(100% - 13.625em), 0% calc(100% - 12.6875em)); } }
    @media (min-width: 1030px) {
      .media-slider-wrap .media-line.two-lines {
        -webkit-clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 21.0625em), 1.25em calc(100% - 19.1875em), 0% calc(100% - 17.3125em));
        clip-path: polygon(0px 100%, 100% 100%, 100% 0, 0% 0, 0% calc(100% - 21.0625em), 1.25em calc(100% - 19.1875em), 0% calc(100% - 17.3125em)); } }
  .media-slider-wrap .media-slider {
    width: 100%;
    margin: 0 auto;
    z-index: 2; }
    .media-slider-wrap .media-slider:focus {
      outline: none; }
    @media (min-width: 1030px) {
      .media-slider-wrap .media-slider.full-height .slide {
        height: calc(100vh - 0px); } }
    .media-slider-wrap .media-slider .slide {
      width: 100%;
      min-height: 400px;
      height: 60vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden;
      font-size: 0.9em; }
      @media (min-width: 767px) {
        .media-slider-wrap .media-slider .slide {
          height: 60vh;
          font-size: 1em; } }
      @media (min-width: 1030px) {
        .media-slider-wrap .media-slider .slide {
          height: calc(100vh - 100px); } }
      .media-slider-wrap .media-slider .slide:not(.is-selected) {
        pointer-events: none; }
      .media-slider-wrap .media-slider .slide.is-selected .slide-content h2 {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        -o-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s; }
      .media-slider-wrap .media-slider .slide.is-selected .slide-content p {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        -o-transition: opacity 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.75s cubic-bezier(0, 0, 0.2, 1) 0.2s; }
      .media-slider-wrap .media-slider .slide.is-selected .slide-content .button-wrap {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        -o-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 1s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1) 0.2s; }
      .media-slider-wrap .media-slider .slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .media-slider-wrap .media-slider .slide.video-slide video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .media-slider-wrap .media-slider .slide .slide-content {
        position: absolute;
        top: 6vw;
        bottom: calc(6vw + 50px);
        left: 6vw;
        right: 6vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        z-index: 5;
        color: white;
        max-width: 43.75em; }
        .media-slider-wrap .media-slider .slide .slide-content h2,
        .media-slider-wrap .media-slider .slide .slide-content p,
        .media-slider-wrap .media-slider .slide .slide-content .button-wrap {
          opacity: 0;
          -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1), transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
          transform: translateY(10px); }
        .media-slider-wrap .media-slider .slide .slide-content h2 {
          color: white;
          margin-bottom: 20px;
          font-size: 3.75em;
          line-height: 80%; }
          @media (min-width: 767px) {
            .media-slider-wrap .media-slider .slide .slide-content h2 {
              font-size: 5em;
              margin-bottom: 40px; } }
          @media (min-width: 1030px) {
            .media-slider-wrap .media-slider .slide .slide-content h2 {
              font-size: 6.25em;
              margin-bottom: 40px; } }
        .media-slider-wrap .media-slider .slide .slide-content p {
          text-align: left;
          margin-bottom: 2em; }
  .media-slider-wrap .media-slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    margin-top: 1.5em;
    position: absolute;
    bottom: calc(3vw + 1px);
    left: 3vw;
    right: 3vw;
    border-top: 1px solid white;
    z-index: 2; }
    @media (min-width: 767px) {
      .media-slider-wrap .media-slider-controls {
        gap: 2em; } }
    .media-slider-wrap .media-slider-controls .media-slider-nav-prev,
    .media-slider-wrap .media-slider-controls .media-slider-nav-next {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      border-left: 1px solid white;
      border-right: 1px solid white;
      padding: 0.75em 1em;
      background-color: rgba(255, 255, 255, 0.2);
      -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
      @media (min-width: 767px) {
        .media-slider-wrap .media-slider-controls .media-slider-nav-prev,
        .media-slider-wrap .media-slider-controls .media-slider-nav-next {
          padding: 0.75em 1.5em; } }
      .media-slider-wrap .media-slider-controls .media-slider-nav-prev svg,
      .media-slider-wrap .media-slider-controls .media-slider-nav-next svg {
        width: 1.625em; }
      .media-slider-wrap .media-slider-controls .media-slider-nav-prev:hover,
      .media-slider-wrap .media-slider-controls .media-slider-nav-next:hover {
        background-color: rgba(255, 255, 255, 0.8); }
    .media-slider-wrap .media-slider-controls .media-slider-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.5em 1em; }
      .media-slider-wrap .media-slider-controls .media-slider-dots .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer; }
        .media-slider-wrap .media-slider-controls .media-slider-dots .dot.is-selected {
          background: white; }

.event-image-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: auto; }
  .event-image-wrap .event-image {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0; }

.gallery-slider {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .gallery-slider:focus {
    outline: none; }
  .gallery-slider .slide {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden; }
    .gallery-slider .slide img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
    .gallery-slider .slide .floating-caption {
      top: 10px;
      margin-left: -10px;
      white-space: nowrap; }
  .gallery-slider .flickity-page-dots {
    position: absolute;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25em 1em; }
    .gallery-slider .flickity-page-dots .dot {
      width: 10px;
      margin: 0;
      height: 10px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      list-style: none; }
      .gallery-slider .flickity-page-dots .dot.is-selected {
        background: #828d50; }
  .gallery-slider .flickity-viewport {
    overflow: visible; }

/*********************
FORM STYLES
*********************/
.gform_wrapper {
  padding-top: 0px;
  margin-top: 0px; }
  .gform_wrapper .gform_heading .gform_title {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 50px 0px;
    line-height: 120%; }
  .gform_wrapper form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0px 0;
    font-size: 1em;
    width: 100%; }
    .gform_wrapper form .gfield {
      position: relative;
      margin-bottom: 1em; }
      .gform_wrapper form .gfield .gfield_label {
        color: #282829;
        font-weight: 600;
        font-size: 1.1em;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0 0em 0.5em 0;
        padding: 0; }
      .gform_wrapper form .gfield.gfield_error {
        background-color: transparent; }
      .gform_wrapper form .gfield p {
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 0em;
        line-height: 150%;
        color: #282829;
        font-size: 1em;
        font-weight: 400; }
        .gform_wrapper form .gfield p a {
          -ms-word-wrap: break-word;
          word-break: break-word;
          word-wrap: break-word;
          white-space: pre-wrap; }
      .gform_wrapper form .gfield .gfield_description,
      .gform_wrapper form .gfield .gsection_description {
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0em 0 0em 0;
        letter-spacing: 0em;
        line-height: 150%;
        color: #282829;
        font-size: 1em;
        font-weight: 400; }
        .gform_wrapper form .gfield .gfield_description a:not(.button),
        .gform_wrapper form .gfield .gsection_description a:not(.button) {
          color: inherit;
          border-bottom: 1px solid #939597;
          text-decoration: none; }
          .gform_wrapper form .gfield .gfield_description a:not(.button):hover,
          .gform_wrapper form .gfield .gsection_description a:not(.button):hover {
            color: #828d50; }
        .gform_wrapper form .gfield .gfield_description a,
        .gform_wrapper form .gfield .gsection_description a {
          -ms-word-wrap: break-word;
          word-break: break-word;
          word-wrap: break-word;
          white-space: pre-wrap; }
      .gform_wrapper form .gfield.break-before {
        -webkit-column-break-before: always;
        break-before: always; }
      .gform_wrapper form .gfield.gfield--type-fileupload {
        margin-bottom: 10px; }
        .gform_wrapper form .gfield.gfield--type-fileupload .gfield_description {
          font-size: 1em;
          padding: 0em !important; }
        .gform_wrapper form .gfield.gfield--type-fileupload .gform_fileupload_rules {
          font-size: 0.8em;
          padding-top: 0 !important; }
        .gform_wrapper form .gfield.gfield--type-fileupload .ginput_container_fileupload {
          margin-top: 0em; }
          .gform_wrapper form .gfield.gfield--type-fileupload .ginput_container_fileupload input {
            font-size: 0.95em;
            border: none;
            padding: 0 0 0 0 !important;
            color: #282829;
            background-color: transparent; }
      .gform_wrapper form .gfield.consent-field {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 1em; }
        .gform_wrapper form .gfield.consent-field .gfield_consent_description {
          font-size: 0.8em;
          font-style: italic;
          font-weight: 400;
          margin: 0;
          border: 0;
          padding: 0;
          line-height: 160%;
          color: #282829; }
      .gform_wrapper form .gfield .ginput_container_consent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        .gform_wrapper form .gfield .ginput_container_consent .gfield_consent_label {
          font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 0.9em; }
        .gform_wrapper form .gfield .ginput_container_consent input {
          width: 18px;
          font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          height: 18px;
          margin: 0.4em 1em 0.4em 0;
          padding: 0;
          border: 1px solid #828d50;
          background-color: transparent;
          cursor: pointer; }
          .gform_wrapper form .gfield .ginput_container_consent input:checked {
            background-color: #828d50;
            border-color: #828d50;
            font-weight: 500; }
      .gform_wrapper form .gfield .ginput_container_name {
        width: 100%;
        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; }
        .gform_wrapper form .gfield .ginput_container_name .name_first,
        .gform_wrapper form .gfield .ginput_container_name .name_last {
          width: 100%;
          color: #282829; }
          .gform_wrapper form .gfield .ginput_container_name .name_first label,
          .gform_wrapper form .gfield .ginput_container_name .name_last label {
            color: #282829;
            font-size: 1em;
            font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            margin: 0 0 0.5em 0; }
        .gform_wrapper form .gfield .ginput_container_name .name_first {
          margin-bottom: 10px; }
          @media (min-width: 767px) {
            .gform_wrapper form .gfield .ginput_container_name .name_first {
              margin-bottom: 0px; } }
        .gform_wrapper form .gfield .ginput_container_name .name_last {
          padding-right: 0px;
          margin-bottom: 0px; }
          @media (min-width: 767px) {
            .gform_wrapper form .gfield .ginput_container_name .name_last {
              margin-bottom: 0px; } }
      .gform_wrapper form .gfield.gsection {
        margin: 1em 0;
        border-top: 1px solid #282829; }
      .gform_wrapper form .gfield .gsection_title {
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 1.3em;
        text-align: center;
        color: #282829;
        text-transform: uppercase;
        padding: 0px;
        line-height: 150%; }
      .gform_wrapper form .gfield .clear-multi {
        margin-top: 20px;
        background-color: transparent;
        padding: 0px 10px 0px 0px;
        padding-left: 0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        .gform_wrapper form .gfield .clear-multi .ginput_container_date {
          min-width: 100px; }
        .gform_wrapper form .gfield .clear-multi div {
          padding: 0px 10px 0px 0px; }
          .gform_wrapper form .gfield .clear-multi div label {
            text-align: center;
            padding: 0;
            margin: 0;
            width: 100%; }
          .gform_wrapper form .gfield .clear-multi div input {
            margin-top: 0;
            text-align: center; }
      .gform_wrapper form .gfield .gfield_checkbox,
      .gform_wrapper form .gfield .gfield_radio {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px 10px 5px 10px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        .gform_wrapper form .gfield .gfield_checkbox li,
        .gform_wrapper form .gfield .gfield_checkbox .gchoice,
        .gform_wrapper form .gfield .gfield_radio li,
        .gform_wrapper form .gfield .gfield_radio .gchoice {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          list-style: none;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          margin: 0 0em 0.75em 0; }
          .gform_wrapper form .gfield .gfield_checkbox li input,
          .gform_wrapper form .gfield .gfield_checkbox .gchoice input,
          .gform_wrapper form .gfield .gfield_radio li input,
          .gform_wrapper form .gfield .gfield_radio .gchoice input {
            width: 20px;
            height: 22px;
            margin: 0px 0px;
            border: 1px solid #282829;
            background-color: transparent;
            cursor: pointer; }
            .gform_wrapper form .gfield .gfield_checkbox li input:checked,
            .gform_wrapper form .gfield .gfield_checkbox .gchoice input:checked,
            .gform_wrapper form .gfield .gfield_radio li input:checked,
            .gform_wrapper form .gfield .gfield_radio .gchoice input:checked {
              background-color: #939597;
              border-color: #939597;
              font-weight: 500; }
            .gform_wrapper form .gfield .gfield_checkbox li input[type="radio"],
            .gform_wrapper form .gfield .gfield_checkbox .gchoice input[type="radio"],
            .gform_wrapper form .gfield .gfield_radio li input[type="radio"],
            .gform_wrapper form .gfield .gfield_radio .gchoice input[type="radio"] {
              border-radius: 100%;
              border-radius: 100%; }
          .gform_wrapper form .gfield .gfield_checkbox li label,
          .gform_wrapper form .gfield .gfield_checkbox .gchoice label,
          .gform_wrapper form .gfield .gfield_radio li label,
          .gform_wrapper form .gfield .gfield_radio .gchoice label {
            margin-top: 0;
            font-size: 1em;
            text-align: left;
            padding-left: 0.5em;
            cursor: pointer;
            padding-right: 8px; }
      .gform_wrapper form .gfield .gfield_checkbox li,
      .gform_wrapper form .gfield .gfield_checkbox .gchoice {
        margin-right: 0; }
        @media (min-width: 1030px) {
          .gform_wrapper form .gfield .gfield_checkbox li,
          .gform_wrapper form .gfield .gfield_checkbox .gchoice {
            width: calc(100% / 2); } }
      .gform_wrapper form .gfield .gfield_radio li,
      .gform_wrapper form .gfield .gfield_radio .gchoice {
        margin-right: 1em; }
      .gform_wrapper form .gfield input,
      .gform_wrapper form .gfield select,
      .gform_wrapper form .gfield textarea {
        color: black;
        line-height: 100%;
        border: 1px solid rgba(40, 40, 41, 0.5);
        background-color: white;
        outline: none;
        padding: 0em 0.75em !important;
        font-size: 1em;
        height: 40px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 0;
        text-align: left;
        margin-bottom: 0;
        margin-top: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
        .gform_wrapper form .gfield input:focus,
        .gform_wrapper form .gfield select:focus,
        .gform_wrapper form .gfield textarea:focus {
          outline: none;
          border-color: #c25839; }
      .gform_wrapper form .gfield.signature-style input {
        border: none;
        border-bottom: 1px solid #828d50;
        font-size: 1.2em; }
      .gform_wrapper form .gfield ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #282829;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .gform_wrapper form .gfield ::-moz-placeholder {
        /* Firefox 19+ */
        color: #282829;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .gform_wrapper form .gfield :-ms-input-placeholder {
        /* IE 10+ */
        color: #282829;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .gform_wrapper form .gfield :-moz-placeholder {
        /* Firefox 18- */
        color: #282829;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        opacity: 1; }
      .gform_wrapper form .gfield textarea {
        text-transform: initial;
        padding: 12px 12px;
        font-size: 1em;
        height: 160px;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 0.625em 0.625em !important; }
        .gform_wrapper form .gfield textarea.small {
          height: 120px; }
        .gform_wrapper form .gfield textarea.medium {
          height: 140px; }
        .gform_wrapper form .gfield textarea.large {
          height: 180px; }
        .gform_wrapper form .gfield textarea::-webkit-scrollbar {
          width: 2px; }
        .gform_wrapper form .gfield textarea::-webkit-scrollbar-track {
          background-color: white; }
        .gform_wrapper form .gfield textarea::-webkit-scrollbar-thumb {
          background-color: #282829; }
      .gform_wrapper form .gfield li.gfield_error {
        border: none; }
      .gform_wrapper form .gfield .gform_title {
        display: none; }
    .gform_wrapper form .gform_footer {
      position: relative;
      padding: 0 !important;
      margin-top: 1em !important;
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1), color 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1), color 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1), color 0.3s cubic-bezier(0, 0, 0.2, 1); }
      .gform_wrapper form .gform_footer input[type="submit"] {
        font-family: "DM Mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-radius: 0;
        border: none;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        display: inline-block;
        background-color: #282829;
        color: white;
        padding: 0.75em 2em 0.75em 1.5em;
        font-size: 1em;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
        clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%); }
        .gform_wrapper form .gform_footer input[type="submit"] strong {
          font-weight: 400; }
        .gform_wrapper form .gform_footer input[type="submit"]:hover {
          background-color: #fdd041 !important;
          color: #282829 !important;
          -webkit-animation: arrow-bump 1s ease;
          animation: arrow-bump 1s ease; }
    .gform_wrapper form .validation_error,
    .gform_wrapper form .validation_message {
      color: #828d50 !important;
      border: none;
      font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      line-height: 150%;
      font-size: 0.9em !important;
      font-style: normal;
      font-weight: 600 !important;
      background: none;
      background-color: transparent !important;
      border-radius: 0.5em;
      border: 0 !important;
      padding: 1em !important; }
    .gform_wrapper form .gfield_required {
      color: #282829 !important;
      font-style: normal !important;
      font-weight: 600 !important; }

.gform_confirmation_wrapper {
  background-color: #282829;
  border: 20px solid #fdd041;
  height: 100%; }
  @media (min-width: 767px) {
    .gform_confirmation_wrapper {
      border: 50px solid #fdd041; } }
  @media (min-width: 1030px) {
    .gform_confirmation_wrapper {
      border: 100px solid #fdd041; } }
  .gform_confirmation_wrapper .gform_confirmation_message {
    max-width: 700px;
    padding: 50px 50px;
    margin: 0 auto; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #c7c0aa inset !important; }

input:-webkit-autofill {
  -webkit-text-fill-color: #828d50 !important; }

.page-404 {
  min-height: 100vh;
  background-color: white;
  color: #828d50;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }
  .page-404 h4 {
    color: #282829;
    display: block;
    margin-bottom: 2em;
    text-align: center; }

.lazy-load {
  opacity: 0; }
  .lazy-load.loaded {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0s; }

@-webkit-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounce-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounce-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounce-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.work .work-grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
  margin-top: 100px;
  padding: 5% 20px 5% 20px;
  gap: 20px; }
  @media (min-width: 1030px) {
    .work .work-grid-wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      gap: 20px;
      padding: 5% 20px 5% 50px; } }

.work .work-grid-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: calc(5% - 40px); }

.work .work-grid {
  width: 100%;
  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; }
  @media (min-width: 1030px) {
    .work .work-grid {
      width: 67%; } }

.work-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5% 20px;
  margin-top: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 20px; }
  @media (min-width: 767px) {
    .work-grid {
      gap: 20px; } }
  @media (min-width: 1030px) {
    .work-grid.two-column .work-item {
      width: calc(100% / 2 - 10px); } }
  @media (min-width: 1030px) {
    .work-grid.three-column .work-item {
      width: calc(100% / 3 - 14px);
      height: calc((90vw / 3) * 1.15); } }
  .work-grid .work-item {
    width: 100%;
    padding: 0 0 20px 0;
    overflow: hidden; }
    @media (min-width: 767px) {
      .work-grid .work-item {
        width: calc(100% / 2 - 10px); } }
    @media (min-width: 1030px) {
      .work-grid .work-item {
        width: calc(100% / 3 - 14px);
        height: calc((90vw / 3) * 1.15); } }
    .work-grid .work-item .work-item-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      overflow: hidden; }
      @media (min-width: 1030px) {
        .work-grid .work-item .work-item-image {
          height: 100%; } }
    .work-grid .work-item .placeholder {
      position: absolute;
      width: 100%;
      height: 100%; }
      @media (min-width: 1030px) {
        .work-grid .work-item .placeholder {
          height: 100%;
          position: absolute; } }
    .work-grid .work-item .full-image {
      position: relative;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      -webkit-transition: opacity 0.3s ease-in-out 1s;
      -o-transition: opacity 0.3s ease-in-out 1s;
      transition: opacity 0.3s ease-in-out 1s; }
      @media (min-width: 1030px) {
        .work-grid .work-item .full-image {
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .work-grid .work-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      height: 100%;
      white-space: normal; }
      .work-grid .work-item a:hover .work-item-inner {
        opacity: 1; }
        .work-grid .work-item a:hover .work-item-inner header {
          opacity: 1;
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); }
          .work-grid .work-item a:hover .work-item-inner header svg {
            -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
            transform: translateX(0px);
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
            transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
            -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
            transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
            transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); }
        .work-grid .work-item a:hover .work-item-inner .services {
          opacity: 1;
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
          -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); }
    .work-grid .work-item .work-item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      position: relative;
      width: 100%;
      padding: 20px 15px 50px;
      background-color: #282829;
      -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      overflow: hidden;
      left: 0;
      top: 0;
      bottom: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
      border-bottom: 1px solid #c7c0aa; }
      @media (min-width: 1030px) {
        .work-grid .work-item .work-item-inner {
          position: absolute;
          padding: 30px 35px 50px;
          opacity: 0;
          border-top: 1px solid #c7c0aa;
          border-bottom: none; } }
      .work-grid .work-item .work-item-inner header {
        position: relative;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        -o-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s;
        transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s, transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1) 0.2s; }
        @media (min-width: 1030px) {
          .work-grid .work-item .work-item-inner header {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px); } }
        .work-grid .work-item .work-item-inner header h3 {
          color: #c7c0aa;
          font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          margin: 0;
          padding: 0;
          line-height: 150%;
          text-align: left;
          padding-right: 50px; }
        .work-grid .work-item .work-item-inner header p {
          text-transform: uppercase;
          margin: 0; }
        .work-grid .work-item .work-item-inner header svg {
          position: absolute;
          right: 0;
          top: 0;
          height: 30px;
          margin-top: 15px;
          -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
          transform: translateX(0px);
          -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
          transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
          -o-transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
          transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
          transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s; }
          @media (min-width: 1030px) {
            .work-grid .work-item .work-item-inner header svg {
              position: relative;
              top: 0;
              margin-top: 50px;
              -webkit-transform: translateX(-10px);
              -ms-transform: translateX(-10px);
              transform: translateX(-10px); } }
      .work-grid .work-item .work-item-inner p {
        color: #c7c0aa;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 0.9375em;
        font-weight: 400;
        margin: 2px 0 0;
        padding: 0;
        line-height: 150%;
        text-align: left; }
      .work-grid .work-item .work-item-inner .services {
        position: relative;
        margin-top: 50px;
        padding-left: 25px;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
        transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
        -o-transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
        transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
        transition: opacity 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1) 0s; }
        @media (min-width: 1030px) {
          .work-grid .work-item .work-item-inner .services {
            opacity: 0;
            margin-top: auto;
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px); } }

.uagb-tabs__panel {
  gap: 0 20px;
  padding: 20px 0; }
  .uagb-tabs__panel .uagb-tab {
    border: none !important; }
    .uagb-tabs__panel .uagb-tab a {
      text-decoration: none;
      border: none; }
      .uagb-tabs__panel .uagb-tab a div {
        font-weight: 600;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        -webkit-transition: border-color 0.2s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: border-color 0.2s cubic-bezier(0, 0, 0.2, 1);
        transition: border-color 0.2s cubic-bezier(0, 0, 0.2, 1);
        border: !important;
        padding: 0em 1em;
        font-size: 1em;
        line-height: 100%;
        font-size: 0.95em; }
    .uagb-tabs__panel .uagb-tab.uagb-tabs__active a div {
      font-weight: 600; }

.uagb-tabs__body-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.uagb-tabs__wrap * {
  border: 0 !important; }

.uagb-tabs__wrap .wp-block-uagb-tabs-child {
  padding: 0 !important; }

.uagb-tabs__wrap .uagb-tabs__body-container {
  padding: 0 !important; }

@media (min-width: 767px) {
  .uagb-tabs__wrap .tab-content-clipped {
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 calc(100% - 100px));
    clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 calc(100% - 100px));
    height: 100%; } }

#timeline {
  display: block;
  text-align: center; }
  #timeline .timeline-bar {
    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;
    margin: 50px auto;
    padding-right: 5px;
    padding-left: 5px; }
    @media (min-width: 767px) {
      #timeline .timeline-bar {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (min-width: 1030px) {
      #timeline .timeline-bar {
        margin: 20px auto; } }
    #timeline .timeline-bar .timeline-nodes {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px; }
      #timeline .timeline-bar .timeline-nodes .timeline-node {
        cursor: pointer;
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px; }
        #timeline .timeline-bar .timeline-nodes .timeline-node:hover span {
          background-color: #fdd041; }
        #timeline .timeline-bar .timeline-nodes .timeline-node:nth-child(odd) h5 {
          position: absolute;
          bottom: 120%; }
        #timeline .timeline-bar .timeline-nodes .timeline-node:nth-child(even) h5 {
          position: absolute;
          top: 120%; }
        #timeline .timeline-bar .timeline-nodes .timeline-node.active h5 {
          color: #fdd041; }
        #timeline .timeline-bar .timeline-nodes .timeline-node.active span {
          -webkit-animation: scale-up 0.25s cubic-bezier(0, 0, 0.2, 1);
          animation: scale-up 0.25s cubic-bezier(0, 0, 0.2, 1);
          background-color: #fdd041; }
        #timeline .timeline-bar .timeline-nodes .timeline-node span {
          display: block;
          width: 9px;
          height: 9px;
          background-color: #939597;
          border-radius: 50%;
          -webkit-transition: background-color 0.3s ease;
          -o-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease; }
          @media (min-width: 767px) {
            #timeline .timeline-bar .timeline-nodes .timeline-node span {
              width: 15px;
              height: 15px; } }
        #timeline .timeline-bar .timeline-nodes .timeline-node h5 {
          position: absolute;
          color: #939597;
          margin: 10px 0;
          font-size: 0.5625em; }
          @media (min-width: 767px) {
            #timeline .timeline-bar .timeline-nodes .timeline-node h5 {
              font-size: 0.75em; } }
      #timeline .timeline-bar .timeline-nodes:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #939597; }
        @media (min-width: 767px) {
          #timeline .timeline-bar .timeline-nodes:before {
            top: 7px; } }
  #timeline .timeline-content .content-item {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.5s ease;
    -o-transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.5s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.5s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    left: 0;
    width: 100%;
    /* Adjust based on your design */
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    margin-bottom: 100px; }
    #timeline .timeline-content .content-item.active {
      opacity: 1;
      visibility: visible;
      position: relative;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
      transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
      -o-transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
      transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
      transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease; }
      #timeline .timeline-content .content-item.active .content-item-body {
        opacity: 1;
        -webkit-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.2s, visibility 0.5s ease;
        -o-transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.2s, visibility 0.5s ease;
        transition: opacity 1s cubic-bezier(0, 0, 0.2, 1) 0.2s, visibility 0.5s ease; }
    #timeline .timeline-content .content-item .content-item-body {
      opacity: 0;
      -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
      -o-transition: opacity 0.25s ease, visibility 0.25s ease;
      transition: opacity 0.25s ease, visibility 0.25s ease; }
    #timeline .timeline-content .content-item h2 {
      margin-top: 0;
      margin-bottom: 20px;
      color: #fdd041;
      line-height: 100%; }
    #timeline .timeline-content .content-item p {
      font-family: Georgia, serif; }
    #timeline .timeline-content .content-item.active {
      display: block; }
  #timeline .timeline-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 80px;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 1em; }
    #timeline .timeline-nav button {
      min-width: 3em;
      padding: 0;
      border: 0;
      outline: 0;
      background-color: transparent; }
      #timeline .timeline-nav button svg {
        width: 100%; }
        #timeline .timeline-nav button svg path {
          -webkit-transition: stroke 0.3s cubic-bezier(0, 0, 0.2, 1);
          -o-transition: stroke 0.3s cubic-bezier(0, 0, 0.2, 1);
          transition: stroke 0.3s cubic-bezier(0, 0, 0.2, 1); }
      #timeline .timeline-nav button:hover svg path {
        stroke: #fdd041 !important; }

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.job-openings {
  display: block;
  width: 100%; }
  .job-openings .job-opening {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #c7c0aa;
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 40px 20px;
    gap: 50px; }
    @media (min-width: 1030px) {
      .job-openings .job-opening {
        padding: 40px 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        gap: 10px 50px; } }
    .job-openings .job-opening .job-title-wrap {
      width: 100%; }
      @media (min-width: 1030px) {
        .job-openings .job-opening .job-title-wrap {
          width: 40%; } }
      .job-openings .job-opening .job-title-wrap h3 {
        margin: 0;
        font-size: 2em; }
    .job-openings .job-opening .job-description-wrap {
      width: 100%; }
      @media (min-width: 1030px) {
        .job-openings .job-opening .job-description-wrap {
          width: 30%; } }
    .job-openings .job-opening .button-alt-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: flex;
      padding: 0 0px 0 0;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (min-width: 767px) {
        .job-openings .job-opening .button-alt-wrap {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      @media (min-width: 1030px) {
        .job-openings .job-opening .button-alt-wrap {
          width: 30%; } }
      .job-openings .job-opening .button-alt-wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #939597;
        font-size: 1.125em;
        font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 100%;
        -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: color 0.3s cubic-bezier(0, 0, 0.2, 1);
        transition: color 0.3s cubic-bezier(0, 0, 0.2, 1);
        background-color: #282829;
        border-radius: 40px;
        padding: 1em;
        color: white;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1); }
        .job-openings .job-opening .button-alt-wrap a:after {
          content: "";
          position: relative;
          display: block;
          width: 1.125em;
          height: 1.125em;
          margin-left: 0.5em;
          background: url("../images/arrow-right-white.svg") no-repeat;
          background-size: 100%; }
        .job-openings .job-opening .button-alt-wrap a:hover {
          color: white; }
          .job-openings .job-opening .button-alt-wrap a:hover:after {
            -webkit-animation: arrow-bump 0.5s cubic-bezier(0, 0, 0.2, 1);
            animation: arrow-bump 0.5s cubic-bezier(0, 0, 0.2, 1); }

@media (min-width: 767px) {
  .clip-1 {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 100px, 20px 70px, 0% 40px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 100px, 20px 70px, 0% 40px); } }

@media (max-width: 766px) {
  .clip-1 {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 60px, 10px 45px, 0% 30px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 60px, 10px 45px, 0% 30px); } }

.clip-1.clip-1-white::before {
  background-color: white; }

.clip-1::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 50px;
  height: 70px;
  top: 39px;
  background-color: #282829; }
  @media (min-width: 767px) {
    .clip-1::before {
      -webkit-clip-path: polygon(-1px 0px, 0px 60px, 20px 30px, 0px 0px);
      clip-path: polygon(-1px 0px, 0px 60px, 20px 30px, 0px 0px); } }
  @media (max-width: 766px) {
    .clip-1::before {
      width: 35px;
      height: 50px;
      top: 29px;
      -webkit-clip-path: polygon(-1px 0px, 0px 30px, 10px 15px, 0px 0px);
      clip-path: polygon(-1px 0px, 0px 30px, 10px 15px, 0px 0px); } }

@media (min-width: 767px) {
  .clip-1-small {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 65px, 15px 45px, 0% 25px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 65px, 15px 45px, 0% 25px); } }

@media (max-width: 766px) {
  .clip-1-small {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 55px, 8px 44px, 0% 31px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 55px, 8px 44px, 0% 31px); } }

.clip-1-small.clip-1-white::before {
  background-color: white; }

.clip-1-small::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 40px;
  height: 50px;
  top: 24px;
  background-color: #282829; }
  @media (min-width: 767px) {
    .clip-1-small::before {
      -webkit-clip-path: polygon(-1px 0px, 0px 40px, 15px 20px, 0px 0px);
      clip-path: polygon(-1px 0px, 0px 40px, 15px 20px, 0px 0px); } }
  @media (max-width: 766px) {
    .clip-1-small::before {
      width: 25px;
      height: 30px;
      top: 30px;
      -webkit-clip-path: polygon(-1px 0px, 0px 25px, 8px 12.5px, 0px 0px);
      clip-path: polygon(-1px 0px, 0px 25px, 8px 12.5px, 0px 0px); } }

@media (min-width: 767px) {
  .clip-2 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 40px, calc(100% - 20px) 70px, 100% 100px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 40px, calc(100% - 20px) 70px, 100% 100px, 100% 100%, 0 100%); } }

@media (max-width: 766px) {
  .clip-2 {
    -webkit-clip-path: polygon(100% 0, 0px 0, 0% 100%, 100% 100%, 100% 60px, calc(100% - 10px) 45px, 100% 30px);
    clip-path: polygon(100% 0, 0px 0, 0% 100%, 100% 100%, 100% 60px, calc(100% - 10px) 45px, 100% 30px); } }

.clip-2.clip-2-dark::before {
  background-color: #282829; }

.clip-2::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 20px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  height: 70px;
  top: 39px;
  background-color: white; }
  @media (min-width: 767px) {
    .clip-2::before {
      -webkit-clip-path: polygon(-1px 0px, 0px 60px, 20px 30px, 0px 0px);
      clip-path: polygon(-1px 0px, 0px 60px, 20px 30px, 0px 0px); } }
  @media (max-width: 766px) {
    .clip-2::before {
      width: 35px;
      height: 50px;
      top: 30px;
      -webkit-clip-path: polygon(-1px 0px, 0px 30px, 10px 15px, 0px 0px);
      clip-path: polygon(-1px 0px, 0px 30px, 10px 15px, 0px 0px); } }

@media (min-width: 767px) {
  .clip-3 {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 95px, 20px 65px, 0% 35px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 95px, 20px 65px, 0% 35px); } }

@media (max-width: 766px) {
  .clip-3 {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 55px, 10px 40px, 0% 25px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 55px, 10px 40px, 0% 25px); } }

@media (min-width: 767px) {
  .clip-3-small {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 65px, 15px 45px, 0% 25px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 65px, 15px 45px, 0% 25px); } }

@media (max-width: 766px) {
  .clip-3-small {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 55px, 8px 44px, 0% 31px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 55px, 8px 44px, 0% 31px); } }

@media (min-width: 767px) {
  .clip-4 {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 125px, 20px 95px, 0% 65px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 125px, 20px 95px, 0% 65px); } }

@media (max-width: 766px) {
  .clip-4 {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 85px, 10px 70px, 0% 55px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 85px, 10px 70px, 0% 55px); } }

@media (min-width: 767px) {
  .clip-5 {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 60px, 15px 40px, 0% 20px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 60px, 15px 40px, 0% 20px); } }

@media (max-width: 766px) {
  .clip-5 {
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 60px, 15px 40px, 0% 20px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%, 0% 60px, 15px 40px, 0% 20px); } }

/*********************
FOOTER STYLES
*********************/
.site-footer {
  background: #282829;
  color: white;
  padding: 3.125em 3%; }
  @media (min-width: 767px) {
    .site-footer {
      padding: 3.125em 20px; } }
  @media (min-width: 1030px) {
    .site-footer {
      padding: 3.125em 5%; } }
  .site-footer .site-footer-inner {
    position: relative;
    width: 100%;
    -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% calc(100% - 0px), 0% 100px, 24px 70px, 0% 40px);
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% calc(100% - 0px), 0% 100px, 24px 70px, 0% 40px);
    border: 1px solid white; }
    .site-footer .site-footer-inner::before {
      content: "";
      position: absolute;
      left: 0px;
      width: 50px;
      height: 70px;
      top: 39px;
      background-color: white;
      -webkit-clip-path: polygon(-1px 0px, 0px 60px, 24px 30px, 0px 0px);
      clip-path: polygon(-1px 0px, 0px 60px, 24px 30px, 0px 0px); }
  .site-footer a {
    color: inherit;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid white; }
    .site-footer .footer-top .footer-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
      flex: 1 1 200px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 50px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 1px solid white; }
      @media (min-width: 1030px) {
        .site-footer .footer-top .footer-logo {
          border-right: 1px solid white;
          padding: 30px 20px;
          border-bottom: none; } }
      .site-footer .footer-top .footer-logo img {
        width: 100%;
        height: auto;
        max-width: 10em; }
        @media (min-width: 767px) {
          .site-footer .footer-top .footer-logo img {
            max-width: 12.5em; } }
        @media (min-width: 1030px) {
          .site-footer .footer-top .footer-logo img {
            max-width: 13.75em; } }
    .site-footer .footer-top .footer-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 2;
      -ms-flex: 2 1 50%;
      flex: 2 1 50%; }
      @media (max-width: 766px) {
        .site-footer .footer-top .footer-links {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
          flex-flow: column wrap; } }
      .site-footer .footer-top .footer-links .footer-column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .site-footer .footer-top .footer-links .footer-column:nth-child(2) {
          border-right: none; }
        @media (min-width: 767px) {
          .site-footer .footer-top .footer-links .footer-column {
            border-right: 1px solid white; } }
        @media (min-width: 1030px) {
          .site-footer .footer-top .footer-links .footer-column {
            border-right: 1px solid white; } }
        .site-footer .footer-top .footer-links .footer-column .contact-details {
          padding: 20px; }
        .site-footer .footer-top .footer-links .footer-column h4 {
          font-weight: bold;
          margin-bottom: 0;
          margin-top: 0;
          padding: 30px 20px;
          border-bottom: 1px solid white; }
        .site-footer .footer-top .footer-links .footer-column ul {
          list-style: none;
          padding: 0;
          margin: 0;
          gap: 1.5em 0;
          font-family: "DM Mono", "Courier New", Courier, monospace; }
          .site-footer .footer-top .footer-links .footer-column ul p {
            margin: 0;
            padding: 0;
            font-family: "DM Mono", "Courier New", Courier, monospace; }
          .site-footer .footer-top .footer-links .footer-column ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 0.75em;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; }
            .site-footer .footer-top .footer-links .footer-column ul li i {
              text-align: center;
              margin-right: 1em;
              margin-top: 0.25em;
              width: 1.25em;
              color: inherit; }
        .site-footer .footer-top .footer-links .footer-column .social-icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 1em;
          margin-top: 2em; }
          .site-footer .footer-top .footer-links .footer-column .social-icons svg {
            fill: white;
            -webkit-transition: fill 0.2s cubic-bezier(0, 0, 0.2, 1);
            -o-transition: fill 0.2s cubic-bezier(0, 0, 0.2, 1);
            transition: fill 0.2s cubic-bezier(0, 0, 0.2, 1); }
          .site-footer .footer-top .footer-links .footer-column .social-icons a:hover svg path {
            fill: #c7c0aa !important; }
        .site-footer .footer-top .footer-links .footer-column .quick-links-menu {
          padding: 20px 20px; }
          @media (max-width: 766px) {
            .site-footer .footer-top .footer-links .footer-column .quick-links-menu {
              border-bottom: 1px solid white; } }
          @media (min-width: 767px) {
            .site-footer .footer-top .footer-links .footer-column .quick-links-menu {
              -webkit-columns: 2;
              columns: 2;
              -webkit-column-gap: 2em;
              column-gap: 2em; } }
  .site-footer .footer-partners {
    text-align: center;
    border-bottom: 1px solid white;
    padding: 20px; }
    .site-footer .footer-partners h4 {
      margin-bottom: 30px; }
    .site-footer .footer-partners p {
      margin-top: 30px;
      color: #c7c0aa; }
      .site-footer .footer-partners p a:hover {
        color: #c7c0aa;
        text-decoration: underline; }
    .site-footer .footer-partners .partner-logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 2em 2em;
      max-width: 800px;
      margin: 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .site-footer .footer-partners .partner-logos a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .site-footer .footer-partners .partner-logos img {
        max-height: 2.5em; }
        @media (min-width: 1030px) {
          .site-footer .footer-partners .partner-logos img {
            max-height: 3.125em; } }
  .site-footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    font-size: 0.75em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1030px) {
      .site-footer .footer-bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .site-footer .footer-bottom .footer-nav {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      margin: 0; }
      .site-footer .footer-bottom .footer-nav li {
        margin: 0 0em 0 0; }
        .site-footer .footer-bottom .footer-nav li:before {
          content: "|";
          display: inline-block;
          margin: 0 0.5em; }
        .site-footer .footer-bottom .footer-nav li a {
          color: #c7c0aa; }
    .site-footer .footer-bottom p {
      margin: 0; }

.fishing-schedule-header {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .fishing-schedule-header div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em 2em; }
    .fishing-schedule-header div p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      white-space: nowrap;
      gap: 0.5em 0.75em;
      margin-top: 0.75em;
      margin-bottom: 0.75em;
      font-size: 0.9em; }
      @media (min-width: 1030px) {
        .fishing-schedule-header div p {
          font-size: 1em; } }
  .fishing-schedule-header .dot {
    display: inline-block;
    width: 1.0625em;
    height: 1.0625em;
    border-radius: 50%;
    background: #333; }
  .fishing-schedule-header .dot.peak {
    background: #828d50; }

.table-wrapper {
  overflow-x: auto; }
  .table-wrapper .fishing-times {
    width: 100%;
    border-collapse: collapse; }
    .table-wrapper .fishing-times th,
    .table-wrapper .fishing-times td {
      padding: 0.75em 1em 0.75em 0;
      text-align: center;
      font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.875em;
      text-transform: uppercase;
      font-weight: 400; }
    .table-wrapper .fishing-times tr {
      border-bottom: 1px solid #282829; }
    .table-wrapper .fishing-times .sticky-col {
      text-align: left;
      background: url("../images/antler-w-texture.jpg") center center repeat;
      background-size: 300px auto; }
      @media (max-width: 766px) {
        .table-wrapper .fishing-times .sticky-col {
          border-right: 1px solid #282829; } }
    @media (max-width: 768px) {
      .table-wrapper .fishing-times .sticky-col {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2; }
      .table-wrapper .fishing-times thead th {
        white-space: nowrap; } }
  .table-wrapper .dot {
    display: inline-block;
    width: 1.0625em;
    height: 1.0625em;
    border-radius: 50%;
    background: #282829; }
  .table-wrapper .dot.peak {
    background: #828d50; }
  .table-wrapper td.peak .dot {
    background: #828d50; }
  .table-wrapper td.available .dot {
    background: #282829; }
  .table-wrapper .campsite-table th {
    font-weight: 400; }
  .table-wrapper .campsite-table thead th {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1em 0.5em 1em 0.5em;
    font-size: 0.875em; }
  .table-wrapper .campsite-table thead .primary {
    text-align: left;
    font-weight: 600;
    font-size: 1.125em; }
  .table-wrapper .campsite-table tbody th {
    padding: 0.25em 0.5em 0.25em 0.5em; }
  .table-wrapper .campsite-table .sticky-col {
    text-align: left;
    min-width: 140px; }
  .table-wrapper .campsite-table tr {
    border-bottom: 1px solid #282829; }
  .table-wrapper .campsite-table td {
    text-align: center; }
  .table-wrapper .campsite-table .dot {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    background: #282829; }
  .table-wrapper .campsite-table .sticky-col {
    text-align: left;
    background: url("../images/antler-w-texture.jpg") center center repeat;
    background-size: 300px auto; }
    @media (max-width: 766px) {
      .table-wrapper .campsite-table .sticky-col {
        border-right: 1px solid #282829; } }
  @media (max-width: 768px) {
    .table-wrapper .campsite-table .sticky-col {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      z-index: 2; }
    .table-wrapper .campsite-table thead th {
      white-space: nowrap; } }

.trail-schedule-header,
.campsite-header {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .trail-schedule-header div,
  .campsite-header div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em 2em; }
    .trail-schedule-header div p,
    .campsite-header div p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      white-space: nowrap;
      gap: 0.5em 0.75em;
      margin-top: 0.75em;
      margin-bottom: 0.75em;
      font-size: 0.9em; }
      @media (min-width: 1030px) {
        .trail-schedule-header div p,
        .campsite-header div p {
          font-size: 1em; } }
  .trail-schedule-header .mobile-scroll-note,
  .campsite-header .mobile-scroll-note {
    display: block;
    font-size: 0.8em;
    color: #282829;
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 0.75em;
    font-style: italic; }
    @media (min-width: 1030px) {
      .trail-schedule-header .mobile-scroll-note,
      .campsite-header .mobile-scroll-note {
        display: none;
        margin-bottom: 1em; } }

.table-wrapper {
  overflow-x: auto;
  max-height: 80vh; }
  @media (min-width: 1030px) {
    .table-wrapper {
      max-height: 400px; } }
  .table-wrapper thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: url("../images/antler-w-texture.jpg") center center repeat;
    z-index: 3; }
  .table-wrapper thead th:first-child {
    z-index: 4; }
  .table-wrapper tbody .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2; }
  .table-wrapper .trail-schedule,
  .table-wrapper .lake-table {
    width: 100%;
    border-collapse: collapse; }
    .table-wrapper .trail-schedule th,
    .table-wrapper .lake-table th {
      font-weight: 600; }
    .table-wrapper .trail-schedule td,
    .table-wrapper .lake-table td {
      font-weight: 400; }
    .table-wrapper .trail-schedule th,
    .table-wrapper .trail-schedule td,
    .table-wrapper .lake-table th,
    .table-wrapper .lake-table td {
      padding: 0.75em 1em 0.75em 0.25em;
      text-align: center;
      font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.875em;
      text-transform: uppercase; }
    .table-wrapper .trail-schedule tr,
    .table-wrapper .lake-table tr {
      border-bottom: 1px solid #282829; }
    .table-wrapper .trail-schedule .notes,
    .table-wrapper .lake-table .notes {
      text-align: left;
      font-size: 0.875em;
      font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      padding-left: 1em;
      text-transform: unset;
      font-style: italic; }
    .table-wrapper .trail-schedule .sticky-col,
    .table-wrapper .lake-table .sticky-col {
      text-align: left;
      background: url("../images/antler-w-texture.jpg") center center repeat;
      background-size: 300px auto; }
      @media (max-width: 766px) {
        .table-wrapper .trail-schedule .sticky-col,
        .table-wrapper .lake-table .sticky-col {
          border-right: 1px solid #282829; } }
    @media (max-width: 768px) {
      .table-wrapper .trail-schedule .sticky-col,
      .table-wrapper .lake-table .sticky-col {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 2; }
      .table-wrapper .trail-schedule thead th,
      .table-wrapper .lake-table thead th {
        white-space: nowrap; } }
  .table-wrapper .lake-table th:nth-child(1),
  .table-wrapper .lake-table td:nth-child(1) {
    width: 100px;
    text-align: left; }
  .table-wrapper .lake-table th:nth-child(2),
  .table-wrapper .lake-table td:nth-child(2) {
    width: 100px; }
  .table-wrapper .lake-table th:nth-child(3),
  .table-wrapper .lake-table td:nth-child(3) {
    width: calc(100% / 5); }
  .table-wrapper .lake-table th:nth-child(4),
  .table-wrapper .lake-table td:nth-child(4) {
    width: calc(100% / 5); }
  .table-wrapper .lake-table th:nth-child(5),
  .table-wrapper .lake-table td:nth-child(5) {
    width: calc(100% / 5); }
  .table-wrapper .lake-table th:nth-child(6),
  .table-wrapper .lake-table td:nth-child(6) {
    width: calc(100% / 5); }
  .table-wrapper .lake-table .notes {
    text-align: center; }

.floating-caption {
  position: absolute;
  max-width: 14em;
  text-transform: uppercase;
  background: white;
  color: white;
  padding: 0.5em 2em 0.5em 1em;
  background: url("../images/caption-bg.png") center center repeat;
  background-size: 60px auto;
  z-index: 10;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%); }
  @media (min-width: 767px) {
    .floating-caption {
      max-width: 14em; } }
  @media (min-width: 1030px) {
    .floating-caption {
      max-width: 18em; } }
  .floating-caption.caption-left {
    top: -40px;
    left: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left; }
  .floating-caption.caption-right {
    top: 0px;
    left: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }
  .floating-caption span {
    font-family: "DM Mono", "Courier New", Courier, monospace;
    font-size: 1em; }
