/* Document
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

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

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

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

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  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] {
  transition-timing-function: ease; }

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

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

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=aos.css.map*/
*:focus {
  outline: none; }

html {
  margin: 0;
  padding: 0; }

body {
  background-color: #253327;
  color: #fff;
  font-family: "sofia-pro", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0; }
  @media all and (min-width: 768px) {
    body {
      font-size: 20px; } }
  @media all and (min-width: 1024px) {
    body {
      font-size: 20px; } }
  body.modal-open {
    overflow: hidden; }

h1 {
  font-size: 67px;
  font-weight: 300; }
  @media all and (min-width: 1024px) {
    h1 {
      font-size: 105px; } }
  h1.heroh1 {
    font-weight: 400;
    letter-spacing: -1.5px;
    line-height: 70px;
    margin-bottom: 40px; }
    @media all and (min-width: 1024px) {
      h1.heroh1 {
        line-height: 110px; } }

h2 {
  font-family: "sofia-pro", Arial, sans-serif;
  font-size: 35px;
  font-weight: 400; }
  @media all and (min-width: 768px) {
    h2 {
      font-size: 82px; } }
  h2.no-bottom {
    margin-bottom: 0; }
  h2 .top-line {
    display: block;
    font-size: 16px;
    padding-bottom: 5px; }
    @media all and (min-width: 768px) {
      h2 .top-line {
        font-size: 28px; } }
    @media all and (min-width: 1024px) {
      h2 .top-line {
        font-size: 30px; } }
  h2.mobile-gutter {
    padding: 15px 15px 0; }
    @media all and (min-width: 768px) {
      h2.mobile-gutter {
        padding: 50px 0; }
        h2.mobile-gutter.no-bottom {
          padding-bottom: 0; }
        h2.mobile-gutter.less-bottom {
          padding-bottom: 0; } }
  h2.special {
    font-size: 20px; }
    @media all and (min-width: 768px) {
      h2.special {
        font-size: 28px; } }
    @media all and (min-width: 1024px) {
      h2.special {
        font-size: 30px; } }

h3 {
  font-size: 24px;
  font-weight: 400; }
  @media all and (min-width: 1024px) {
    h3 {
      font-size: 68px; } }
  h3.with-padding {
    padding: 15px; }
    @media all and (min-width: 768px) {
      h3.with-padding {
        padding: 0; } }

h4 {
  font-family: "sofia-pro", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px; }
  @media all and (min-width: 1024px) {
    h4 {
      font-size: 45px;
      margin: inherit; } }

h5 {
  font-size: 20px; }
  @media all and (min-width: 768px) {
    h5 {
      font-size: 32px; } }

p {
  font-size: 18px;
  margin: 0 0 30px; }
  @media all and (min-width: 768px) {
    p {
      font-size: 20px; } }

ul {
  margin: 0;
  padding: 0; }

