@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S9D-MOD_AdobeGaramondProRegular';
  src: url("../fonts/S9D-MOD_AdobeGaramondProRegular.ttf?v=4.7.0");
  font-weight: normal;
  font-style: normal;
}



/* line 4, ../scss/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../scss/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../scss/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../scss/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../scss/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../scss/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../scss/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../scss/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../scss/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../scss/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../scss/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../scss/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../scss/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../scss/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../scss/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../scss/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../scss/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../scss/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../scss/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../scss/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../scss/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../scss/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../scss/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../scss/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../scss/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../scss/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../scss/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../scss/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../scss/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../scss/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../scss/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../scss/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../scss/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../scss/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../scss/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../scss/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../scss/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../scss/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../scss/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../scss/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../scss/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../scss/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../scss/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../scss/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../scss/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../scss/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../scss/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../scss/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../scss/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../scss/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../scss/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../scss/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../scss/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../scss/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../scss/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../scss/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../scss/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../scss/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../scss/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../scss/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../scss/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../scss/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../scss/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../scss/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../scss/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../scss/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../scss/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../scss/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../scss/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../scss/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../scss/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../scss/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../scss/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../scss/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../scss/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../scss/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../scss/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../scss/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../scss/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../scss/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../scss/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../scss/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../scss/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../scss/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../scss/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../scss/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../scss/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../scss/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../scss/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../scss/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../scss/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../scss/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../scss/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../scss/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../scss/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../scss/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../scss/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../scss/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../scss/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../scss/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../scss/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../scss/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../scss/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../scss/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../scss/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../scss/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../scss/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../scss/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../scss/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../scss/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../scss/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../scss/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../scss/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../scss/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../scss/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../scss/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../scss/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../scss/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../scss/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../scss/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../scss/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../scss/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../scss/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../scss/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../scss/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../scss/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../scss/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../scss/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../scss/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../scss/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../scss/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../scss/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../scss/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../scss/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../scss/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../scss/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../scss/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../scss/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../scss/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../scss/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../scss/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../scss/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../scss/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../scss/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../scss/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../scss/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../scss/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../scss/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../scss/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../scss/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../scss/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../scss/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../scss/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../scss/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../scss/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../scss/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../scss/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../scss/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../scss/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, ../scss/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, ../scss/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, ../scss/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, ../scss/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, ../scss/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, ../scss/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, ../scss/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, ../scss/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, ../scss/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, ../scss/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, ../scss/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, ../scss/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, ../scss/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, ../scss/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, ../scss/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, ../scss/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, ../scss/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, ../scss/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, ../scss/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, ../scss/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, ../scss/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, ../scss/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, ../scss/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, ../scss/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, ../scss/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, ../scss/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, ../scss/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, ../scss/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, ../scss/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, ../scss/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, ../scss/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, ../scss/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, ../scss/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, ../scss/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, ../scss/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, ../scss/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, ../scss/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, ../scss/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, ../scss/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, ../scss/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, ../scss/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, ../scss/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, ../scss/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, ../scss/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, ../scss/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, ../scss/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, ../scss/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, ../scss/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, ../scss/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, ../scss/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, ../scss/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, ../scss/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, ../scss/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, ../scss/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, ../scss/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, ../scss/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, ../scss/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, ../scss/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, ../scss/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, ../scss/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, ../scss/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, ../scss/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, ../scss/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, ../scss/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, ../scss/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, ../scss/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, ../scss/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, ../scss/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, ../scss/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, ../scss/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, ../scss/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, ../scss/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, ../scss/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, ../scss/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, ../scss/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, ../scss/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, ../scss/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, ../scss/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, ../scss/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, ../scss/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, ../scss/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, ../scss/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, ../scss/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, ../scss/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, ../scss/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, ../scss/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, ../scss/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, ../scss/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, ../scss/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, ../scss/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, ../scss/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, ../scss/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, ../scss/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, ../scss/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, ../scss/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, ../scss/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, ../scss/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, ../scss/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, ../scss/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, ../scss/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, ../scss/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, ../scss/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, ../scss/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, ../scss/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, ../scss/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, ../scss/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, ../scss/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, ../scss/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, ../scss/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, ../scss/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, ../scss/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, ../scss/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, ../scss/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, ../scss/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, ../scss/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, ../scss/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, ../scss/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, ../scss/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, ../scss/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, ../scss/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, ../scss/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, ../scss/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, ../scss/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, ../scss/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, ../scss/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, ../scss/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, ../scss/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, ../scss/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, ../scss/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, ../scss/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, ../scss/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, ../scss/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, ../scss/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, ../scss/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, ../scss/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, ../scss/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, ../scss/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, ../scss/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, ../scss/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, ../scss/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, ../scss/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, ../scss/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, ../scss/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, ../scss/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, ../scss/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, ../scss/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, ../scss/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, ../scss/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, ../scss/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, ../scss/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, ../scss/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, ../scss/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, ../scss/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, ../scss/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, ../scss/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, ../scss/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, ../scss/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, ../scss/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, ../scss/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, ../scss/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, ../scss/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, ../scss/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, ../scss/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, ../scss/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, ../scss/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, ../scss/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, ../scss/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, ../scss/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, ../scss/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, ../scss/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, ../scss/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, ../scss/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, ../scss/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, ../scss/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, ../scss/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, ../scss/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, ../scss/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, ../scss/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, ../scss/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, ../scss/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, ../scss/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, ../scss/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, ../scss/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, ../scss/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, ../scss/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, ../scss/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, ../scss/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, ../scss/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, ../scss/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, ../scss/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, ../scss/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, ../scss/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, ../scss/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, ../scss/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, ../scss/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, ../scss/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, ../scss/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, ../scss/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, ../scss/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, ../scss/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, ../scss/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, ../scss/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, ../scss/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, ../scss/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, ../scss/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, ../scss/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, ../scss/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, ../scss/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, ../scss/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, ../scss/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, ../scss/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, ../scss/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, ../scss/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, ../scss/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, ../scss/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, ../scss/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, ../scss/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, ../scss/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, ../scss/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, ../scss/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, ../scss/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, ../scss/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, ../scss/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, ../scss/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, ../scss/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, ../scss/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, ../scss/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, ../scss/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, ../scss/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, ../scss/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, ../scss/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, ../scss/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, ../scss/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, ../scss/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, ../scss/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, ../scss/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, ../scss/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, ../scss/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, ../scss/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, ../scss/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, ../scss/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, ../scss/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, ../scss/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, ../scss/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, ../scss/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, ../scss/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, ../scss/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, ../scss/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, ../scss/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, ../scss/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, ../scss/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, ../scss/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, ../scss/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, ../scss/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, ../scss/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, ../scss/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, ../scss/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, ../scss/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, ../scss/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, ../scss/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, ../scss/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, ../scss/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, ../scss/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 496, ../scss/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 497, ../scss/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, ../scss/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, ../scss/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 502, ../scss/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, ../scss/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, ../scss/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, ../scss/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 509, ../scss/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 510, ../scss/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 511, ../scss/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 512, ../scss/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 513, ../scss/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 514, ../scss/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, ../scss/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 516, ../scss/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, ../scss/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 519, ../scss/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 520, ../scss/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 521, ../scss/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 522, ../scss/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 523, ../scss/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 524, ../scss/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, ../scss/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 526, ../scss/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 527, ../scss/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 528, ../scss/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 529, ../scss/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 530, ../scss/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, ../scss/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 532, ../scss/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 533, ../scss/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, ../scss/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, ../scss/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 536, ../scss/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, ../scss/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 538, ../scss/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 539, ../scss/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 540, ../scss/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 541, ../scss/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 542, ../scss/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, ../scss/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 544, ../scss/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 545, ../scss/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 546, ../scss/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 547, ../scss/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, ../scss/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 549, ../scss/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 550, ../scss/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 551, ../scss/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 552, ../scss/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 553, ../scss/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 554, ../scss/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 555, ../scss/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, ../scss/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 559, ../scss/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 560, ../scss/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, ../scss/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 562, ../scss/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 563, ../scss/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 564, ../scss/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 565, ../scss/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, ../scss/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, ../scss/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 568, ../scss/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 569, ../scss/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, ../scss/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 571, ../scss/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 572, ../scss/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 573, ../scss/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 574, ../scss/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 575, ../scss/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 576, ../scss/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 577, ../scss/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 578, ../scss/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 579, ../scss/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, ../scss/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, ../scss/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 583, ../scss/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 584, ../scss/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 585, ../scss/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, ../scss/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, ../scss/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, ../scss/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 589, ../scss/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 590, ../scss/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 591, ../scss/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, ../scss/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 593, ../scss/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 594, ../scss/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 595, ../scss/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 596, ../scss/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, ../scss/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 599, ../scss/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 600, ../scss/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 601, ../scss/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 602, ../scss/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, ../scss/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 605, ../scss/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 606, ../scss/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, ../scss/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, ../scss/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, ../scss/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, ../scss/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, ../scss/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, ../scss/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 619, ../scss/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 620, ../scss/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 621, ../scss/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 622, ../scss/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 623, ../scss/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 624, ../scss/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 625, ../scss/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 626, ../scss/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 627, ../scss/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 628, ../scss/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 629, ../scss/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, ../scss/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, ../scss/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, ../scss/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 636, ../scss/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, ../scss/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, ../scss/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, ../scss/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, ../scss/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 643, ../scss/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, ../scss/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 645, ../scss/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 646, ../scss/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 647, ../scss/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 648, ../scss/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 649, ../scss/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 650, ../scss/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 651, ../scss/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 652, ../scss/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, ../scss/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 654, ../scss/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 655, ../scss/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 656, ../scss/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 657, ../scss/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 658, ../scss/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 659, ../scss/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 660, ../scss/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, ../scss/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 663, ../scss/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 664, ../scss/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 665, ../scss/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, ../scss/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, ../scss/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 668, ../scss/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 669, ../scss/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 670, ../scss/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 671, ../scss/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 672, ../scss/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 673, ../scss/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 674, ../scss/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 675, ../scss/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 676, ../scss/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 677, ../scss/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 678, ../scss/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 679, ../scss/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 680, ../scss/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 681, ../scss/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 682, ../scss/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 683, ../scss/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 684, ../scss/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 685, ../scss/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 686, ../scss/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 687, ../scss/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 688, ../scss/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 689, ../scss/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 690, ../scss/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 691, ../scss/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 692, ../scss/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 693, ../scss/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 694, ../scss/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 695, ../scss/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 696, ../scss/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 697, ../scss/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 698, ../scss/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 699, ../scss/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 700, ../scss/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 701, ../scss/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 702, ../scss/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 703, ../scss/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 704, ../scss/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 705, ../scss/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, ../scss/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 707, ../scss/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 708, ../scss/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 709, ../scss/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 710, ../scss/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 711, ../scss/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, ../scss/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, ../scss/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, ../scss/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 718, ../scss/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 719, ../scss/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, ../scss/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 722, ../scss/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 723, ../scss/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 724, ../scss/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 725, ../scss/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, ../scss/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 727, ../scss/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 728, ../scss/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 729, ../scss/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 730, ../scss/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 731, ../scss/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, ../scss/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, ../scss/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 736, ../scss/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 737, ../scss/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 738, ../scss/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 739, ../scss/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 740, ../scss/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 741, ../scss/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, ../scss/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, ../scss/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 746, ../scss/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 747, ../scss/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 748, ../scss/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 749, ../scss/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, ../scss/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, ../scss/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 754, ../scss/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 755, ../scss/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 756, ../scss/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, ../scss/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, ../scss/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, ../scss/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, ../scss/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, ../scss/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 768, ../scss/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, ../scss/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 772, ../scss/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 773, ../scss/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 774, ../scss/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 775, ../scss/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, ../scss/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, ../scss/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 780, ../scss/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 781, ../scss/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 782, ../scss/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 783, ../scss/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 784, ../scss/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 785, ../scss/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 786, ../scss/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 787, ../scss/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 788, ../scss/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 789, ../scss/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, ../scss/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../scss/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
/* line 3, ../scss/slick/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../scss/slick/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../scss/slick/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../scss/slick/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../scss/slick/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../scss/slick/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../scss/slick/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../scss/slick/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../scss/slick/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../scss/slick/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../scss/slick/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../scss/slick/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../scss/slick/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../scss/slick/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../scss/slick/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../scss/slick/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../scss/slick/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../scss/slick/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, ../scss/hamburgers/_base.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/* line 21, ../scss/hamburgers/_base.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 31, ../scss/hamburgers/_base.scss */
.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
}

