<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==========================================================================

Theme Name: Pivot Power
Theme URI:
Author: Sims Creative
Description: Pivot Power WordPress theme.
Version: 1.0

   1. Reset
   2. Grid
   3. Base styles: opinionated defaults
   4. Variables
   5. Mixins
   6. Fonts
   7. Custom styles
   8. Browser Fixes
   9. Plugins
   10. Responsive

   */
/* ==========================================================================
   1. Reset
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ==========================================================================
   2. Grid
   ========================================================================== */
/* ==========================================================================
   3. Base Styles
   ========================================================================== */
/* base styles: opinionated defaults */
html {
  color: #222;
  font-size: 62.5%;
  line-height: 1.4; }

body {
  font-size: 1em; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ffd200;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* browse happy prompt */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.browserupgrade {
  background: #ff0000;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin: -50px 0 50px; }
  .browserupgrade a {
    color: #fff;
    text-decoration: underline; }

/* helper classes */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/* ==========================================================================
   4. Variables
   ========================================================================== */
/* Colours
========== */
/* Brand Colours
================ */
/* Element Colours
================== */
/* Misc Colours
================ */
/* Fonts
======== */
/* Grid
======= */
/* Grid
================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 1441px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col.no-gutter {
  padding-left: 0;
  padding-right: 0; }

.col.gut-10 {
  padding-left: 10px;
  padding-right: 10px; }

.col.gut-20 {
  padding-left: 20px;
  padding-right: 20px; }

.col:first-child {
  margin-left: 0; }

.col.no-gut-left {
  padding-left: 0px; }

.col.no-gut-right {
  padding-right: 0px; }

.show-grid .col {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2);
  margin-bottom: 20px; }

.bpoint {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999; }

.bpoint:before {
  background: green;
  border: 1px solid darkgreen;
  padding: 10px 30px;
  position: relative; }

/* X-Small (xs) */
@media (max-width: 481px) {
  .container {
    width: 92%;
    padding: 0; }
  .bpoint:before {
    content: "XS"; }
  .hide-xs {
    display: none !important; }
  .hide-sm, .hide-md, .hide-lg, .hide-xl {
    display: block !important; }
  .show-xs {
    display: block !important; }
  .show-sm, .show-md, .show-lg, .show-xl {
    display: none !important; }
  .hide-xs-down {
    display: none !important; }
  .hide-sm-down {
    display: none !important; }
  .hide-md-down {
    display: none !important; }
  .hide-lg-down {
    display: none !important; }
  .hide-xl-down {
    display: none !important; }
  .hide-xs-up {
    display: none !important; }
  .hide-sm-up {
    display: block !important; }
  .hide-md-up {
    display: block !important; }
  .hide-lg-up {
    display: block !important; }
  .hide-xl-up {
    display: block !important; }
  .col.xs-12 {
    width: 100%; }
  .col.xs-11 {
    width: 91.66666667%; }
  .col.xs-10 {
    width: 83.33333333%; }
  .col.xs-9 {
    width: 75%; }
  .col.xs-8 {
    width: 66.66666667%; }
  .col.xs-7 {
    width: 58.33333333%; }
  .col.xs-6 {
    width: 50%; }
  .col.xs-5 {
    width: 41.66666667%; }
  .col.xs-4 {
    width: 33.33333333%; }
  .col.xs-3 {
    width: 25%; }
  .col.xs-2 {
    width: 16.66666667%; }
  .col.xs-1 {
    width: 8.33333333%; }
  .col.xs-offset-12 {
    margin-left: 100%; }
  .col.xs-offset-11 {
    margin-left: 91.66666667%; }
  .col.xs-offset-10 {
    margin-left: 83.33333333%; }
  .col.xs-offset-9 {
    margin-left: 75%; }
  .col.xs-offset-8 {
    margin-left: 66.66666667%; }
  .col.xs-offset-7 {
    margin-left: 58.33333333%; }
  .col.xs-offset-6 {
    margin-left: 50%; }
  .col.xs-offset-5 {
    margin-left: 41.66666667%; }
  .col.xs-offset-4 {
    margin-left: 33.33333333%; }
  .col.xs-offset-3 {
    margin-left: 25%; }
  .col.xs-offset-2 {
    margin-left: 16.66666667%; }
  .col.xs-offset-1 {
    margin-left: 8.33333333%; }
  .col.xs-offset-0 {
    margin-left: 0%; } }

/* Small (sm) */
@media (min-width: 481px) {
  .container {
    width: 95%;
    padding: 0; }
  .bpoint:before {
    content: "SM"; }
  .hide-sm {
    display: none !important; }
  .hide-xs, .hide-md, .hide-lg, .hide-xl {
    display: block !important; }
  .show-sm {
    display: block !important; }
  .show-xs, .show-md, .show-lg, .show-xl {
    display: none !important; }
  .hide-xs-down {
    display: block !important; }
  .hide-sm-down {
    display: none !important; }
  .hide-md-down {
    display: none !important; }
  .hide-lg-down {
    display: none !important; }
  .hide-xl-down {
    display: none !important; }
  .hide-xs-up {
    display: none !important; }
  .hide-sm-up {
    display: none !important; }
  .hide-md-up {
    display: block !important; }
  .hide-lg-up {
    display: block !important; }
  .hide-xl-up {
    display: block !important; }
  .col.sm-12 {
    width: 100%; }
  .col.sm-11 {
    width: 91.66666667%; }
  .col.sm-10 {
    width: 83.33333333%; }
  .col.sm-9 {
    width: 75%; }
  .col.sm-8 {
    width: 66.66666667%; }
  .col.sm-7 {
    width: 58.33333333%; }
  .col.sm-6 {
    width: 50%; }
  .col.sm-5 {
    width: 41.66666667%; }
  .col.sm-4 {
    width: 33.33333333%; }
  .col.sm-3 {
    width: 25%; }
  .col.sm-2 {
    width: 16.66666667%; }
  .col.sm-1 {
    width: 8.33333333%; }
  .col.sm-offset-12 {
    margin-left: 100%; }
  .col.sm-offset-11 {
    margin-left: 91.66666667%; }
  .col.sm-offset-10 {
    margin-left: 83.33333333%; }
  .col.sm-offset-9 {
    margin-left: 75%; }
  .col.sm-offset-8 {
    margin-left: 66.66666667%; }
  .col.sm-offset-7 {
    margin-left: 58.33333333%; }
  .col.sm-offset-6 {
    margin-left: 50%; }
  .col.sm-offset-5 {
    margin-left: 41.66666667%; }
  .col.sm-offset-4 {
    margin-left: 33.33333333%; }
  .col.sm-offset-3 {
    margin-left: 25%; }
  .col.sm-offset-2 {
    margin-left: 16.66666667%; }
  .col.sm-offset-1 {
    margin-left: 8.33333333%; }
  .col.sm-offset-0 {
    margin-left: 0%; } }

/* Medium (md) */
@media (min-width: 769px) {
  .container {
    width: 90%;
    padding: 0; }
  .bpoint:before {
    content: "MD"; }
  .hide-md {
    display: none !important; }
  .hide-xs, .hide-sm, .hide-lg, .hide-xl {
    display: block !important; }
  .show-md {
    display: block !important; }
  .show-xs, .show-sm, .show-lg, .show-xl {
    display: none !important; }
  .hide-xs-down {
    display: block !important; }
  .hide-sm-down {
    display: block !important; }
  .hide-md-down {
    display: none !important; }
  .hide-lg-down {
    display: none !important; }
  .hide-xl-down {
    display: none !important; }
  .hide-xs-up {
    display: none !important; }
  .hide-sm-up {
    display: none !important; }
  .hide-md-up {
    display: none !important; }
  .hide-lg-up {
    display: block !important; }
  .hide-xl-up {
    display: block !important; }
  .col.md-12 {
    width: 100%; }
  .col.md-11 {
    width: 91.66666667%; }
  .col.md-10 {
    width: 83.33333333%; }
  .col.md-9 {
    width: 75%; }
  .col.md-8 {
    width: 66.66666667%; }
  .col.md-7 {
    width: 58.33333333%; }
  .col.md-6 {
    width: 50%; }
  .col.md-5 {
    width: 41.66666667%; }
  .col.md-4 {
    width: 33.33333333%; }
  .col.md-3 {
    width: 25%; }
  .col.md-2 {
    width: 16.66666667%; }
  .col.md-1 {
    width: 8.33333333%; }
  .col.md-offset-12 {
    margin-left: 100%; }
  .col.md-offset-11 {
    margin-left: 91.66666667%; }
  .col.md-offset-10 {
    margin-left: 83.33333333%; }
  .col.md-offset-9 {
    margin-left: 75%; }
  .col.md-offset-8 {
    margin-left: 66.66666667%; }
  .col.md-offset-7 {
    margin-left: 58.33333333%; }
  .col.md-offset-6 {
    margin-left: 50%; }
  .col.md-offset-5 {
    margin-left: 41.66666667%; }
  .col.md-offset-4 {
    margin-left: 33.33333333%; }
  .col.md-offset-3 {
    margin-left: 25%; }
  .col.md-offset-2 {
    margin-left: 16.66666667%; }
  .col.md-offset-1 {
    margin-left: 8.33333333%; }
  .col.md-offset-0 {
    margin-left: 0%; } }

/* Large (lg) */
@media (min-width: 1171px) {
  .container {
    width: 90%;
    padding: 0; }
  .bpoint:before {
    content: "LG"; }
  .hide-lg {
    display: none !important; }
  .hide-xs, .hide-sm, .hide-md, .hide-xl {
    display: block !important; }
  .show-lg {
    display: block !important; }
  .show-xs, .show-sm, .show-md, .show-xl {
    display: none !important; }
  .hide-xs-down {
    display: block !important; }
  .hide-sm-down {
    display: block !important; }
  .hide-md-down {
    display: block !important; }
  .hide-lg-down {
    display: none !important; }
  .hide-xl-down {
    display: none !important; }
  .hide-xs-up {
    display: none !important; }
  .hide-sm-up {
    display: none !important; }
  .hide-md-up {
    display: none !important; }
  .hide-lg-up {
    display: none !important; }
  .hide-xl-up {
    display: block !important; }
  .col.lg-12 {
    width: 100%; }
  .col.lg-11 {
    width: 91.66666667%; }
  .col.lg-10 {
    width: 83.33333333%; }
  .col.lg-9 {
    width: 75%; }
  .col.lg-8 {
    width: 66.66666667%; }
  .col.lg-7 {
    width: 58.33333333%; }
  .col.lg-6 {
    width: 50%; }
  .col.lg-5 {
    width: 41.66666667%; }
  .col.lg-4 {
    width: 33.33333333%; }
  .col.lg-3 {
    width: 25%; }
  .col.lg-2 {
    width: 16.66666667%; }
  .col.lg-1 {
    width: 8.33333333%; }
  .col.lg-offset-12 {
    margin-left: 100%; }
  .col.lg-offset-11 {
    margin-left: 91.66666667%; }
  .col.lg-offset-10 {
    margin-left: 83.33333333%; }
  .col.lg-offset-9 {
    margin-left: 75%; }
  .col.lg-offset-8 {
    margin-left: 66.66666667%; }
  .col.lg-offset-7 {
    margin-left: 58.33333333%; }
  .col.lg-offset-6 {
    margin-left: 50%; }
  .col.lg-offset-5 {
    margin-left: 41.66666667%; }
  .col.lg-offset-4 {
    margin-left: 33.33333333%; }
  .col.lg-offset-3 {
    margin-left: 25%; }
  .col.lg-offset-2 {
    margin-left: 16.66666667%; }
  .col.lg-offset-1 {
    margin-left: 8.33333333%; }
  .col.lg-offset-0 {
    margin-left: 0%; } }

/* X-Large (xl) */
@media (min-width: 1441px) {
  .container {
    width: 90%;
    padding: 0; }
  .bpoint:before {
    content: "XL"; }
  .hide-xl {
    display: none !important; }
  .hide-xs, .hide-sm, .hide-md, .hide-lg {
    display: block !important; }
  .show-xl {
    display: block !important; }
  .show-xs, .show-sm, .show-md, .show-lg {
    display: none !important; }
  .hide-xs-down {
    display: block !important; }
  .hide-sm-down {
    display: block !important; }
  .hide-md-down {
    display: block !important; }
  .hide-lg-down {
    display: block !important; }
  .hide-xl-down {
    display: none !important; }
  .hide-xs-up {
    display: none !important; }
  .hide-sm-up {
    display: none !important; }
  .hide-md-up {
    display: none !important; }
  .hide-lg-up {
    display: none !important; }
  .hide-xl-up {
    display: none !important; }
  .col.xl-12 {
    width: 100%; }
  .col.xl-11 {
    width: 91.66666667%; }
  .col.xl-10 {
    width: 83.33333333%; }
  .col.xl-9 {
    width: 75%; }
  .col.xl-8 {
    width: 66.66666667%; }
  .col.xl-7 {
    width: 58.33333333%; }
  .col.xl-6 {
    width: 50%; }
  .col.xl-5 {
    width: 41.66666667%; }
  .col.xl-4 {
    width: 33.33333333%; }
  .col.xl-3 {
    width: 25%; }
  .col.xl-2 {
    width: 16.66666667%; }
  .col.xl-1 {
    width: 8.33333333%; }
  .col.xl-offset-12 {
    margin-left: 100%; }
  .col.xl-offset-11 {
    margin-left: 91.66666667%; }
  .col.xl-offset-10 {
    margin-left: 83.33333333%; }
  .col.xl-offset-9 {
    margin-left: 75%; }
  .col.xl-offset-8 {
    margin-left: 66.66666667%; }
  .col.xl-offset-7 {
    margin-left: 58.33333333%; }
  .col.xl-offset-6 {
    margin-left: 50%; }
  .col.xl-offset-5 {
    margin-left: 41.66666667%; }
  .col.xl-offset-4 {
    margin-left: 33.33333333%; }
  .col.xl-offset-3 {
    margin-left: 25%; }
  .col.xl-offset-2 {
    margin-left: 16.66666667%; }
  .col.xl-offset-1 {
    margin-left: 8.33333333%; }
  .col.xl-offset-0 {
    margin-left: 0%; } }

/* ==========================================================================
   5. Mixins
   ========================================================================== */
/* Custom Mixins
================ */
/* ==========================================================================
   6. Fonts
   ========================================================================== */
@font-face {
  font-family: 'Roboto';
  src: url("../wp-content/themes/lkwd/dist/fonts/roboto.eot");
  src: url("../wp-content/themes/lkwd/dist/fonts/roboto.eot#iefix") format("embedded-opentype"), url("../wp-content/themes/lkwd/dist/fonts/roboto.ttf") format("truetype"), url("../wp-content/themes/lkwd/dist/fonts/roboto.woff2") format("woff2"), url("../wp-content/themes/lkwd/dist/fonts/roboto.woff") format("woff"), url("../wp-content/themes/lkwd/dist/fonts/roboto.svg#roboto") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../wp-content/themes/lkwd/dist/fonts/roboto-light.eot");
  src: url("../wp-content/themes/lkwd/dist/fonts/roboto-light.eot#iefix") format("embedded-opentype"), url("../wp-content/themes/lkwd/dist/fonts/roboto-light.ttf") format("truetype"), url("../wp-content/themes/lkwd/dist/fonts/roboto-light.woff2") format("woff2"), url("../wp-content/themes/lkwd/dist/fonts/roboto-light.woff") format("woff"), url("../wp-content/themes/lkwd/dist/fonts/roboto-light.svg#robotoLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../wp-content/themes/lkwd/dist/fonts/roboto-medium.eot");
  src: url("../wp-content/themes/lkwd/dist/fonts/roboto-medium.eot#iefix") format("embedded-opentype"), url("../wp-content/themes/lkwd/dist/fonts/roboto-medium.ttf") format("truetype"), url("../wp-content/themes/lkwd/dist/fonts/roboto-medium.woff2") format("woff2"), url("../wp-content/themes/lkwd/dist/fonts/roboto-medium.woff") format("woff"), url("../wp-content/themes/lkwd/dist/fonts/roboto-medium.svg#robotoMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../wp-content/themes/lkwd/dist/fonts/roboto-bold.eot");
  src: url("../wp-content/themes/lkwd/dist/fonts/roboto-bold.eot#iefix") format("embedded-opentype"), url("../wp-content/themes/lkwd/dist/fonts/roboto-bold.ttf") format("truetype"), url("../wp-content/themes/lkwd/dist/fonts/roboto-bold.woff2") format("woff2"), url("../wp-content/themes/lkwd/dist/fonts/roboto-bold.woff") format("woff"), url("../wp-content/themes/lkwd/dist/fonts/roboto-bold.svg#robotoBold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'FatFrank';
  src: url("../wp-content/themes/lkwd/dist/fonts/fatfrank.eot");
  src: url("../wp-content/themes/lkwd/dist/fonts/fatfrank.eot#iefix") format("embedded-opentype"), url("../wp-content/themes/lkwd/dist/fonts/fatfrank.ttf") format("truetype"), url("../wp-content/themes/lkwd/dist/fonts/fatfrank.woff2") format("woff2"), url("../wp-content/themes/lkwd/dist/fonts/fatfrank.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "futura-pt-heavy";
  src: url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff2"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff"), url("https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700; }

/* ==========================================================================
   7. Custom Styles
   ========================================================================== */
/* general */
html, body {
  background: #000;
  height: 100%; }

body {
  background-color: #000;
  color: #000;
  font-family: futura-pt, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  line-height: 1.4;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

a, input[type=submit], a span, .button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

p, li {
  color: #3B3B3B;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.9;
  margin: 0 0 25px; }

p a, li a {
  color: #000;
  text-decoration: none; }

p a:hover, li a:hover {
  text-decoration: none; }

a {
  color: #000; }

a:hover, a:focus {
  color: #000;
  text-decoration: none; }

ol li:before {
  content: ''; }

ul {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 2px; }

li {
  margin: 0;
  padding-left: 1.7em;
  text-indent: -1.7em; }
  li:before {
    color: #EF5F23;
    content: '•';
    margin-right: 15px;
    position: absolute;
    margin-top: -5px; }

img {
  height: auto;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.05;
  margin: 0 0 40px;
  text-transform: uppercase; }

h1 {
  font-size: 14.5rem; }

h2 {
  font-size: 7.2rem;
  letter-spacing: 0.03em; }

h3 {
  font-size: 3.6rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

.link-button {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.15; }
  .link-button:after {
    background: #000;
    content: '';
    display: block;
    height: 1px;
    width: 100%; }

strong {
  font-weight: 500; }

figure {
  margin: 0;
  padding: 0; }

.center {
  text-align: center; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

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

.right {
  float: right; }

.left {
  float: left; }

.full {
  height: auto;
  width: 100%; }

address {
  font-style: normal; }

del {
  opacity: 1 !important; }

ins {
  text-decoration: none; }

::-webkit-input-placeholder {
  color: #AEBDC4;
  opacity: 1;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #AEBDC4;
  opacity: 1;
  text-transform: uppercase; }

::-ms-input-placeholder {
  color: #AEBDC4;
  opacity: 1;
  text-transform: uppercase; }

::placeholder {
  color: #AEBDC4;
  opacity: 1;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #AEBDC4;
  text-transform: uppercase; }

::-ms-input-placeholder {
  color: #AEBDC4;
  text-transform: uppercase; }

.overflow-menu {
  height: 100%;
  overflow: hidden;
  position: relative; }

/* general elements */
.wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%; }

.label {
  color: #fff;
  display: block;
  font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase; }

.button {
  position: relative;
  display: block;
  width: 295px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 3;
  letter-spacing: 0.08em;
  border: none;
  outline: 0 !important;
  font-size: 2.4rem;
  font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  background: #EF5F23;
  color: #fff; }
  .button:hover, .button:focus {
    color: #fff;
    background: #f17440; }
    .button:hover:after, .button:focus:after {
      -webkit-animation-name: splash;
      animation-name: splash;
      -webkit-animation-duration: 1.75s;
      animation-duration: 1.75s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-delay: 750ms;
      animation-delay: 750ms; }

@-webkit-keyframes splash {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  12% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; }
  24% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  36% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes splash {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  12% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0; }
  24% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  36% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
  .button:after {
    content: '';
    position: absolute;
    display: block;
    top: -34px;
    right: -35px;
    width: 45px;
    height: 40px;
    background: url(/wp-content/themes/lkwd/dist/img/splash.svg) center no-repeat;
    -webkit-transform-origin: 8% 92%;
    transform-origin: 8% 92%; }

.standard-button {
  border: none;
  border-bottom: 3px solid #EF5F23;
  color: #000;
  display: block;
  font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  outline: 0 !important;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }
  .standard-button:hover, .standard-button:focus {
    color: #EF5F23; }

.round-outline-button {
  text-transform: uppercase;
  padding: 20px 60px 20px 20px;
  background-color: #eb8028;
  display: inline-block;
  color: #fff;
  position: relative;
  width: auto;
  min-width: 75px;
  z-index: 1;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  border: .5px solid #ffffff;
  border-radius: 50px;
  font-family: futura-pt, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  font-size: 14px; }
  .round-outline-button:after {
    content: "\203A";
    color: #5B5C74;
    position: absolute;
    height: 20px;
    top: 0;
    width: 25px;
    background-color: #ffffff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: 0;
    z-index: -1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 15px;
    font-size: 20px; }

.round-outline-button-alt-1 {
  text-transform: uppercase;
  padding: 20px 60px 20px 20px;
  background-color: #ffffff;
  display: inline-block;
  color: #829675;
  position: relative;
  width: auto;
  min-width: 75px;
  z-index: 1;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  border: .5px solid #ffffff;
  border-radius: 50px;
  font-family: futura-pt, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  font-size: 14px; }
  .round-outline-button-alt-1:after {
    content: "\203A";
    color: #ffffff;
    position: absolute;
    height: 20px;
    top: 0;
    width: 25px;
    background-color: #829675;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: 0;
    z-index: -1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 15px;
    font-size: 20px; }

.round-outline-button-alt-2 {
  text-transform: uppercase;
  padding: 20px 60px 20px 20px;
  background-color: #fff;
  display: inline-block;
  color: #eb8028;
  position: relative;
  width: auto;
  min-width: 75px;
  z-index: 1;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  border: .5px solid #ffffff;
  border-radius: 50px;
  font-family: futura-pt, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  font-size: 14px; }
  .round-outline-button-alt-2:after {
    content: "\203A";
    color: #ffffff;
    position: absolute;
    height: 20px;
    top: 0;
    width: 25px;
    background-color: #eb8028;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: 0;
    z-index: -1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 15px;
    font-size: 20px; }

.style-round-btn {
  background: #ffffff;
  color: #EF5F23;
  border-radius: 50px;
  width: 225px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-box-shadow: 0 0 0 5px #42949f, 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 5px #42949f, 0 0 0 10px #ffffff; }
  .style-round-btn:after {
    display: none; }

/* Cookie Banner */
#cookie-law {
  display: none !important;
  z-index: 0; }
  #cookie-law p {
    background: #000;
    color: #EF5F23;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 1920px;
    padding: 36px 40px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 700ms;
    transition: 700ms; }
  #cookie-law a {
    color: #EF5F23;
    font-weight: 700;
    position: relative; }
    #cookie-law a:hover, #cookie-law a:focus {
      opacity: .85; }
    #cookie-law a:after {
      background: #EF5F23;
      bottom: -4px;
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      width: 100%; }
  #cookie-law .close-cookie-banner {
    float: right; }
    #cookie-law .close-cookie-banner:after {
      display: none; }

.cookie-in p {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.header-banner {
  background: #EF5F23;
  color: #fff;
  display: none;
  font-size: 2rem;
  padding: 3px 45px 4px;
  text-align: center; }
  .header-banner a {
    color: #fff;
    margin-left: 6px; }
    .header-banner a:hover, .header-banner a:focus {
      opacity: .85;
      text-decoration: underline; }
  .header-banner .banner-icon {
    margin-left: 7px; }
  .header-banner .close-banner {
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 3px;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .header-banner .close-banner:hover, .header-banner .close-banner:focus {
      opacity: .8; }

.masthead {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%;
  z-index: 99; }
  .masthead .masthead__logo {
    display: block;
    -webkit-transition: 250ms;
    transition: 250ms;
    width: 200px;
    padding: 5px 15px 5px 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }
  .masthead .menu-links {
    display: none; }
  .masthead .downloads-wrapper {
    padding-top: 30px;
    position: relative;
    text-align: center;
    z-index: 10; }
    .masthead .downloads-wrapper a {
      margin: 0 7px; }
  .masthead .social-wrapper {
    font-size: 2.3rem;
    text-align: center; }
    .masthead .social-wrapper a {
      color: #fff;
      margin: 0 7px; }
      .masthead .social-wrapper a:hover, .masthead .social-wrapper a:focus {
        color: #EF5F23; }

.masthead-fixed {
  -webkit-animation: transform-bar 1s forwards;
  animation: transform-bar 1s forwards;
  background: #000;
  position: fixed;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .masthead-fixed .masthead-inner-container {
    padding: 0px 45px; }
  .masthead-fixed .masthead__logo {
    display: block;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 200px; }

@media only screen and (max-width: 1080px) {
  .masthead__logo {
    padding: 0px !important;
    background: none !important; } }

.cookie-spacer {
  display: none;
  height: 100px;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: -1; }

@-webkit-keyframes transform-bar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes transform-bar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.masthead-fixed-out {
  -webkit-animation: transform-bar-out 1.5s forwards;
  animation: transform-bar-out 1.5s forwards;
  background: transparent;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@-webkit-keyframes transform-bar-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  61% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1; } }

@keyframes transform-bar-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  61% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1; } }

.masthead-container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }

@-webkit-keyframes nav-fade-in {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes nav-fade-in {
  0% {
    opacity: 0; }
  1% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.nav-in {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: nav-fade-in;
  animation-name: nav-fade-in;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.masthead-inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  padding: 0px 45px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 400;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.30716)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.30716) 50%, rgba(255, 255, 255, 0) 100%); }
  .masthead-inner-container .masthead__mastnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .masthead-inner-container .masthead__mastnav ul li {
      line-height: 1.4;
      padding: 0;
      text-indent: 0; }
      .masthead-inner-container .masthead__mastnav ul li:before {
        display: none; }
    .masthead-inner-container .masthead__mastnav ul a {
      color: #fff;
      font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
      font-size: 2rem;
      letter-spacing: 0.1em;
      padding: 9px 21px;
      text-transform: uppercase;
      font-weight: 600; }
      .masthead-inner-container .masthead__mastnav ul a:hover, .masthead-inner-container .masthead__mastnav ul a:focus {
        opacity: .8; }
    .masthead-inner-container .masthead__mastnav ul .notification {
      position: relative; }
      .masthead-inner-container .masthead__mastnav ul .notification a .job-post-count {
        background: #EF5F23;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-family: futura-pt, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
        font-size: 1.3rem;
        font-weight: 700;
        height: 22px;
        letter-spacing: -0.1em;
        line-height: 1.3;
        opacity: 0;
        padding: 3px 2px 3px 0;
        position: absolute;
        right: 8px;
        text-align: center;
        top: -6px;
        width: 22px; }
      .masthead-inner-container .masthead__mastnav ul .notification a .job-post-count-active {
        -webkit-animation: pop-count 400ms forwards;
        animation: pop-count 400ms forwards;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }

@-webkit-keyframes pop-count {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  20% {
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pop-count {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  20% {
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.masthead .masthead-in-fade {
  padding: 0px 45px; }

.masthead-inner-container.menu-visible {
  opacity: 1; }

/* Burger Menu
============== */
.burger-menu-container {
  position: relative; }

.burger-menu {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  z-index: 27; }

.burger {
  background: white;
  border-radius: 4px;
  height: 4px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%; }

.burger::before {
  background: white;
  border-radius: 4px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 100%; }

.burger::after {
  background: white;
  border-radius: 4px;
  bottom: 12px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%; }

.burger,
.burger::after,
.burger::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.burger-menu.menu-on .burger::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.burger-menu.menu-on .burger::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.burger-menu.menu-on .burger {
  background: rgba(255, 255, 255, 0); }

/* Footer
========= */
.mastfoot {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .mastfoot .filter {
    padding-bottom: 55px;
    padding-top: 55px; }

.footer-links {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 60px; }
  .footer-links .heading {
    color: #fff;
    font-size: 2.4rem; }
  .footer-links li {
    color: #fff; }
    .footer-links li:before {
      display: none; }
  .footer-links p, .footer-links li, .footer-links a {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8; }
  .footer-links a {
    color: #fff;
    text-decoration: none; }
  .footer-links .contact-footer {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
    .footer-links .contact-footer a {
      display: inline-block; }
      .footer-links .contact-footer a:hover, .footer-links .contact-footer a:focus {
        color: #EF5F23; }
      .footer-links .contact-footer a:after {
        content: '';
        display: block;
        height: 1px;
        margin-top: -4px;
        width: 100%; }
  .footer-links .address {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .footer-links .store-links {
    margin-top: -5px;
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
    .footer-links .store-links .store-link {
      display: inline-block;
      margin-bottom: 3%;
      margin-right: 3%;
      width: 30.33%; }
  .footer-links .social-links {
    margin-left: auto; }
    .footer-links .social-links a {
      font-size: 2.8rem;
      line-height: 1;
      margin: 40px 13px 0px 0px; }
      .footer-links .social-links a:hover, .footer-links .social-links a:focus {
        color: #EF5F23; }
      .footer-links .social-links a:last-child {
        margin-right: 0; }

.footer-terms {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
  line-height: 1.5;
  padding-top: 15px; }
  .footer-terms .menu {
    display: inline-block;
    margin: 0; }
    .footer-terms .menu li {
      display: inline-block;
      line-height: 1.5; }
      .footer-terms .menu li:before {
        display: none; }
      .footer-terms .menu li a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.3rem;
        margin: 0 5px;
        text-decoration: underline; }
        .footer-terms .menu li a:hover, .footer-terms .menu li a:focus {
          color: #fff; }

/* Gravity Forms
================ */
.gform_wrapper li {
  padding: 0;
  text-indent: 0; }
  .gform_wrapper li:before {
    display: none; }

.gform_wrapper .gfield_required {
  display: none; }

.gform_wrapper .gfield_label {
  color: #6378A1;
  font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase; }

.gform_wrapper .ginput_recaptcha {
  padding: 12px 0; }

.gform_wrapper .ginput_container_text, .gform_wrapper .ginput_container_email {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
  width: 100%; }
  .gform_wrapper .ginput_container_text input, .gform_wrapper .ginput_container_email input {
    border: 2px solid #AEBDC4;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    height: 80px;
    padding: 0 30px;
    width: 100%; }

.gform_wrapper .ginput_container_textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  width: 100%; }
  .gform_wrapper .ginput_container_textarea textarea {
    border: 2px solid #AEBDC4;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    height: 235px !important;
    line-height: 1.5;
    padding: 22px 30px;
    width: 100%; }

.gform_wrapper .captcha-custom label {
  display: none; }

.gform_wrapper .divider-list-item ul {
  margin-bottom: 15px; }

.gform_wrapper .ginput_container_radio {
  padding-left: 45px;
  padding-top: 12px;
  position: relative; }
  .gform_wrapper .ginput_container_radio li {
    line-height: 0.65;
    margin-bottom: 12px;
    max-width: 258px;
    position: relative;
    width: 100%; }
    .gform_wrapper .ginput_container_radio li:hover input + label, .gform_wrapper .ginput_container_radio li:focus input + label {
      color: #6378A1; }
      .gform_wrapper .ginput_container_radio li:hover input + label:before, .gform_wrapper .ginput_container_radio li:focus input + label:before {
        border-color: rgba(239, 95, 35, 0.5); }
      .gform_wrapper .ginput_container_radio li:hover input + label:after, .gform_wrapper .ginput_container_radio li:focus input + label:after {
        background: rgba(239, 95, 35, 0.5); }
  .gform_wrapper .ginput_container_radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    left: -9999px;
    position: absolute;
    text-indent: -99999px; }
    .gform_wrapper .ginput_container_radio input:checked + label {
      color: #6378A1 !important;
      font-weight: normal; }
      .gform_wrapper .ginput_container_radio input:checked + label:before {
        border-color: #EF5F23 !important; }
      .gform_wrapper .ginput_container_radio input:checked + label:after {
        background: #EF5F23 !important; }
  .gform_wrapper .ginput_container_radio label {
    color: #6378A1;
    font-size: 1.2rem;
    line-height: 1;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .gform_wrapper .ginput_container_radio label:before {
      background: #fff;
      border: 1px solid #fff;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 20px;
      left: -35px;
      position: absolute;
      top: 2px;
      -webkit-transition: 300ms;
      transition: 300ms;
      width: 20px; }
    .gform_wrapper .ginput_container_radio label:after {
      background: #fff;
      border-radius: 50%;
      content: '';
      display: block;
      height: 8px;
      left: -29px;
      position: absolute;
      top: 8px;
      -webkit-transition: 300ms;
      transition: 300ms;
      width: 8px; }

.gform_wrapper .gform_fields {
  margin-bottom: 0; }

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea {
  background: #ffbfc9;
  border-color: #FF173A; }

.gform_wrapper .gfield_error ::-webkit-input-placeholder {
  color: #FF173A; }

.gform_wrapper .gfield_error :-ms-input-placeholder {
  color: #FF173A; }

.gform_wrapper .gfield_error ::-ms-input-placeholder {
  color: #FF173A; }

.gform_wrapper .gfield_error ::placeholder {
  color: #FF173A; }

.gform_wrapper .gfield_error :-ms-input-placeholder {
  color: #FF173A; }

.gform_wrapper .gfield_error ::-ms-input-placeholder {
  color: #FF173A; }

.gform_wrapper .validation_message {
  color: #FF173A;
  font-size: 1.4rem;
  line-height: 1.3;
  padding-top: 5px; }

.gform_wrapper .ginput_container_text + .validation_message, .gform_wrapper .ginput_container_email + .validation_message, .gform_wrapper .ginput_container_textarea + .validation_message {
  display: none; }

.gform_wrapper .ginput_container_radio + .validation_message {
  text-align: center; }

.gform_wrapper .validation_error {
  color: #FF173A;
  font-size: 2rem;
  padding-bottom: 10px; }

.gform_wrapper .gform_footer {
  padding: 10px 0; }

.background-gradient {
  background: transparent;
  left: 0;
  position: absolute;
  width: 100%; }
  .background-gradient .mask {
    background: none !important;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 0; }

.no-content, .section-404 {
  position: relative; }
  .no-content .error-page-wrapper, .section-404 .error-page-wrapper {
    padding: 150px 0; }
  .no-content .container, .section-404 .container {
    padding-bottom: 160px;
    padding-top: 200px; }
    .no-content .container:after, .section-404 .container:after {
      clear: both;
      content: "";
      display: table; }
  .no-content .background-gradient, .section-404 .background-gradient {
    height: calc(100% - 50px); }
    .no-content .background-gradient .mask, .section-404 .background-gradient .mask {
      border-bottom: 200px solid #fff;
      border-left: 100vw solid transparent; }
  .no-content .error-page-heading, .section-404 .error-page-heading {
    color: #fff;
    font-size: 14.5rem;
    line-height: 0.9;
    margin-bottom: 2px; }
  .no-content .label, .section-404 .label {
    color: #EF5F23;
    font-size: 3.6rem; }

@media only screen and (max-width: 960px) {
  .no-content .error-page-wrapper, .section-404 .error-page-wrapper {
    padding: 80px 0; }
  .no-content .container, .section-404 .container {
    padding-bottom: 140px;
    padding-top: 150px; }
  .no-content .background-gradient, .section-404 .background-gradient {
    height: calc(100% - 5vw); }
    .no-content .background-gradient .mask, .section-404 .background-gradient .mask {
      border-bottom: 15vw solid #fff;
      border-left: 100vw solid transparent; }
  .no-content .error-page-heading, .section-404 .error-page-heading {
    font-size: 7.2rem; }
  .no-content .label, .section-404 .label {
    color: #EF5F23;
    font-size: 3rem; } }

@media only screen and (max-width: 640px) {
  .no-content .error-page-wrapper, .section-404 .error-page-wrapper {
    padding: 20px 0; }
  .no-content .error-page-heading, .section-404 .error-page-heading {
    font-size: 4rem; }
  .no-content .label, .section-404 .label {
    color: #EF5F23;
    font-size: 2.4rem; } }

.wysiwyg-bg {
  background: #7a789d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #7a789d), color-stop(80%, #d0788a));
  background: linear-gradient(180deg, #7a789d 30%, #d0788a 80%); }

.job-template-bg {
  background: #42949f; }

li.current-menu-item a {
  border-radius: 50px;
  background: #EB8028; }

.modalDialog {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  display: none;
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in; }

.modalDialog &gt; div {
  display: none;
  width: 300px;
  position: relative;
  margin: 10px auto;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  background: #EF5F23; }

@media only screen and (max-width: 768px) {
  .modalDialog {
    display: block; }
  .modalDialog &gt; div {
    display: block; } }

@media only screen and (max-width: 320px) {
  .modalDialog &gt; div {
    width: 250px; } }

.close-btn {
  color: #ffffff;
  position: absolute;
  right: 0px;
  text-align: center;
  width: 30px;
  text-decoration: none; }

@media only screen and (max-width: 640px) {
  .mob-filter-layer {
    background: rgba(0, 0, 0, 0.2) !important; } }

.q-and-a-block .container {
  padding-top: 150px;
  padding-bottom: 200px; }
  @media only screen and (max-width: 991px) {
    .q-and-a-block .container {
      padding-top: 50px;
      padding-bottom: 50px; } }

.q-a-image {
  float: right;
  max-width: 350px;
  margin-right: 50px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  @media only screen and (max-width: 991px) {
    .q-a-image {
      max-width: 110px;
      margin: 0 auto; } }
  @media only screen and (max-width: 640px) {
    .q-a-image {
      max-width: 360px; } }

.faq-header {
  font-size: 42px;
  padding: 24px; }

.faq-content {
  margin: 0 auto; }

.faq-question {
  padding: 20px 0; }

.panel-title {
  font-size: 24px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer; }
  .panel-title h2 {
    margin: 0;
    color: #fff; }
  .panel-title p {
    color: #fff; }

.panel-content {
  font-size: 20px;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  max-width: 800px; }
  .panel-content h4 {
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50px;
    color: #fff;
    text-transform: none;
    margin: 0;
    line-height: 2.5rem; }
  .panel-content p {
    color: #fff;
    padding: 15px;
    margin: 0; }

.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding-top: 100px; }
  @media only screen and (max-width: 991px) {
    .panel:checked ~ .panel-content {
      padding-top: 25px; } }

label .plus {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #EF5F23; }
  @media only screen and (max-width: 991px) {
    label .plus {
      position: relative;
      top: -160px;
      float: right; } }

label .plus::before {
  content: "+";
  height: 50px;
  width: 50px;
  font-size: 40px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-family: courier;
  color: white; }

.panel:checked ~ label .plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.panel:checked ~ img.q-a-image {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

.panel {
  display: none; }

.whr-date, .whr-dept, .whr-location {
  display: none; }

.whr-title a {
  color: #ffffff !important; }

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
  position: relative; }
  .hero .foreground-image {
    bottom: 40px;
    display: none !important;
    height: auto;
    left: 50%;
    margin: 0 auto;
    max-height: 884px;
    max-width: 1310px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1868px;
    z-index: 6; }
  .hero .container {
    height: 100%; }
  .hero .heading-wrapper {
    height: 350px;
    max-width: 750px;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 260px;
    z-index: 5; }
    .hero .heading-wrapper .heading {
      color: #fff;
      font-size: 12.5rem;
      line-height: 1;
      text-transform: uppercase; }

@-webkit-keyframes title-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes title-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .hero .title-in {
    -webkit-animation: title-fade-in 1.5s;
    animation: title-fade-in 1.5s;
    opacity: 1; }
  .hero .title-in-static {
    opacity: 1; }
  .hero .downloads-wrapper {
    display: none;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 709px;
    width: 478px; }
    .hero .downloads-wrapper a img {
      -webkit-transition: 300ms;
      transition: 300ms; }
    .hero .downloads-wrapper a:first-child {
      margin-right: 7px;
      position: relative;
      z-index: 7; }
    .hero .downloads-wrapper a:last-child {
      margin-left: 7px;
      position: relative;
      z-index: 3; }
    .hero .downloads-wrapper a:hover img, .hero .downloads-wrapper a:focus img {
      opacity: .85; }
  .hero .filter {
    height: 100%;
    position: absolute;
    width: 100%; }
  .hero .shadow {
    background-position: bottom center;
    background-repeat: repeat-x;
    bottom: 0;
    height: 500px;
    position: absolute;
    width: 100%; }

@media only screen and (max-width: 1440px) {
  .hero {
    height: auto; }
    .hero .heading-wrapper {
      height: auto;
      padding-top: 200px;
      padding-bottom: 50px;
      position: relative;
      top: auto; }
      .hero .heading-wrapper .heading {
        font-size: 10rem;
        line-height: 1; }
    .hero .container {
      height: auto; }
    .hero .downloads-wrapper {
      left: auto;
      position: relative;
      right: auto;
      top: auto; }
    .hero .foreground-image {
      position: relative; } }

@media only screen and (max-width: 1080px) {
  .header-banner {
    display: none; } }

@media only screen and (max-width: 920px) {
  .hero {
    background-position: 85% 0%; }
    .hero .heading-wrapper {
      padding-top: 250px;
      padding-bottom: 250px; }
      .hero .heading-wrapper .heading {
        font-size: 9rem;
        line-height: 1; }
    .hero .downloads-wrapper {
      text-align: center; }
      .hero .downloads-wrapper a {
        display: inline-block;
        width: 180px; } }

@media only screen and (max-width: 640px) {
  .hero .heading-wrapper {
    padding-top: 200px;
    padding-bottom: 200px; }
    .hero .heading-wrapper .heading {
      font-size: 7.5rem; }
  .hero .downloads-wrapper {
    width: 330px; }
    .hero .downloads-wrapper a {
      width: 155px; }
      .hero .downloads-wrapper a:first-child {
        margin-right: 2px; }
      .hero .downloads-wrapper a:last-child {
        margin-left: 2px; } }

@media only screen and (max-width: 480px) {
  .hero .heading-wrapper .heading {
    font-size: 4.8rem; }
  .hero .downloads-wrapper {
    width: 268px; }
    .hero .downloads-wrapper a {
      width: 130px; } }

.awards {
  position: relative;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #d0788a), color-stop(25%, #d0788a), color-stop(80%, #eb8028));
  background: linear-gradient(180deg, #d0788a 10%, #d0788a 25%, #eb8028 80%); }
  .awards .heading-wrapper {
    padding-top: 45px; }
    .awards .heading-wrapper .heading {
      color: #fff;
      font-size: 3.6rem;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 3px; }
  .awards .awards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1318px;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%; }
    .awards .awards-wrapper .award {
      margin-right: 30px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .awards .awards-wrapper .award:last-child {
        margin-right: 0; }
    .awards .awards-wrapper .award-caption {
      color: #fff;
      display: block;
      font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
      font-size: 1.2rem;
      letter-spacing: 0.1em;
      line-height: 1.2;
      margin: 12px auto 0;
      max-width: 260px;
      text-transform: uppercase;
      width: 100%; }
    .awards .awards-wrapper .award-description {
      color: #fff;
      display: block;
      font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
      font-size: 1rem;
      letter-spacing: 0.15em;
      line-height: 1.2;
      margin: 5px auto 0;
      max-width: 260px;
      opacity: 0.5;
      text-transform: uppercase;
      width: 100%; }
  .awards .background-gradient {
    height: calc(100% - 300px);
    top: 0; }

.logo-wrapper {
  margin-bottom: 50px; }

.avakin-grad {
  padding: 50px; }

@media only screen and (max-width: 1200px) {
  .awards .background-gradient {
    height: calc(100% - 200px);
    top: 0; } }

@media only screen and (max-width: 1100px) {
  .awards .awards-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px; }
    .awards .awards-wrapper .award {
      margin-bottom: 20px;
      margin-right: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }

@media only screen and (max-width: 860px) {
  .awards .heading-wrapper .heading {
    font-size: 3rem; }
  .awards .background-gradient {
    height: calc(100% - 20vw);
    top: 0; }
    .awards .background-gradient .mask {
      border-bottom: 10vw solid #fff; } }

@media only screen and (max-width: 480px) {
  .awards .awards-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px; }
    .awards .awards-wrapper .award {
      margin-bottom: 40px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      .awards .awards-wrapper .award:nth-child(4) {
        margin-bottom: 0; } }

:root {
  --star-size: 60px;
  --star-color: #fff;
  --star-background: #fc0; }

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1; }
  .Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.supporters {
  position: relative; }
  .supporters img {
    height: 87px;
    margin-bottom: 10px; }
  .supporters a {
    text-decoration: none; }
    .supporters a:hover h3 {
      color: #fff !important; }
    .supporters a h3 {
      -webkit-transition: 500ms;
      transition: 500ms; }
  .supporters .heading-wrapper {
    padding-top: 45px; }
    .supporters .heading-wrapper .heading {
      color: #fff;
      font-size: 3.6rem;
      margin-bottom: 100px;
      text-transform: uppercase; }
  .supporters .supporters-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    width: 100%; }
    .supporters .supporters-wrapper .supporter {
      margin-right: 13.5%;
      width: 24.3333%; }
      .supporters .supporters-wrapper .supporter:last-child {
        margin-right: 0; }
      .supporters .supporters-wrapper .supporter .button {
        margin-right: 0;
        margin-top: 50px;
        width: 228px; }
    .supporters .supporters-wrapper .supporter-caption {
      color: #EF5F23;
      display: block;
      font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
      font-size: 3.6rem;
      line-height: 1.2;
      margin: 12px 0 10px;
      text-transform: uppercase;
      width: 100%; }
    .supporters .supporters-wrapper .supporter-description {
      color: #fff;
      display: block;
      font-family: futura-pt, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
      font-size: 1.6rem;
      line-height: 1.2;
      margin: 5px 0 0;
      max-width: 331px;
      width: 100%; }
  .supporters .background-gradient {
    height: calc(100% - 300px);
    top: 0; }
    .supporters .background-gradient .mask {
      border-bottom: 200px solid #fff;
      border-left: 100vw solid transparent !important; }

@media only screen and (max-width: 1200px) {
  .supporters .supporters-wrapper .supporter {
    margin-bottom: 40px;
    margin-right: 2%;
    width: 48%; }
  .supporters .heading-wrapper .heading {
    margin-bottom: 40px; }
  .supporters .background-gradient {
    height: calc(100% - 200px);
    top: 0; }
    .supporters .background-gradient .mask {
      border-bottom: 180px solid #fff;
      border-left: 100vw solid transparent !important; } }

@media only screen and (max-width: 860px) {
  .supporters .heading-wrapper .heading {
    font-size: 3rem; }
  .supporters .background-gradient {
    height: calc(100% - 20vw);
    top: 0; }
    .supporters .background-gradient .mask {
      border-bottom: 10vw solid #fff;
      border-left: 100vw solid transparent !important; } }

@media only screen and (max-width: 767px) {
  .supporters .heading-wrapper .heading {
    text-align: center; }
  .supporters .supporters-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .supporters .supporters-wrapper .supporter {
      margin-bottom: 55px;
      margin-right: 0;
      text-align: center;
      width: 100%; }
      .supporters .supporters-wrapper .supporter .button {
        margin-left: auto;
        margin-right: auto; }
    .supporters .supporters-wrapper .supporter-description {
      margin: 5px auto 0; } }

.statistics {
  padding-top: 80px; }
  .statistics .stats-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    .statistics .stats-wrapper .stat {
      max-width: 420px;
      opacity: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%; }
      .statistics .stats-wrapper .stat .stat-figure {
        color: #fff;
        font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
        font-size: 7rem;
        line-height: 1;
        text-transform: uppercase; }
  .statistics .stat-in {
    -webkit-animation: stat-fade 1s forwards;
    animation: stat-fade 1s forwards; }

@-webkit-keyframes stat-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes stat-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@media only screen and (max-width: 1460px) {
  .statistics {
    padding-top: 80px; }
    .statistics .stats-wrapper .stat {
      margin-bottom: 60px;
      margin-right: 30px;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }
      .statistics .stats-wrapper .stat .stat-figure {
        font-size: 5.6rem; } }

@media only screen and (max-width: 780px) {
  .statistics .stats-wrapper {
    max-width: 560px;
    width: 100%; }
    .statistics .stats-wrapper .stat {
      margin-right: 2%;
      max-width: 48%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
      .statistics .stats-wrapper .stat .stat-figure {
        font-size: 4rem; } }

@media only screen and (max-width: 600px) {
  .statistics {
    padding-top: 30px; }
    .statistics .stats-wrapper .stat {
      margin-bottom: 30px;
      max-width: 100%;
      text-align: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .statistics .stats-wrapper .stat .stat-figure {
        font-size: 3.6rem; } }

.phone-video {
  padding-top: 70px;
  text-align: center; }
  .phone-video .container:after {
    content: "";
    display: table;
    clear: both; }

.video-wrapper {
  position: relative;
  z-index: 10; }
  .video-wrapper a {
    outline: 0 !important; }
    .video-wrapper a:hover .play-icon, .video-wrapper a:focus .play-icon {
      opacity: .85; }
  .video-wrapper .phone-image {
    border-radius: 9%;
    position: relative;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.25), inset 0 0 70px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.25), inset 0 0 70px rgba(0, 0, 0, 0.21); }
  .video-wrapper .shadow {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 50px);
    height: calc(100% - 50px); }

.wistia_popover_mode .wistia_popover_embed {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important; }

.wistia_popover_mode .wistia_placebo_close_button {
  opacity: 0 !important; }

.wistia_embed {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }
  .wistia_embed .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.play-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 123px;
  height: 123px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 5rem;
  border-radius: 50%;
  background: #EF5F23;
  color: #fff; }
  .play-icon svg {
    margin-top: -2px;
    padding-left: 7px; }

@media only screen and (max-width: 1100px) {
  .phone-video {
    padding-top: 20px; } }

@media only screen and (max-width: 860px) {
  .play-icon {
    width: 80px;
    height: 80px;
    font-size: 3rem; } }

@media only screen and (max-width: 640px) {
  .play-icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem; }
    .play-icon svg {
      margin-top: -2px;
      padding-left: 2px; } }

.download {
  background-repeat: no-repeat;
  background-size: cover; }
  .download .container {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative; }
    .download .container:after {
      clear: both;
      content: "";
      display: table; }
  .download .copy-wrapper, .download .heading-wrapper {
    max-width: 725px;
    width: 100%; }
  .download .off-white {
    color: #fff; }
  .download .buttons-wrapper {
    padding-top: 30px;
    width: 100%; }
  .download .image-wrapper {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11; }
    .download .image-wrapper img {
      max-width: none;
      position: absolute;
      right: -55px;
      top: -85px; }

div .img-class-top-bottom {
  width: 60%;
  height: 40%; }

div .img-class-middle {
  width: 50%;
  height: 40%; }

@media only screen and (max-width: 1580px) {
  .download .image-wrapper img {
    max-width: 650px;
    top: auto; } }

@media only screen and (max-width: 1480px) {
  .download .content {
    max-width: 650px;
    width: 100%; }
  .download .image-wrapper {
    height: 100%; }
    .download .image-wrapper img {
      bottom: -30px; } }

@media only screen and (max-width: 1400px) {
  .download .image-wrapper {
    left: 0;
    right: auto; }
    .download .image-wrapper img {
      bottom: -30px;
      left: 610px;
      right: auto; } }

@media only screen and (max-width: 1280px) {
  .download .image-wrapper img {
    bottom: -30px;
    left: 425px;
    max-width: 450px; } }

@media only screen and (max-width: 960px) {
  .download .content {
    max-width: 480px;
    width: 100%; }
  .download .container {
    padding-bottom: 145px; }
  .download .image-wrapper img {
    bottom: -85px;
    left: 290px;
    max-width: 450px; }
  .download .buttons-wrapper {
    margin-bottom: 15px; } }

.desktop-only {
  display: block; }

.mobile-only {
  display: none; }

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none; }
  .mobile-only {
    display: block; }
  div .img-class-top-mobile-only {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px; }
  div .img-class-top-bottom {
    width: 80%;
    display: block;
    margin-left: auto; }
  div .img-class-middle {
    width: 80%;
    display: block;
    margin-right: auto; } }

@media only screen and (max-width: 740px) {
  .download .container {
    padding-bottom: 40px;
    padding-top: 40px; }
  .download .content {
    max-width: none; }
  .download .image-wrapper {
    left: -20px;
    margin: 0 auto;
    right: 0; }
    .download .image-wrapper img {
      bottom: -85px;
      left: 0;
      margin: 0 auto;
      max-width: 320px;
      right: 0; } }

.page-template-template-responsibilty .download {
  background: #fff; }

@media only screen and (min-width: 1281px) {
  .page-template-template-responsibilty .download .container {
    padding-top: 0; }
  .page-template-template-responsibilty .download .image-wrapper img {
    top: -5px; } }

@media only screen and (min-width: 741px) {
  .page-template-template-responsibilty .download .image-wrapper img,
  .page-id-118 .download .image-wrapper img,
  .page-id-115 .download .image-wrapper img {
    left: 443px; }
  .page-template-template-responsibilty .download .heading-wrapper,
  .page-id-118 .download .heading-wrapper,
  .page-id-115 .download .heading-wrapper {
    max-width: 800px; } }

@media only screen and (min-width: 961px) {
  .page-template-template-responsibilty .download .image-wrapper img,
  .page-id-118 .download .image-wrapper img,
  .page-id-115 .download .image-wrapper img {
    left: 663px; } }

@media only screen and (min-width: 1401px) {
  .page-template-template-responsibilty .download .image-wrapper img,
  .page-id-118 .download .image-wrapper img,
  .page-id-115 .download .image-wrapper img {
    left: inherit; } }

.join-us {
  padding-top: 125px;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .join-us .container {
    padding-bottom: 140px; }
    .join-us .container:after {
      content: "";
      display: table;
      clear: both; }
  .join-us .button-wrapper {
    padding-top: 25px; }
  .join-us .copy-wrapper {
    padding-right: 60px;
    margin-top: -12px; }
  .join-us .image-wrapper {
    border-radius: 15px; }
    .join-us .image-wrapper img {
      border-radius: 15px; }
    .join-us .image-wrapper .foreground-image {
      position: absolute;
      bottom: -96px;
      right: -146px;
      z-index: 5;
      -webkit-box-shadow: none;
      box-shadow: none; }

@media only screen and (max-width: 1720px) {
  .join-us .image-wrapper .foreground-image {
    right: -75px; } }

@media only screen and (max-width: 1200px) {
  .join-us .image-wrapper .foreground-image {
    right: -50px;
    max-width: 480px; } }

@media only screen and (max-width: 960px) {
  .pagename-team .join-us {
    padding-top: 30px; } }

@media only screen and (max-width: 900px) {
  .join-us .image-wrapper .foreground-image {
    right: -35px;
    max-width: 420px; } }

@media only screen and (max-width: 768px) {
  .mob-spacing-margin-top {
    margin-top: 100px; }
  .padding-mob-fix {
    padding-bottom: 0px !important; } }

@media only screen and (max-width: 768px) {
  .join-us {
    background-size: cover;
    background-position: 100% 0%;
    padding-top: 40px;
    padding-bottom: 80px; }
    .join-us .copy-wrapper {
      padding-right: 0; }
    .join-us .content {
      width: 100%;
      max-width: 560px; }
    .join-us .image-wrapper {
      max-width: 560px;
      padding-top: 50px; }
      .join-us .image-wrapper .foreground-image {
        right: 15px;
        max-width: 500px; } }

@media only screen and (max-width: 640px) {
  .join-us .copy-wrapper {
    padding-right: 0; }
  .join-us .content {
    width: 100%;
    max-width: 460px; }
  .join-us .image-wrapper {
    max-width: 400px;
    padding-top: 50px; }
    .join-us .image-wrapper .foreground-image {
      right: -15px;
      left: 0;
      margin: 0 auto;
      max-width: 390px; } }

@media only screen and (max-width: 480px) {
  .join-us .image-wrapper .foreground-image {
    max-width: 300px; } }

.testimonials {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background: #F3F3F3;
  background-repeat: no-repeat;
  background-size: cover; }
  .testimonials .background-gradient {
    top: 0;
    height: 100%; }
  .testimonials .testimonial-container {
    position: relative; }
  .testimonials .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0; }
    .testimonials .container:after {
      content: "";
      display: table;
      clear: both; }
  .testimonials .image-col, .testimonials .quote-col {
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .testimonials .heading-wrapper {
    padding-top: 25px;
    padding-bottom: 25px; }
    .testimonials .heading-wrapper .heading {
      position: relative;
      display: inline-block;
      white-space: nowrap;
      color: #fff; }
    .testimonials .heading-wrapper .description {
      color: #fff; }
  .testimonials .image-col {
    height: 100%; }
    .testimonials .image-col .image-wrapper {
      position: relative;
      z-index: 5;
      width: 100%; }
    .testimonials .image-col img {
      display: none;
      opacity: 0;
      position: absolute; }
    .testimonials .image-col .first-img {
      display: block;
      opacity: 0;
      position: static; }
    .testimonials .image-col .active-quote {
      position: static;
      border-radius: 15px;
      display: block;
      -webkit-animation-name: slide-in-img;
      animation-name: slide-in-img;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      opacity: 0; }

@-webkit-keyframes slide-in-img {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  15% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slide-in-img {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  15% {
    opacity: 1; }
  85% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .testimonials .quote-col {
    position: relative;
    padding-bottom: 100px;
    z-index: 4;
    color: #fff; }
    .testimonials .quote-col .quote {
      display: none;
      width: 100%;
      max-width: 720px; }
      .testimonials .quote-col .quote p {
        color: #fff; }
      .testimonials .quote-col .quote .quote-details {
        padding-top: 42px;
        padding-bottom: 42px; }
        .testimonials .quote-col .quote .quote-details span {
          display: block; }
        .testimonials .quote-col .quote .quote-details .name {
          line-height: 1;
          font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
          font-size: 3.6rem;
          letter-spacing: 0.01em;
          text-transform: uppercase; }
        .testimonials .quote-col .quote .quote-details .location {
          font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
          font-size: 2.4rem;
          letter-spacing: 0.01em;
          text-transform: none;
          color: #fff; }
    .testimonials .quote-col .active-quote {
      display: block;
      -webkit-animation-name: slide-in;
      animation-name: slide-in;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      opacity: 0; }

@-webkit-keyframes slide-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  15% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  85% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0; } }

@keyframes slide-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  15% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  85% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0; } }
  .testimonials .button-text {
    color: #EF5F23;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2.4rem; }

@media only screen and (max-width: 1700px) {
  .testimonials .heading-wrapper .heading {
    white-space: normal;
    color: #fff; }
    .testimonials .heading-wrapper .heading:after {
      top: -39px; } }

@media only screen and (max-width: 1500px) {
  .testimonials {
    padding-top: 140px; }
    .testimonials .heading-wrapper .heading {
      margin-bottom: 0; }
    .testimonials .quote-col .quote .quote-details {
      padding-top: 15px; }
    .testimonials .image-col {
      padding-right: 40px; } }

@media only screen and (max-width: 960px) {
  .testimonials {
    padding-top: 120px; }
    .testimonials .background-gradient {
      height: calc(100% - 25vw); }
    .testimonials .image-col, .testimonials .quote-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; }
    .testimonials .image-col {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding: 0; }
      .testimonials .image-col .image-wrapper {
        width: 100%;
        max-width: 360px;
        padding-left: 80px;
        margin: auto; }
    .testimonials .quote-col {
      padding-bottom: 30px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .testimonials .quote-col .quote {
        max-width: 600px; }
    .testimonials .heading-wrapper .heading {
      white-space: normal;
      color: #fff; }
      .testimonials .heading-wrapper .heading:after {
        top: -32px;
        -webkit-transform: scale(0.75);
        transform: scale(0.75); } }

@media only screen and (max-width: 740px) {
  .testimonials .heading-wrapper {
    width: 100%;
    max-width: 360px; } }

@media only screen and (max-width: 640px) {
  .testimonials .background-gradient {
    height: calc(100% - 28vw); }
  .testimonials .heading-wrapper .heading {
    white-space: normal;
    color: #fff; }
    .testimonials .heading-wrapper .heading:after {
      top: -23px;
      -webkit-transform: scale(0.6);
      transform: scale(0.6); } }

@media only screen and (max-width: 515px) {
  .testimonials .image-col .image-wrapper {
    padding-left: 0; } }

.text-gradient {
  background: #F3F3F3;
  padding-bottom: 12%;
  padding-top: 5%;
  position: relative; }
  .text-gradient .background-gradient {
    height: 100%;
    top: 0; }
    .text-gradient .background-gradient .mask {
      border-bottom: 10vw solid #fff;
      border-right: 100vw solid transparent !important; }
  .text-gradient .text-gradient-container {
    position: relative; }
  .text-gradient .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0; }
    .text-gradient .container:after {
      clear: both;
      content: "";
      display: table; }
  .text-gradient .heading-wrapper {
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%; }
    .text-gradient .heading-wrapper .heading {
      color: #fff;
      position: relative;
      white-space: nowrap; }
      .text-gradient .heading-wrapper .heading:after {
        background: url(/wp-content/themes/lkwd/dist/img/splash.svg) center no-repeat;
        content: '';
        display: inline-block;
        height: 40px;
        position: relative;
        right: 14px;
        top: -45px;
        -webkit-transform-origin: 8% 92%;
        transform-origin: 8% 92%;
        width: 45px; }
  .text-gradient .text-gradient-column p {
    color: #fff;
    max-width: 665px;
    width: 90%; }

@media only screen and (max-width: 1700px) {
  .text-gradient .heading-wrapper .heading {
    color: #fff;
    white-space: normal; }
    .text-gradient .heading-wrapper .heading:after {
      top: -39px; } }

@media only screen and (max-width: 1500px) {
  .text-gradient .heading-wrapper .heading {
    margin-bottom: 0; } }

@media only screen and (max-width: 960px) {
  .text-gradient .heading-wrapper .heading {
    color: #fff;
    white-space: normal; }
    .text-gradient .heading-wrapper .heading:after {
      top: -32px;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); } }

@media only screen and (max-width: 740px) {
  .text-gradient {
    padding-bottom: 20%;
    padding-top: 10%; }
    .text-gradient .heading-wrapper {
      max-width: 360px;
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .text-gradient .heading-wrapper .heading {
    color: #fff;
    white-space: normal; }
    .text-gradient .heading-wrapper .heading:after {
      top: -23px;
      -webkit-transform: scale(0.6);
      transform: scale(0.6); } }

.our-directors {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 140px; }
  .our-directors .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px; }
    .our-directors .container:after {
      clear: both;
      content: "";
      display: table; }
    .our-directors .container .in-flex-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .our-directors .container .in-flex {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
      flex: 1 1 200px; }
    .our-directors .container .align-left-img {
      text-align: left; }
    .our-directors .container .investor-img {
      padding: 10px;
      height: auto;
      max-width: 200px;
      display: inline-block;
      margin-left: auto;
      margin-right: 80px;
      margin-bottom: 40px; }
  .our-directors .heading-wrapper {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .our-directors .heading-wrapper .heading {
      color: #fff;
      display: inline-block;
      position: relative;
      width: 70%;
      margin-bottom: 0px; }
      .our-directors .heading-wrapper .heading:after {
        content: '';
        display: inline-block;
        height: 40px;
        position: relative;
        right: 26px;
        top: -45px;
        -webkit-transform-origin: 8% 92%;
        transform-origin: 8% 92%; }
      .our-directors .heading-wrapper .heading .first {
        color: #fff; }
  .our-directors .member-col {
    float: none;
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
    .our-directors .member-col:nth-child(even) {
      padding-right: 0px; }
    .our-directors .member-col:nth-child(odd) {
      padding-left: 0px; }
  .our-directors .member-wrapper {
    padding: 60px 0 45px 0px;
    position: relative; }
    .our-directors .member-wrapper .image-wrapper {
      left: 25%;
      position: absolute;
      top: 0; }
      .our-directors .member-wrapper .image-wrapper img {
        border-radius: 10px;
        max-width: 285px;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .our-directors .member-wrapper .image-wrapper a:hover img, .our-directors .member-wrapper .image-wrapper a:focus img {
        opacity: .85; }
    .our-directors .member-wrapper .bio-wrapper {
      color: #fff;
      border-radius: 10px;
      padding: 220px 30px 40px 30px;
      text-align: center; }
      .our-directors .member-wrapper .bio-wrapper .label {
        font-size: 2.4rem;
        margin-bottom: 3px;
        color: #fff; }
      .our-directors .member-wrapper .bio-wrapper .heading {
        font-size: 4rem;
        margin: 0 0 20px;
        color: #fff; }
      .our-directors .member-wrapper .bio-wrapper p {
        font-size: 2rem;
        letter-spacing: -0.025em;
        line-height: 1.8;
        color: #fff; }
  .our-directors .button-wrapper {
    padding-top: 20px; }

@media only screen and (max-width: 1500px) {
  .our-directors .member-col:nth-child(even) {
    padding-right: 15px; }
  .our-directors .member-col:nth-child(odd) {
    padding-left: 15px; }
  .our-directors .member-wrapper {
    padding: 40px 0 35px 100px; }
    .our-directors .member-wrapper .image-wrapper img {
      border-radius: 10px;
      max-width: 260px;
      -webkit-transition: 300ms;
      transition: 300ms; } }

@media only screen and (max-width: 1180px) {
  .our-directors .member-col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .our-directors .member-col:nth-child(even) {
      padding-right: 0; }
    .our-directors .member-col:nth-child(odd) {
      padding-left: 0; }
  .our-directors .member-wrapper {
    margin: 0 auto;
    padding: 40px 0 35px 100px; }
    .our-directors .member-wrapper .image-wrapper {
      left: 5%; }
      .our-directors .member-wrapper .image-wrapper img {
        border-radius: 10px;
        max-width: 200px;
        -webkit-transition: 300ms;
        transition: 300ms; }
    .our-directors .member-wrapper .bio-wrapper {
      padding: 10px 15px 10px 80px; } }

@media only screen and (max-width: 960px) {
  .our-directors {
    padding-top: 100px; }
    .our-directors .container {
      padding-bottom: 90px; }
    .our-directors .heading-wrapper .heading:after {
      right: 24px;
      top: -36px; }
    .our-directors .member-wrapper .bio-wrapper p {
      font-size: 1.8rem; }
    .our-directors .button {
      margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  .our-directors {
    background-size: cover; } }

@media only screen and (max-width: 640px) {
  .our-directors .container {
    padding-bottom: 60px; }
  .our-directors .heading-wrapper {
    display: block;
    padding-bottom: 0px; }
    .our-directors .heading-wrapper .heading {
      width: 100%; }
      .our-directors .heading-wrapper .heading:after {
        right: 20px;
        top: -25px; }
    .our-directors .heading-wrapper .investor-img {
      display: block;
      width: 100%;
      margin: 0 auto;
      max-width: 240px; }
  .our-directors .member-wrapper .bio-wrapper .label {
    font-size: 2rem; }
  .our-directors .member-wrapper .bio-wrapper .heading {
    font-size: 3.5rem;
    margin: 0 0 15px; }
  .our-directors .member-wrapper .bio-wrapper p {
    font-size: 1.4rem; } }

@media only screen and (max-width: 540px) {
  .our-directors .member-col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .our-directors .member-col:nth-child(even) {
      padding-right: 0; }
    .our-directors .member-col:nth-child(odd) {
      padding-left: 0; }
  .our-directors .member-wrapper {
    margin: 0 auto;
    padding: 60px 0 35px 0; }
    .our-directors .member-wrapper .image-wrapper {
      margin: auto;
      max-width: 160px;
      right: 0;
      left: 0; }
    .our-directors .member-wrapper .bio-wrapper {
      padding: 120px 15px 10px 15px; } }

@media only screen and (max-width: 540px) {
  .our-directors .heading-wrapper {
    width: 100%; } }

.social-wall {
  position: relative; }
  .social-wall .foreground-image {
    bottom: -168px;
    left: 1540px;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 9; }

.social-wall-inner-container {
  height: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 40px;
  position: relative;
  width: 100%; }
  .social-wall-inner-container #instafeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.8%;
    position: relative; }
    .social-wall-inner-container #instafeed a {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: .8%;
      opacity: 0;
      overflow: hidden;
      position: relative;
      width: 23.4%; }
      .social-wall-inner-container #instafeed a:hover::after, .social-wall-inner-container #instafeed a:focus::after {
        opacity: 1; }
      .social-wall-inner-container #instafeed a:hover img, .social-wall-inner-container #instafeed a:focus img {
        opacity: .95; }
      .social-wall-inner-container #instafeed a:hover .photo-label__text, .social-wall-inner-container #instafeed a:focus .photo-label__text {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible; }
      .social-wall-inner-container #instafeed a::after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
        bottom: 0;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 100%; }
      .social-wall-inner-container #instafeed a img {
        border-radius: 10px;
        -webkit-transition: 300ms;
        transition: 300ms;
        width: 100%; }
      .social-wall-inner-container #instafeed a .photo-label {
        bottom: 20px;
        color: #fff;
        font-size: 2.8rem;
        height: 26px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 26px;
        z-index: 8; }
        .social-wall-inner-container #instafeed a .photo-label__text {
          bottom: 60px;
          color: #fff;
          left: 0;
          margin: 0 auto;
          opacity: 0;
          overflow: hidden;
          position: absolute;
          right: 0;
          text-align: center;
          -webkit-transform: translateY(20px);
          transform: translateY(20px);
          -webkit-transition: 500ms;
          transition: 500ms;
          visibility: hidden;
          width: 90%;
          z-index: 8; }
  .social-wall-inner-container .instafeed-active a:nth-child(-n+4) {
    -webkit-animation: image-fade-right 1500ms forwards;
    animation: image-fade-right 1500ms forwards; }

@-webkit-keyframes image-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes image-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
  .social-wall-inner-container .instafeed-active a:nth-child(n+5) {
    -webkit-animation: image-fade-left 1500ms forwards;
    animation: image-fade-left 1500ms forwards;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms; }

@-webkit-keyframes image-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes image-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@media only screen and (max-width: 1850px) {
  .social-wall .foreground-image {
    left: auto;
    right: 0;
    width: 610px; } }

@media only screen and (max-width: 1500px) {
  .social-wall .foreground-image {
    left: 800px;
    right: auto;
    z-index: 9; } }

@media only screen and (max-width: 1380px) {
  .social-wall .foreground-image {
    left: 0;
    right: -480px;
    width: 350px;
    z-index: 9; } }

@media only screen and (max-width: 880px) {
  .social-wall .foreground-image {
    bottom: -109px;
    right: -660px; } }

@media only screen and (max-width: 640px) {
  .social-wall .foreground-image {
    bottom: -130px;
    left: 0;
    right: -280px;
    width: 295px;
    z-index: 9; }
  .social-wall-inner-container .photo-label {
    font-size: 2rem;
    height: 18px;
    width: 18px; }
  .social-wall-inner-container #instafeed a {
    width: 48.4%; } }

@media only screen and (max-width: 560px) {
  .social-wall .foreground-image {
    bottom: -50px;
    left: 0;
    right: -100px;
    width: 225px;
    z-index: 9; } }

.page-header {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  position: relative;
  z-index: 5; }
  .page-header .container {
    padding-bottom: 60px; }
    .page-header .container:after {
      clear: both;
      content: "";
      display: table; }
  .page-header .filter {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .page-header .shadow {
    background-position: bottom center;
    background-repeat: repeat-x;
    bottom: 0;
    height: 500px;
    position: absolute;
    width: 100%;
    z-index: 0; }
  .page-header .heading-wrapper {
    padding-top: 330px;
    position: relative;
    z-index: 1;
    text-align: right; }
    .page-header .heading-wrapper .heading {
      color: #fff;
      font-size: 11.5rem;
      line-height: 0.9;
      margin-bottom: 2px; }
    .page-header .heading-wrapper .subheading {
      color: #fff;
      font-size: 10rem;
      max-width: 700px;
      float: right; }
    .page-header .heading-wrapper .author {
      margin-bottom: 5px; }
    .page-header .heading-wrapper .author-name {
      color: #fff; }
    .page-header .heading-wrapper .post-sub {
      margin-top: 10px; }
  .page-header .heading-wrapper .heading-small {
    font-size: 7.2rem; }
  .page-header .image-label {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 280px; }

@media only screen and (max-width: 1440px) {
  .page-header {
    height: 650px; } }

@media only screen and (max-width: 1080px) {
  .page-header .image-label {
    display: block;
    margin: 0;
    max-width: 220px;
    position: static; }
  .page-header .heading-wrapper {
    padding-bottom: 80px; } }

@media only screen and (max-width: 1000px) {
  .page-header {
    max-height: 600px; }
    .page-header .heading-wrapper {
      padding-top: 300px; }
      .page-header .heading-wrapper .heading {
        font-size: 7.2rem; }
      .page-header .heading-wrapper .subheading {
        font-size: 5rem; } }

@media only screen and (max-width: 780px) {
  .page-header {
    background-position: 55% 0%; }
    .page-header .heading-wrapper {
      padding-top: 250px; }
      .page-header .heading-wrapper .heading {
        font-size: 6rem; } }

@media only screen and (max-width: 640px) {
  .page-header .heading-wrapper {
    padding-top: 230px; }
    .page-header .heading-wrapper .heading {
      font-size: 5.4rem; } }

@media only screen and (max-width: 480px) {
  .page-header .heading-wrapper {
    padding-top: 200px; }
    .page-header .heading-wrapper .heading {
      font-size: 4.2rem; }
  .page-header .heading-wrapper .heading-small {
    font-size: 4rem; } }

.latest-news {
  background: #fff; }
  .latest-news .container {
    padding-bottom: 145px;
    padding-top: 80px;
    position: relative; }
    .latest-news .container:after {
      clear: both;
      content: "";
      display: table; }
  .latest-news .heading {
    margin-bottom: 20px; }
  .latest-news .copy-wrapper, .latest-news .heading-wrapper {
    float: left;
    max-width: 725px;
    width: 100%; }
  .latest-news .buttons-wrapper {
    float: left;
    padding-top: 50px;
    width: 100%; }
  .latest-news .latest-news-col {
    padding: 7px; }
  .latest-news .latest-news-posts {
    float: left;
    margin: -7px;
    width: 100%; }
  .latest-news .latest-news-post {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    -webkit-box-shadow: 10px 10px 25px 0 rgba(21, 19, 20, 0.2);
    box-shadow: 10px 10px 25px 0 rgba(21, 19, 20, 0.2);
    overflow: hidden;
    padding: 180px 40px 40px;
    position: relative; }
    .latest-news .latest-news-post::after {
      background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      bottom: -30px;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
    .latest-news .latest-news-post .title {
      color: #fff;
      margin-bottom: 0; }
    .latest-news .latest-news-post a {
      text-decoration: none; }
    .latest-news .latest-news-post .content {
      position: relative;
      z-index: 1; }
  .latest-news .cat-link {
    color: #EF5F23;
    display: block;
    font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 25px;
    text-decoration: none;
    text-transform: uppercase; }
    .latest-news .cat-link:hover, .latest-news .cat-link:focus {
      color: #fff; }
  .latest-news .read-more {
    color: #fff;
    font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase; }
    .latest-news .read-more:hover, .latest-news .read-more:focus {
      color: #EF5F23; }
    .latest-news .read-more svg {
      color: #EF5F23;
      font-size: 1.2rem;
      margin-left: 8px;
      margin-top: -2px;
      vertical-align: middle; }

@media only screen and (max-width: 960px) {
  .latest-news .container {
    padding-bottom: 40px; }
  .latest-news .buttons-wrapper {
    margin-bottom: 15px; }
  .latest-news .button {
    margin: 0 auto; } }

@media only screen and (max-width: 740px) {
  .latest-news .container {
    padding-top: 110px; }
  .latest-news .latest-news-post {
    padding: 40px; }
    .latest-news .latest-news-post::after {
      bottom: 0; } }

.page-intro {
  position: relative; }
  .page-intro .background-gradient {
    height: 100%;
    background: #d0788a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #d0788a), color-stop(90%, #5f919e));
    background: linear-gradient(180deg, #d0788a 10%, #5f919e 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0788a",endColorstr="#5f919e",GradientType=1); }
  .page-intro &gt; .container {
    margin-top: 0px; }
  .page-intro .container {
    padding-bottom: 0px;
    position: relative;
    z-index: 6; }
    .page-intro .container:after {
      clear: both;
      content: "";
      display: table; }
  .page-intro .pt-50px {
    padding-top: 50px; }
  .page-intro .h2-white {
    color: #fff; }
  .page-intro .image-wrapper {
    text-align: right; }
  .page-intro .content p, .page-intro .content li, .page-intro .content a {
    color: #fff; }
  .page-intro .content a {
    font-weight: 500; }
    .page-intro .content a:hover, .page-intro .content a:focus {
      color: #EF5F23; }
  .page-intro .content h1, .page-intro .content h2, .page-intro .content h3, .page-intro .content h4 {
    color: #fff; }
  .page-intro .content h3 {
    font-size: 7.2rem;
    line-height: 1.15;
    margin: 0 0 40px; }
  .page-intro .content h4 {
    font-size: 3.6rem;
    margin-bottom: 30px; }
  .page-intro .content p {
    padding-bottom: 35px; }
  .page-intro .content h5 {
    color: #EF5F23;
    font-size: 3.6rem;
    line-height: 1;
    margin: 0 0 5px;
    padding-top: 60px; }
  .page-intro .content .button-wrapper {
    padding-top: 45px;
    padding-bottom: 45px; }
    .page-intro .content .button-wrapper a {
      color: #fff; }
  .page-intro .content-only {
    max-width: 1000px;
    width: 100%; }
    .page-intro .content-only h4 {
      max-width: 700px;
      width: 100%; }
  .page-intro .post-date {
    color: #fff;
    font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    font-size: 3.6rem;
    padding-bottom: 60px;
    padding-top: 30px;
    text-transform: uppercase; }
    .page-intro .post-date .written {
      color: #EF5F23; }
  .page-intro .video-wrapper {
    margin-top: 90px; }
    .page-intro .video-wrapper a {
      padding: 0; }
  .page-intro .play-icon {
    bottom: 0; }
  .page-intro .awards,
  .page-intro .supporters {
    padding-bottom: 40px;
    padding-top: 40px; }
    .page-intro .awards .container,
    .page-intro .supporters .container {
      padding-bottom: 0;
      position: relative; }
      .page-intro .awards .container:after,
      .page-intro .supporters .container:after {
        clear: both;
        content: "";
        display: table; }
    .page-intro .awards .heading-wrapper,
    .page-intro .supporters .heading-wrapper {
      padding-top: 0; }
  .page-intro .supporters {
    padding-bottom: 410px; }
  .page-intro .full-image .container {
    padding-bottom: 0; }

.awards-visible .background-gradient {
  height: calc(100% - 100px);
  top: 20px; }

.media-top .video-wrapper {
  margin-bottom: 40px;
  margin-top: 0; }

.media-top .background-gradient {
  height: calc(100% - 20px);
  top: 20px; }
  .media-top .background-gradient .mask {
    border-bottom: 200px solid #fff;
    border-left: 100vw solid transparent; }

.media-top .container {
  margin-top: -100px;
  padding-bottom: 180px;
  position: relative;
  z-index: 6; }
  .media-top .container:after {
    clear: both;
    content: "";
    display: table; }

.media-bottom .container {
  padding-bottom: 0; }

.content .divider {
  background: #EF5F23;
  content: '';
  display: block;
  height: 8px;
  margin-bottom: 25px;
  width: 62px; }

.share-buttons-container {
  padding: 75px 0; }
  .share-buttons-container .share-button.a2a_button_twitter {
    background: #55acee; }
  .share-buttons-container .share-button.a2a_button_facebook {
    background: #3b5998; }
  .share-buttons-container .share-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    font-size: 2.7rem;
    height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 315px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
    .share-buttons-container .share-button:hover, .share-buttons-container .share-button:focus {
      opacity: .85; }
    .share-buttons-container .share-button:first-child {
      margin-right: 20px; }
    .share-buttons-container .share-button span {
      border-radius: 0;
      display: none;
      float: none;
      vertical-align: middle; }
    .share-buttons-container .share-button svg {
      margin-right: 15px; }

.page-intro-spacing {
  height: 200px;
  width: 100%; }

@media only screen and (max-width: 1500px) {
  .page-intro .image-wrapper {
    padding-left: 45px; } }

@media only screen and (max-width: 1170px) {
  .page-intro .image-wrapper img {
    max-width: 100%; } }

@media only screen and (max-width: 1100px) {
  .page-intro .supporters {
    padding-bottom: 80px; } }

@media only screen and (max-width: 960px) {
  .page-intro .post-date {
    padding-bottom: 65px;
    padding-top: 20px; }
  .page-intro .background-gradient {
    height: calc(100% - 10vw);
    top: 20px; }
    .page-intro .background-gradient .mask {
      border-bottom: 18vw solid #fff;
      border-left: 100vw solid transparent !important; }
  .page-intro .content h3 {
    font-size: 5.6rem;
    margin: 0 0 35px; }
  .page-intro .content p {
    padding-bottom: 25px; }
  .page-intro .content h4 {
    font-size: 3rem; }
  .page-intro .content h5 {
    font-size: 3rem;
    padding-top: 45px; }
  .page-intro .content .button {
    margin: 0 auto; }
  .awards-visible .background-gradient {
    height: calc(100% - 6vw);
    top: 20px; }
  .page-intro-spacing {
    height: 150px; }
  .share-buttons-container {
    padding: 50px 0; }
    .share-buttons-container .share-button {
      font-size: 2rem;
      height: 65px;
      max-width: 260px; }
    .share-buttons-container .a2a_kit {
      -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; } }

@media only screen and (max-width: 769px) {
  .page-intro .post-date {
    font-size: 3rem;
    padding-bottom: 45px;
    padding-top: 20px; }
  .page-intro .image-wrapper {
    padding-left: 0;
    text-align: center; }
  .page-intro .content .button-wrapper {
    padding-top: 25px;
    padding-bottom: 25px; }
  .page-intro .awards,
  .page-intro .supporters {
    padding-top: 30px; }
  .page-intro .video-wrapper {
    margin-top: 45px; }
  .page-intro-spacing {
    height: 120px; } }

@media only screen and (max-width: 640px) {
  .page-intro .post-date {
    font-size: 2rem;
    padding-bottom: 25px;
    padding-top: 0; }
  .page-intro .content h3 {
    font-size: 4rem;
    margin: 0 0 30px; }
  .page-intro .content p {
    padding-bottom: 20px; }
  .page-intro .content h4 {
    font-size: 2rem; }
  .page-intro .content h5 {
    font-size: 2rem;
    padding-top: 20px; }
  .share-buttons-container {
    padding: 40px 0; }
    .share-buttons-container .share-button {
      font-size: 1.4rem;
      height: 48px;
      max-width: 160px; }
      .share-buttons-container .share-button:first-child {
        margin-right: 10px; }
  .page-intro-spacing {
    height: 80px; } }

@media only screen and (max-width: 480px) {
  .share-buttons-container .share-button {
    max-width: 120px; }
  .page-intro-spacing {
    height: 40px; } }

.image-text {
  overflow: hidden;
  padding: 170px 0 120px;
  position: relative; }
  .image-text .container {
    position: relative;
    z-index: 6; }
    .image-text .container:after {
      clear: both;
      content: "";
      display: table; }
  .image-text .image-wrapper img {
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 80px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 80px rgba(0, 0, 0, 0.5);
    width: 90%; }
  .image-text .content a {
    font-weight: 500; }
  .image-text .content h1, .image-text .content h2, .image-text .content h3, .image-text .content h4 {
    color: #000;
    margin-top: 40px; }
  .image-text .content h3 {
    font-size: 7.2rem;
    line-height: 1.15;
    margin: 0 0 40px; }
  .image-text .content h4 {
    font-size: 3.6rem;
    margin-bottom: 30px; }
  .image-text .content p {
    color: #000; }
  .image-text .content h5 {
    color: #EF5F23;
    font-size: 3.6rem;
    line-height: 1;
    margin: 0 0 5px;
    padding-top: 60px; }
  .image-text .content .button-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 45px; }
    .image-text .content .button-wrapper .button {
      margin-right: 50px; }
    .image-text .content .button-wrapper .standard-button {
      margin: 20px 20px 20px 0; }
  .image-text .content-only {
    max-width: 1000px;
    width: 100%; }
    .image-text .content-only h4 {
      max-width: 700px;
      width: 100%; }

@media only screen and (max-width: 1170px) {
  .image-text {
    padding: 60px 0; }
    .image-text .image-wrapper img {
      max-width: 500px; } }

@media only screen and (max-width: 960px) {
  .image-text .content h3 {
    font-size: 5.6rem;
    margin: 0 0 35px; }
  .image-text .content h4 {
    font-size: 3rem; }
  .image-text .content h5 {
    font-size: 3rem;
    padding-top: 45px; }
  .image-text .content .button-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .image-text .content .button-wrapper .button {
      margin-right: 20px; } }

@media only screen and (max-width: 769px) {
  .image-text .image-wrapper {
    padding-left: 0; }
  .image-text .content .button-wrapper {
    padding-top: 25px; } }

@media only screen and (max-width: 740px) {
  .image-text {
    padding-top: 130px; } }

@media only screen and (max-width: 640px) {
  .image-text .content h3 {
    font-size: 4rem;
    margin: 0 0 30px; }
  .image-text .content h4 {
    font-size: 2rem; }
  .image-text .content h5 {
    font-size: 2rem;
    padding-top: 20px; } }

.full-image {
  padding: 80px 0 0; }
  .full-image .image-wrapper {
    border-radius: 15px; }
    .full-image .image-wrapper img {
      -webkit-box-shadow: 5px 5px 80px rgba(0, 0, 0, 0.5);
      box-shadow: 5px 5px 80px rgba(0, 0, 0, 0.5);
      border-radius: 15px; }

.our-offices {
  padding: 150px 0 120px;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .our-offices .heading-wrapper {
    padding-bottom: 35px; }
    .our-offices .heading-wrapper .heading {
      display: inline-block;
      position: relative;
      color: #fff; }
      .our-offices .heading-wrapper .heading:after {
        content: '';
        position: absolute;
        display: block;
        top: -28px;
        right: -29px;
        width: 45px;
        height: 40px;
        -webkit-transform-origin: 8% 92%;
        transform-origin: 8% 92%; }
  .our-offices .office-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .our-offices .office-wrapper .office {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 325px; }
      .our-offices .office-wrapper .office .office-heading {
        padding-top: 20px;
        padding-bottom: 28px;
        margin: 0;
        font-size: 2.4rem;
        color: #fff;
        text-align: center; }
        .our-offices .office-wrapper .office .office-heading:after {
          content: '';
          display: block;
          width: 75%;
          height: 1px;
          margin-top: 7px;
          background: #EF5F23;
          display: none; }
      .our-offices .office-wrapper .office .image-wrapper img {
        -webkit-transition: 300ms;
        transition: 300ms; }
      .our-offices .office-wrapper .office .image-wrapper a:hover img, .our-offices .office-wrapper .office .image-wrapper a:focus img {
        opacity: 0.85; }
      .our-offices .office-wrapper .office .short {
        display: block;
        line-height: 1;
        font-size: 1.9rem;
        font-weight: 300;
        color: #fff;
        text-align: center; }
      .our-offices .office-wrapper .office ul {
        padding: 0; }
      .our-offices .office-wrapper .office li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.9rem;
        line-height: 1.6;
        padding: 0;
        text-indent: 0; }
        .our-offices .office-wrapper .office li:before {
          display: none; }
        .our-offices .office-wrapper .office li .snippet {
          display: block;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          color: #fff;
          text-align: center; }
        .our-offices .office-wrapper .office li .icon {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 14px;
          flex: 0 0 14px;
          max-width: 14px;
          padding-top: 4px;
          margin-right: 16px;
          text-align: center;
          font-size: 1.6rem;
          display: none; }
        .our-offices .office-wrapper .office li svg {
          color: #EF5F23; }

@media only screen and (max-width: 1550px) {
  .our-offices .office-wrapper .office {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 1060px) {
  .our-offices .office-wrapper {
    max-width: 750px;
    margin: 0 auto; }
    .our-offices .office-wrapper .office {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 325px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 15px; }
      .our-offices .office-wrapper .office ul {
        width: 100%;
        max-width: 360px; } }

@media only screen and (max-width: 960px) {
  .our-offices .office-wrapper .office {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    .our-offices .office-wrapper .office .short {
      font-size: 1.8rem; }
    .our-offices .office-wrapper .office li {
      font-size: 1.8rem; } }

@media only screen and (max-width: 768px) {
  .our-offices {
    background-size: cover; } }

@media only screen and (max-width: 640px) {
  .our-offices {
    padding-bottom: 45px; }
    .our-offices .office-wrapper .office {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 325px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 auto 15px;
      padding: 0; }
      .our-offices .office-wrapper .office li {
        font-size: 1.4rem; } }

@media only screen and (max-width: 480px) {
  .our-offices {
    padding-top: 100px; } }

.team-accordion,
.job-accordion {
  overflow: hidden;
  padding: 60px 0 0; }
  .team-accordion .container,
  .job-accordion .container {
    max-width: 1471px;
    padding-bottom: 100px; }
    .team-accordion .container:after,
    .job-accordion .container:after {
      clear: both;
      content: "";
      display: table; }
  .team-accordion .heading-wrapper,
  .job-accordion .heading-wrapper {
    padding-bottom: 30px; }
    .team-accordion .heading-wrapper .heading,
    .job-accordion .heading-wrapper .heading {
      display: inline-block;
      position: relative; }
      .team-accordion .heading-wrapper .heading:after,
      .job-accordion .heading-wrapper .heading:after {
        background: url(/wp-content/themes/lkwd/dist/img/splash.svg) center no-repeat;
        content: '';
        display: block;
        height: 40px;
        position: absolute;
        right: -29px;
        top: -28px;
        -webkit-transform-origin: 8% 92%;
        transform-origin: 8% 92%;
        width: 45px; }
  .team-accordion .sector-heading-wrapper,
  .job-accordion .sector-heading-wrapper {
    display: inline-block;
    padding-bottom: 5px;
    width: 100%; }
    .team-accordion .sector-heading-wrapper .sector-heading,
    .job-accordion .sector-heading-wrapper .sector-heading {
      color: #fff;
      display: inline-block;
      font-size: 4.8rem;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .team-accordion .sector-heading-wrapper .sector-heading:hover, .team-accordion .sector-heading-wrapper .sector-heading:focus,
      .job-accordion .sector-heading-wrapper .sector-heading:hover,
      .job-accordion .sector-heading-wrapper .sector-heading:focus {
        color: #f3885c; }
    .team-accordion .sector-heading-wrapper .dropdown,
    .job-accordion .sector-heading-wrapper .dropdown {
      color: #EF5F23;
      display: inline-block;
      font-size: 2.1rem;
      height: 55px;
      margin-left: 20px;
      vertical-align: middle; }
      .team-accordion .sector-heading-wrapper .dropdown svg,
      .job-accordion .sector-heading-wrapper .dropdown svg {
        -webkit-transition: 300ms;
        transition: 300ms; }
  .team-accordion .sector-dropdown,
  .job-accordion .sector-dropdown {
    cursor: pointer; }
  .team-accordion .sector-active .dropdown svg,
  .job-accordion .sector-active .dropdown svg {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .team-accordion .member-wrapper .name,
  .job-accordion .member-wrapper .name {
    font-size: 2.4rem;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center; }
  .team-accordion .leadership-wrapper,
  .job-accordion .leadership-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px; }
  .team-accordion .member-col.leadership-col,
  .job-accordion .member-col.leadership-col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    max-width: 50%;
    padding-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    .team-accordion .member-col.leadership-col:nth-child(odd),
    .job-accordion .member-col.leadership-col:nth-child(odd) {
      padding-right: 20px; }
    .team-accordion .member-col.leadership-col:nth-child(even),
    .job-accordion .member-col.leadership-col:nth-child(even) {
      padding-left: 20px; }
    .team-accordion .member-col.leadership-col .member-wrapper,
    .job-accordion .member-col.leadership-col .member-wrapper {
      padding: 60px 0 5px 240px;
      position: relative; }
      .team-accordion .member-col.leadership-col .member-wrapper .image-wrapper,
      .job-accordion .member-col.leadership-col .member-wrapper .image-wrapper {
        left: 0;
        position: absolute;
        top: 0; }
        .team-accordion .member-col.leadership-col .member-wrapper .image-wrapper img,
        .job-accordion .member-col.leadership-col .member-wrapper .image-wrapper img {
          border-radius: 10px;
          max-width: 285px;
          -webkit-transition: 300ms;
          transition: 300ms; }
        .team-accordion .member-col.leadership-col .member-wrapper .image-wrapper a:hover img, .team-accordion .member-col.leadership-col .member-wrapper .image-wrapper a:focus img,
        .job-accordion .member-col.leadership-col .member-wrapper .image-wrapper a:hover img,
        .job-accordion .member-col.leadership-col .member-wrapper .image-wrapper a:focus img {
          opacity: .85; }
      .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper,
      .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper {
        background: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.04);
        box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.04);
        padding: 60px 30px 30px 80px; }
        .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper .label,
        .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper .label {
          font-size: 2.4rem;
          margin-bottom: 3px; }
        .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper .heading,
        .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper .heading {
          font-size: 4rem;
          margin: 0 0 20px; }
        .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper p,
        .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper p {
          font-size: 2rem;
          letter-spacing: -0.025em;
          line-height: 1.8; }
  .team-accordion .team-dropdown-wrapper,
  .job-accordion .team-dropdown-wrapper {
    display: none;
    padding-bottom: 50px; }
    .team-accordion .team-dropdown-wrapper .member-col,
    .job-accordion .team-dropdown-wrapper .member-col {
      padding: 20px 0 0; }
  .team-accordion .job-dropdown-wrapper,
  .job-accordion .job-dropdown-wrapper {
    display: none; }
  .team-accordion .leadership-wrapper,
  .job-accordion .leadership-wrapper {
    padding-bottom: 25px; }
  .team-accordion .team-dropdown-wrapper,
  .job-accordion .team-dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .team-accordion .team-dropdown-wrapper .sub-team-col,
    .team-accordion .team-dropdown-wrapper .sub-job-col,
    .job-accordion .team-dropdown-wrapper .sub-team-col,
    .job-accordion .team-dropdown-wrapper .sub-job-col {
      max-width: 16.66667%;
      min-width: 200px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666667%;
      flex: 0 0 16.6666667%; }
      .team-accordion .team-dropdown-wrapper .sub-team-col .member-wrapper,
      .team-accordion .team-dropdown-wrapper .sub-job-col .member-wrapper,
      .job-accordion .team-dropdown-wrapper .sub-team-col .member-wrapper,
      .job-accordion .team-dropdown-wrapper .sub-job-col .member-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 260px;
        padding: 0 12px; }
      .team-accordion .team-dropdown-wrapper .sub-team-col:nth-child(1),
      .team-accordion .team-dropdown-wrapper .sub-job-col:nth-child(1),
      .job-accordion .team-dropdown-wrapper .sub-team-col:nth-child(1),
      .job-accordion .team-dropdown-wrapper .sub-job-col:nth-child(1) {
        margin-left: 0; }
      .team-accordion .team-dropdown-wrapper .sub-team-col:nth-child(6n + 6),
      .team-accordion .team-dropdown-wrapper .sub-job-col:nth-child(6n + 6),
      .job-accordion .team-dropdown-wrapper .sub-team-col:nth-child(6n + 6),
      .job-accordion .team-dropdown-wrapper .sub-job-col:nth-child(6n + 6) {
        margin-right: 0; }
      .team-accordion .team-dropdown-wrapper .sub-team-col:nth-child(6n + 7),
      .team-accordion .team-dropdown-wrapper .sub-job-col:nth-child(6n + 7),
      .job-accordion .team-dropdown-wrapper .sub-team-col:nth-child(6n + 7),
      .job-accordion .team-dropdown-wrapper .sub-job-col:nth-child(6n + 7) {
        margin-left: 0; }
  .team-accordion .sector-heading-wrapper,
  .job-accordion .sector-heading-wrapper {
    padding: 0 15px; }

@media only screen and (max-width: 1500px) {
  .team-accordion .member-col.leadership-col:nth-child(odd),
  .job-accordion .member-col.leadership-col:nth-child(odd) {
    padding-right: 15px; }
  .team-accordion .member-col.leadership-col:nth-child(even),
  .job-accordion .member-col.leadership-col:nth-child(even) {
    padding-left: 15px; }
  .team-accordion .member-col.leadership-col .member-wrapper,
  .job-accordion .member-col.leadership-col .member-wrapper {
    padding: 40px 0 35px 100px; }
    .team-accordion .member-col.leadership-col .member-wrapper .image-wrapper img,
    .job-accordion .member-col.leadership-col .member-wrapper .image-wrapper img {
      border-radius: 10px;
      max-width: 160px;
      -webkit-transition: 300ms;
      transition: 300ms; } }

@media only screen and (max-width: 1180px) {
  .team-accordion .member-col.leadership-col,
  .job-accordion .member-col.leadership-col {
    max-width: 100%;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .team-accordion .member-col.leadership-col:nth-child(odd),
    .job-accordion .member-col.leadership-col:nth-child(odd) {
      padding-right: 0; }
    .team-accordion .member-col.leadership-col:nth-child(even),
    .job-accordion .member-col.leadership-col:nth-child(even) {
      padding-left: 0; }
    .team-accordion .member-col.leadership-col .member-wrapper,
    .job-accordion .member-col.leadership-col .member-wrapper {
      margin: 0 auto;
      padding: 40px 0 35px 100px; }
      .team-accordion .member-col.leadership-col .member-wrapper .image-wrapper img,
      .job-accordion .member-col.leadership-col .member-wrapper .image-wrapper img {
        border-radius: 10px;
        max-width: 160px;
        -webkit-transition: 300ms;
        transition: 300ms; }
      .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper,
      .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper {
        padding: 45px 15px 10px 80px; } }

@media only screen and (max-width: 960px) {
  .team-accordion .container,
  .job-accordion .container {
    padding-bottom: 60px;
    padding-top: 30px; }
  .team-accordion .team-dropdown-wrapper,
  .job-accordion .team-dropdown-wrapper {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    .team-accordion .team-dropdown-wrapper .sub-team-col,
    .team-accordion .team-dropdown-wrapper .sub-job-col,
    .job-accordion .team-dropdown-wrapper .sub-team-col,
    .job-accordion .team-dropdown-wrapper .sub-job-col {
      max-width: 165px;
      min-width: 165px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333%;
      flex: 0 0 33.3333333%; }
      .team-accordion .team-dropdown-wrapper .sub-team-col .member-wrapper,
      .team-accordion .team-dropdown-wrapper .sub-job-col .member-wrapper,
      .job-accordion .team-dropdown-wrapper .sub-team-col .member-wrapper,
      .job-accordion .team-dropdown-wrapper .sub-job-col .member-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 160px;
        padding: 0; }
  .team-accordion .leadership-wrapper,
  .job-accordion .leadership-wrapper {
    padding: 0; }
  .team-accordion .sector-heading-wrapper,
  .job-accordion .sector-heading-wrapper {
    padding: 0; }
    .team-accordion .sector-heading-wrapper .sector-heading,
    .job-accordion .sector-heading-wrapper .sector-heading {
      font-size: 3.2rem; }
    .team-accordion .sector-heading-wrapper .dropdown,
    .job-accordion .sector-heading-wrapper .dropdown {
      font-size: 1.8rem;
      height: 42px; }
  .team-accordion .member-wrapper .name,
  .job-accordion .member-wrapper .name {
    font-size: 2rem;
    padding-top: 15px; }
  .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper p,
  .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper p {
    font-size: 1.8rem; } }

@media only screen and (max-width: 640px) {
  .team-accordion,
  .job-accordion {
    padding: 10px 0 0; }
    .team-accordion .sector-heading-wrapper .sector-heading,
    .job-accordion .sector-heading-wrapper .sector-heading {
      font-size: 2rem;
      margin-bottom: 20px; }
    .team-accordion .sector-heading-wrapper .dropdown,
    .job-accordion .sector-heading-wrapper .dropdown {
      font-size: 1.4rem;
      height: 29px; }
    .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper .label,
    .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper .label {
      font-size: 2rem; }
    .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper .heading,
    .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper .heading {
      font-size: 3.5rem;
      margin: 0 0 15px; }
    .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper p,
    .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper p {
      font-size: 1.4rem; } }

@media only screen and (max-width: 540px) {
  .team-accordion .member-col.leadership-col,
  .job-accordion .member-col.leadership-col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .team-accordion .member-col.leadership-col:nth-child(even),
    .job-accordion .member-col.leadership-col:nth-child(even) {
      padding-right: 0; }
    .team-accordion .member-col.leadership-col:nth-child(odd),
    .job-accordion .member-col.leadership-col:nth-child(odd) {
      padding-left: 0; }
    .team-accordion .member-col.leadership-col .member-wrapper,
    .job-accordion .member-col.leadership-col .member-wrapper {
      margin: 0 auto;
      padding: 60px 0 35px 0; }
      .team-accordion .member-col.leadership-col .member-wrapper .image-wrapper,
      .job-accordion .member-col.leadership-col .member-wrapper .image-wrapper {
        margin: auto;
        max-width: 160px;
        right: 0; }
      .team-accordion .member-col.leadership-col .member-wrapper .bio-wrapper,
      .job-accordion .member-col.leadership-col .member-wrapper .bio-wrapper {
        padding: 120px 15px 10px 15px; } }

.benefits {
  background-color: #fff; }
  .benefits .container {
    padding-top: 100px;
    padding-bottom: 0px; }
    .benefits .container:after {
      content: "";
      display: table;
      clear: both; }
  .benefits .h2-white {
    color: #fff; }
  .benefits ul.benefit-list {
    list-style: inside; }
  .benefits .benefit-item {
    line-height: 1.15;
    margin-bottom: 40px;
    padding-left: 3.5em;
    color: #fff; }
    .benefits .benefit-item:before {
      display: none; }
    .benefits .benefit-item .emoji {
      margin-right: 30px; }
      .benefits .benefit-item .emoji img {
        width: 30px; }
    .benefits .benefit-item .point {
      vertical-align: middle;
      font-size: 3rem;
      font-weight: 300;
      letter-spacing: -0.02em; }
  .benefits .copy-wrapper {
    width: 100%;
    max-width: 850px; }
  .benefits .point-desc {
    font-size: 3rem;
    padding-left: 1.5rem;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .benefits .point-desc {
        padding-left: 0px;
        padding-top: 20px;
        font-size: 2rem; } }
  .benefits .foreground-image {
    position: relative;
    z-index: 5;
    max-width: 100%;
    pointer-events: none;
    width: 700px; }
  .benefits .foreground-image-2 {
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: 5;
    max-width: 300px;
    pointer-events: none; }
    @media only screen and (max-width: 640px) {
      .benefits .foreground-image-2 {
        right: -15px;
        max-width: 125px; } }
  .benefits .button-wrapper {
    padding-top: 50px; }

@media only screen and (max-width: 1550px) {
  .benefits .copy-wrapper {
    width: 100%;
    max-width: 100%; }
  .benefits .foreground-image {
    top: 0px;
    left: 0px;
    right: auto;
    width: 550px; } }

@media only screen and (max-width: 1400px) {
  .benefits .foreground-image {
    left: auto;
    width: 450px; }
  .benefits .benefit-item .point {
    font-size: 2.4rem; } }

@media only screen and (max-width: 960px) {
  .benefits .container {
    padding-bottom: 40px; }
  .benefits .copy-wrapper {
    width: 100%;
    max-width: 100%; }
  .benefits .foreground-image {
    top: auto;
    width: 420px; }
  .benefits .benefit-item {
    text-indent: -3.35em;
    padding-left: 3.35em;
    margin-bottom: 20px; }
    .benefits .benefit-item .emoji {
      margin-right: 30px; }
      .benefits .benefit-item .emoji img {
        width: 30px; }
    .benefits .benefit-item .point {
      font-size: 2rem; } }

@media only screen and (max-width: 640px) {
  .benefits .benefit-item .emoji {
    margin-right: 20px; }
    .benefits .benefit-item .emoji img {
      width: 25px; }
  .benefits .benefit-item .point {
    font-size: 2rem; } }

@media only screen and (max-width: 580px) {
  .benefits .container {
    padding-bottom: 40px;
    padding-top: 40px; }
  .benefits .copy-wrapper {
    width: 100%;
    max-width: 400px; }
  .benefits .foreground-image {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 400px; }
  .benefits .benefit-item {
    text-indent: -2.50em;
    padding-left: 2.50em;
    margin-bottom: 15px; } }

.open-jobs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover; }
  .open-jobs .heading-wrapper {
    padding-bottom: 10px; }
    .open-jobs .heading-wrapper .heading {
      display: inline-block;
      position: relative;
      color: #fff; }
      .open-jobs .heading-wrapper .heading:after {
        content: '';
        position: relative;
        display: inline-block;
        top: -46px;
        right: 22px;
        width: 45px;
        height: 40px;
        -webkit-transform-origin: 8% 92%;
        transform-origin: 8% 92%; }
  .open-jobs .point-desc {
    font-size: 3rem;
    padding-left: 1.5rem;
    color: #fff; }
  @media only screen and (max-width: 960px) {
    .open-jobs .point-desc {
      font-size: 1.8rem;
      padding-left: 0px; } }
  .open-jobs .job {
    position: relative;
    padding-bottom: 35px; }
    .open-jobs .job .image-wrapper {
      position: absolute;
      top: -50px;
      left: 0; }
      .open-jobs .job .image-wrapper img {
        border-radius: 10px; }
    .open-jobs .job .copy-block {
      margin: 50px 0 0 240px;
      border-radius: 10px;
      background: #fff; }
      .open-jobs .job .copy-block .copy-wrapper {
        padding: 50px 15px 15px 100px;
        background: #EF5F23; }
    .open-jobs .job .label {
      font-size: 2.4rem;
      margin-bottom: 5px; }
    .open-jobs .job .job-link {
      text-decoration: none; }
      .open-jobs .job .job-link:hover .name, .open-jobs .job .job-link:focus .name {
        color: #fff; }
    .open-jobs .job .name {
      font-size: 3.6rem;
      margin-bottom: 20px;
      -webkit-transition: 300ms;
      transition: 300ms;
      color: #fff; }
      .open-jobs .job .name svg {
        margin-top: -5px;
        margin-left: 20px;
        font-size: 2rem;
        color: #EF5F23;
        vertical-align: middle; }
    .open-jobs .job .snippet {
      font-size: 2rem; }
  .open-jobs .button-wrapper {
    position: relative;
    padding-top: 50px; }

.button-wrapper .button:disabled {
  opacity: 0; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); }
  25% {
    -webkit-transform: rotate(90deg) scale(1.25);
    transform: rotate(90deg) scale(1.25); }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1); }
  75% {
    -webkit-transform: rotate(270deg) scale(1.25);
    transform: rotate(270deg) scale(1.25); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); }
  25% {
    -webkit-transform: rotate(90deg) scale(1.25);
    transform: rotate(90deg) scale(1.25); }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1); }
  75% {
    -webkit-transform: rotate(270deg) scale(1.25);
    transform: rotate(270deg) scale(1.25); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

.page-load-status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  width: 50px;
  height: 50px; }
  .page-load-status .loader img {
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }

@-webkit-keyframes fade {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.appended-item {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.next-posts-link {
  display: none; }

@media only screen and (max-width: 1200px) {
  .open-jobs .heading-wrapper {
    width: 100%;
    max-width: 700px; }
    .open-jobs .heading-wrapper .heading:after {
      top: -40px;
      right: 28px;
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } }

@media only screen and (max-width: 960px) {
  .open-jobs {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 20% 0%; }
    .open-jobs .heading-wrapper .heading:after {
      top: -30px;
      right: 20px;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .open-jobs .job .image-wrapper {
      max-width: 200px; }
    .open-jobs .job .copy-block {
      margin: 50px 0 0 150px; }
      .open-jobs .job .copy-block .copy-wrapper {
        padding: 35px 15px 15px 80px; }
    .open-jobs .job .label {
      font-size: 2rem; }
    .open-jobs .job .name {
      font-size: 3.5rem;
      margin-bottom: 20px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .open-jobs .job .name svg {
        font-size: 1.8rem; }
    .open-jobs .job .snippet {
      font-size: 1.8rem; } }

@media only screen and (max-width: 640px) {
  .open-jobs {
    padding-bottom: 60px; }
    .open-jobs .heading-wrapper {
      max-width: 340px; }
      .open-jobs .heading-wrapper .heading:after {
        top: -22px;
        right: 18px;
        -webkit-transform: scale(0.65);
        transform: scale(0.65); }
    .open-jobs .job .image-wrapper {
      max-width: 160px; }
    .open-jobs .job .copy-block {
      margin: 50px 0 0 130px; }
      .open-jobs .job .copy-block .copy-wrapper {
        padding: 35px 15px 15px 60px; }
    .open-jobs .job .snippet {
      font-size: 1.4rem; } }

@media only screen and (max-width: 520px) {
  .open-jobs .job .image-wrapper {
    top: -140px;
    left: 0;
    right: 0;
    margin: auto; }
  .open-jobs .job .copy-block {
    margin: 140px 0 0 0; }
    .open-jobs .job .copy-block .copy-wrapper {
      padding: 35px 15px 10px 15px; }
  .open-jobs .job .snippet {
    font-size: 1.4rem; } }

.news {
  position: relative;
  margin-top: -65px;
  overflow: hidden;
  padding-bottom: 220px;
  background: #fff; }
  .news .background-gradient {
    top: 0;
    height: 100%; }
    .news .background-gradient .mask {
      border-bottom: 15vw solid #fff;
      border-left: 100vw solid transparent !important; }
  .news .container {
    position: relative;
    z-index: 7; }
  .news .post {
    padding: 57px 0; }
    .news .post:first-child {
      padding-top: 0; }
    .news .post .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .news .post .content .image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
        .news .post .content .image-wrapper img {
          -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.25);
          border-radius: 15px; }
      .news .post .content .copy-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
        .news .post .content .copy-wrapper .post-link {
          text-decoration: none; }
          .news .post .content .copy-wrapper .post-link:hover .heading, .news .post .content .copy-wrapper .post-link:focus .heading {
            color: #EF5F23; }
          .news .post .content .copy-wrapper .post-link .heading {
            font-size: 3.6rem;
            line-height: 1.2;
            color: #fff;
            -webkit-transition: 300ms;
            transition: 300ms;
            margin-bottom: 15px; }
        .news .post .content .copy-wrapper .cat-link {
          display: inline-block;
          margin-bottom: 10px;
          font-size: 2.4rem;
          font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          color: #EF5F23; }
          .news .post .content .copy-wrapper .cat-link:hover, .news .post .content .copy-wrapper .cat-link:focus {
            color: #fff; }
        .news .post .content .copy-wrapper .snippet {
          color: #fff; }
        .news .post .content .copy-wrapper .read-more {
          font-size: 3.6rem;
          font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
          text-transform: uppercase;
          text-decoration: none;
          color: #fff; }
          .news .post .content .copy-wrapper .read-more:hover, .news .post .content .copy-wrapper .read-more:focus {
            color: #EF5F23; }
          .news .post .content .copy-wrapper .read-more svg {
            margin-top: -4px;
            margin-left: 16px;
            font-size: 2rem;
            color: #EF5F23;
            vertical-align: middle; }
  .news .button-wrapper {
    position: relative;
    padding-top: 35px;
    padding-bottom: 15px;
    text-align: center; }
    .news .button-wrapper .button {
      margin: 0 auto; }

@media only screen and (max-width: 1400px) {
  .news .post .content .image-wrapper {
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .news .post .content .copy-wrapper .post-link .heading {
    font-size: 3rem; }
  .news .post .content .copy-wrapper .cat-link {
    font-size: 2rem; }
  .news .post .content .copy-wrapper .read-more {
    font-size: 2.6rem; } }

@media only screen and (max-width: 1200px) {
  .news {
    padding-bottom: 100px; }
    .news .post .content {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

@media only screen and (max-width: 820px) {
  .news {
    padding-bottom: 180px; } }

@media only screen and (max-width: 760px) {
  .news .post {
    padding: 25px 0; }
    .news .post .content .image-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .news .post .content .copy-wrapper {
      padding-top: 30px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 600px; } }

@media only screen and (max-width: 760px) {
  .news {
    padding-bottom: 50px; } }

.faq {
  overflow: hidden;
  padding-bottom: 130px;
  padding-top: 80px;
  position: relative; }
  .faq.is-heading h2 {
    margin-bottom: 120px; }
  .faq.is-heading .faq-item .question {
    color: #000; }
    .faq.is-heading .faq-item .question:hover {
      color: #EF5F23; }
  .faq.is-heading .faq-item .answer-wrapper,
  .faq.is-heading .faq-item .answer-wrapper p {
    color: #000; }
  .faq .background-gradient {
    height: calc(100% - 25vw);
    min-height: calc(100% - 80px);
    top: 0; }
    .faq .background-gradient .mask {
      border-bottom: 15vw solid #fff;
      border-left: 100vw solid transparent !important; }
  .faq .container:after {
    clear: both;
    content: "";
    display: table; }
  .faq .faq-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 10; }
    .faq .faq-wrapper .faq-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
  .faq .faq-left .faq-item {
    padding-right: 60px; }
  .faq .faq-right .faq-item {
    padding-left: 60px; }
  .faq .faq-item {
    max-width: 650px;
    padding-top: 50px; }
    .faq .faq-item .question, .faq .faq-item .answer {
      color: #fff; }
    .faq .faq-item .question {
      line-height: 1.2;
      margin-bottom: 35px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .faq .faq-item .question:hover, .faq .faq-item .question:focus {
        color: rgba(255, 255, 255, 0.8); }
    .faq .faq-item .answer-wrapper {
      display: none; }
      .faq .faq-item .answer-wrapper p {
        color: #fff; }
        .faq .faq-item .answer-wrapper p:last-child {
          padding-bottom: 30px; }
  .faq .question-wrapper {
    cursor: pointer;
    position: relative; }
    .faq .question-wrapper svg {
      color: #EF5F23;
      font-size: 2.1rem;
      left: -45px;
      position: absolute;
      top: 10px;
      -webkit-transition: 300ms;
      transition: 300ms; }
    .faq .question-wrapper:hover svg, .faq .question-wrapper:focus svg {
      color: rgba(239, 95, 35, 0.8); }
  .faq .faq-active .question-wrapper svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .faq .button-wrapper {
    padding-bottom: 150px;
    padding-top: 130px; }

@media only screen and (max-width: 1550px) {
  .faq.is-heading h2 {
    margin-bottom: 20px; } }

@media only screen and (max-width: 1200px) {
  .faq .faq-left .faq-item {
    padding-left: 30px; }
  .faq .faq-right .faq-item {
    padding-left: 45px; }
  .faq .question-wrapper svg {
    left: -35px; } }

@media only screen and (max-width: 900px) {
  .faq {
    padding-top: 60px; }
    .faq .faq-wrapper .faq-left {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .faq .faq-wrapper .faq-left .faq-item {
        padding-left: 45px; }
    .faq .faq-wrapper .faq-right {
      max-width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .faq .faq-wrapper .faq-right .faq-item {
        padding-left: 45px; }
    .faq .question-wrapper svg {
      font-size: 1.4rem;
      left: -30px;
      line-height: 1;
      top: 5px; }
    .faq .button-wrapper {
      padding: 80px 0; }
      .faq .button-wrapper .button {
        margin: 0 auto; } }

@media only screen and (max-width: 640px) {
  .faq {
    padding-top: 40px; }
    .faq .faq-wrapper .faq-left .faq-item {
      padding-left: 30px;
      padding-right: 0;
      padding-top: 10px; }
      .faq .faq-wrapper .faq-left .faq-item .answer-wrapper p:last-child {
        padding-bottom: 15px; }
    .faq .faq-wrapper .faq-right .faq-item {
      padding-left: 30px;
      padding-top: 10px; }
      .faq .faq-wrapper .faq-right .faq-item .answer-wrapper p:last-child {
        padding-bottom: 15px; }
    .faq .question-wrapper .question {
      font-size: 2rem;
      margin-bottom: 25px; }
    .faq .button-wrapper {
      padding: 50px 0; } }

@media only screen and (max-width: 581px) {
  .faq.is-heading {
    padding-top: 150px; } }

.page-template-template-responsibilty .faq {
  padding-top: 60px; }
  .page-template-template-responsibilty .faq.is-heading h2 {
    margin-bottom: 40px; }

.avakin-help {
  padding-bottom: 180px;
  padding-top: 135px;
  position: relative; }
  .avakin-help .heading-wrapper .heading {
    color: #2F1545; }
  .avakin-help .button-wrapper {
    padding-top: 35px; }
  .avakin-help .foreground-image {
    pointer-events: none;
    position: absolute;
    right: -110px;
    top: -500px; }

@media only screen and (max-width: 1580px) {
  .avakin-help .foreground-image {
    max-width: 480px;
    position: absolute;
    right: -100px;
    top: -150px; } }

@media only screen and (max-width: 1320px) {
  .avakin-help {
    padding-bottom: 150px;
    padding-top: 105px; }
    .avakin-help .heading-wrapper {
      max-width: 700px; }
    .avakin-help .foreground-image {
      max-width: 360px;
      right: -60px;
      top: -120px; } }

@media only screen and (max-width: 1200px) {
  .avakin-help {
    padding-bottom: 80px;
    padding-top: 20px; }
    .avakin-help .heading-wrapper {
      max-width: 65%; }
    .avakin-help .foreground-image {
      max-width: 300px;
      right: -20px;
      top: -120px; } }

@media only screen and (max-width: 900px) {
  .avakin-help .button {
    margin: 0 auto 20px; } }

@media only screen and (max-width: 640px) {
  .avakin-help {
    padding-bottom: 80px;
    padding-top: 20px; }
    .avakin-help .container {
      padding-bottom: 150px; }
    .avakin-help .heading-wrapper {
      max-width: 100%; }
    .avakin-help .foreground-image {
      bottom: -120px;
      left: 0;
      margin: 0 auto;
      max-width: 250px;
      right: 0;
      top: auto; } }

.contact {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e2b286;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e2b286), color-stop(90%, #d0788a));
  background: linear-gradient(180deg, #e2b286 10%, #d0788a 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2b286",endColorstr="#d0788a",GradientType=1); }
  .contact &gt; .container {
    position: relative;
    z-index: 6;
    padding: 145px 100px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px; }
    @media only screen and (max-width: 768px) {
      .contact &gt; .container {
        padding: 20px;
        border-radius: 25px; } }
    .contact &gt; .container:after {
      content: "";
      display: table;
      clear: both; }
  .contact .background-gradient {
    top: 50px;
    height: calc(100% - 20px); }
  .contact .email-wrapper {
    padding-right: 30px;
    padding-bottom: 70px;
    text-align: right; }
    .contact .email-wrapper .label {
      margin-bottom: 30px;
      color: #6378A1; }
    .contact .email-wrapper a {
      font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
      font-size: 2.4rem;
      text-decoration: none;
      color: #6378A1; }
      .contact .email-wrapper a:hover, .contact .email-wrapper a:focus {
        opacity: .8; }
      .contact .email-wrapper a .at-symbol {
        font-family: futura-pt, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
        font-weight: 700; }
  .contact .address-wrapper {
    padding-right: 30px;
    padding-bottom: 60px;
    text-align: right; }
    .contact .address-wrapper .label {
      margin-bottom: 30px;
      color: #6378A1; }
    .contact .address-wrapper ul {
      margin-bottom: 7px; }
      .contact .address-wrapper ul li {
        font-size: 2.4rem;
        font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
        text-transform: uppercase;
        color: #6378A1;
        font-weight: 400;
        text-indent: 0;
        padding-left: 0; }
        .contact .address-wrapper ul li:before {
          display: none; }
    .contact .address-wrapper a {
      display: block;
      max-width: 30px; }
      .contact .address-wrapper a:hover, .contact .address-wrapper a:focus {
        opacity: .8; }
  .contact .social-wrapper {
    padding-right: 30px; }
    .contact .social-wrapper ul li:before {
      display: none; }
    .contact .social-wrapper ul li a {
      font-size: 2.4rem;
      font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
      text-transform: uppercase;
      color: #fff; }
      .contact .social-wrapper ul li a:hover, .contact .social-wrapper ul li a:focus {
        opacity: .8; }
      .contact .social-wrapper ul li a svg {
        margin-right: 22px;
        font-size: 3.2rem;
        vertical-align: middle;
        color: #EF5F23; }
      .contact .social-wrapper ul li a .at-symbol {
        font-family: futura-pt, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
        font-weight: 700; }
  .contact .form-wrapper {
    position: relative; }
    .contact .form-wrapper .heading {
      color: #fff; }
  .contact .privacy-text {
    padding-top: 32px; }
    .contact .privacy-text p {
      font-size: 1.2rem;
      color: #fff; }
      .contact .privacy-text p a {
        text-decoration: underline;
        color: #fff; }
        .contact .privacy-text p a:hover, .contact .privacy-text p a:focus {
          color: rgba(255, 255, 255, 0.5); }
  .contact .gform_confirmation_wrapper {
    font-size: 3.6rem;
    font-family: futura-pt-heavy, "Gill Sans MT", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    color: #4CAF50; }
  .contact .avakin-help-contact {
    display: none;
    position: relative;
    width: 100%;
    max-width: 950px;
    padding-bottom: 190px;
    margin: 0 auto;
    text-align: center; }
    .contact .avakin-help-contact .label {
      margin-bottom: 5px; }
    .contact .avakin-help-contact .heading {
      line-height: 0.9;
      color: #fff; }
    .contact .avakin-help-contact .button-wrapper {
      padding-top: 30px; }
      .contact .avakin-help-contact .button-wrapper .button {
        margin: 0 auto; }
    .contact .avakin-help-contact .foreground-image {
      pointer-events: none;
      position: absolute;
      top: 11px;
      right: -539px; }

@media only screen and (max-width: 1760px) {
  .divider-list-item {
    width: 100% !important; }
  .gform_footer {
    padding-top: 25px; }
  .contact {
    padding-bottom: 220px; }
    .contact .avakin-help-contact .foreground-image {
      top: 190px;
      right: -209px;
      max-width: 500px; } }

@media only screen and (max-width: 1160px) {
  .contact .email-wrapper {
    padding-right: 15px;
    padding-bottom: 30px; }
    .contact .email-wrapper a {
      font-size: 2rem; }
  .contact .address-wrapper {
    padding-right: 15px;
    padding-bottom: 30px; }
    .contact .address-wrapper ul li {
      font-size: 2rem; }
  .contact .social-wrapper {
    padding-right: 15px;
    padding-bottom: 30px; }
    .contact .social-wrapper ul li a {
      font-size: 2rem; }
      .contact .social-wrapper ul li a svg {
        margin-right: 22px;
        font-size: 2.8rem; }
      .contact .social-wrapper ul li a .at-symbol {
        margin-left: -4px; } }

@media only screen and (max-width: 1140px) {
  .contact {
    padding-bottom: 160px; }
    .contact &gt; .container {
      padding-bottom: 60px; }
    .contact .avakin-help-contact .foreground-image {
      top: 240px;
      right: 0;
      left: 420px;
      margin: 0 auto;
      max-width: 400px; } }

@media only screen and (max-width: 820px) {
  .contact .avakin-help-contact .foreground-image {
    top: 260px;
    left: 0; } }

@media only screen and (max-width: 768px) {
  .contact .email-wrapper {
    padding-right: 0; }
  .contact .address-wrapper {
    padding-right: 0; }
  .contact .social-wrapper {
    padding-right: 0; } }

@media only screen and (max-width: 640px) {
  .contact {
    padding-bottom: 50px; }
    .contact .avakin-help-contact .foreground-image {
      top: 260px;
      left: 0;
      max-width: 285px; } }

.thank-you {
  position: relative;
  padding-top: 250px;
  padding-bottom: 320px;
  margin-top: -50px; }
  .thank-you .background-gradient {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#2F1545));
    background: linear-gradient(#000, #2F1545); }
    .thank-you .background-gradient .mask {
      position: absolute;
      bottom: 0;
      z-index: 0;
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-bottom: 275px solid #fff;
      border-left: 100vw solid transparent !important; }
  .thank-you .container {
    padding-top: 100px; }
  .thank-you .title {
    color: #fff;
    margin-bottom: 95px; }
  .thank-you .content {
    width: 100%;
    max-width: 740px; }
  .thank-you .heading-wrapper:before {
    content: '';
    display: block;
    width: 62px;
    height: 8px;
    margin-bottom: 25px;
    background: #EF5F23; }
  .thank-you .heading-wrapper .heading {
    margin-bottom: 25px;
    color: #fff; }
  .thank-you .copy-wrapper p {
    color: #fff; }
  .thank-you .button-wrapper {
    padding-top: 40px; }
  .thank-you .image-wrapper {
    position: absolute;
    right: -200px;
    bottom: -390px;
    z-index: 1;
    pointer-events: none; }

@media only screen and (max-width: 1500px) {
  .thank-you .image-wrapper {
    max-width: 680px;
    right: -140px;
    bottom: -300px; } }

@media only screen and (max-width: 1220px) {
  .thank-you {
    padding-top: 150px; }
    .thank-you .background-gradient {
      top: 20px;
      height: calc(100% - 16vw); }
      .thank-you .background-gradient .mask {
        border-bottom: 18vw solid #fff;
        border-left: 100vw solid transparent !important; }
    .thank-you .image-wrapper {
      max-width: 480px;
      right: 0;
      left: 100px;
      margin: 0 auto;
      bottom: -340px; } }

@media only screen and (max-width: 960px) {
  .thank-you {
    padding-top: 120px; }
    .thank-you .image-wrapper {
      max-width: 380px;
      right: 0;
      left: 150px;
      margin: 0 auto;
      bottom: -300px; } }

@media only screen and (max-width: 560px) {
  .thank-you {
    padding-top: 100px; }
    .thank-you .image-wrapper {
      max-width: 300px;
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: -340px; } }

.apply-block .container {
  padding-top: 120px;
  padding-bottom: 110px;
  text-align: center; }
  .apply-block .container:after {
    content: "";
    display: table;
    clear: both; }

.apply-block .button-wrapper {
  padding-top: 30px; }
  .apply-block .button-wrapper .button {
    margin: 0 auto; }

.job-brief {
  position: relative;
  margin-top: -30px;
  padding-bottom: 200px;
  padding-top: 100px; }
  .job-brief .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5;
    padding-bottom: 20px; }
    .job-brief .container .brief-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
      flex: 0 0 67%;
      max-width: 67%; }
      .job-brief .container .brief-left .content {
        width: 100%;
        max-width: 780px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .job-brief .container .brief-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      max-width: 33%; }
  .job-brief .background-gradient {
    top: 30px;
    height: calc(100% - 30px); }
    .job-brief .background-gradient .mask {
      border-bottom: 200px solid #fff;
      border-left: 100vw solid transparent; }
  .job-brief h3, .job-brief p, .job-brief li {
    color: #fff; }
  .job-brief .description {
    padding-bottom: 50px; }
  .job-brief .requirements li {
    padding-bottom: 30px;
    line-height: 1.5; }
  .job-brief .requirements .button-wrapper {
    padding-top: 25px; }
  .job-brief .stack .label {
    padding-bottom: 10px;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .job-brief .stack .label:hover, .job-brief .stack .label:focus {
      color: #f27b49; }
  .job-brief .stack svg {
    margin-top: -3px;
    margin-left: 20px;
    font-size: 2.1rem;
    vertical-align: middle;
    -webkit-transition: 300ms;
    transition: 300ms;
    color: #EF5F23; }
  .job-brief .stack .stack-list {
    display: block;
    margin: 0; }
  .job-brief .stack li:before {
    color: #fff; }
  .job-brief .stack-active svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .job-brief .salary, .job-brief .job-type {
    padding: 0 0 30px; }
  .job-brief .stack {
    padding-bottom: 60px; }
  .job-brief .brief-detail {
    padding-top: 2px;
    margin-bottom: 10px; }
  .job-brief .brief-info {
    font-size: 2.4rem;
    font-weight: 300;
    color: #fff; }

@media only screen and (max-width: 960px) {
  .job-brief {
    padding-bottom: 50px;
    padding-top: 50px; }
    .job-brief .background-gradient {
      top: 30px;
      height: 100%; }
      .job-brief .background-gradient .mask {
        border-bottom: 15vw solid #fff;
        border-left: 100vw solid transparent; }
    .job-brief .container .brief-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .job-brief .container .brief-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 60px; }
    .job-brief .salary {
      padding-bottom: 45px; }
    .job-brief .job-type {
      padding-bottom: 45px; } }

@media only screen and (max-width: 640px) {
  .job-brief .requirements h3, .job-brief .description h3 {
    font-size: 2rem; }
  .job-brief .description {
    padding-bottom: 30px; }
  .job-brief .brief-right .label, .job-brief .brief-right .brief-detail {
    font-size: 2rem; }
  .job-brief .brief-right .brief-info {
    font-size: 1.4rem; } }

/* ==========================================================================
   8. Browser Fixes
   ========================================================================== */
/* ie9 */
/* ie8  */
/* ie7 */
/* ==========================================================================
   9. Plugins
   ========================================================================== */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0); }

[data-aos=fade-up] {
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }

[data-aos=fade-down] {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px); }

[data-aos=fade-right] {
  -webkit-transform: translate(-100px);
  transform: translate(-100px); }

[data-aos=fade-left] {
  -webkit-transform: translate(100px);
  transform: translate(100px); }

[data-aos=fade-up-right] {
  -webkit-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px); }

[data-aos=fade-up-left] {
  -webkit-transform: translate(100px, 100px);
  transform: translate(100px, 100px); }

[data-aos=fade-down-right] {
  -webkit-transform: translate(-100px, -100px);
  transform: translate(-100px, -100px); }

[data-aos=fade-down-left] {
  -webkit-transform: translate(100px, -100px);
  transform: translate(100px, -100px); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
  transform: translate(0) scale(1); }

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  -webkit-transform: translateY(100px) scale(0.6);
  transform: translateY(100px) scale(0.6); }

[data-aos=zoom-in-down] {
  -webkit-transform: translateY(-100px) scale(0.6);
  transform: translateY(-100px) scale(0.6); }

[data-aos=zoom-in-right] {
  -webkit-transform: translate(-100px) scale(0.6);
  transform: translate(-100px) scale(0.6); }

[data-aos=zoom-in-left] {
  -webkit-transform: translate(100px) scale(0.6);
  transform: translate(100px) scale(0.6); }

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  -webkit-transform: translateY(100px) scale(1.2);
  transform: translateY(100px) scale(1.2); }

[data-aos=zoom-out-down] {
  -webkit-transform: translateY(-100px) scale(1.2);
  transform: translateY(-100px) scale(1.2); }

[data-aos=zoom-out-right] {
  -webkit-transform: translate(-100px) scale(1.2);
  transform: translate(-100px) scale(1.2); }

[data-aos=zoom-out-left] {
  -webkit-transform: translate(100px) scale(1.2);
  transform: translate(100px) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate(0);
  transform: translate(0); }

[data-aos=slide-up] {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

[data-aos=slide-down] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

[data-aos=slide-right] {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

[data-aos=slide-left] {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0); }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs &gt; ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x &gt; ul {
  overflow: hidden; }

.fancybox-thumbs-y &gt; ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y &gt; ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y &gt; ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs &gt; ul &gt; li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs &gt; ul &gt; li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs &gt; ul &gt; li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs &gt; ul &gt; li {
    max-width: calc(100% - 10px); } }

/* ==========================================================================
   10. Responsive
   ========================================================================== */
@media only screen and (max-width: 1600px) {
  .masthead-inner-container .masthead__mastnav ul a {
    font-size: 1.4rem;
    padding: 5px 10px; }
  .masthead-inner-container .masthead__mastnav ul .notification a .job-post-count {
    right: -2px;
    top: -4px; } }

@media only screen and (max-width: 1440px) {
  #cookie-law p {
    font-size: 1.6rem; } }

@media only screen and (max-width: 1280px) {
  .masthead-inner-container {
    padding: 30px 30px 0 0; } }

@media only screen and (max-width: 1180px) {
  #cookie-law p {
    font-size: 1.4rem;
    padding: 25px 20px; } }

@media only screen and (max-width: 1080px) {
  #cookie-law {
    left: 0;
    position: fixed;
    right: 0;
    top: 114px;
    width: 100%; }
  .cookie-spacer {
    display: none !important;
    height: 0 !important; }
  .header-banner {
    display: none !important; }
  .masthead {
    position: fixed; }
  .masthead-fixed {
    -webkit-animation: none;
    animation: none;
    position: fixed;
    -webkit-transform: none;
    transform: none; }
    .masthead-fixed .masthead-inner-container {
      padding: 15px 30px 15px 30px; }
  .masthead-fixed-out {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none; }
  .cookiebanner .masthead-fixed {
    -webkit-transform: none;
    transform: none; }
  .cookiebanner .masthead-fixed-out {
    -webkit-transform: none;
    transform: none; }
  .masthead-active {
    height: 100%; }
    .masthead-active .menu-links {
      display: block; }
    .masthead-active .masthead-navigation-container {
      padding: 80px 0 58px; }
    .masthead-active .masthead-inner-container .masthead__mastnav {
      display: block; }
    .masthead-active .downloads-wrapper {
      padding-bottom: 15px; }
  .masthead-navigation-container {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#EF5F23));
    background: linear-gradient(#000, #EF5F23);
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 114px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 114px;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
  .masthead-inner-container {
    background: #000;
    padding: 15px 30px 15px 30px !important; }
    .masthead-inner-container .masthead__mastnav {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: none;
      margin: 0 auto;
      max-width: 640px;
      min-height: 260px;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .masthead-inner-container .masthead__mastnav ul .notification a {
        position: relative; }
        .masthead-inner-container .masthead__mastnav ul .notification a .job-post-count {
          right: 3px;
          top: 0; }
      .masthead-inner-container .masthead__mastnav .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 80%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-height: 430px;
        text-align: center; }
        .masthead-inner-container .masthead__mastnav .menu li {
          -webkit-box-flex: 1;
          -ms-flex: auto;
          flex: auto; }
          .masthead-inner-container .masthead__mastnav .menu li a {
            font-size: 2.5rem;
            color: #fff; }
    .masthead-inner-container .menu-links {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }

@media only screen and (min-width: 1081px) {
  .burger-menu-container {
    display: none; }
  .masthead-navigation-container {
    display: block !important; }
  .masthead-inner-container .masthead__mastnav {
    display: block !important; } }

@media only screen and (max-width: 980px) {
  #cookie-law p {
    padding: 15px 15px; }
  #cookie-law .close-cookie-banner {
    display: block;
    float: none;
    padding-top: 15px;
    text-align: center; } }

@media only screen and (max-width: 960px) {
  #cookie-law {
    top: 96px; }
  .masthead__mastnav {
    padding: 0 18px; }
  .masthead__logo {
    display: block;
    max-width: 180px; }
  .masthead-active .downloads-wrapper a {
    display: inline-block;
    max-width: 180px; }
  .gform_wrapper .gfield_label {
    font-size: 2rem; }
  .gform_wrapper .ginput_container_text input, .gform_wrapper .ginput_container_email input {
    height: 65px;
    padding: 0 15px; }
  .gform_wrapper .ginput_container_textarea textarea {
    padding: 15px 15px; }
  .gform_wrapper .ginput_container_radio li {
    line-height: 1; }
  .masthead-navigation-container {
    height: calc(100% - 96px);
    top: 96px; }
  h1 {
    font-size: 7.2rem; }
  h2 {
    font-size: 5.6rem;
    letter-spacing: 0.03em;
    margin-bottom: 25px; }
  h3 {
    font-size: 3.2rem; }
  h4 {
    font-size: 2.2rem; }
  h5 {
    font-size: 1.9rem; }
  p, li {
    font-size: 1.8rem; }
  li {
    padding-left: 1.8em;
    text-indent: -1.8em; }
  .button {
    font-size: 2rem;
    height: 62px;
    width: 260px; }
    .button:after {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
  @-webkit-keyframes splash {
    0% {
      opacity: 1;
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    12% {
      opacity: 0;
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    24% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    36% {
      opacity: 1;
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    100% {
      opacity: 1;
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } }
  @keyframes splash {
    0% {
      opacity: 1;
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    12% {
      opacity: 0;
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    24% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    36% {
      opacity: 1;
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    100% {
      opacity: 1;
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } }
  .footer-links .heading {
    font-size: 2rem; }
  .footer-links p, .footer-links li, .footer-links a {
    font-size: 1.8rem; }
  .footer-links .contact-footer {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .footer-links .address {
    max-width: 50%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .footer-links .social-links {
    max-width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .footer-links .store-links {
    margin: 40px auto;
    max-width: 300px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

@media only screen and (max-width: 640px) {
  #cookie-law {
    top: 90px; }
  .gform_wrapper .ginput_recaptcha {
    -webkit-transform: scale(0.82);
    transform: scale(0.82); }
  .masthead-inner-container {
    padding: 12px 15px !important; }
  .masthead__mastnav {
    padding: 0 3px; }
  .masthead-active .downloads-wrapper {
    padding-top: 10px; }
    .masthead-active .downloads-wrapper a {
      display: block;
      margin: 10px auto 0;
      max-width: 140px; }
  .masthead-navigation-container {
    height: calc(100% - 90px);
    top: 90px; }
  h1 {
    font-size: 7.2rem; }
  h2 {
    font-size: 4rem;
    letter-spacing: 0.03em; }
  h3 {
    font-size: 3rem; }
  h4 {
    font-size: 1.8rem; }
  h5 {
    font-size: 1.6rem; }
  p, li {
    font-size: 1.8rem; }
  li {
    padding-left: 1.4em;
    text-indent: -1.4em; }
  .button {
    font-size: 1.4rem;
    height: 48px;
    line-height: 3.5;
    width: 200px; }
    .button:after {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  @-webkit-keyframes splash {
    0% {
      opacity: 1;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    12% {
      opacity: 0;
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    24% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    36% {
      opacity: 1;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    100% {
      opacity: 1;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); } }
  @keyframes splash {
    0% {
      opacity: 1;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    12% {
      opacity: 0;
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    24% {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    36% {
      opacity: 1;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    100% {
      opacity: 1;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); } }
  .standard-button {
    font-size: 1.4rem; }
  .label {
    font-size: 2rem; }
  .footer-links .heading {
    font-size: 2rem;
    margin-bottom: 15px; }
  .footer-links p, .footer-links li, .footer-links a {
    font-size: 1.8rem; } }

@media only screen and (max-width: 560px) {
  .mastfoot .filter {
    padding-bottom: 40px; }
  .footer-terms {
    padding-top: 60px; }
    .footer-terms .menu {
      padding-bottom: 3px; }
      .footer-terms .menu li:first-child a {
        margin-left: 0; }
  .footer-logo {
    text-align: center; }
  .footer-links .contact-footer {
    max-width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .footer-links .address {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 40px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .footer-links .social-links {
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 20px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .footer-links .social-links a:first-child {
      margin-left: 0; }
  .footer-links .store-links {
    margin-bottom: 0; } }

@media only screen and (max-height: 760px) {
  .masthead-active .masthead-navigation-container {
    padding: 30px 0 30px; }
  .masthead-active .downloads-wrapper {
    padding-top: 10px; } }

@media only screen and (max-height: 640px) {
  .footer-links p, .footer-links li, .footer-links a {
    font-size: 1.4rem; } }

@media only screen and (max-height: 560px) {
  .masthead-active .masthead-navigation-container {
    padding: 15px 0 15px; } }
</pre></body></html>