a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    color: #fff;
    text-decoration: none; }
  a.white {
    color: #fff; }
    a.white:hover {
      text-decoration: none; }

strong {
  font-family: "sofia-pro", Arial, sans-serif; }

video {
  display: block; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/**
 * Image replacement
 */
.form-container {
  text-align: center; }

form {
  padding: 0 15px 10px;
  width: 100%; }
  @media all and (min-width: 768px) {
    form {
      padding: 0 15px 50px; }
      form .radio-input label {
        left: 50%;
        margin-left: -275px;
        max-width: 550px; } }
  form input {
    background-color: #282829;
    border: #dfdfdf solid 2px;
    color: #fff;
    font-family: "sofia-pro", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 550px;
    padding: 15px;
    text-align: left;
    width: 100%; }
  form .radio-input {
    display: block;
    padding-bottom: 40px;
    position: relative;
    text-align: left; }
    form .radio-input label {
      display: block;
      position: relative;
      text-transform: uppercase;
      text-align: center; }
    form .radio-input input {
      width: 50px; }
  form .input {
    display: block;
    position: relative; }
    form .input:focus label, form .input:visited label, form .input:active label {
      -moz-animation: moveTop 0.1s 1;
      -webkit-animation: moveTop 0.1s 1;
      animation: moveTop 0.1s 1;
      animation-fill-mode: forwards; }
    form .input label {
      color: #333;
      font-size: 18px;
      left: 50%;
      margin-left: -100px;
      pointer-events: none;
      position: absolute;
      text-align: center;
      top: 15px;
      -webkit-touch-callout: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      width: 200px;
      z-index: 0; }
      form .input label.visited {
        -moz-animation: moveTop 0.1s 1;
        -webkit-animation: moveTop 0.1s 1;
        animation: moveTop 0.1s 1;
        animation-fill-mode: forwards;
        font-size: 14px; }
  form textarea {
    background-color: #282829;
    border: #dfdfdf solid 2px;
    color: #fff;
    font-family: "sofia-pro", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 550px;
    min-height: 200px;
    padding: 15px;
    text-align: left;
    width: 100%; }

.error-msg {
  color: #c50e0e;
  display: block;
  font-size: 16px;
  margin: auto;
  max-width: 550px;
  position: relative;
  top: -28px; }
  .error-msg#radio-message {
    text-align: center;
    top: 10px; }

.choice {
  cursor: pointer;
  display: inline;
  font-size: 22px;
  padding-left: 20px;
  text-align: center; }
  @media all and (min-width: 768px) {
    .choice {
      font-size: 29px; } }

.circle-outer {
  border-radius: 50%;
  border: 3px solid #B7C8AA;
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  position: relative;
  top: 12px;
  transform-origin: center center;
  width: 45px; }

.circle-inner {
  background: #fff;
  border-radius: 50%;
  height: 35px;
  left: 6%;
  position: absolute;
  top: 50%;
  transform-origin: center center;
  transform: translateY(-50%);
  width: 35px; }

.form-header {
  padding-left: 30px;
  padding-top: 110px;
  padding-bottom: 10px;
  padding-right: 70px; }
  @media all and (min-width: 768px) {
    .form-header {
      padding-bottom: 80px;
      padding-left: 100px; } }
  .form-header .text-center {
    text-align: left; }
    @media all and (min-width: 768px) {
      .form-header .text-center {
        text-align: center; } }

.thank-you {
  padding-left: 50px; }

@keyframes moveTop {
  from {
    top: 15px; }
  to {
    top: -18px; } }

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

.color {
  color: #690; }

.is-mobile {
  display: inline-block; }
  @media all and (min-width: 768px) {
    .is-mobile {
      display: none !important; } }

.is-mobile-block {
  display: block; }
  @media all and (min-width: 768px) {
    .is-mobile-block {
      display: none !important; } }

.is-tablet {
  display: none; }
  @media all and (min-width: 768px) {
    .is-tablet {
      display: block; } }

.is-desktop {
  display: none; }
  @media all and (min-width: 768px) {
    .is-desktop {
      display: none; } }
  @media all and (min-width: 1024px) {
    .is-desktop {
      display: inline-block; } }

.is-tablet-and-smaller {
  display: block; }
  @media all and (min-width: 1024px) {
    .is-tablet-and-smaller {
      display: none !important; } }

.is-visible {
  display: block;
  opacity: 1; }

.l-container {
  display: inline-block;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%; }

.l-section {
  display: inline-block;
  width: 100%; }
  .l-section.tight {
    display: block; }

.l-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%; }

.l-nav {
  margin: 0 auto;
  width: 100%; }
  .l-nav .nav-wrapper {
    margin: 0 auto;
    padding: 10px 20px;
    width: 100%; }
    @media all and (min-width: 1024px) {
      .l-nav .nav-wrapper {
        padding: 0 60px; } }

.page-nav {
  position: fixed;
  z-index: 1; }
  .page-nav.show {
    z-index: 11; }

.page-home sup {
  font-size: 50%;
  top: -2.5vh; }

.page-contact {
  background-color: #282829; }

.video-container {
  padding-bottom: 50px; }
  @media all and (min-width: 768px) {
    .video-container {
      padding-bottom: 120px; } }
  .video-container img {
    width: 100%; }

.awards {
  color: #47614D;
  background-color: #E5E5E3; }

.header-hero-intro {
  display: block;
  height: 94vh;
  position: relative;
  z-index: 0; }
  @media all and (min-width: 768px) {
    .header-hero-intro {
      height: 64vh; } }
  @media all and (min-width: 1024px) {
    .header-hero-intro {
      height: 88vh; } }
  @media all and (min-width: 1440px) {
    .header-hero-intro {
      height: 100vh; } }
  @media all and (min-width: 1441px) {
    .header-hero-intro {
      height: 109vh; } }
  .header-hero-intro .text-link {
    font-weight: 100;
    position: relative;
    bottom: 40px; }
    .header-hero-intro .text-link img {
      width: 34px; }

.heroblock {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 32px;
  height: 100%;
  width: 100%;
  padding-top: 100px; }
  .heroblock .text-center {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 95px); }

.home-hero {
  background-image: url("../../_Assets/img/home-hero-2x-mobile.jpg"); }
  @media all and (min-width: 768px) {
    .home-hero {
      background-image: url("../../_Assets/img/home-hero-2x-desktop.jpg"); } }

.work-hero {
  background-image: url("../../_Assets/img/work-hero-2x-mobile.jpg"); }
  @media all and (min-width: 768px) {
    .work-hero {
      background-image: url("../../_Assets/img/work-hero-2x-desktop.png"); } }
  .work-hero .hero-content {
    width: 100% !important; }

.about-hero {
  background-image: url("../../_Assets/img/about-hero-2x-mobile.jpg"); }
  @media all and (min-width: 768px) {
    .about-hero {
      background-image: url("../../_Assets/img/about-hero-2x-desktop.jpg"); } }

.careers-hero {
  background-image: url("../../_Assets/img/careers-hero-2x-mobile.jpg"); }
  @media all and (min-width: 768px) {
    .careers-hero {
      background-image: url("../../_Assets/img/careers-hero-2x-desktop.jpg"); } }

.case p {
  padding-bottom: 40px !important; }
  @media all and (min-width: 768px) {
    .case p {
      padding-bottom: inherit; } }

.case-1-hero img,
.case-2-hero img,
.case-3-hero img,
.case-4-hero img,
.case-5-hero img,
.case-6-hero img {
  width: 100%; }

.contact-hero-img {
  width: 100%; }

.headline {
  color: #fff;
  padding: 40px 24px;
  text-align: center; }
  @media all and (min-width: 1024px) {
    .headline {
      padding: 150px 120px; } }
  @media all and (min-width: 1440px) {
    .headline {
      padding: 150px 220px; } }
  .headline h1 {
    font-size: 35px;
    font-weight: 300; }
    @media all and (min-width: 1024px) {
      .headline h1 {
        font-size: 82px; } }
  .headline h2 {
    padding-bottom: 30px; }
    @media all and (min-width: 768px) {
      .headline h2 {
        padding-bottom: 40px; } }

.callout {
  color: #fff;
  padding: 65px 40px;
  text-align: center; }
  @media all and (min-width: 1024px) {
    .callout {
      padding: 100px 120px; } }
  @media all and (min-width: 1440px) {
    .callout {
      padding: 100px 220px; } }

.intro {
  background-color: #ececec;
  position: relative;
  z-index: 1; }

.page-home {
  background-color: #253327; }

.page-work {
  background-color: #47614D; }

.work {
  background-color: #fff;
  position: relative;
  z-index: 1; }

.work-img {
  padding: 65px 30px; }
  @media all and (min-width: 1024px) {
    .work-img {
      padding: 50px; } }

.work-block-text {
  padding-top: 60px;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%); }
  @media all and (min-width: 768px) {
    .work-block-text {
      padding-left: 30px;
      padding-top: 0;
      text-align: left; } }
  @media all and (min-width: 921px) {
    .work-block-text {
      padding-left: 60px; } }
  @media all and (min-width: 768px) {
    .work-block-text h2 {
      font-size: 60px; } }
  @media all and (min-width: 921px) {
    .work-block-text h2 {
      font-size: 68px; } }
  @media all and (min-width: 1024px) {
    .work-block-text h2 {
      font-size: 82px; } }
  .work-block-text h3 {
    padding-bottom: 20px; }
    @media all and (min-width: 768px) {
      .work-block-text h3 {
        padding-bottom: 40px; } }

#work .outline-btn {
  margin: 0 auto;
  padding-top: 20px; }
  @media all and (min-width: 768px) {
    #work .outline-btn {
      margin-left: 0; } }

.hero-content {
  bottom: 40px;
  position: absolute;
  padding: 20px 40px;
  width: 75%; }
  @media all and (min-width: 1024px) {
    .hero-content {
      bottom: 100px;
      padding: 10px 60px;
      width: 80%; } }
  @media all and (min-width: 1440px) {
    .hero-content {
      bottom: 170px;
      padding: 20px 70px;
      width: 75%; } }
  .hero-content.home {
    bottom: 140px; }
    @media all and (min-width: 768px) {
      .hero-content.home {
        bottom: 50px; } }
    @media all and (min-width: 1024px) {
      .hero-content.home {
        bottom: 120px; } }
  .hero-content.about {
    width: 95%; }
    @media all and (min-width: 1024px) {
      .hero-content.about {
        padding: 10px 60px;
        width: 80%; } }
    @media all and (min-width: 1440px) {
      .hero-content.about {
        bottom: 180px;
        width: 60%; } }
  .hero-content.careers {
    width: 90%; }
    @media all and (min-width: 768px) {
      .hero-content.careers {
        width: 75%; } }
  .hero-content img {
    transform: scale(0.5);
    transform-origin: left center; }

.bio-block {
  padding: 10px 10px 40px; }
  @media all and (min-width: 768px) {
    .bio-block {
      padding: 10px 30px 40px; } }
  @media all and (min-width: 768px) {
    .bio-block h4 {
      font-size: 38px;
      padding-bottom: 10px; } }

.bio-row {
  padding: 0 20px; }
  @media all and (min-width: 768px) {
    .bio-row {
      padding: 0 40px; } }

@media all and (min-width: 768px) {
  .circle-block-text {
    padding: 40px 30px; } }

@media all and (min-width: 1440px) {
  .circle-block-text {
    padding: 40px 100px; } }

.circle-block-text h2 {
  padding-bottom: 40px; }

.case-study {
  padding: 10px 0; }
  .case-study.brands {
    background-color: #E5E5E3;
    padding: 10px 20px; }
    .case-study.brands img {
      padding-top: 20px;
      padding-bottom: 40px; }
      @media all and (min-width: 768px) {
        .case-study.brands img {
          padding-bottom: inherit;
          transform: scale(0.9); } }
  .case-study.last {
    padding-bottom: 40px;
    padding-top: 40px; }
    .case-study.last h3 {
      font-size: 35px;
      padding-bottom: 40px; }
      @media all and (min-width: 768px) {
        .case-study.last h3 {
          font-size: 68px; } }
  .case-study h1 {
    font-size: 35px;
    font-weight: 300; }
    @media all and (min-width: 1024px) {
      .case-study h1 {
        font-size: 45px;
        font-weight: 600;
        text-align: left; } }
  .case-study p {
    margin: 0;
    padding: 10px 0; }
  .case-study img {
    width: 100%; }

.page-case-study-1,
.page-case-study-2,
.page-case-study-3,
.page-case-study-4,
.page-case-study-5,
.page-case-study-6 {
  background-color: #BAC7AD; }

.study {
  padding: 80px 10px; }

.display-block p {
  padding: 0 10px; }

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

.display-block.lightgreen {
  background-color: #BAC7AD; }

.display-block .text-large {
  font-size: 82px; }

.display-block#wellness-effect {
  background-color: #47614D; }

.display-block#do-well {
  background-color: #47614D; }

.display-block#case-studies {
  position: relative; }

.display-block#work {
  background-color: #47614D; }

.display-block#leadership {
  padding: 40px 0; }
  @media all and (min-width: 768px) {
    .display-block#leadership h2 {
      font-size: 68px; } }