/* line 38, ../scss/hamburgers/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
/* line 43, ../scss/hamburgers/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 56, ../scss/hamburgers/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
/* line 62, ../scss/hamburgers/_base.scss */
.hamburger-inner::before {
  top: -8px;
}
/* line 66, ../scss/hamburgers/_base.scss */
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
/* line 6, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-box {
  perspective: 70px;
}
/* line 10, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
/* line 25, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
/* line 6, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-box {
  perspective: 70px;
}
/* line 10, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
/* line 25, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dx-r.scss */
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
/* line 6, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-box {
  perspective: 70px;
}
/* line 10, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
/* line 25, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dy.scss */
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
/* line 6, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-box {
  perspective: 70px;
}
/* line 10, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
/* line 25, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dy-r.scss */
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
/* line 6, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy .hamburger-box {
  perspective: 70px;
}
/* line 10, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
/* line 25, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dxy.scss */
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
/* line 6, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r .hamburger-box {
  perspective: 70px;
}
/* line 10, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
/* line 25, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
/* line 29, ../scss/hamburgers/types/_3dxy-r.scss */
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
/* line 7, ../scss/hamburgers/types/_arrow.scss */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-7px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/* line 11, ../scss/hamburgers/types/_arrow.scss */
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-7px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
/* line 7, ../scss/hamburgers/types/_arrow-r.scss */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(7px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/* line 11, ../scss/hamburgers/types/_arrow-r.scss */
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(7px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
/* line 7, ../scss/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 12, ../scss/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 20, ../scss/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-7px, -8.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/* line 27, ../scss/hamburgers/types/_arrowalt.scss */
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-7px, 8.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
/* line 7, ../scss/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 12, ../scss/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 20, ../scss/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(7px, -8.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/* line 27, ../scss/hamburgers/types/_arrowalt-r.scss */
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(7px, 8.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
/* line 5, ../scss/hamburgers/types/_arrowturn.scss */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
/* line 8, ../scss/hamburgers/types/_arrowturn.scss */
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/* line 12, ../scss/hamburgers/types/_arrowturn.scss */
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
/* line 5, ../scss/hamburgers/types/_arrowturn-r.scss */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
/* line 8, ../scss/hamburgers/types/_arrowturn-r.scss */
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/* line 12, ../scss/hamburgers/types/_arrowturn-r.scss */
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
/* line 7, ../scss/hamburgers/types/_boring.scss */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
/* line 15, ../scss/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
/* line 18, ../scss/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
/* line 23, ../scss/hamburgers/types/_boring.scss */
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
/* line 6, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 13, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
/* line 19, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 26, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 31, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
/* line 38, ../scss/hamburgers/types/_collapse.scss */
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
/* line 6, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 13, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
/* line 19, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 26, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 31, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
/* line 38, ../scss/hamburgers/types/_collapse-r.scss */
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
/* line 6, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 11, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
/* line 16, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 23, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
/* line 29, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
/* line 34, ../scss/hamburgers/types/_elastic.scss */
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
/* line 6, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 11, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
/* line 16, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 23, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
/* line 29, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
/* line 34, ../scss/hamburgers/types/_elastic-r.scss */
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
/* line 5, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic {
  overflow: hidden;
}
/* line 8, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
/* line 11, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
/* line 18, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
/* line 28, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
/* line 33, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -70px;
  top: -70px;
  transform: translate3d(70px, 70px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* line 42, ../scss/hamburgers/types/_emphatic.scss */
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -70px;
  top: -70px;
  transform: translate3d(-70px, 70px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
/* line 5, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r {
  overflow: hidden;
}
/* line 8, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
/* line 11, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
/* line 18, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
/* line 28, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
/* line 33, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -70px;
  top: 70px;
  transform: translate3d(70px, -70px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* line 42, ../scss/hamburgers/types/_emphatic-r.scss */
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -70px;
  top: 70px;
  transform: translate3d(-70px, -70px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
/* line 7, ../scss/hamburgers/types/_minus.scss */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
/* line 17, ../scss/hamburgers/types/_minus.scss */
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
/* line 24, ../scss/hamburgers/types/_minus.scss */
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
/* line 28, ../scss/hamburgers/types/_minus.scss */
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
/* line 6, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
/* line 9, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
/* line 16, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
/* line 22, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
/* line 27, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5px, -6px, 0);
  opacity: 0;
}
/* line 32, ../scss/hamburgers/types/_slider.scss */
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
/* line 6, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
/* line 9, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
/* line 16, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
/* line 22, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
/* line 27, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5px, -6px, 0);
  opacity: 0;
}
/* line 32, ../scss/hamburgers/types/_slider-r.scss */
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
/* line 6, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 10, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
/* line 15, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 27, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
/* line 34, ../scss/hamburgers/types/_spin.scss */
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
/* line 6, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 10, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
/* line 15, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 27, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
/* line 34, ../scss/hamburgers/types/_spin-r.scss */
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
/* line 6, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
/* line 10, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 16, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 24, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
/* line 28, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
/* line 35, ../scss/hamburgers/types/_spring.scss */
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
/* line 6, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 13, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
/* line 19, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 26, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 31, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
/* line 38, ../scss/hamburgers/types/_spring-r.scss */
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
/* line 6, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
/* line 10, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 15, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
/* line 29, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 36, ../scss/hamburgers/types/_stand.scss */
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
/* line 6, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
/* line 10, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 15, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
/* line 29, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 36, ../scss/hamburgers/types/_stand-r.scss */
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
/* line 6, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 10, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
/* line 15, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 27, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
/* line 34, ../scss/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
/* line 6, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 10, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
/* line 17, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
/* line 21, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
/* line 27, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 31, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
/* line 36, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
/* line 41, ../scss/hamburgers/types/_vortex.scss */
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
/* line 6, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 10, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
/* line 17, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
/* line 21, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
/* line 27, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 31, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
/* line 36, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
/* line 41, ../scss/hamburgers/types/_vortex-r.scss */
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* line 42, ../scss/screen.scss */
body,
html {
  font-size: 12px;
  font-family: "europa";
  -moz-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  -webkit-font-smoothing: antialiased;
}

/* line 49, ../scss/screen.scss */
body {
  line-height: 1.4;
  background-color: #effff8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 56, ../scss/screen.scss */
p {
  line-height: 1.4;
  margin-bottom: 1rem;
}

/* line 61, ../scss/screen.scss */
img {
  width: 100%;
  height: auto;
}

/* line 66, ../scss/screen.scss */
.large {
  font-size: 1.3rem;
  line-height: 1.25;
}
/* line 68, ../scss/screen.scss */
.large.garamond {
  font-size: 1.5rem;
}
/* line 72, ../scss/screen.scss */
.large p {
  margin-bottom: 2rem;
}
/* line 74, ../scss/screen.scss */
.large p:last-child {
  margin-bottom: 0;
}

/* line 81, ../scss/screen.scss */
.medium {
  font-size: 1.1rem;
  line-height: 1.25;
}
/* line 83, ../scss/screen.scss */
.medium.garamond {
  font-size: 1.25rem;
}
/* line 87, ../scss/screen.scss */
.medium p {
  margin-bottom: 2rem;
}

/* line 92, ../scss/screen.scss */
.garamond {
  font-family: "S9D-MOD_AdobeGaramondProRegular";
}

/* line 96, ../scss/screen.scss */
div, section, header, footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 102, ../scss/screen.scss */
a {
  color: inherit;
  text-decoration: inherit;
}

/* line 107, ../scss/screen.scss */
h1 {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 1rem;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
}

/* line 114, ../scss/screen.scss */
h2 {
  font-size: 3rem;
  font-weight: 700;
}

/* line 119, ../scss/screen.scss */
h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
/* line 123, ../scss/screen.scss */
h3.sub-head {
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  font-weight: normal;
  text-align: center;
  margin-bottom: 1rem;
}

/* line 131, ../scss/screen.scss */
h4, h5, h6 {
  font-size: 1rem;
  font-weight: 700;
}

/* line 135, ../scss/screen.scss */
strong {
  font-weight: bold;
}

/* line 138, ../scss/screen.scss */
.underline {
  border-bottom: 1px solid;
  padding-bottom: .25rem;
}

/* line 143, ../scss/screen.scss */
.normal-padding {
  padding: 0 2rem;
  max-width: 1600px;
  margin: 0 auto;
}
/* line 147, ../scss/screen.scss */
.normal-padding .normal-padding {
  padding: 0 0;
}
/* line 150, ../scss/screen.scss */
.normal-padding .wider-padding {
  padding: 0 0;
}

/* line 155, ../scss/screen.scss */
hr {
  margin: 4rem 2rem;
}

/* line 159, ../scss/screen.scss */
.wider-padding {
  padding: 0rem 2rem;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 165, ../scss/screen.scss */
.more-wider-padding {
  padding: 0rem 2rem;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 171, ../scss/screen.scss */
.widest-padding {
  padding: 0rem 2rem;
  max-width: 1600px;
  margin: 0 auto;
}

/* line 177, ../scss/screen.scss */
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 181, ../scss/screen.scss */
.studio-nine-dot {
  position: fixed;
  z-index: 100;
  border: 20px solid transparent;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  -moz-perspective: 400;
  -webkit-perspective: 400;
  perspective: 400;
  -moz-transition: top 0.25s ease-in-out, left 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out, left 0.25s ease-in-out;
  -webkit-transition: top 0.25s ease-in-out, left 0.25s ease-in-out;
  transition: top 0.25s ease-in-out, left 0.25s ease-in-out;
  left: 50vw;
  top: 50vh;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 190, ../scss/screen.scss */
.studio-nine-dot .d {
  /* border: 20px solid #000 ;
  width: 0;
  height: 0;
  background: #000;
  @include border-radius(100%);
  @include transition(all .5s ease-in-out); */
  width: 40px;
  height: 40px;
}
/* line 200, ../scss/screen.scss */
.studio-nine-dot .d canvas {
  width: 100%;
  height: 100%;
}
/* line 219, ../scss/screen.scss */
.studio-nine-dot.left {
  left: 110vw;
}
/* line 222, ../scss/screen.scss */
.studio-nine-dot.right {
  left: -10vw;
}
/* line 225, ../scss/screen.scss */
.studio-nine-dot.top {
  top: -10vh;
}
/* line 228, ../scss/screen.scss */
.studio-nine-dot.bottom {
  top: 110vh;
}

/* line 240, ../scss/screen.scss */
.playable .studio-nine-dot {
  background: url(../img/playback.png) center center;
}

/* line 246, ../scss/screen.scss */
.video-playing.playable .studio-nine-dot {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* line 253, ../scss/screen.scss */
.video-playing.playable.video-hover .studio-nine-dot {
  opacity: 1;
}

/* line 259, ../scss/screen.scss */
.hide-dot .studio-nine-dot {
  display: none;
}

@keyframes dot_in {
  0% {
    border-width: 0px;
  }
  100% {
    border-width: 20px;
  }
}
/* line 277, ../scss/screen.scss */
.menu-toggle {
  background: transparent;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: "europa";
  position: fixed;
  top: 2.25rem;
  right: 2rem;
  z-index: 101;
  padding: 0;
  border-bottom: 1px solid;
  -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
  outline: none;
}

/* line 294, ../scss/screen.scss */
.menu-container {
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  top: 0;
  right: 0;
  opacity: 0;
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  height: 100%;
  background: #0032FF;
  color: #fff;
  font-size: 3rem;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
  padding: 8rem 3rem;
  width: 300px;
  -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
}
/* line 317, ../scss/screen.scss */
.menu-container .close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  background: transparent;
  border: none;
  padding: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  outline: none;
  cursor: pointer;
}
/* line 329, ../scss/screen.scss */
.menu-container .close:after, .menu-container .close:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
}
/* line 339, ../scss/screen.scss */
.menu-container .close:before {
  -moz-transform: translate(0, 12px) rotate(-45deg);
  -ms-transform: translate(0, 12px) rotate(-45deg);
  -webkit-transform: translate(0, 12px) rotate(-45deg);
  transform: translate(0, 12px) rotate(-45deg);
}
/* line 343, ../scss/screen.scss */
.menu-container .close:after {
  -moz-transform: translate(0, 12px) rotate(45deg);
  -ms-transform: translate(0, 12px) rotate(45deg);
  -webkit-transform: translate(0, 12px) rotate(45deg);
  transform: translate(0, 12px) rotate(45deg);
}
/* line 349, ../scss/screen.scss */
.menu-container .menu-inner li {
  padding-bottom: 0;
  margin-bottom: .75rem;
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -moz-transition: ease-in-out 0.25s all;
  -o-transition: ease-in-out 0.25s all;
  -webkit-transition: ease-in-out 0.25s all;
  transition: ease-in-out 0.25s all;
}
/* line 355, ../scss/screen.scss */
.menu-container .menu-inner li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
/* line 360, ../scss/screen.scss */
.menu-container .menu-inner li.double-margin {
  margin-top: 4rem;
}
/* line 365, ../scss/screen.scss */
.menu-container .menu-inner li.current-menu-item a, .menu-container .menu-inner li:hover a {
  border-bottom: 1px solid;
}

/* line 376, ../scss/screen.scss */
.menu-activated .menu-toggle {
  right: 300px;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  margin-right: -3rem;
  color: #fff;
}
/* line 382, ../scss/screen.scss */
.menu-activated .menu-container {
  -moz-transform: translate(0, 0) rotateX(0deg);
  -ms-transform: translate(0, 0) rotateX(0deg);
  -webkit-transform: translate(0, 0) rotateX(0deg);
  transform: translate(0, 0) rotateX(0deg);
  opacity: 1;
  pointer-events: all;
}
/* line 386, ../scss/screen.scss */
.menu-activated .menu-container .logo {
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
/* line 391, ../scss/screen.scss */
.menu-activated .menu-container .menu-inner li {
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
/* line 393, ../scss/screen.scss */
.menu-activated .menu-container .menu-inner li:nth-child(1) {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 396, ../scss/screen.scss */
.menu-activated .menu-container .menu-inner li:nth-child(2) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 399, ../scss/screen.scss */
.menu-activated .menu-container .menu-inner li:nth-child(3) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 402, ../scss/screen.scss */
.menu-activated .menu-container .menu-inner li:nth-child(4) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 405, ../scss/screen.scss */
.menu-activated .menu-container .menu-inner li:nth-child(5) {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* line 408, ../scss/screen.scss */
.menu-activated .menu-container .menu-inner li:nth-child(6) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 411, ../scss/screen.scss */
.menu-activated .menu-container .menu-inner li:nth-child(7) {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/* line 419, ../scss/screen.scss */
.page-container {
  position: relative;
  z-index: 1;
  top: 0;
  margin: 0;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 429, ../scss/screen.scss */
.video-item {
  position: relative;
}
/* line 431, ../scss/screen.scss */
.video-item img {
  width: 100%;
  height: auto;
}
/* line 435, ../scss/screen.scss */
.video-item .video-container {
  position: relative;
  cursor: pointer;
}
/* line 439, ../scss/screen.scss */
.video-item .video-container video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/* line 447, ../scss/screen.scss */
.video-item .video-container .play-pause {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 200;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  left: 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;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 459, ../scss/screen.scss */
.video-item .video-container .mute-unmute {
  opacity: 0;
  -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;
  position: absolute;
  z-index: 200;
  bottom: -2rem;
  left: 10rem;
}
/* line 478, ../scss/screen.scss */
.video-item .video-container .replay {
  opacity: 0;
  -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;
  position: absolute;
  z-index: 200;
  bottom: -2rem;
  left: 4rem;
}
/* line 497, ../scss/screen.scss */
.video-item .video-container .pause {
  opacity: 0;
  background-size: 60% 60%;
}
/* line 503, ../scss/screen.scss */
.video-item .video-container.masked img {
  display: block;
}
/* line 506, ../scss/screen.scss */
.video-item .video-container.masked video {
  display: none;
}
/* line 509, ../scss/screen.scss */
.video-item .video-container.masked:after {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  content: '';
  display: block;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
/* line 527, ../scss/screen.scss */
.video-item .video-container.playing .play {
  opacity: 0;
}
/* line 532, ../scss/screen.scss */
.video-item .video-container.playing:hover .pause {
  opacity: 1;
}
/* line 538, ../scss/screen.scss */
.video-item .video-container:hover .play-pause {
  width: 65px;
  height: 65px;
}
/* line 542, ../scss/screen.scss */
.video-item .video-container:hover .mute-unmute,
.video-item .video-container:hover .replay {
  opacity: 1;
}
/* line 547, ../scss/screen.scss */
.video-item .video-container img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
}
/* line 559, ../scss/screen.scss */
.video-item.blue-filter .video-container.masked:after {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  content: '';
  display: block;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background: #0032FF;
  mix-blend-mode: multiply;
}

/* line 583, ../scss/screen.scss */
.logo {
  line-height: 1;
  width: 100%;
  text-align: left;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  z-index: 99;
  padding: 2rem;
}
/* line 592, ../scss/screen.scss */
.logo .name {
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  font-weight: 300;
  display: block;
  font-size: 2.333rem;
  margin-bottom: .25rem;
}
/* line 598, ../scss/screen.scss */
.logo .name a {
  text-decoration: none;
}
/* line 602, ../scss/screen.scss */
.logo .tagline {
  display: block;
  font-family: "europa";
  font-weight: normal;
  font-size: 1rem;
}

/* line 612, ../scss/screen.scss */
.home-item:hover .home-item-outer,
.home-item.tap .home-item-outer {
  z-index: 1;
}
/* line 615, ../scss/screen.scss */
.home-item:hover .three-dee-overlay,
.home-item.tap .three-dee-overlay {
  opacity: 1;
}
/* line 618, ../scss/screen.scss */
.home-item:hover .three-dee-overlay.full-size video,
.home-item.tap .three-dee-overlay.full-size video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 632, ../scss/screen.scss */
.home-items.mobile .home-item:hover .home-item-outer,
.home-items.mobile .home-item.tap .home-item-outer {
  z-index: 0;
}
/* line 635, ../scss/screen.scss */
.home-items.mobile .home-item:hover .three-dee-overlay,
.home-items.mobile .home-item.tap .three-dee-overlay {
  opacity: 0;
}
/* line 639, ../scss/screen.scss */
.home-items.mobile .home-item:hover:nth-child(2) .three-dee-overlay,
.home-items.mobile .home-item.tap:nth-child(2) .three-dee-overlay {
  opacity: 1;
}

/* line 646, ../scss/screen.scss */
.three-dee-overlay {
  z-index: 0;
  position: fixed;
  width: 66.66%;
  height: 66.66%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-perspective: 600;
  perspective: 600;
  pointer-events: none;
  opacity: 0;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
/* line 662, ../scss/screen.scss */
.three-dee-overlay .three-dee-overlay-inner {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 671, ../scss/screen.scss */
.three-dee-overlay .three-dee-overlay-inner .layer {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  -moz-transition: ease 0.1s all;
  -o-transition: ease 0.1s all;
  -webkit-transition: ease 0.1s all;
  transition: ease 0.1s all;
}
/* line 687, ../scss/screen.scss */
.three-dee-overlay.full-size {
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
}
/* line 692, ../scss/screen.scss */
.three-dee-overlay.full-size video {
  display: none;
}
/* line 696, ../scss/screen.scss */
.three-dee-overlay.full-size .three-dee-overlay-inner .layer {
  width: 70vw;
  height: 70vh;
  background-size: cover;
}
/* line 704, ../scss/screen.scss */
.three-dee-overlay.fold-open {
  -webkit-perspective: 2000;
  perspective: 2000;
}
/* line 707, ../scss/screen.scss */
.three-dee-overlay.fold-open .layer {
  background-size: contain;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -moz-transition: ease 200ms all;
  -o-transition: ease 200ms all;
  -webkit-transition: ease 200ms all;
  transition: ease 200ms all;
}
/* line 716, ../scss/screen.scss */
.three-dee-overlay .project {
  width: 350px;
  height: 440px;
  overflow: hidden;
  border: 10px solid #fff;
}
/* line 727, ../scss/screen.scss */
.three-dee-overlay.sprite .layer {
  background-size: initial;
  background-position: 0 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  top: 50%;
  left: 50%;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 740, ../scss/screen.scss */
.submenu {
  line-height: 1.4;
  font-weight: 700;
  margin: 1.5rem 0;
}
/* line 745, ../scss/screen.scss */
.submenu li {
  opacity: 0;
  -moz-animation: slideInFromTop 0.1s;
  -webkit-animation: slideInFromTop 0.1s;
  animation: slideInFromTop 0.1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(5) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(6) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(7) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(8) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(9) {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
/* line 752, ../scss/screen.scss */
.submenu li:nth-child(10) {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* line 758, ../scss/screen.scss */
.submenu a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
  position: relative;
  -moz-transition: ease-in-out 1s opacity;
  -o-transition: ease-in-out 1s opacity;
  -webkit-transition: ease-in-out 1s opacity;
  transition: ease-in-out 1s opacity;
}
/* line 775, ../scss/screen.scss */
.submenu a.active {
  -moz-transition: ease-in-out 0.1s opacity;
  -o-transition: ease-in-out 0.1s opacity;
  -webkit-transition: ease-in-out 0.1s opacity;
  transition: ease-in-out 0.1s opacity;
}
/* line 786, ../scss/screen.scss */
.submenu.filter-specified li a {
  opacity: .333;
}
/* line 788, ../scss/screen.scss */
.submenu.filter-specified li a.active {
  opacity: 1;
}

@keyframes slideInFromTop {
  0% {
    transform: translate(0px, -100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* line 807, ../scss/screen.scss */
.image {
  position: relative;
}
/* line 809, ../scss/screen.scss */
.image .social {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  text-align: right;
  font-size: 1.5rem;
}

/* line 818, ../scss/screen.scss */
.page-header {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 1600px;
}

/* line 34, ../scss/screen.scss */
.columns:after {
  clear: both;
  display: block;
  content: '';
}
/* line 828, ../scss/screen.scss */
.columns .column {
  width: 100%;
  float: left;
}
/* line 834, ../scss/screen.scss */
.columns.float-right .column {
  float: right;
}

/* line 840, ../scss/screen.scss */
.top-line {
  border-top: 1px solid #000;
  padding-top: 4rem;
}

/* line 846, ../scss/screen.scss */
.read-more {
  position: absolute;
  z-index: 10;
  bottom: -2rem;
  left: 2rem;
  border-top: solid 2px;
  border-bottom: solid 2px;
  width: 2.5rem;
  height: 16px;
  cursor: pointer;
}
/* line 856, ../scss/screen.scss */
.read-more.inner {
  bottom: auto;
  top: 2rem;
}
/* line 860, ../scss/screen.scss */
.read-more:after {
  height: 5px;
  position: absolute;
  z-index: 10;
  content: '';
  top: 0;
  width: 2rem;
  border-bottom: 2px solid;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
/* line 870, ../scss/screen.scss */
.read-more:before {
  height: 19px;
  position: absolute;
  z-index: 9;
  content: '';
  top: 0;
  width: 1.5rem;
  border-bottom: 2px solid;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 883, ../scss/screen.scss */
.read-more:hover:after, .read-more:hover:before {
  width: 100%;
}

/* line 893, ../scss/screen.scss */
.page-index {
  color: #fff;
}
/* line 896, ../scss/screen.scss */
.page-index .logo {
  font-size: 2.5rem;
  color: #000;
}
/* line 900, ../scss/screen.scss */
.page-index .page-container {
  height: 100vh;
}

/* line 907, ../scss/screen.scss */
.contact-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 2rem;
}
/* line 915, ../scss/screen.scss */
.contact-footer a:hover {
  color: #000;
}

/* line 922, ../scss/screen.scss */
.home-items {
  position: absolute;
  color: #fff;
  top: 10vh;
  left: 0;
  height: 80vh;
  width: 100%;
}
/* line 930, ../scss/screen.scss */
.home-items:after {
  clear: both;
  display: block;
  content: '';
}
/* line 935, ../scss/screen.scss */
.home-items .home-item {
  cursor: pointer;
  width: 50%;
  height: 50%;
  float: left;
  padding: 0% 5%;
  position: relative;
  -moz-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  		/*
  		&:before {
  			position: absolute;
  			z-index: -1;
  			width: 80%;
  			height: 1px;
  			background: #fff;
  			@include transition(background-color 250ms ease-in-out);
  
  			content: '';
  		}
  		*/
  		/*&:after {
  			position: absolute;
  			z-index: -1;
  			width: 1px;
  			height: 60%;
  			background: #fff;
  			@include transition(background-color 250ms ease-in-out);
  
  			content: '';
  		}
  		*/
}
/* line 944, ../scss/screen.scss */
.home-items .home-item .home-item-outer {
  position: relative;
  height: 100%;
  display: table;
}
/* line 949, ../scss/screen.scss */
.home-items .home-item .home-item-inner {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 955, ../scss/screen.scss */
.home-items .home-item:nth-child(2n+1) {
  clear: both;
}
/* line 960, ../scss/screen.scss */
.home-items .home-item:nth-child(1) .home-item-inner, .home-items .home-item:nth-child(2) .home-item-inner {
  bottom: 0;
}
/* line 985, ../scss/screen.scss */
.home-items .home-item:nth-child(1):before, .home-items .home-item:nth-child(3):before {
  left: 10%;
}
/* line 991, ../scss/screen.scss */
.home-items .home-item:nth-child(2):before, .home-items .home-item:nth-child(4):before {
  left: 10%;
}
/* line 997, ../scss/screen.scss */
.home-items .home-item:nth-child(3):before, .home-items .home-item:nth-child(4):before {
  -moz-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
/* line 1006, ../scss/screen.scss */
.home-items .home-item:nth-child(1):before, .home-items .home-item:nth-child(2):before {
  bottom: 0%;
}
/* line 1013, ../scss/screen.scss */
.home-items .home-item:nth-child(3):before, .home-items .home-item:nth-child(4):before {
  top: 0%;
}
/* line 1032, ../scss/screen.scss */
.home-items .home-item:nth-child(1):after, .home-items .home-item:nth-child(3):after {
  right: 0;
}
/* line 1038, ../scss/screen.scss */
.home-items .home-item:nth-child(2):after, .home-items .home-item:nth-child(4):after {
  left: 0;
}
/* line 1045, ../scss/screen.scss */
.home-items .home-item:nth-child(1):after, .home-items .home-item:nth-child(2):after {
  top: 30%;
  height: 55%;
}
/* line 1054, ../scss/screen.scss */
.home-items .home-item:nth-child(3):after, .home-items .home-item:nth-child(4):after {
  top: 15%;
}
/* line 1061, ../scss/screen.scss */
.home-items .home-item:nth-child(2):after, .home-items .home-item:nth-child(4):after {
  -moz-transform: translate(-1px, 0px);
  -ms-transform: translate(-1px, 0px);
  -webkit-transform: translate(-1px, 0px);
  transform: translate(-1px, 0px);
}
/* line 1067, ../scss/screen.scss */
.home-items .home-item h3 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: normal;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 1075, ../scss/screen.scss */
.home-items .home-item .garamond {
  font-size: 1.25rem;
}
/* line 1077, ../scss/screen.scss */
.home-items .home-item .garamond a {
  border-bottom: 1px solid;
}
/* line 1081, ../scss/screen.scss */
.home-items .home-item:hover {
  color: #000;
  z-index: 100;
}
/* line 1084, ../scss/screen.scss */
.home-items .home-item:hover:after, .home-items .home-item:hover:before {
  background-color: #000;
}

/* line 1091, ../scss/screen.scss */
.categories,
.categories-alt {
  line-height: 1.4;
}
/* line 1095, ../scss/screen.scss */
.categories label,
.categories-alt label {
  font-weight: bold;
}
/* line 1098, ../scss/screen.scss */
.categories label:hover,
.categories-alt label:hover {
  opacity: 1;
}

/* line 1109, ../scss/screen.scss */
.single-page .main-visual {
  width: 100%;
  position: relative;
}
/* line 1112, ../scss/screen.scss */
.single-page .main-visual .intro-with-title {
  z-index: 101;
  margin-bottom: 3rem;
  position: relative;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
/* line 1123, ../scss/screen.scss */
.single-page .main-visual iframe {
  width: 100%;
  height: auto;
}
/* line 1131, ../scss/screen.scss */
.single-page h2 {
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  font-weight: normal;
  font-size: 3rem;
  margin-bottom: 1rem;
}

/* line 1142, ../scss/screen.scss */
.intro-with-title .title,
.intro-with-title .submenu,
.intro-with-title p {
  width: 100%;
}

/* line 1149, ../scss/screen.scss */
.project-list {
  width: 100%;
  display: block;
  overflow: hidden;
}
/* line 34, ../scss/screen.scss */
.project-list:after {
  clear: both;
  display: block;
  content: '';
}
/* line 1154, ../scss/screen.scss */
.project-list .gutter-item {
  width: 10%;
}
/* line 1158, ../scss/screen.scss */
.project-list .project {
  width: 100%;
  float: left;
  margin-bottom: 3rem;
}
/* line 1163, ../scss/screen.scss */
.project-list .project .project-image {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 0rem;
}
/* line 1168, ../scss/screen.scss */
.project-list .project .project-image a {
  display: block;
}
/* line 1171, ../scss/screen.scss */
.project-list .project .project-image img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 8px solid #fff;
  height: auto;
  margin-bottom: 1rem;
}
/* line 1186, ../scss/screen.scss */
.project-list .project .project-text {
  width: 100%;
}
/* line 1190, ../scss/screen.scss */
.project-list .project .title-section {
  margin-bottom: .75rem;
}
/* line 1194, ../scss/screen.scss */
.project-list .project .date {
  font-weight: bold;
}
/* line 1197, ../scss/screen.scss */
.project-list .project h3 {
  font-size: 1.6666rem;
  font-weight: bold;
  margin-bottom: 0rem;
  width: 100%;
  display: inline-block;
}
/* line 1205, ../scss/screen.scss */
.project-list .project .categories {
  font-size: 1rem;
  width: 30%;
  display: inline-block;
  text-align: right;
}
/* line 1211, ../scss/screen.scss */
.project-list .project .categories-alt {
  font-size: 1rem;
}
/* line 1215, ../scss/screen.scss */
.project-list .project p {
  font-size: 1.4444rem;
}

/* line 1237, ../scss/screen.scss */
.project-image .overlay {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 1242, ../scss/screen.scss */
.project-image .overlay.overlay-text {
  z-index: 3;
}
/* line 1244, ../scss/screen.scss */
.project-image .overlay.overlay-text h4,
.project-image .overlay.overlay-text .function {
  font-size: 1.44rem;
}
/* line 1248, ../scss/screen.scss */
.project-image .overlay.overlay-text .quote {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  font-size: 1.666rem;
  left: 0rem;
  line-height: 1.1;
  margin-top: 1rem;
}
/* line 1258, ../scss/screen.scss */
.project-image .overlay.overlay-color {
  z-index: 2;
  opacity: 0;
  background: #3366FF;
  mix-blend-mode: multiply;
}
/* line 1266, ../scss/screen.scss */
.project-image img {
  position: relative;
  z-index: 1;
}

/* line 1272, ../scss/screen.scss */
.project:hover, .project.active {
  border-color: #000;
}
/* line 1276, ../scss/screen.scss */
.project:hover .project-image .overlay, .project.active .project-image .overlay {
  opacity: 1;
}
/* line 1278, ../scss/screen.scss */
.project:hover .project-image .overlay.overlay-text, .project.active .project-image .overlay.overlay-text {
  opacity: 1;
}
/* line 1280, ../scss/screen.scss */
.project:hover .project-image .overlay.overlay-text h4,
.project:hover .project-image .overlay.overlay-text .quote,
.project:hover .project-image .overlay.overlay-text .function, .project.active .project-image .overlay.overlay-text h4,
.project.active .project-image .overlay.overlay-text .quote,
.project.active .project-image .overlay.overlay-text .function {
  opacity: 1;
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/* line 1294, ../scss/screen.scss */
hr {
  height: 1px;
  border: none;
  background: #000;
  max-width: 1600px;
}

/* line 1303, ../scss/screen.scss */
.mobile-project-details {
  margin-bottom: 4rem;
}

/* line 1306, ../scss/screen.scss */
.project-list-other {
  overflow: hidden;
  padding: 4rem 0 2rem 0rem;
}
/* line 1309, ../scss/screen.scss */
.project-list-other .intro-with-title {
  width: 100% !important;
  padding-left: 0;
}
/* line 1313, ../scss/screen.scss */
.project-list-other .project {
  margin-bottom: 2rem;
}
/* line 1316, ../scss/screen.scss */
.project-list-other .project h4 {
  font-size: 1.33rem;
  margin-bottom: 1rem;
}
/* line 1321, ../scss/screen.scss */
.project-list-other .gutter-item {
  width: 0;
}

/* line 1330, ../scss/screen.scss */
.intro-with-title h3 {
  font-size: 3.33rem;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  line-height: 1.2;
  margin-bottom: 3rem;
  font-weight: normal;
}

/* line 1337, ../scss/screen.scss */
.main-image {
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 4rem;
}
/* line 1343, ../scss/screen.scss */
.main-image img {
  width: 100%;
  height: auto;
}

/* line 1350, ../scss/screen.scss */
.additional-padding {
  padding: 0 3rem;
}

/* line 1355, ../scss/screen.scss */
.news-list .news-item {
  padding: 4rem 0;
  border-bottom: 1px solid #000;
}
/* line 1358, ../scss/screen.scss */
.news-list .news-item:last-child {
  border-bottom: none;
}
/* line 34, ../scss/screen.scss */
.news-list .news-item:after {
  clear: both;
  display: block;
  content: '';
}
/* line 1363, ../scss/screen.scss */
.news-list .news-item .news-image img {
  width: 100%;
  height: auto;
}
/* line 1370, ../scss/screen.scss */
.news-list .news-item.double img:nth-child(2) {
  display: none;
}
/* line 1375, ../scss/screen.scss */
.news-list .news-item .news-text {
  width: 100%;
  padding: 2rem 0 0 0;
  font-family: "europa";
  font-size: 1.444rem;
}
/* line 1380, ../scss/screen.scss */
.news-list .news-item .news-text h3 {
  font-size: 3.33rem;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  line-height: 1.2;
  margin-bottom: 3rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
/* line 1384, ../scss/screen.scss */
.news-list .news-item .news-text .date {
  font-size: 1rem;
  font-weight: bold;
}
/* line 1388, ../scss/screen.scss */
.news-list .news-item .news-text .title-section {
  margin-bottom: 2rem;
}
/* line 1391, ../scss/screen.scss */
.news-list .news-item .news-text .categories-alt {
  margin-top: 2rem;
  font-size: 1rem;
}
/* line 1395, ../scss/screen.scss */
.news-list .news-item .news-text a {
  border-bottom: 1px solid #000;
}
/* line 1401, ../scss/screen.scss */
.news-list .news-item .more-info {
  font-size: 1rem;
}

/* line 1410, ../scss/screen.scss */
figcaption {
  font-size: 1rem;
  padding: 1.5rem 0;
  width: 100%;
  line-height: 1.5;
}
/* line 1415, ../scss/screen.scss */
figcaption p {
  line-height: inherit;
  width: 100%;
}
/* line 1418, ../scss/screen.scss */
figcaption p:last-child {
  margin-bottom: 0;
}

/* line 1424, ../scss/screen.scss */
.subtemplate {
  z-index: 10;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
/* line 1430, ../scss/screen.scss */
.subtemplate.template-social .social {
  font-size: 3rem;
  text-align: center;
}
/* line 1436, ../scss/screen.scss */
.subtemplate.column-content .columns {
  margin: 3rem 0;
}
/* line 1439, ../scss/screen.scss */
.subtemplate.column-content .columns .column p {
  padding-left: 0rem;
}
/* line 1443, ../scss/screen.scss */
.subtemplate.column-content .columns .column .about-index {
  padding-left: 0rem;
}
/* line 1445, ../scss/screen.scss */
.subtemplate.column-content .columns .column .about-index p {
  padding-left: 0;
}
/* line 1448, ../scss/screen.scss */
.subtemplate.column-content .columns .column .about-index h1 {
  line-height: 1.1;
}
/* line 1451, ../scss/screen.scss */
.subtemplate.column-content .columns .column .about-index .author {
  font-size: 1rem;
  margin: 2rem 0;
}
/* line 1455, ../scss/screen.scss */
.subtemplate.column-content .columns .column .about-index .prefix {
  font-size: 3.33rem;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
}
/* line 1461, ../scss/screen.scss */
.subtemplate.column-content .columns .column:nth-child(2n) p {
  padding-left: 0;
  padding-right: 0rem;
}
/* line 1466, ../scss/screen.scss */
.subtemplate.column-content .columns .column figure,
.subtemplate.column-content .columns .column img {
  width: 100% !important;
  height: auto;
  margin: 3rem 0;
}
/* line 1471, ../scss/screen.scss */
.subtemplate.column-content .columns .column figure img,
.subtemplate.column-content .columns .column img img {
  width: 100%;
  height: auto;
  margin: 0rem 0;
}
/* line 1477, ../scss/screen.scss */
.subtemplate.column-content .columns .column figure:first-child,
.subtemplate.column-content .columns .column img:first-child {
  margin-top: 0;
}
/* line 1482, ../scss/screen.scss */
.subtemplate.column-content .columns .column .manifest {
  background: #fff;
  text-align: center;
  padding: 6rem;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1488, ../scss/screen.scss */
.subtemplate.column-content .columns .column .manifest img {
  width: 25px !important;
  height: 25px;
  margin: auto 1rem !important;
}
/* line 1493, ../scss/screen.scss */
.subtemplate.column-content .columns .column .manifest p {
  padding-left: 0 !important;
}
/* line 1496, ../scss/screen.scss */
.subtemplate.column-content .columns .column .manifest em {
  font-size: 1rem;
}
/* line 1508, ../scss/screen.scss */
.subtemplate.template-main h1 {
  font-size: 3.333rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}
/* line 1515, ../scss/screen.scss */
.subtemplate.template-main p:last-child {
  margin-bottom: 3rem;
}
/* line 1518, ../scss/screen.scss */
.subtemplate.template-main p a {
  border-bottom: 1px solid #000;
}
/* line 1529, ../scss/screen.scss */
.subtemplate.template-image .image, .subtemplate.template-gallery .image {
  position: relative;
  z-index: 1;
  line-height: 0;
}
/* line 1533, ../scss/screen.scss */
.subtemplate.template-image .image img, .subtemplate.template-gallery .image img {
  width: 100%;
  height: auto;
}
/* line 1539, ../scss/screen.scss */
.subtemplate.template-image.align-right:after, .subtemplate.template-gallery.align-right:after {
  clear: both;
  display: block;
  content: '';
}
/* line 1544, ../scss/screen.scss */
.subtemplate.template-image.align-right .image, .subtemplate.template-gallery.align-right .image {
  float: right;
}
/* line 1550, ../scss/screen.scss */
.subtemplate.template-image.align-center .image, .subtemplate.template-gallery.align-center .image {
  margin: 0 auto;
}
/* line 1559, ../scss/screen.scss */
.subtemplate.template-image .image, .subtemplate.template-gallery .image {
  position: relative;
  z-index: 1;
  line-height: 0;
}
/* line 1563, ../scss/screen.scss */
.subtemplate.template-image .image img, .subtemplate.template-gallery .image img {
  width: 100%;
  height: auto;
}
/* line 1577, ../scss/screen.scss */
.subtemplate.template-two-images .image > div:nth-child(2n) {
  margin-top: 2rem;
}
/* line 34, ../scss/screen.scss */
.subtemplate.template-two-images .image:after {
  clear: both;
  display: block;
  content: '';
}
/* line 1588, ../scss/screen.scss */
.subtemplate.template-block .item {
  float: left;
  width: 48%;
}
/* line 1591, ../scss/screen.scss */
.subtemplate.template-block .item.small {
  width: 38%;
}
/* line 1594, ../scss/screen.scss */
.subtemplate.template-block .item.wide {
  width: 58%;
}
/* line 1597, ../scss/screen.scss */
.subtemplate.template-block .item img {
  width: 100%;
  height: auto;
}
/* line 1603, ../scss/screen.scss */
.subtemplate.template-block .item.text .text-self {
  padding: 2rem 0;
}
/* line 1607, ../scss/screen.scss */
.subtemplate.template-block .item.text h3 {
  font-size: 1.666rem;
  margin-bottom: 2rem;
  font-family: "europa";
}
/* line 1615, ../scss/screen.scss */
.subtemplate.template-block .gutter-item {
  width: 4%;
}
/* line 1619, ../scss/screen.scss */
.subtemplate.template-block .inner {
  width: 100%;
  position: relative;
}
/* line 1624, ../scss/screen.scss */
.subtemplate.template-quote {
  text-align: left;
}
/* line 1628, ../scss/screen.scss */
.subtemplate.template-quote blockquote {
  width: 100%;
}
/* line 1630, ../scss/screen.scss */
.subtemplate.template-quote blockquote p {
  font-size: 3rem;
  line-height: 1.2;
  padding: 0rem 0;
  margin: 0;
  				/* &:before {
  				    display: block;
  				    content: "\“";
  				    height: 1px;
  				    margin-left: -0.45em;
  				    position:relative;
  				    top: 0px;
  				}
  
  				&:after {
  				    display: inline-block;
  				    content: "\”";
  				    height: 1px;
  				    margin-right: -0.55em;
  				    position:relative;
  				    top: 0px;
  				} */
}
/* line 1658, ../scss/screen.scss */
.subtemplate.template-related h3 {
  font-size: 3.33rem;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  line-height: 1.2;
  margin-bottom: 3rem;
  font-weight: normal;
}
/* line 1661, ../scss/screen.scss */
.subtemplate.template-related .related-container {
  padding: 0 0rem;
}
/* line 1665, ../scss/screen.scss */
.subtemplate.template-related .related:after {
  content: '';
  display: block;
  clear: both;
}
/* line 1670, ../scss/screen.scss */
.subtemplate.template-related .related .project {
  width: 100%;
  margin-bottom: 4rem;
}
/* line 1676, ../scss/screen.scss */
.subtemplate.template-related .related .project .project-image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
/* line 1680, ../scss/screen.scss */
.subtemplate.template-related .related .project .project-image img {
  width: 100%;
  height: auto;
}
/* line 1685, ../scss/screen.scss */
.subtemplate.template-related .related .project a {
  border-bottom: 1px solid transparent;
}
/* line 1687, ../scss/screen.scss */
.subtemplate.template-related .related .project a:hover {
  border-bottom-color: #000;
}
/* line 1691, ../scss/screen.scss */
.subtemplate.template-related .related .project h4 {
  font-size: 1.333rem;
  margin-bottom: 1rem;
}
/* line 1695, ../scss/screen.scss */
.subtemplate.template-related .related .project .categories {
  display: none;
}
/* line 1704, ../scss/screen.scss */
.subtemplate.newsletter form .field {
  background: #eee;
  margin-bottom: 2rem;
}
/* line 1707, ../scss/screen.scss */
.subtemplate.newsletter form .field label {
  font-size: 1rem;
  padding: 1rem 0 0 1rem;
  display: inline-block;
}
/* line 1712, ../scss/screen.scss */
.subtemplate.newsletter form .field input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 1.666rem;
  font-family: "europa";
  padding: 1rem;
  width: 100%;
  outline: none;
  background: #eee;
}
/* line 1725, ../scss/screen.scss */
.subtemplate.newsletter form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1.666rem;
  font-family: "europa";
  font-weight: bold;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
}
/* line 1736, ../scss/screen.scss */
.subtemplate.newsletter form .result {
  vertical-align: middle;
  display: inline-block;
  margin-left: 2rem;
}
/* line 1749, ../scss/screen.scss */
.subtemplate.template-other-text h3 {
  font-size: 3.33rem;
  font-family: "S9D-MOD_AdobeGaramondProRegular";
  line-height: 1.2;
  margin-bottom: 3rem;
  font-weight: normal;
}
/* line 1752, ../scss/screen.scss */
.subtemplate.template-other-text a {
  border-bottom: 1px solid #000;
}

/* line 1761, ../scss/screen.scss */
.details-container h4 {
  margin-bottom: 2rem;
  margin-top: 2.25rem;
  line-height: 1;
}

/* line 1770, ../scss/screen.scss */
.details {
  padding-right: 33.33%;
}
/* line 1772, ../scss/screen.scss */
.details .detail {
  margin-bottom: 1rem;
}

/* line 1779, ../scss/screen.scss */
.custom-slick-arrow {
  opacity: 0.1;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-transition: opacity 0.5s ease, left 0.25s ease, right 0.25s ease;
  -o-transition: opacity 0.5s ease, left 0.25s ease, right 0.25s ease;
  -webkit-transition: opacity 0.5s ease, left 0.25s ease, right 0.25s ease;
  transition: opacity 0.5s ease, left 0.25s ease, right 0.25s ease;
  left: 20px;
}
/* line 1790, ../scss/screen.scss */
.custom-slick-arrow img {
  width: 100%;
  height: auto;
}
/* line 1794, ../scss/screen.scss */
.custom-slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

/* line 1801, ../scss/screen.scss */
.slick-slider:hover .custom-slick-arrow {
  opacity: 1;
  left: 10px;
}
/* line 1804, ../scss/screen.scss */
.slick-slider:hover .custom-slick-arrow.slick-next {
  left: auto;
  right: 10px;
}

/* line 1811, ../scss/screen.scss */
.back-to-top {
  text-align: center;
  padding: 4rem;
  cursor: pointer;
  font-size: 1.44rem;
}

/* line 1819, ../scss/screen.scss */
.clearfix {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 479px) {
  /* line 1826, ../scss/screen.scss */
  .video-item .video-container .mute-unmute {
    left: 6rem;
  }

  /* line 1829, ../scss/screen.scss */
  .video-item .video-container .replay {
    left: 0;
  }

  /* line 1832, ../scss/screen.scss */
  .menu-container {
    font-size: 2.333rem;
    padding: 0rem;
    width: 100%;
  }
  /* line 1837, ../scss/screen.scss */
  .menu-container .close {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 1000;
  }
  /* line 1843, ../scss/screen.scss */
  .menu-container .menu-inner {
    height: 100%;
    padding: 2rem;
    position: relative;
    z-index: 1;
    overflow: auto;
  }

  /* line 1853, ../scss/screen.scss */
  .three-dee-overlay.sprite {
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }

  /* line 1857, ../scss/screen.scss */
  .logo .tagline {
    font-size: 1.3rem;
    max-width: 60%;
    line-height: 1.2;
    margin-top: .75rem;
  }

  /* line 1863, ../scss/screen.scss */
  .home-items {
    z-index: 100;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  /* line 1869, ../scss/screen.scss */
  .home-items .home-item {
    color: #000;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 2rem;
  }
  /* line 1875, ../scss/screen.scss */
  .home-items .home-item .home-item-outer {
    width: 100%;
  }
  /* line 1881, ../scss/screen.scss */
  .home-items .home-item h3 {
    font-size: 3.5rem;
  }

  /* line 1888, ../scss/screen.scss */
  .columns .column {
    margin-bottom: 2rem;
  }
  /* line 1890, ../scss/screen.scss */
  .columns .column:last-child {
    margin-bottom: 0;
  }

  /* line 1897, ../scss/screen.scss */
  .subtemplate.template-other-text h3 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 480px) {
  /* line 1908, ../scss/screen.scss */
  .menu-toggle {
    right: 3rem;
    top: 3rem;
  }

  /* line 1912, ../scss/screen.scss */
  .logo {
    text-align: center;
  }

  /* line 1916, ../scss/screen.scss */
  .hamburger-box {
    width: 45px;
  }

  /* line 1919, ../scss/screen.scss */
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 45px;
  }

  /* line 1922, ../scss/screen.scss */
  .submenu {
    text-align: left;
  }

  /* line 1926, ../scss/screen.scss */
  .project-list-other .project {
    width: 45%;
  }
  /* line 1929, ../scss/screen.scss */
  .project-list-other .gutter-item {
    width: 10%;
  }

  /* line 1935, ../scss/screen.scss */
  .subtemplate.column-content .columns {
    margin: 6rem 0;
  }
  /* line 1938, ../scss/screen.scss */
  .subtemplate.column-content .columns .column figure,
  .subtemplate.column-content .columns .column img {
    margin: 6rem 0;
  }
  /* line 1942, ../scss/screen.scss */
  .subtemplate.column-content .columns .column p {
    padding-left: 4rem;
  }
  /* line 1945, ../scss/screen.scss */
  .subtemplate.column-content .columns .column .about-index {
    padding-left: 4rem;
  }
  /* line 1949, ../scss/screen.scss */
  .subtemplate.column-content .columns .column:nth-child(2n) p {
    padding-left: 4rem;
  }
  /* line 1958, ../scss/screen.scss */
  .subtemplate.template-small-image .image {
    width: 60%;
  }
  /* line 1965, ../scss/screen.scss */
  .subtemplate.template-medium-image .image {
    width: 70%;
  }
  /* line 1976, ../scss/screen.scss */
  .subtemplate.template-image.align-right:after, .subtemplate.template-gallery.align-right:after {
    clear: both;
    display: block;
    content: '';
  }
  /* line 1981, ../scss/screen.scss */
  .subtemplate.template-image.align-right .image, .subtemplate.template-gallery.align-right .image {
    float: right;
  }
  /* line 1987, ../scss/screen.scss */
  .subtemplate.template-image.align-center .image, .subtemplate.template-gallery.align-center .image {
    margin: 0 auto;
  }
  /* line 1997, ../scss/screen.scss */
  .subtemplate.template-related .related-container {
    padding: 0 0rem;
  }
  /* line 2001, ../scss/screen.scss */
  .subtemplate.template-related .related .project {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 1rem;
    float: left;
  }
  /* line 2006, ../scss/screen.scss */
  .subtemplate.template-related .related .project:nth-child(3n) {
    margin-right: 0;
  }
  /* line 2009, ../scss/screen.scss */
  .subtemplate.template-related .related .project .project-image {
    margin-bottom: 2rem;
  }

  /* line 2019, ../scss/screen.scss */
  .intro-with-title .title,
  .intro-with-title .submenu,
  .intro-with-title p {
    width: 66.6%;
  }

  /* line 2027, ../scss/screen.scss */
  .project-list .project {
    margin-bottom: 4rem;
  }
  /* line 2029, ../scss/screen.scss */
  .project-list .project .project-image {
    border: 8px solid #fff;
    margin-bottom: 2rem;
  }
  /* line 2032, ../scss/screen.scss */
  .project-list .project .project-image img {
    border: none;
    margin-bottom: 0rem;
  }
  /* line 2038, ../scss/screen.scss */
  .project-list .project:hover .project-image {
    border: 8px solid #000;
  }

  /* line 2047, ../scss/screen.scss */
  .project-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 2051, ../scss/screen.scss */
  .project-image .overlay.overlay-text {
    opacity: 0;
    z-index: 3;
    color: #fff;
    padding: 1rem 1.5rem;
  }
  /* line 2056, ../scss/screen.scss */
  .project-image .overlay.overlay-text h4,
  .project-image .overlay.overlay-text .function,
  .project-image .overlay.overlay-text .quote {
    opacity: 0;
  }
  /* line 2061, ../scss/screen.scss */
  .project-image .overlay.overlay-text h4,
  .project-image .overlay.overlay-text .function {
    -moz-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
  /* line 2066, ../scss/screen.scss */
  .project-image .overlay.overlay-text h4 {
    font-size: 1.66rem;
  }
  /* line 2069, ../scss/screen.scss */
  .project-image .overlay.overlay-text .function {
    font-size: 1.44rem;
  }
  /* line 2073, ../scss/screen.scss */
  .project-image .overlay.overlay-text .quote {
    margin-top: 0;
    position: absolute;
    bottom: 0rem;
    padding: 1.5rem;
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
  }

  /* line 2086, ../scss/screen.scss */
  .project-list-other {
    padding: 4rem;
  }

  /* line 2091, ../scss/screen.scss */
  .normal-padding .normal-padding {
    padding: 0 2rem;
  }

  /* line 2114, ../scss/screen.scss */
  .video-item .video-container .play-pause {
    width: 100px;
    height: 100px;
  }
  /* line 2121, ../scss/screen.scss */
  .video-item .video-container:hover .play-pause {
    width: 105px;
    height: 105px;
  }

  /* line 2131, ../scss/screen.scss */
  .menu-activated .menu-toggle {
    right: 30vw;
  }

  /* line 2135, ../scss/screen.scss */
  .menu-container {
    width: 100%;
    max-width: 30vw;
  }

  /* line 2141, ../scss/screen.scss */
  .people-list .project {
    width: 45%;
  }

  /* line 2145, ../scss/screen.scss */
  .subtemplate {
    margin-bottom: 6rem;
  }

  /* line 2148, ../scss/screen.scss */
  .subtemplate.template-two-images .image > div {
    width: calc( 50% - 3rem);
    margin-right: 6rem;
    float: left;
  }
  /* line 2152, ../scss/screen.scss */
  .subtemplate.template-two-images .image > div:nth-child(2n) {
    margin-top: 0;
    margin-right: 0;
  }

  /* line 2157, ../scss/screen.scss */
  .subtemplate.template-quote blockquote {
    width: 60%;
  }
  /* line 2159, ../scss/screen.scss */
  .subtemplate.template-quote blockquote p {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  /* line 2165, ../scss/screen.scss */
  html,
  body {
    font-size: 14px;
  }

  /* line 2170, ../scss/screen.scss */
  h1 {
    font-size: 6.666rem;
  }

  /* line 2174, ../scss/screen.scss */
  .large {
    font-size: 1.444rem;
  }
  /* line 2176, ../scss/screen.scss */
  .large.garamond {
    font-size: 1.5rem;
  }

  /* line 2181, ../scss/screen.scss */
  .medium {
    font-size: 1.1rem;
  }
  /* line 2183, ../scss/screen.scss */
  .medium.garamond {
    font-size: 1.25rem;
  }

  /* line 2191, ../scss/screen.scss */
  .logo .name {
    font-size: 3.333rem;
  }
  /* line 2194, ../scss/screen.scss */
  .logo .tagline {
    font-size: 1.333rem;
  }

  /* line 2200, ../scss/screen.scss */
  .columns .column {
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }
  /* line 2203, ../scss/screen.scss */
  .columns .column:nth-child(2) {
    margin-right: 0;
  }
  /* line 2207, ../scss/screen.scss */
  .columns .column.one-third {
    width: calc(40% - 2rem);
  }
  /* line 2210, ../scss/screen.scss */
  .columns .column.two-third {
    width: calc(60% - 2rem);
  }

  /* line 2216, ../scss/screen.scss */
  header .hamburger {
    right: 1.5rem;
    top: 1.2rem;
  }

  /* line 2222, ../scss/screen.scss */
  .intro-with-title {
    padding-left: 3rem;
    width: 45%;
    min-width: 300px;
  }

  /* line 2228, ../scss/screen.scss */
  .project-list {
    margin-bottom: 6rem;
  }
  /* line 2230, ../scss/screen.scss */
  .project-list .project {
    width: 45%;
  }
  /* line 2234, ../scss/screen.scss */
  .project-list .project.landscape.portrait-project-align-right .project-image,
  .project-list .project.landscape.portrait-project-align-right .project-text {
    margin-left: 10%;
  }
  /* line 2240, ../scss/screen.scss */
  .project-list .project.landscape .project-image {
    width: 90%;
    height: auto;
  }
  /* line 2247, ../scss/screen.scss */
  .project-list .project.portrait.portrait-project-align-right .project-image,
  .project-list .project.portrait.portrait-project-align-right .project-text {
    margin-left: 35%;
  }
  /* line 2253, ../scss/screen.scss */
  .project-list .project.portrait.portrait-project-align-center .project-image,
  .project-list .project.portrait.portrait-project-align-center .project-text {
    margin-left: 17.5%;
  }
  /* line 2258, ../scss/screen.scss */
  .project-list .project.portrait .project-image {
    width: 65%;
    height: auto;
  }

  /* line 2269, ../scss/screen.scss */
  .project-list-other .project {
    width: 30%;
  }
  /* line 2272, ../scss/screen.scss */
  .project-list-other .gutter-item {
    width: 5%;
  }

  /* line 2278, ../scss/screen.scss */
  .news-list .news-item {
    padding: 4rem 0;
  }
  /* line 2280, ../scss/screen.scss */
  .news-list .news-item .news-text {
    width: 50%;
    padding: 0 4rem;
  }
  /* line 2286, ../scss/screen.scss */
  .news-list .news-item.landscape .news-text, .news-list .news-item.double .news-text {
    padding-top: 4rem;
  }
  /* line 2292, ../scss/screen.scss */
  .news-list .news-item.portrait .news-image {
    width: 50%;
    float: left;
  }
  /* line 2296, ../scss/screen.scss */
  .news-list .news-item.portrait .news-text {
    float: left;
    width: 50%;
  }
  /* line 2303, ../scss/screen.scss */
  .news-list .news-item.double .news-image {
    width: 100%;
  }
  /* line 2306, ../scss/screen.scss */
  .news-list .news-item.double img {
    float: left;
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }
  /* line 2310, ../scss/screen.scss */
  .news-list .news-item.double img:nth-child(2) {
    display: block;
    margin-right: 0;
  }

  /* line 2322, ../scss/screen.scss */
  .subtemplate.template-main .main-text {
    padding-right: 4rem;
  }

  /* line 2329, ../scss/screen.scss */
  figcaption {
    width: 66.6%;
    max-width: 350px;
  }
}
@media (min-height: 800px) {
  /* line 2343, ../scss/screen.scss */
  .home-items .home-item {
    padding: 2.5% 10%;
  }
}
@media (min-width: 1024px) {
  /* line 2352, ../scss/screen.scss */
  .wider-padding {
    padding: 0rem 8rem;
  }

  /* line 2355, ../scss/screen.scss */
  .normal-padding {
    padding: 0rem 4rem;
  }
  /* line 2358, ../scss/screen.scss */
  .normal-padding .inner-wider-padding {
    padding: 0 3rem;
  }

  /* line 2365, ../scss/screen.scss */
  .people-list .project {
    width: 25%;
  }

  /* line 2370, ../scss/screen.scss */
  hr {
    margin: 4rem 2rem;
  }

  /* line 2373, ../scss/screen.scss */
  .more-wider-padding {
    padding: 0rem 10rem;
  }

  /* line 2376, ../scss/screen.scss */
  .widest-padding {
    padding: 0rem 20%;
  }

  /* line 2384, ../scss/screen.scss */
  .home-items .home-item {
    padding: 4% 8%;
  }
  /* line 2386, ../scss/screen.scss */
  .home-items .home-item:nth-child(1) {
    padding-left: 16%;
  }
  /* line 2389, ../scss/screen.scss */
  .home-items .home-item:nth-child(3) {
    padding-left: 16%;
  }
  /* line 2392, ../scss/screen.scss */
  .home-items .home-item h3 {
    font-size: 5rem;
  }

  /* line 2401, ../scss/screen.scss */
  .project-list .project .project-text {
    width: 50%;
    min-width: 30vw;
  }
  /* line 2407, ../scss/screen.scss */
  .project-list.people-list .project {
    width: 24%;
    margin-bottom: 0;
  }
  /* line 2410, ../scss/screen.scss */
  .project-list.people-list .project.intro-with-title {
    width: 45%;
  }
  /* line 2413, ../scss/screen.scss */
  .project-list.people-list .project.people-margin-left {
    margin-left: 8%;
  }
  /* line 2416, ../scss/screen.scss */
  .project-list.people-list .project.people-margin-left-2 {
    margin-left: 16%;
  }
  /* line 2419, ../scss/screen.scss */
  .project-list.people-list .project.people-margin-top {
    margin-top: 5%;
  }
  /* line 2422, ../scss/screen.scss */
  .project-list.people-list .project.people-margin-top-2 {
    margin-top: 10%;
  }
}
@media (min-width: 1280px) {
  /* line 2433, ../scss/screen.scss */
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  /* line 2443, ../scss/screen.scss */
  .project-list .project .project-text {
    width: 50%;
    min-width: 20vw;
  }
}
@media (min-width: 1600px) {
  /* line 2452, ../scss/screen.scss */
  html,
  body {
    font-size: 16px;
  }

  /* line 2456, ../scss/screen.scss */
  hr {
    margin: 4rem auto;
  }

  /* line 2461, ../scss/screen.scss */
  .project-list .project .project-text {
    min-width: 15vw;
  }
}
@media (min-width: 1920px) {
  /* line 2469, ../scss/screen.scss */
  html,
  body {
    font-size: 18px;
  }
}
/* line 2476, ../scss/screen.scss */
[data-filter] {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
/* line 2480, ../scss/screen.scss */
[data-filter]:hover {
  border-bottom-color: #000;
}

/* line 2486, ../scss/screen.scss */
.slick-dots {
  text-align: center;
  margin-top: 2rem;
}
/* line 2489, ../scss/screen.scss */
.slick-dots li {
  display: inline-block;
  margin: 0 .25rem;
}
/* line 2492, ../scss/screen.scss */
.slick-dots li button {
  background: #fff;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  font-size: 0px;
  color: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
}
/* line 2503, ../scss/screen.scss */
.slick-dots li button:focus, .slick-dots li button:active {
  outline: none;
}
/* line 2508, ../scss/screen.scss */
.slick-dots li:focus, .slick-dots li:active {
  outline: none;
}
/* line 2514, ../scss/screen.scss */
.slick-dots li.slick-active button {
  background: black;
}

/*

@-webkit-keyframes heartbeat {
  0% { -webkit-transform: scale(1); }
  8% { -webkit-transform: scale(0.95);  }
  17% { -webkit-transform: scale(1.05); }
  25% { -webkit-transform: scale(0.95); }
  87.5% { -webkit-transform: scale(0.95); }
  100%  { -webkit-transform: scale(1); }
}
*/