@media all and (min-width: 768px) {
  .display-block.well-being img {
    width: 90%; } }

.well-being {
  background-image: url("../../_Assets/img/trees-bg-2x-desktop.png");
  padding: 50px 20px; }
  @media all and (min-width: 768px) {
    .well-being {
      padding-bottom: 100px; } }
  .well-being img {
    margin: 0 auto; }

.home-container {
  position: relative; }
  .home-container p {
    padding: 20px 30px 0; }
    @media all and (min-width: 1024px) {
      .home-container p {
        padding: 30px 280px 0; } }

.home-engaging {
  position: absolute;
  top: 22px; }
  @media all and (min-width: 1024px) {
    .home-engaging {
      top: 100px; } }
  @media all and (min-width: 768px) {
    .home-engaging h2 {
      line-height: 80px;
      padding: 0 20px; } }
  .home-engaging h3 {
    padding: 0 10px; }
  .home-engaging h3,
  .home-engaging p {
    text-align: center; }

@media all and (min-width: 768px) {
  .image-content-right {
    background-image: url("../../_Assets/img/community-immunity-thumb-2x-desktop.jpg");
    background-size: cover;
    height: 642px; } }

.image-content-right.nexgard {
  background-image: url("../../_Assets/img/nexgard-thumb-2x-desktop.jpg"); }

.image-content-right.wildlife {
  background-image: url("../../_Assets/img/wcs-thumb-2x-desktop.jpg"); }

.image-content-right.eoe {
  background-image: url("../../_Assets/img/takeda-eoe-thumb-2x-desktop.jpg"); }

.image-content-left {
  background-image: url("../../_Assets/img/deaf-911-thumb-2x-mobile.jpg");
  background-size: cover;
  height: 350px; }
  @media all and (min-width: 768px) {
    .image-content-left {
      background-image: url("../../_Assets/img/deaf-911-thumb-2x-desktop.jpg");
      background-size: cover;
      height: 642px; } }
  .image-content-left.paperpill {
    background-image: url("../../_Assets/img/paper-pill-bottle-thumb-2x-mobile.jpg"); }
    @media all and (min-width: 768px) {
      .image-content-left.paperpill {
        background-image: url("../../_Assets/img/paper-pill-bottle-thumb-2x-desktop.jpg"); } }
  .image-content-left.eoe {
    background-image: url("../../_Assets/img/takeda-eoe-thumb-2x-mobile.jpg"); }
    @media all and (min-width: 768px) {
      .image-content-left.eoe {
        background-image: url("../../_Assets/img/takeda-eoe-thumb-2x-desktop.jpg"); } }

.content {
  background-color: #47614D;
  color: #E5E5E3;
  position: relative;
  padding: 65px 40px;
  text-align: center;
  width: 100%; }
  @media all and (min-width: 768px) {
    .content {
      background-color: rgba(0, 0, 0, 0.6);
      float: right;
      height: 100%;
      max-width: 42%;
      padding: 140px 60px;
      position: relative;
      top: 0; } }
  .content h4 {
    padding-bottom: 20px; }
  .content p {
    padding-bottom: 40px; }

.case-study-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%; }
  @media all and (min-width: 1024px) {
    .case-study-block {
      position: absolute;
      text-align: left; } }
  .case-study-block h4 {
    padding-bottom: 20px; }
    @media all and (min-width: 768px) {
      .case-study-block h4 {
        padding-bottom: 5px; } }
    @media all and (min-width: 1024px) {
      .case-study-block h4 {
        padding-bottom: 20px; } }
  .case-study-block p {
    padding-left: 0;
    padding-right: 20px; }
    @media all and (min-width: 768px) {
      .case-study-block p {
        line-height: 22px;
        padding-bottom: 20px;
        padding-right: 5px;
        margin-bottom: 0; } }
    @media all and (min-width: 921px) {
      .case-study-block p {
        padding-bottom: 20px;
        padding-right: 20px;
        margin-bottom: 30px; } }
  @media all and (min-width: 1024px) {
    .case-study-block .outline-btn {
      margin: 0; } }

@media all and (min-width: 768px) {
  .page-careers .case-study-block {
    padding: 140px 30px;
    position: absolute;
    text-align: left; } }

@media all and (min-width: 1024px) {
  .page-careers .case-study-block {
    padding: 140px 60px; } }

.page-careers .case-study-block h4 {
  font-size: 30px;
  line-height: 34px; }
  @media all and (min-width: 921px) {
    .page-careers .case-study-block h4 {
      font-size: 45px;
      line-height: 48px; } }

.float-left {
  float: left; }

.float-right {
  float: right; }

.outline-btn {
  border: 2px solid #fff;
  cursor: pointer;
  font-size: 18px;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 40px;
  text-align: center;
  transition: 0.25s;
  vertical-align: middle; }
  .outline-btn img {
    padding-left: 20px;
    position: relative;
    top: -3px;
    width: 32px;
    transition-duration: 2s; }
  .outline-btn.left {
    margin: 0;
    text-align: center; }
    .outline-btn.left img {
      transform: scale(1); }
  .outline-btn.hard-left {
    margin-left: 120px; }
  .outline-btn .arrow {
    font-size: 2em; }

.outline-btn:hover {
  border: 2px solid #BAC7AD;
  background-color: #BAC7AD;
  color: #243326; }

.half-width {
  margin: 0 auto;
  text-align: center; }
  @media all and (min-width: 768px) {
    .half-width {
      width: 50%; } }

.link-arrow {
  width: 20px !important; }
  @media all and (min-width: 1024px) {
    .link-arrow {
      width: 70px !important; } }

.circle-box {
  border-radius: 50%;
  border: 2px solid #fff;
  display: table-cell;
  height: 300px;
  padding: 20px 50px;
  vertical-align: middle;
  width: 300px; }

@media all and (min-width: 768px) {
  .first {
    padding-left: 176px; } }

@media all and (min-width: 768px) {
  .second {
    padding-left: 90px; } }

.quote-block {
  padding-top: 50px; }
  @media all and (min-width: 768px) {
    .quote-block {
      padding-top: 110px; } }

.quote-img {
  width: 50px !important; }
  @media all and (min-width: 768px) {
    .quote-img {
      width: 110px !important; } }

.career-block {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 768px) {
    .career-block {
      padding-top: 110px;
      padding-right: 180px;
      padding-bottom: 110px; } }
  .career-block h4,
  .career-block p {
    padding: 10px 50px; }
    @media all and (min-width: 1024px) {
      .career-block h4,
      .career-block p {
        padding: 10px 80px; } }
    @media all and (min-width: 1440px) {
      .career-block h4,
      .career-block p {
        padding: 15px 150px; } }
  .career-block.centered {
    padding-right: 0;
    margin: 0 auto;
    display: block; }
  .career-block.rockstar {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media all and (min-width: 768px) {
      .career-block.rockstar {
        padding-top: 230px;
        padding-bottom: 230px; } }

.brands {
  background-color: #fff;
  position: relative;
  z-index: 1; }

.s-a {
  position: relative;
  z-index: 1; }
  @media all and (min-width: 768px) {
    .s-a {
      padding-top: 0; } }
  @media all and (min-width: 1024px) {
    .s-a {
      background: -moz-linear-gradient(left, #f1f2f2 0%, #f1f2f2 50%, #e6e7e8 50%, #e6e7e8 100%);
      background: -webkit-linear-gradient(left, #f1f2f2 0%, #f1f2f2 50%, #e6e7e8 50%, #e6e7e8 100%);
      background: linear-gradient(to right, #f1f2f2 0%, #f1f2f2 50%, #e6e7e8 50%, #e6e7e8 100%); } }

.feel-do {
  background-attachment: scroll;
  background-color: #fff;
  background-image: url("../img/feel-do-new-mob.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 75%;
  position: relative;
  z-index: 1; }
  @media all and (min-width: 768px) {
    .feel-do {
      background-attachment: scroll;
      background-color: #fff;
      background-image: url("../img/feel-do-new.jpg");
      background-position: bottom right;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 0; } }
  @media screen and (min-width: 1600px) {
    .feel-do {
      background-position: 0 80%;
      background-repeat: no-repeat;
      background-size: 100%;
      padding: 0; } }
  .touchevents .feel-do {
    background-attachment: scroll; }
  .feel-do .l-content {
    display: inline-block;
    padding: 15px;
    width: 100%; }
    @media all and (min-width: 768px) {
      .feel-do .l-content {
        width: 55%; } }
    @media all and (min-width: 921px) {
      .feel-do .l-content {
        padding: 0 15px;
        width: 48%; } }
    @media all and (min-width: 1024px) {
      .feel-do .l-content {
        width: 50%; } }
  @media all and (min-width: 768px) {
    .feel-do-girl {
      padding: 0; } }
  @media all and (min-width: 921px) {
    .feel-do-girl {
      padding: 40px 0; } }
  @media all and (min-width: 1024px) {
    .feel-do-girl {
      padding: 40px 0; } }
  @media all and (min-width: 1440px) {
    .feel-do-girl {
      padding: 40px 0; } }

.salon-analytics {
  position: relative;
  z-index: 1; }
  .salon-analytics .salon-img,
  .salon-analytics .blog-img {
    padding: 0;
    vertical-align: top; }
    @media all and (min-width: 1440px) {
      .salon-analytics .salon-img,
      .salon-analytics .blog-img {
        padding: 80px 0;
        vertical-align: baseline; } }
  .salon-analytics img {
    max-width: 170px; }

.career {
  background-attachment: fixed;
  background-color: #fff;
  background-image: url("../img/375-hudson.png");
  background-position: bottom;
  background-size: cover;
  padding: 125px 15px;
  position: relative;
  z-index: 1; }
  @media all and (min-width: 768px) {
    .career {
      padding: 200px 0; } }
  .touchevents .career {
    background-attachment: scroll; }

.contact {
  background-color: #ececec;
  position: relative;
  z-index: 1; }

.contact-logo {
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  width: 280px; }
  @media all and (min-width: 768px) {
    .contact-logo {
      padding-top: 0;
      position: absolute;
      right: 20px;
      top: 20px; } }

.address {
  padding-top: 20px;
  text-align: center; }
  @media all and (min-width: 768px) {
    .address {
      border-left: 1px solid #fff;
      padding-left: 20px;
      padding-top: 0;
      text-align: left; } }
  .address img.max-width {
    max-width: 500px; }
  .address p {
    margin-bottom: 60px; }

.wide-col {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%; }

.left-col {
  display: inline-block;
  padding: 15px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .left-col {
      width: 70%; } }

.right-col {
  display: inline-block;
  padding: 15px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .right-col {
      width: 30%; } }

.half-col {
  display: inline-block;
  padding: 15px;
  vertical-align: top;
  width: 100%; }
  @media all and (min-width: 768px) {
    .half-col {
      min-height: 310px;
      width: 50%; } }
  @media all and (min-width: 921px) {
    .half-col {
      padding: 15px; } }
  @media all and (min-width: 1024px) {
    .half-col {
      width: 50%; } }

.center-col {
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .center-col {
      padding: 50px 15px;
      width: 90%; } }
  @media all and (min-width: 1024px) {
    .center-col {
      width: 65%; } }
  @media all and (min-width: 1440px) {
    .center-col {
      width: 55%; } }

.l-box {
  background-color: #eaeaea;
  display: block;
  height: 800px;
  width: 100%; }

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.hvr-pop {
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  vertical-align: middle; }

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.brand {
  display: inline-block;
  width: calc(50%); }
  @media all and (min-width: 768px) {
    .brand {
      padding: 15px;
      width: calc(25%); } }
  @media all and (min-width: 1024px) {
    .brand {
      padding: 0;
      width: calc(20%); } }
  .brand img {
    max-width: 150px;
    width: 100%; }
    @media all and (min-width: 768px) {
      .brand img {
        max-width: 210px; } }

.btn {
  border: 2px solid #fff;
  cursor: pointer;
  font-size: 18px;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 40px;
  text-align: center;
  transition: 0.25s;
  vertical-align: middle; }
  @media all and (min-width: 768px) {
    .btn {
      text-align: inherit;
      width: auto; } }
  .btn.white {
    border: #fff solid 1px;
    color: #fff; }
  .btn.white-two {
    background-color: rgba(255, 255, 255, 0.8);
    border: #fff solid 1px;
    color: #414042; }
  .btn:hover {
    border: 2px solid #BAC7AD;
    background-color: #BAC7AD;
    color: #243326; }
  .btn.white-gray {
    border: #000 solid 1px;
    color: #000; }
    .btn.white-gray:hover {
      background-color: #414042;
      color: #fff; }

.google-map {
  background-color: #ececec;
  min-height: 400px; }

.otnotice .otnotice-content .otnotice-sections {
  margin: auto !important;
  padding: 2rem; }

.animate {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.seperator {
  border-top: #414042 solid 1px; }
  @media all and (min-width: 768px) {
    .seperator {
      border: 0; } }

@media all and (min-width: 768px) {
  .text-center {
    text-align: center; } }

.mobile-center {
  display: block;
  margin: 0 auto;
  text-align: center; }
  @media all and (min-width: 768px) {
    .mobile-center {
      text-align: left; } }

@media all and (min-width: 768px) {
  .text-right {
    text-align: right; } }

@media all and (min-width: 768px) {
  .mobile-only-break {
    display: none; } }

.tablet-only-break {
  display: none; }
  @media all and (min-width: 768px) {
    .tablet-only-break {
      display: block; } }
  @media all and (min-width: 768px) {
    .tablet-only-break {
      display: none; } }

.tablet-and-desktop-break {
  display: none; }
  @media all and (min-width: 768px) {
    .tablet-and-desktop-break {
      display: inline; } }

.desktop-only-break {
  display: none; }
  @media all and (min-width: 768px) {
    .desktop-only-break {
      display: none; } }
  @media all and (min-width: 1024px) {
    .desktop-only-break {
      display: block; } }

.nowrap {
  white-space: nowrap; }

.no-gutter {
  padding: 15px 0; }

.centered {
  display: block;
  margin: 0 auto; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.block {
  display: block;
  width: 100%; }

.white {
  color: #fff; }

.gray {
  background-color: #f1f2f2; }

.half-gray-left {
  background-color: #f1f2f2; }

.half-gray-right {
  background-color: #e6e7e8; }

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

.middle {
  vertical-align: text-bottom; }

.underlined {
  text-decoration: underline; }

.margin-bottom-40 {
  margin-bottom: 0; }
  @media all and (min-width: 768px) {
    .margin-bottom-40 {
      margin-bottom: 40px; } }

.pad-b-40 {
  padding-bottom: 0; }
  @media all and (min-width: 768px) {
    .pad-b-40 {
      padding-bottom: 40px; } }

.pad-b-40-all {
  padding-bottom: 40px; }

.pad-b-20 {
  padding-bottom: 0; }
  @media all and (min-width: 768px) {
    .pad-b-20 {
      padding-bottom: 20px; } }

.pad-b-20-all {
  padding-bottom: 20px; }

.pad-b-10 {
  padding-bottom: 10px; }

@media all and (min-width: 768px) {
  .pad-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px; } }

.pad-r-60 {
  padding-right: 0; }
  @media all and (min-width: 768px) {
    .pad-r-60 {
      padding-right: 60px; } }

@media all and (min-width: 768px) {
  .no-margin-b {
    margin-bottom: 0;
    margin-top: 80px; } }

.no-margin {
  margin: 0 !important; }

.text-dark {
  color: #243326; }

.text-dark-green {
  color: #47614D; }

.text-light-green {
  color: #BAC7AD; }

.text-pale-green {
  color: #B7C8AA; }

.text-award-green {
  color: #87A387; }

.text-light-gray {
  color: #E5E5E3; }

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

.dk-green-bg {
  background-color: #47614D !important; }

.lt-green-bg {
  background-color: #BAC7AD !important; }

.text-link {
  color: inherit;
  font-size: 22px;
  text-align: center; }
  @media all and (min-width: 1024px) {
    .text-link {
      font-size: 30px; } }

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

.font-light {
  font-weight: 100; }

.text-larger {
  font-size: 1.25em; }

.font-45-bold {
  font-size: 27px;
  font-weight: bold;
  line-height: 30px; }
  @media all and (min-width: 768px) {
    .font-45-bold {
      font-size: 45px;
      line-height: 48px; } }

.full-width {
  width: 100%; }

.90-centered {
  width: 90%;
  margin: 0 auto; }

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

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -moz-animation: bounce 2s 3;
  -webkit-animation: bounce 2s 3;
  animation: bounce 2s 3; }

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

header {
  display: inline-block;
  position: relative;
  width: 100%; }
  @media all and (min-width: 768px) {
    header {
      background: none; } }

.nav {
  left: 50%;
  padding: 0;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 11; }
  .nav.fixed {
    position: fixed;
    z-index: 10; }
  .nav.is-hidden {
    opacity: 0; }
  .nav.is-visible {
    -moz-animation: fadein 0.25s 1;
    -webkit-animation: fadein 0.25s 1;
    animation: fadein 0.25s 1;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed; }

.logo {
  display: inline-block;
  width: 20%; }
  @media all and (min-width: 1024px) {
    .logo {
      position: relative;
      left: -20px; } }
  .logo img {
    margin-top: 4px;
    padding: 0 10px;
    width: 200px; }
    @media all and (min-width: 768px) {
      .logo img {
        padding: 2 px 10px 9px 0;
        width: 190px; } }
    @media all and (min-width: 921px) {
      .logo img {
        padding: 10px 10px 10px 4px;
        width: 260px; } }
    @media all and (min-width: 1024px) {
      .logo img {
        padding: 15px 10px 15px 4px;
        width: 260px; } }

.nav-site {
  width: 100%; }
  @media all and (min-width: 1024px) {
    .nav-site {
      position: relative;
      left: 20px;
      top: 8px; } }
  @media all and (min-width: 1440px) {
    .nav-site {
      top: 0; } }

nav {
  margin-top: 20px;
  vertical-align: top; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    nav {
      margin-top: 10px; } }
  @media all and (min-width: 768px) {
    nav {
      margin-top: 0; } }
  nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    nav ul li {
      display: inline-block;
      width: 100%; }
      @media all and (min-width: 768px) {
        nav ul li {
          width: auto; } }
      nav ul li a {
        color: #fff;
        display: block;
        font-size: 8vw;
        font-weight: normal;
        margin: 10px 0;
        padding: 10px 0;
        text-decoration: none;
        transition: all 0.25s ease-in-out; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
          nav ul li a {
            font-size: 4vw; } }
        @media all and (min-width: 768px) {
          nav ul li a {
            font-size: 16px;
            margin: 8px;
            padding: 0; } }
        @media all and (min-width: 1024px) {
          nav ul li a {
            font-size: 18px;
            margin: 10px;
            padding: 4px; } }
        @media all and (min-width: 1440px) {
          nav ul li a {
            font-size: 24px;
            margin: 15px;
            padding: 10px; } }
        nav ul li a:hover {
          font-weight: bold; }
          @media all and (min-width: 768px) {
            nav ul li a:hover {
              transform: scale(1.2); } }
  nav a:hover {
    color: #fff; }

.nav-icon {
  cursor: pointer;
  float: right;
  height: 23px;
  position: relative;
  right: 10px;
  top: 8px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  width: 32px;
  z-index: 10; }
  .nav-icon.open span {
    background: #fff; }
    .nav-icon.open span:nth-child(1) {
      left: 50%;
      top: 8px;
      width: 0%; }
    .nav-icon.open span:nth-child(2) {
      transform: rotate(45deg); }
    .nav-icon.open span:nth-child(3) {
      transform: rotate(-45deg); }
    .nav-icon.open span:nth-child(4) {
      left: 50%;
      top: 8px;
      width: 0%; }
  .nav-icon span {
    background: #fff;
    border-radius: 4px;
    display: block;
    height: 5px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%; }
    .nav-icon span:nth-child(1) {
      top: 0; }
    .nav-icon span:nth-child(2) {
      top: 8px; }
    .nav-icon span:nth-child(3) {
      top: 8px; }
    .nav-icon span:nth-child(4) {
      top: 16px; }

.nav-wrapper {
  background-color: rgba(37, 51, 39, 0);
  transition: 0.5s; }

.nav-social {
  text-align: center; }
  @media all and (min-width: 768px) {
    .nav-social {
      text-align: inherit; } }
  .nav-social ul {
    margin: 0;
    padding: 0;
    width: 100%; }
    @media all and (min-width: 768px) {
      .nav-social ul {
        text-align: right; } }
    @media all and (min-width: 1440px) {
      .nav-social ul {
        position: relative;
        top: 8px; } }
  .nav-social li {
    display: inline-block;
    padding-top: 20px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle; }
    @media all and (min-width: 768px) {
      .nav-social li {
        padding-left: 0;
        padding-top: 0; } }
    @media all and (min-width: 1024px) {
      .nav-social li {
        padding-top: 16px;
        padding-left: 0;
        padding-right: 0; } }
    .nav-social li a {
      margin: 10px 0;
      padding: 10px 4px;
      text-decoration: none;
      transition: all 0.25s ease-in-out; }
      @media all and (min-width: 1024px) {
        .nav-social li a {
          margin: 10px 10px;
          padding: 10px 0; } }
    .nav-social li img {
      width: 25px; }
      @media all and (min-width: 768px) {
        .nav-social li img {
          width: 25px; } }
      @media all and (min-width: 1024px) {
        .nav-social li img {
          width: 25px; } }
      @media all and (min-width: 1440px) {
        .nav-social li img {
          width: 30px; } }

.hero {
  display: inline-block;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  top: 0;
  width: 100%; }
  @media all and (min-width: 1441px) {
    .hero {
      height: 75vh;
      max-height: 75vh; } }
  .hero .headline {
    color: #fff;
    font-family: "sofia-pro", Arial, sans-serif;
    font-size: 32px;
    margin-top: 30%;
    padding: 15px;
    position: relative;
    z-index: 2; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
      .hero .headline {
        margin-top: 12%; } }
    @media all and (min-width: 768px) {
      .hero .headline {
        font-size: 65px; } }
    @media all and (min-width: 1024px) {
      .hero .headline {
        font-size: 75px;
        margin-top: 14%; } }
    .hero .headline-top {
      font-size: 20px;
      font-weight: normal; }
      @media all and (min-width: 768px) {
        .hero .headline-top {
          font-size: 25px; } }
      @media all and (min-width: 1024px) {
        .hero .headline-top {
          font-size: 30px; } }
  .hero .video-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0%;
    width: 100%; }
    .hero .video-container video {
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; }
      @media all and (min-width: 768px) {
        .hero .video-container video {
          transform: translate(-50%, -50%); } }
  .hero .scroll-down {
    bottom: 40px;
    position: absolute;
    text-align: center;
    width: 100%; }
    @media all and (min-width: 768px) {
      .hero .scroll-down {
        bottom: -10px; } }
    .hero .scroll-down img {
      width: 100px; }

.l-footer {
  background-color: #282829;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 25px 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .l-footer .block {
    margin-bottom: 10px; }
    .l-footer .block.copyright {
      font-size: 12px;
      padding: 20px 12px;
      text-align: left; }
      .l-footer .block.copyright.mobile {
        padding: 20px 22px; }
  .l-footer .copyright {
    font-size: 12px;
    padding: 20px 12px;
    text-align: left; }
    .l-footer .copyright.mobile {
      padding: 20px 22px; }
  .l-footer .connect {
    font-size: 32px; }
  .l-footer .connect-mobile {
    font-size: 26px;
    padding-bottom: 45px; }
  .l-footer .footer-logo-container {
    height: 40px; }
  .l-footer .footer-logo {
    margin-bottom: 20px;
    width: 244px;
    display: block;
    margin: 0 auto;
    padding-top: 40px; }
    @media all and (min-width: 768px) {
      .l-footer .footer-logo {
        display: block;
        margin: 0 auto;
        padding-left: 10px;
        padding-top: 0;
        width: 244px; } }
    @media all and (min-width: 921px) {
      .l-footer .footer-logo {
        width: 256px; } }
    @media all and (min-width: 1024px) {
      .l-footer .footer-logo {
        width: 280px; } }
  .l-footer ul {
    list-style-type: none; }
  .l-footer li::after {
    content: url("../img/footer-link-arrow-mobile.png"); }
  .l-footer ul.footer-nav-mobile {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 180px; }
    .l-footer ul.footer-nav-mobile li {
      display: inline-block;
      float: left; }
    .l-footer ul.footer-nav-mobile a {
      color: #fff;
      text-decoration: none; }
  .l-footer .footer-nav a {
    color: #fff;
    text-decoration: none; }
  .l-footer .footer-nav.first {
    padding-left: 12px; }
  .l-footer .footer-nav.second {
    padding-left: 10px; }
  .l-footer .footer-nav li {
    width: 70px; }
  .l-footer .social {
    display: inline-block;
    margin: 5px 5px 5px 0; }
    .l-footer .social img {
      margin: 10px 12px;
      padding: 10px 0;
      width: 42px; }
      @media all and (min-width: 768px) {
        .l-footer .social img {
          width: 36px; } }
      @media all and (min-width: 1024px) {
        .l-footer .social img {
          width: 42px; } }
      .l-footer .social img.first {
        margin-left: 0; }
  .l-footer .social-mobile-footer {
    padding-bottom: 45px; }
    .l-footer .social-mobile-footer img {
      padding: 0 15px;
      width: 72px; }
  .l-footer a {
    color: #000; }
    .l-footer a:hover {
      color: #ececec; }

.box {
  background-repeat: no-repeat;
  border: #fff solid 1px;
  color: #fff;
  display: inline-block;
  float: left;
  height: 250px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: calc(100%); }
  @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .box {
      height: 300px; } }
  @media all and (min-width: 768px) {
    .box {
      height: 300px;
      width: calc(50%); }
      .box.center {
        float: none;
        margin: 0 auto; } }
  @media all and (min-width: 1024px) {
    .box {
      height: 350px; } }
  .box .bg-cover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 1; }
    .touchevents .box .bg-cover {
      background-color: rgba(0, 0, 0, 0.3); }
    .box .bg-cover .box-content {
      padding: 0 15px;
      position: absolute;
      top: 20%;
      width: 100%; }
      @media all and (min-width: 1024px) {
        .box .bg-cover .box-content {
          padding: 0 5px;
          top: 25%; } }
    .box .bg-cover h3 {
      font-family: "sofia-pro", Arial, sans-serif;
      font-size: 20px;
      margin-bottom: 10px; }
      @media all and (min-width: 768px) {
        .box .bg-cover h3 {
          font-size: 26px; } }
      @media all and (min-width: 1024px) {
        .box .bg-cover h3 {
          font-size: 28px; } }
    .box .bg-cover p {
      font-size: 14px; }
      @media all and (min-width: 768px) {
        .box .bg-cover p {
          font-size: 16px; } }
      @media all and (min-width: 1024px) {
        .box .bg-cover p {
          font-size: 18px; } }
  .box .bg-img {
    animation: bgscaledown 0.5s 1;
    animation-fill-mode: forwards;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .box .nexgard {
    background-image: url("../img/work/nexgard.png"); }
  .box .gun {
    background-image: url("../img/work/gunposter.png"); }
  .box .allergan {
    background-image: url("../img/work/allergan.png"); }
  .box .allegra {
    background-image: url("../img/work/allegra.png"); }
  .box .exhale {
    background-image: url("../img/work/exhale.png"); }
  .box .xroads {
    background-image: url("../img/work/xroads.png"); }
  .box .genentech {
    background-image: url("../img/work/genentech.png"); }
  .box .congressentials {
    background-image: url("../img/work/congressentials.png"); }
  .box .endhunger {
    background-image: url("../img/work/endhunger.png"); }
  .box .surgeons {
    background-image: url("../img/work/surgeons.png"); }
  .box .zzz {
    background-image: url("../img/work/zzz.png"); }
  .box .deaf911 {
    background-image: url("../img/work/deaf911.png"); }
  .box .vapocool {
    background-image: url("../img/work/vapocool.png"); }
  .box:hover .bg-img {
    animation: 0.5s ease-in-out bgscaleup;
    animation-fill-mode: forwards; }
  .box:hover .bg-cover {
    animation: 0.5s linear opacityChange;
    animation-fill-mode: forwards;
    visibility: visible; }
  .touchevents .box .bg-cover {
    opacity: 1;
    visibility: visible; }

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

@keyframes bgscaleup {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

@keyframes bgscaledown {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.fade {
  min-height: 60vh;
  position: relative;
  top: -25px;
  width: 100%;
  z-index: 0; }

.star-wars {
  color: #feda4a;
  display: flex;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 500%;
  font-weight: 600;
  height: 1024px;
  justify-content: center;
  letter-spacing: 6px;
  line-height: 150%;
  perspective: 800px;
  position: relative;
  text-align: justify; }

.crawl {
  animation: crawl 100s linear;
  position: relative;
  top: 99999px;
  transform-origin: 50% 100%; }
  .crawl > .title {
    font-size: 100%;
    text-align: center; }
    .crawl > .title h1 {
      margin: 0 0 100px;
      text-transform: uppercase; }

@keyframes crawl {
  0% {
    top: -100px;
    transform: rotateX(10deg) translateZ(0); }
  100% {
    top: -6000px;
    transform: rotateX(25deg) translateZ(-2500px); } }

.modal {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition-duration: 0.5s;
  /* iPhone5 landscape */ }
  .modal.special {
    background: #000;
    background-image: url("../img/stars.gif");
    background-position: center;
    background-repeat: repeat;
    overflow: hidden; }
  .modal-header {
    background-color: #fff;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 1; }
    .touchevents .modal-header {
      width: 100%; }
  .modal-logo {
    display: inline-block;
    position: absolute;
    text-align: left;
    top: 13px;
    width: 150px; }
    @media all and (min-width: 768px) {
      .modal-logo {
        width: 180px; } }
  .modal-nav {
    display: inline-block;
    padding-left: 100px;
    text-align: right;
    width: 100%; }
    .modal-nav img {
      width: 44px; }
  .modal-slider {
    display: block;
    margin: 0 auto;
    max-height: 750px;
    max-width: 1000px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%; }
    .modal-slider-wrapper {
      margin: 0 auto; }
    .modal-slider .slide-prev {
      cursor: pointer;
      left: 10px;
      position: absolute;
      top: calc(50% - 20px); }
      .modal-slider .slide-prev img {
        background-color: #fff;
        width: 44px; }
    .modal-slider .slide-next {
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: calc(50% - 20px); }
      .modal-slider .slide-next img {
        background-color: #fff;
        width: 44px; }
  .modal-bio-wrapper {
    background-color: #BAC7AD;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
    top: 150px;
    position: relative; }
    .modal-bio-wrapper .col {
      padding-right: 0; }
    .modal-bio-wrapper .col-6 {
      padding-left: 0; }
    .modal-bio-wrapper .bio-quote {
      background: #47614D;
      padding: 20px 40px; }
      @media all and (min-width: 1024px) {
        .modal-bio-wrapper .bio-quote {
          padding: 30px 40px; } }
      .modal-bio-wrapper .bio-quote h4 {
        font-family: "sofia-pro", Arial, sans-serif;
        font-size: 20px;
        font-weight: 400; }
        @media all and (min-width: 1024px) {
          .modal-bio-wrapper .bio-quote h4 {
            font-size: 26px;
            margin: 0 0 10px; } }
        @media all and (min-width: 1440px) {
          .modal-bio-wrapper .bio-quote h4 {
            font-size: 45px;
            line-height: 49px; } }
    .modal-bio-wrapper .bio-body {
      padding: 20px 30px;
      color: #243326; }
      .modal-bio-wrapper .bio-body h3 {
        font-weight: bold;
        padding-bottom: 10px; }
        @media all and (min-width: 1024px) {
          .modal-bio-wrapper .bio-body h3 {
            font-size: 40px;
            padding-bottom: 16px; } }
      .modal-bio-wrapper .bio-body h4 {
        font-size: 26px;
        font-weight: bold;
        padding-bottom: 10px; }
        @media all and (min-width: 1024px) {
          .modal-bio-wrapper .bio-body h4 {
            padding-bottom: 20px; } }
        @media all and (min-width: 1440px) {
          .modal-bio-wrapper .bio-body h4 {
            padding-bottom: 32px; } }
      .modal-bio-wrapper .bio-body p {
        margin: 0 0 10px; }
        @media all and (min-width: 1440px) {
          .modal-bio-wrapper .bio-body p {
            margin: 0 0 20px; } }
    .modal-bio-wrapper .bio-pic {
      display: block;
      width: 100%; }
      @media all and (min-width: 1024px) {
        .modal-bio-wrapper .bio-pic {
          transform: scale(1.2);
          transform-origin: top right; } }
      @media (min-width: 1290px) {
        .modal-bio-wrapper .bio-pic {
          transform: scale(1); } }
      @media all and (min-width: 1024px) {
        .modal-bio-wrapper .bio-pic.delaney {
          transform: scale(1.6);
          transform-origin: top right;
          position: relative;
          left: 67px; } }
      @media (min-width: 1290px) {
        .modal-bio-wrapper .bio-pic.delaney {
          transform: scale(1.2);
          left: 0; } }
      @media all and (min-width: 1024px) {
        .modal-bio-wrapper .bio-pic.grover {
          transform: scale(1.8);
          transform-origin: top right;
          position: relative;
          left: 210px; } }
      @media (min-width: 1290px) {
        .modal-bio-wrapper .bio-pic.grover {
          transform: scale(1.2);
          left: 0; } }
      @media all and (min-width: 1024px) {
        .modal-bio-wrapper .bio-pic.pietrangelo {
          transform: scale(1.5);
          transform-origin: top right;
          position: relative;
          left: 80px; } }
      @media (min-width: 1120px) {
        .modal-bio-wrapper .bio-pic.pietrangelo {
          transform: scale(1.2);
          left: 0; } }
    .modal-bio-wrapper .col-6 {
      overflow: hidden; }
    .modal-bio-wrapper .modal-close-btn {
      opacity: 1 !important; }
  .modal-wrapper {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 20px 0;
    width: 90%;
    height: 50%; }
    @media all and (min-width: 768px) {
      .modal-wrapper {
        margin-left: 5%;
        max-width: 750px;
        padding: 40px 0;
        width: 90%; } }
    @media all and (min-width: 1024px) {
      .modal-wrapper {
        margin-left: 10%;
        padding: 40px 0;
        width: 70%; }
        .modal-wrapper.awards {
          max-width: 900px; } }
    .modal-wrapper.center {
      margin: 0 auto; }
      .modal-wrapper.center h3 {
        margin-bottom: 10px; }
    .modal-wrapper.full {
      margin: 0;
      max-width: 100%;
      padding: 0 !important;
      width: 100%; }
  .modal-content {
    background-color: transparent;
    padding: 0; }
    .modal-content h2,
    .modal-content h3,
    .modal-content h4 {
      font-family: "sofia-pro", Arial, sans-serif;
      margin: 0;
      padding: 0; }
      @media all and (min-width: 1440px) {
        .modal-content h2,
        .modal-content h3,
        .modal-content h4 {
          padding: 0; } }
    .modal-content h2 {
      font-weight: 400; }
    .modal-content h3 {
      font-weight: 400; }
    .modal-content p.note {
      font-size: 17px; }
    .special .modal-content p {
      font-size: 32px; }
    .modal-content .modal-title {
      margin-top: 60px; }
    .modal-content .modal-wrapper {
      padding: 20px 10px; }
      @media all and (min-width: 768px) {
        .modal-content .modal-wrapper {
          padding: 40px 10px; } }
      .modal-content .modal-wrapper ul {
        margin-left: 21px; }
      .modal-content .modal-wrapper.interstitial {
        position: relative;
        top: 14vh; }
    .modal-content .video-player {
      display: block;
      position: relative; }
      .modal-content .video-player .modal-video {
        display: block;
        margin: 20px auto;
        max-width: 1440px;
        position: relative;
        width: 100%;
        z-index: 0; }
        .modal-content .video-player .modal-video-btn {
          cursor: pointer;
          left: 50%;
          margin-left: -40px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 80px;
          z-index: 1; }
          @media all and (min-width: 768px) {
            .modal-content .video-player .modal-video-btn {
              margin-left: -75px;
              width: 125px; } }
    .modal-content .modal-hero {
      display: block;
      margin: 20px auto;
      max-width: 1440px;
      width: 100%; }
      .modal-content .modal-hero.middle {
        display: block;
        margin: auto;
        max-width: 70%;
        min-width: 300px;
        width: 900px; }
      .modal-content .modal-hero-vertical {
        display: block;
        margin: auto;
        max-width: 70%;
        min-width: 260px;
        width: 500px; }
        .modal-content .modal-hero-vertical.half {
          display: inline-block;
          padding: 0 10px 10px; }
        .modal-content .modal-hero-vertical.extra-small {
          max-width: 250px; }
      .modal-content .modal-hero.horizontal {
        max-width: 1000px; }
    .modal-content .modal-awards {
      margin: 5px;
      max-width: 105px;
      padding: 3px; }
      @media all and (min-width: 768px) {
        .modal-content .modal-awards {
          max-width: 200px; } }
  .modal.is-visible {
    display: block;
    opacity: 1;
    visibility: visible; }
  .modal-overlay {
    left: 0;
    margin: auto;
    overflow: hidden;
    position: relative;
    right: 0; }
    .modal-overlay::after {
      background-color: #000;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      opacity: 0.8;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9; }
      @media all and (min-width: 768px) {
        .modal-overlay::after {
          background-color: #000;
          opacity: 0.7; } }
      @media all and (min-width: 1024px) {
        .modal-overlay::after {
          background-color: #000;
          opacity: 0.6; } }
  .modal .modal-close-btn {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 500; }
    .modal .modal-close-btn.small {
      right: 10px;
      top: 10px;
      transform: scale(0.5); }
  .modal .modal-btn {
    background-color: #BAC7AD;
    color: #47614D;
    cursor: pointer;
    font-size: 18px;
    margin: 0 auto;
    max-width: 350px;
    padding: 20px 40px;
    text-align: center;
    transition: 0.25s;
    vertical-align: middle; }
  .modal .modal-btn:hover {
    background-color: #47614D;
    color: #fff; }
  .modal .interstitial p {
    padding: 10px 20px; }
