@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700|Roboto:100,300,400,400i,500,700|IBM+Plex+Serif:300i,400i&subset=cyrillic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Petersburg';
  src: url("../fonts/PetersburgItalicCyrillic.eot");
  src: url("../fonts/PetersburgItalicCyrillic.eot?#iefix") format("embedded-opentype"), url("../fonts/PetersburgItalicCyrillic.woff2") format("woff2"), url("../fonts/PetersburgItalicCyrillic.woff") format("woff"), url("../fonts/PetersburgItalicCyrillic.ttf") format("truetype"), url("../fonts/PetersburgItalicCyrillic.svg#PetersburgItalicCyrillic") format("svg");
  font-weight: normal;
  font-style: italic; }

#nav ul, .contacts, .social, .language, .tags, .share {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, .contacts:after, .social:after, .items:after, .project:after, .project footer:after, .tags:after, .share:after, .team:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis, .accordion .tag, .project .link, .tags a, .member .name, .member .position, .browser .link {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box;
  height: 100%; }

*, *:before, *:after {
  box-sizing: inherit;
  outline: none; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 14px/20px "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }
  body.navigation {
    overflow: hidden; }

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

.gm-style img {
  max-width: none; }

svg * {
  transition: all 0.3s ease; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  display: block;
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 17px;
  color: inherit; }

h1, .h1 {
  font-size: 72px;
  line-height: 86px;
  font-weight: 100;
  color: #333;
  text-align: center;
  padding: 46px 40px 60px;
  margin: 0; }
  @media (max-width: 750px) {
    h1, .h1 {
      text-align: left;
      font-size: 55px;
      line-height: 65px;
      padding: 0 40px 26px;
      color: #999; } }

h2, .h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin: 0; }

h3, .h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin: 0; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 17px; }
  p a {
    border-bottom: 1px solid #9ac43c; }
    p a:hover {
      color: #9ac43c;
      border-color: transparent; }

a {
  color: black;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: color, border-color;
  -webkit-tap-highlight-color: transparent; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    border-color: #333; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type="text"].placeholder,
  input[type="password"].placeholder,
  input[type="datetime"].placeholder,
  input[type="datetime-local"].placeholder,
  input[type="date"].placeholder,
  input[type="month"].placeholder,
  input[type="time"].placeholder,
  input[type="week"].placeholder,
  input[type="number"].placeholder,
  input[type="email"].placeholder,
  input[type="url"].placeholder,
  input[type="search"].placeholder,
  input[type="tel"].placeholder,
  input[type="color"].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.button {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  border: 2px solid #9ac43c;
  border-radius: 20px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 36px;
  background: none;
  margin: 0;
  transition: 0.3s ease;
  transition-property: background-color, color; }
  .button.red {
    border-color: #dc3f58; }
    .button.red:hover {
      background-color: #dc3f58; }
  .button:hover {
    background-color: #9ac43c; }

.submit {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  border: 2px solid #9ac43c;
  border-radius: 25px;
  padding: 0 20px;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 46px;
  background: none;
  min-width: 140px;
  transition: 0.3s ease;
  transition-property: background-color, color; }
  .submit:hover {
    color: white;
    background-color: #9ac43c; }

.calculator h1, .calculator .h1 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 5px;
  padding: 0;
  text-align: center; }

.calculator header {
  color: #666;
  text-align: center;
  margin-bottom: 42px; }
  .calculator header p {
    margin: 0;
    font: italic 14px/24px "IBM Plex Serif", serif; }

.calculator footer {
  text-align: center;
  padding-top: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; }

.calculator .content {
  display: flex;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px; }

.calculator .element {
  width: 200px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  letter-spacing: normal;
  position: relative; }
  .calculator .element input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .calculator .element.checked .check {
    transform: scale(1); }
  @media (min-width: 751px) {
    .calculator .element:not(.checked) .visual:hover {
      transform: scale(1.0833);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); } }

.calculator .check {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 39px;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  background-color: #dc3f58;
  transform: scale(0);
  pointer-events: none;
  transition: transform 0.3s ease; }
  .calculator .check svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: white; }

.calculator .visual {
  display: block;
  width: 120px;
  height: 120px;
  cursor: pointer;
  margin: 0 auto 18px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s ease;
  transition-property: box-shadow, transform, opacity, filter, -webkit-filter; }
  .calculator .visual img {
    display: block; }

.calculator .tooltip {
  cursor: pointer;
  color: black;
  transition: border-color 0.3s ease;
  border-bottom: 1px dotted transparent; }
  .calculator .tooltip:after {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    top: 100%;
    width: 200px;
    background-color: #333;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    color: #ccc;
    transform: translateX(-50%); }
  .calculator .tooltip:hover {
    border-color: #9ac43c; }

.calculator.selected .element:not(.checked) .visual {
  opacity: .3;
  filter: grayscale(1); }

.calculator.selected footer {
  opacity: 1;
  pointer-events: auto; }

@media (max-width: 1122px) {
  .calculator .content {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto; }
  .calculator .element {
    display: inline-block;
    vertical-align: top; } }

@media (max-width: 500px) {
  .calculator .element {
    display: block;
    margin: 0 auto 40px; } }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

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

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

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

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

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

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

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

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

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

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

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

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

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

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

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

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

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

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

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

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

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

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

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

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

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

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

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

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

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

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

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

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.fancybox-share__links {
  margin-right: -10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 120px;
  min-height: 100%; }
  #wrapper > .copyright {
    display: none;
    position: fixed;
    top: 50%;
    opacity: 0;
    color: #999;
    z-index: 85;
    right: 40px;
    margin-top: -48px;
    font-size: 14px;
    line-height: 40px;
    font-style: normal;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    transform: rotate(-180deg);
    transition: opacity 0.3s ease; }
  @media (max-width: 900px) {
    #wrapper > .copyright {
      display: block; }
    .pace-done #wrapper > .copyright, .pace-loaded #wrapper > .copyright {
      opacity: 1 !important; } }
  @media (max-width: 750px) {
    #wrapper {
      padding: 0; }
      #wrapper > .copyright {
        display: none !important; } }

.container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.pace-progress {
  background: #dc3f58;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }
  @media (max-width: 750px) {
    .pace-progress {
      display: none; }
      .pace-loaded .pace-progress {
        display: block; } }

.pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px); }

.pace-activity {
  display: none !important; }

.pace-inactive {
  display: none; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  pointer-events: none; }
  .bg img {
    opacity: 0; }

@media (max-width: 750px) {
  #header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 13px 40px 22px;
    background-color: white;
    z-index: 100;
    top: 75px;
    transform: translateY(-75px);
    transition: 0.3s ease-in-out;
    transition-property: transform, box-shadow; }
    .scroll #header {
      top: 0;
      height: 60px;
      position: fixed;
      padding-top: 11px;
      padding-bottom: 16px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
      .scroll #header .logo {
        width: 20px;
        height: 33px; }
        .scroll #header .logo iframe {
          transform: scale(0.5);
          transform-origin: 0 0; }
      .scroll #header .language {
        display: none; }
      .scroll #header .menu-icon {
        margin-top: 9px; }
    .fixed #header {
      transform: translateY(0); }
    .navigation #header {
      box-shadow: none; } }

.logo {
  position: fixed;
  z-index: 100;
  top: 15px;
  left: 40px;
  width: 40px;
  height: 65px;
  background: url(../images/logo.svg) no-repeat 50% 100%/100% auto; }
  .logo a {
    display: block;
    height: 100%; }
  .logo iframe {
    display: block;
    pointer-events: none; }
  .browser-layout .logo {
    pointer-events: none; }
  @media (max-width: 750px) {
    .logo {
      position: static;
      float: left; } }

.panel {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 80;
  background-color: white;
  width: 50%;
  padding: 40px 120px;
  opacity: 0;
  transition: 0.3s ease;
  transition-property: opacity, transform; }
  .panel .opener {
    position: absolute;
    top: 50%;
    color: #999;
    font-size: 14px;
    line-height: 40px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    transform: rotate(-180deg) translateY(50%);
    transition: 0.3s ease;
    transition-property: opacity, color; }
    .panel .opener strong {
      color: #333;
      transition: color 0.3s ease; }
      .panel .opener strong.sub:before {
        content: '/ ';
        color: #999;
        font-weight: normal; }
    .panel .opener i {
      display: none;
      vertical-align: top;
      width: 20px;
      min-height: 20px;
      border-radius: 10px;
      background-color: #dc3f58;
      text-align: center;
      font-size: 12px;
      line-height: 20px;
      color: white;
      padding: 4px 0;
      font-style: normal;
      margin: 4px 10px 0 10px; }
      .panel .opener i.visible {
        display: inline-block; }
    .panel .opener:hover {
      color: #333; }
      .panel .opener:hover strong {
        color: black; }
  .panel .close {
    position: absolute;
    top: calc(50% - 14px);
    right: 46px;
    width: 28px;
    height: 28px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
    transition-property: opacity, transform;
    transform: rotate(45deg); }
    .panel .close:after, .panel .close:before {
      content: '';
      position: absolute;
      background-color: #333; }
    .panel .close:before {
      top: 0;
      bottom: 0;
      left: calc(50% - 1px);
      width: 2px; }
    .panel .close:after {
      left: 0;
      right: 0;
      top: calc(50% - 1px);
      height: 2px; }
    .panel .close:hover {
      transform: rotate(-45deg); }
  .panel .panel-holder {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    opacity: 0;
    position: relative;
    transition: opacity 0.3s ease; }
    .panel .panel-holder:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .panel .panel-holder > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
  .panel.display {
    transform: translateX(0) !important; }
    .panel.display .opener {
      opacity: 0;
      pointer-events: none; }
    .panel.display .close, .panel.display .panel-holder {
      opacity: 1;
      pointer-events: auto; }
  .pace-done .panel, .pace-loaded .panel {
    opacity: 1 !important; }
  .browser-layout .panel {
    pointer-events: none; }
  @media (max-width: 750px) {
    .panel {
      width: 100%;
      opacity: 1;
      padding: 140px 40px 40px;
      transform: translate(0); }
      .panel .opener, .panel .close {
        display: none; }
      .navigation .panel .panel-holder {
        opacity: 1;
        pointer-events: auto; }
      .navigation.scroll .panel {
        padding-top: 100px; } }

.menu-icon {
  float: right;
  width: 20px;
  height: 20px;
  z-index: 20;
  position: relative;
  display: none;
  opacity: 0;
  margin: 27px 0 0 20px;
  transition: opacity 0.3s ease; }
  .menu-icon span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 2px;
    background-color: #333;
    transition: background 0s 0.3s; }
    .menu-icon span:after, .menu-icon span:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #333;
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s; }
    .menu-icon span:after {
      top: -6px;
      transition-property: top, transform, background; }
    .menu-icon span:before {
      bottom: -6px;
      transition-property: bottom, transform, background; }
  .navigation .menu-icon span {
    background-color: transparent; }
    .navigation .menu-icon span:after, .navigation .menu-icon span:before {
      transition-delay: 0s, 0.3s; }
    .navigation .menu-icon span:after {
      top: 0;
      transform: rotate(45deg); }
    .navigation .menu-icon span:before {
      bottom: 0;
      transform: rotate(-45deg); }
  @media (max-width: 750px) {
    .menu-icon {
      display: block;
      opacity: 1; }
      .pace-done .menu-icon, .pace-loaded .menu-icon {
        opacity: 1 !important; } }

#nav {
  left: 0;
  transform: translateX(-100%) translateX(120px); }
  #nav .opener {
    right: 40px; }
  #nav ul {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    font-weight: 300; }
    #nav ul li {
      padding: 4px 0; }
    #nav ul .active a {
      color: #9ac43c; }
    #nav ul a {
      color: #333; }
      #nav ul a:hover {
        color: #9ac43c; }
      #nav ul a.disabled {
        color: #ccc;
        pointer-events: none; }
  @media (max-width: 750px) {
    #nav {
      transform: translate(0, -100%); }
      .navigation #nav {
        transform: translate(0, 0); } }

#tags {
  right: 0;
  transform: translateX(100%) translateX(-120px); }
  #tags .opener {
    left: 40px; }
  #tags footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    letter-spacing: normal;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease; }
    #tags footer > * {
      float: left; }
      #tags footer > *:nth-child(2) {
        float: right; }
    #tags footer.display {
      opacity: 1;
      pointer-events: auto; }
  #tags .button {
    font-size: 12px;
    line-height: 36px;
    min-width: 100px;
    color: #333; }
    #tags .button:hover {
      color: white; }
  @media (max-width: 1150px) {
    #tags {
      padding-left: 60px; } }
  @media (max-width: 900px) {
    #tags {
      pointer-events: none; }
      #tags .opener {
        display: none; } }
  @media (max-width: 750px) {
    #tags {
      display: none !important; } }

#main {
  padding: 40px 0;
  min-height: calc(100vh - 120px);
  background-color: white; }
  #main > * {
    opacity: 0;
    transition: 0.3s ease;
    transition-property: opacity, filter, -webkit-filter; }
  .pace-done #main > *, .pace-loaded #main > * {
    opacity: 1 !important; }
  .pace-loaded .blackout #main > * {
    pointer-events: none;
    filter: grayscale(1) brightness(70%); }
  #main.home-layout {
    padding-top: 100vh;
    position: relative; }
    #main.home-layout:after, #main.home-layout:before {
      content: '';
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      height: 40px;
      background-color: white; }
    #main.home-layout:before {
      top: calc(100vh - 40px); }
    #main.home-layout:after {
      bottom: 0; }
  #main .gray-layout {
    min-height: calc(100vh - 200px);
    background-color: #f4f4f4; }
    #main .gray-layout .items {
      min-height: auto;
      background-color: #f4f4f4; }
  #main > .social {
    display: none;
    padding: 20px 40px 40px; }
  .browser-layout #main {
    height: 100vh; }
    .browser-layout #main .gray-layout {
      height: calc(100vh - 80px); }
  @media (max-width: 750px) {
    #main {
      min-height: 0;
      padding: 100px 0 0 !important; }
      #main:before, #main:after {
        display: none !important; }
      #main > * {
        opacity: 1; }
      #main > .social {
        display: block; }
      #main .gray-layout {
        background-color: white; }
        #main .gray-layout .items {
          background-color: white; } }

#promo {
  position: fixed;
  top: 40px;
  left: 120px;
  right: 120px;
  padding: 80px;
  height: calc(100vh - 80px);
  white-space: nowrap;
  text-align: center;
  text-align: left;
  color: white;
  overflow: hidden;
  background-color: black; }
  #promo:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  #promo > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  #promo .middle {
    position: relative; }
  #promo h1 {
    color: white;
    font-size: 45px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: left; }
    #promo h1 a {
      font-family: "IBM Plex Serif", serif;
      font-style: italic;
      color: white;
      font-size: 45px;
      border-bottom: 2px solid #9ac43c; }
      #promo h1 a:hover {
        color: #9ac43c;
        border-color: transparent; }
  #promo .down {
    position: absolute;
    right: 80px;
    bottom: 80px;
    width: 24px;
    height: 24px;
    animation: bounce 2s infinite; }
    #promo .down svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: white; }
    #promo .down:hover svg {
      fill: #9ac43c; }
  #promo .contacts {
    position: absolute;
    left: 0;
    bottom: 80px; }
  #promo .top {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0; }
    #promo .top > * {
      float: left;
      width: 25%; }
      #promo .top > *:first-child {
        padding-left: 80px; }
  #promo .social {
    position: absolute;
    top: 80px;
    left: 80px; }
  #promo .presentation {
    position: absolute;
    top: 80px;
    left: 25%;
    padding: 10px 0; }
    #promo .presentation a {
      display: inline-block;
      vertical-align: top;
      position: relative;
      color: white;
      padding-left: 30px; }
      #promo .presentation a:hover {
        color: #9ac43c; }
        #promo .presentation a:hover svg {
          fill: #9ac43c; }
    #promo .presentation svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      fill: white; }
  #promo video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: -40px;
    bottom: -40px;
    right: -120px;
    left: -120px;
    width: calc(100% + 240px);
    height: calc(100% + 80px); }
  @media (min-width: 2049px) {
    #promo .presentation {
      left: 20%; } }
  @media (max-width: 1680px) {
    #promo .presentation {
      left: calc(100% / 3); } }
  @media (max-width: 1320px) {
    #promo .presentation {
      left: 50%; } }
  @media (max-width: 1150px) {
    #promo {
      padding: 40px; }
      #promo .presentation {
        top: 40px; }
      #promo .social {
        left: 40px;
        top: 40px; }
      #promo .contacts {
        bottom: 40px; }
      #promo .down {
        right: 40px;
        bottom: 40px; } }
  @media (max-width: 900px) {
    #promo .contacts {
      display: none; }
    #promo .presentation {
      top: auto;
      bottom: 40px;
      padding: 2px 0;
      left: 40px; }
    #promo h1, #promo h1 a {
      font-size: calc(18px + (45 - 18) * (calc(100vw - 120px) - 320px) / (900 - 320));
      line-height: calc(24px + (60 - 24) * (calc(100vw - 120px) - 320px) / (900 - 320)); } }
  @media (max-width: 750px) {
    #promo {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      height: calc(100vh - 100px);
      height: calc(var(--vh, 1vh) * 100 - 100px); }
      #promo h1, #promo h1 a {
        font-size: calc(18px + (45 - 18) * (100vw - 320px) / (900 - 320));
        line-height: calc(24px + (60 - 24) * (100vw - 320px) / (900 - 320)); }
      #promo h1 a {
        border-bottom-width: 1px; }
      #promo .down {
        display: none; }
      #promo video {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; } }

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

.up {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 24px;
  height: 24px;
  display: none; }
  .up svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: white; }

.contacts {
  width: 100%;
  font-size: 14px; }
  .contacts li {
    float: left;
    width: 25%; }
    .contacts li:first-child {
      padding-left: 80px; }
  .contacts span {
    display: block;
    opacity: .5;
    padding-bottom: 6px;
    font-family: "IBM Plex Serif", serif;
    font-style: italic; }
  .contacts a {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 20px;
    color: white; }
    .contacts a:hover {
      color: #9ac43c; }
  @media (min-width: 2049px) {
    .contacts li {
      width: 20%; } }
  @media (max-width: 1680px) {
    .contacts li {
      width: calc(100% / 3); } }
  @media (max-width: 1320px) {
    .contacts li {
      width: 50%; } }
  @media (max-width: 1150px) {
    .contacts li:first-child {
      padding-left: 40px; } }

.social {
  text-align: center; }
  .social li {
    float: left;
    margin-right: 10px; }
    .social li:last-child {
      margin: 0; }
  .social a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    border: 2px solid white;
    transition-property: background-color, border-color; }
    .social a:before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      border-radius: 50%;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      background: url(../images/instagram.png) no-repeat 50% 50%/cover; }
    .social a:hover.facebook {
      background-color: #4267b2;
      border-color: #4267b2; }
    .social a:hover.behance {
      background-color: #0057ff;
      border-color: #0057ff; }
    .social a:hover.instagram {
      border-color: transparent; }
      .social a:hover.instagram:before {
        opacity: 1; }
  .social svg {
    fill: white;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px); }
  @media (max-width: 750px) {
    .social a.facebook {
      background-color: #4267b2;
      border-color: #4267b2; }
    .social a.behance {
      background-color: #0057ff;
      border-color: #0057ff; }
    .social a.instagram {
      border-color: transparent; }
      .social a.instagram:before {
        opacity: 1; } }

.items {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: white; }

.item {
  float: left;
  width: 25%;
  position: relative;
  color: white;
  z-index: 5;
  overflow: hidden;
  transition: background 0.45s ease;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc0NHB4JyBoZWlnaHQ9JzQ0cHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2ZmZmZmZiIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjYTZjZTM5IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTUwLjYgMTAwLjQ7MSAyNTA7MTUwLjYgMTAwLjQiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=) no-repeat 50% 50%; }
  .item:before {
    content: '';
    display: block;
    margin-top: 66.667%; }
  .item.loaded {
    background: transparent;
    transition-delay: 0.45s; }
  .item .b-lazy {
    opacity: 0;
    max-width: none;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    transition: 0.45s ease;
    transition-property: opacity, transform; }
    .item .b-lazy.b-loaded {
      opacity: 1; }
  .item .information {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    padding-bottom: 2px;
    transition: opacity 0.45s ease; }
    .item .information:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .item .information > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .item .information .date {
      display: block;
      font-size: 12px;
      opacity: .4;
      margin-bottom: 2px; }
    .item .information p {
      margin: 0;
      opacity: .8;
      padding-top: 10px;
      font-family: "IBM Plex Serif", serif;
      font-style: italic;
      font-size: 14px; }
  .item.insert {
    background: #333;
    font-weight: 300;
    transition: background 0.3s ease; }
    .item.insert .middle {
      position: absolute;
      width: 280px;
      height: 120px;
      top: calc(50% - 60px);
      left: calc(50% - 140px); }
    .item.insert .number {
      float: left;
      font-weight: 100;
      font-size: 168px;
      line-height: 123px;
      letter-spacing: -0.06em;
      margin-left: -10px; }
    .item.insert p {
      float: right;
      width: 105px;
      margin-top: -5px; }
    .item.insert .button {
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 105px; }
  .item.back {
    overflow: hidden;
    background: #333; }
    .item.back span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      background: url(../images/arrow.svg) no-repeat 50% 50%/94px 82px; }
    .item.back:hover {
      background-color: black; }
      .item.back:hover span {
        animation: shake 3s infinite; }
  @media (min-width: 2049px) {
    .item {
      width: 20%; } }
  @media (max-width: 1680px) {
    .item {
      width: calc(100% / 3); } }
  @media (max-width: 1320px) {
    .item {
      width: 50%; } }
  @media (min-width: 751px) {
    .item:hover {
      z-index: 0; }
      .item:hover .information {
        opacity: 1; }
      .item:hover .b-lazy {
        transform: scale(1.166); }
    .item.insert:hover {
      background-color: black; }
      .item.insert:hover .button {
        background-color: #9ac43c; } }
  @media (max-width: 750px) {
    .item {
      width: 100%; }
      .item.hover {
        z-index: 0; }
        .item.hover .information {
          opacity: 1; }
        .item.hover .b-lazy {
          transform: scale(1.166); } }

.accordion {
  width: 100%;
  text-align: left;
  position: relative; }
  .accordion h3 {
    padding: 4px 0; }
    .accordion h3 span {
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      transition: color 0.3s ease; }
      .accordion h3 span:hover {
        color: #9ac43c; }
        .accordion h3 span:hover svg {
          fill: #9ac43c;
          transition: transform 0.3s ease; }
    .accordion h3 i {
      vertical-align: top;
      height: 30px;
      min-width: 30px;
      border-radius: 15px;
      background-color: #dc3f58;
      color: white;
      text-align: center;
      font-style: normal;
      font-weight: normal;
      font-size: 17px;
      line-height: 30px;
      margin: 5px 0 0 6px;
      padding: 0 10px;
      display: none; }
    .accordion h3 svg {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 24px;
      height: 24px;
      fill: #333;
      margin: 8px 0 0 6px; }
    .accordion h3.ui-accordion-header-active span svg {
      transform: rotate(-180deg); }
    .accordion h3.selected span {
      color: #9ac43c; }
      .accordion h3.selected span svg {
        fill: #9ac43c; }
    .accordion h3.selected i {
      display: inline-block; }
  .accordion .expanded {
    overflow: hidden;
    position: relative; }
  .accordion .expanded-holder {
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    overflow: hidden;
    position: relative; }
  .accordion .tag {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 10px 0;
    height: 30px;
    color: #999;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 28px;
    position: relative;
    letter-spacing: normal;
    padding: 0 36px 0 12px;
    transition: 0.3s ease;
    transition-property: color, border-color, background-color; }
    .accordion .tag svg {
      position: absolute;
      top: 6px;
      right: 11px;
      fill: #333;
      transition: all 0.3s ease; }
      .accordion .tag svg * {
        transition: none; }
    .accordion .tag:hover {
      color: #333;
      border-color: #9ac43c; }
    .accordion .tag.active {
      color: white;
      border-color: #9ac43c;
      background-color: #9ac43c; }
      .accordion .tag.active svg {
        fill: white;
        transform: rotate(-45deg); }

#footer {
  width: 100%;
  padding: 36px 0 38px;
  background-color: #333;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease; }
  #footer .contacts span {
    opacity: 1;
    color: rgba(255, 255, 255, 0.5); }
  #footer .holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25%;
    padding: 40px;
    text-align: right;
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px; }
    #footer .holder > * {
      letter-spacing: normal;
      font-size: 13px;
      line-height: 24px;
      display: inline-block;
      vertical-align: top; }
  #footer .copyright {
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    padding: 8px 20px 8px 0; }
  .pace-done #footer, .pace-loaded #footer {
    opacity: 1 !important; }
  @media (min-width: 2049px) {
    #footer .holder {
      width: 20%; } }
  @media (max-width: 1680px) {
    #footer .holder {
      width: calc(100% / 3); } }
  @media (max-width: 1320px) {
    #footer .holder {
      display: none; }
    #footer .contacts {
      position: relative; }
      #footer .contacts li {
        padding-left: 80px; } }
  @media (max-width: 1150px) {
    #footer .contacts li {
      padding-left: 40px; } }
  @media (max-width: 750px) {
    #footer {
      padding-left: 40px;
      padding-right: 40px;
      opacity: 1; }
      #footer .contacts li {
        width: 100%;
        padding: 0 0 34px;
        display: block;
        float: none; }
        #footer .contacts li:last-child {
          padding-bottom: 0; } }

.progress {
  position: absolute;
  right: 25%;
  bottom: 0;
  height: 80px;
  width: 4px;
  overflow: hidden;
  margin-right: -1px;
  display: none; }
  .progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1); }
  .progress span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #9ac43c; }
  @media (min-width: 2049px) {
    .progress {
      right: 20%; } }
  @media (max-width: 1680px) {
    .progress {
      right: calc(100% / 3); } }
  @media (max-width: 1320px) {
    .progress {
      right: 50%; } }
  @media (max-width: 750px) {
    .progress {
      display: none; } }

.language {
  position: fixed;
  font-weight: bold;
  right: 0;
  bottom: 36px;
  width: 120px;
  z-index: 90;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease; }
  .language .active {
    display: none; }
  .language a {
    color: #333; }
    .language a:hover {
      color: black; }
  .pace-done .language, .pace-loaded .language {
    opacity: 1; }
  .pace-loaded .blackout .language {
    opacity: 0 !important; }
  .browser-layout .language {
    pointer-events: none; }
  @media (min-width: 751px) {
    .language {
      bottom: auto;
      top: 39px;
      right: 50px;
      width: auto;
      writing-mode: vertical-rl;
      transform: rotate(-180deg);
      font-weight: normal; } }
  @media (max-width: 750px) {
    .language {
      position: static;
      width: auto;
      float: right;
      opacity: 1;
      margin-top: 27px;
      font-weight: normal; } }

.project {
  position: relative;
  background-color: #f4f4f4; }
  .project .media {
    float: left;
    width: 75%;
    display: table;
    min-height: calc(100vh - 200px); }
    .project .media .holder {
      display: table-cell;
      vertical-align: middle; }
      .project .media .holder > * {
        width: 100%;
        height: auto;
        display: block; }
  .project header {
    float: right;
    width: 25%;
    position: relative;
    z-index: 10;
    padding: 31px 40px 40px; }
  .project footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    padding: 40px; }
  .project h1 {
    color: #333;
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    padding: 0;
    text-align: left; }
  .project p {
    margin-bottom: 25px; }
  .project .date {
    color: #999;
    display: block;
    font: 11px/15px "Open Sans", sans-serif; }
  .project .link {
    display: block;
    position: relative;
    height: 40px;
    border-radius: 20px;
    background-color: white;
    color: black;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding: 0 20px 0 50px;
    margin-bottom: 40px;
    transition-property: color, background-color; }
    .project .link svg {
      position: absolute;
      top: calc(50% - 12px);
      left: 13px;
      width: 24px;
      height: 24px;
      fill: #9ac43c; }
    .project .link:hover {
      background-color: #9ac43c;
      color: white; }
      .project .link:hover svg {
        fill: white; }
  .project.long footer {
    bottom: auto;
    top: 0;
    padding-top: calc(100vh - 200px); }
    .project.long footer.is_stuck[style^="position: fixed;"] {
      right: 120px; }
  .project .embed-dimensions {
    position: relative; }
    .project .embed-dimensions img {
      display: block;
      width: 100%;
      height: auto; }
  .project iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 1680px) {
    .project .media {
      width: calc(100% / 3 * 2); }
    .project header, .project footer {
      width: calc(100% / 3); } }
  @media (max-width: 1320px) {
    .project .media {
      float: none;
      width: 100%; }
    .project header, .project footer {
      float: none;
      width: 100%;
      padding-left: 80px;
      padding-right: 80px;
      position: static; }
    .project .link {
      float: left;
      margin: 0;
      width: calc(50% - 80px); }
    .project .share {
      float: right;
      width: calc(50% - 75px); } }
  @media (max-width: 1150px) {
    .project header, .project footer {
      padding-left: 40px;
      padding-right: 40px; }
    .project .link {
      width: calc(50% - 40px); }
    .project .share {
      width: calc(50% - 35px); } }
  @media (max-width: 750px) {
    .project footer {
      display: none; }
    .project .media {
      min-height: 100vw; }
    .project .project-module {
      padding: 0 10px; } }

.tags {
  margin: 0 -5px 16px 0; }
  .tags li {
    float: left;
    max-width: 100%;
    padding: 0 5px 10px 0; }
  .tags a {
    display: block;
    height: 30px;
    color: #999;
    font-size: 12px;
    line-height: 28px;
    border-radius: 15px;
    padding: 0 15px;
    border: 1px solid #ccc;
    transition-property: color, border-color, background-color; }
    .tags a:hover {
      color: white;
      background-color: #9ac43c;
      border-color: #9ac43c; }

.share-holder {
  width: 100%;
  display: none;
  color: white;
  padding-bottom: 34px; }
  .share-holder span {
    display: block;
    opacity: .5;
    padding-bottom: 6px;
    font-family: "IBM Plex Serif", serif;
    font-style: italic; }
  @media (max-width: 750px) {
    .share-holder {
      display: block; } }

.share {
  margin-right: -5px; }
  .share li {
    float: left;
    margin-right: 5px;
    width: calc(100% / 3 - 5px); }
  .share a, .share button {
    display: block;
    height: 40px;
    width: 100%;
    font-size: 12px;
    color: #999;
    line-height: 36px;
    padding-left: 36px;
    text-align: center;
    position: relative;
    border: 2px solid;
    border-radius: 20px;
    background: none;
    transition: 0.3s ease;
    transition-property: color, border-color, background-color; }
    .share a:hover, .share button:hover {
      color: rgba(255, 255, 255, 0.5); }
    .share a.facebook, .share button.facebook {
      border-color: #3b5998; }
      .share a.facebook svg, .share button.facebook svg {
        fill: #3b5998; }
      .share a.facebook:hover, .share button.facebook:hover {
        background-color: #3b5998; }
        .share a.facebook:hover svg, .share button.facebook:hover svg {
          fill: white; }
    .share a.twitter, .share button.twitter {
      border-color: #55acee; }
      .share a.twitter svg, .share button.twitter svg {
        fill: #55acee; }
      .share a.twitter:hover, .share button.twitter:hover {
        background-color: #55acee; }
        .share a.twitter:hover svg, .share button.twitter:hover svg {
          fill: white; }
    .share a.linkedin, .share button.linkedin {
      border-color: #008CC9; }
      .share a.linkedin svg, .share button.linkedin svg {
        top: 7px;
        fill: #008CC9; }
      .share a.linkedin:hover, .share button.linkedin:hover {
        background-color: #008CC9; }
        .share a.linkedin:hover svg, .share button.linkedin:hover svg {
          fill: white; }
  .share svg {
    position: absolute;
    top: 8px;
    left: 14px;
    width: 20px;
    height: 20px;
    fill: white; }
  @media (max-width: 750px) {
    .share {
      margin-right: -10px; }
      .share li {
        margin-right: 10px;
        width: calc(100% / 3 - 10px); }
      .share a, .share button {
        color: rgba(255, 255, 255, 0.5); }
        .share a.facebook, .share button.facebook {
          background-color: #3b5998; }
          .share a.facebook svg, .share button.facebook svg {
            fill: white; }
        .share a.twitter, .share button.twitter {
          background-color: #55acee; }
          .share a.twitter svg, .share button.twitter svg {
            fill: white; }
        .share a.linkedin, .share button.linkedin {
          background-color: #008CC9; }
          .share a.linkedin svg, .share button.linkedin svg {
            fill: white; } }

#page {
  display: none; }

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

.member {
  float: left;
  width: 25%;
  position: relative;
  color: #333;
  text-align: center;
  padding-bottom: 19px;
  margin-bottom: 40px; }
  .member:before, .member:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 1px;
    background-color: #dbdbdb; }
  .member:after {
    display: none; }
  .member:last-child:after {
    display: block;
    left: auto;
    right: 0; }
  .member .visual {
    overflow: hidden;
    position: relative;
    margin-bottom: 29px;
    z-index: 5;
    transition: background 0.45s ease;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc0NHB4JyBoZWlnaHQ9JzQ0cHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2ZmZmZmZiIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjYTZjZTM5IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTUwLjYgMTAwLjQ7MSAyNTA7MTUwLjYgMTAwLjQiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=) no-repeat 50% 50%; }
    .member .visual:before {
      content: '';
      display: block;
      margin-top: 66.667%; }
    .member .visual.loaded {
      background: transparent;
      transition-delay: 0.45s; }
  .member .b-lazy {
    opacity: 0;
    transition: 0.45s ease;
    transition-property: opacity, transform; }
    .member .b-lazy.b-loaded {
      opacity: 1; }
  .member .name {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    padding-bottom: 5px; }
  .member .position {
    display: block;
    font: italic 14px/19px "IBM Plex Serif", serif;
    color: #999; }
  @media (min-width: 2049px) {
    .member {
      width: 20%; } }
  @media (max-width: 1680px) {
    .member {
      width: calc(100% / 3); } }
  @media (max-width: 1320px) {
    .member {
      width: 50%; } }
  @media (max-width: 750px) {
    .member {
      width: 100%; } }

.browsers {
  white-space: nowrap;
  text-align: center; }
  .browsers:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .browsers > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  .browsers h1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    padding: 0 0 13px; }
  .browsers p {
    margin: 0 0 40px;
    color: #666;
    text-align: center; }

.browser {
  float: left;
  max-width: 280px;
  padding: 0 40px;
  border-left: 1px solid rgba(204, 204, 204, 0.5); }
  .browser:first-of-type {
    border-left: 0; }
  .browser .image {
    display: block;
    width: 100%;
    height: 140px;
    margin-bottom: 40px;
    white-space: nowrap;
    text-align: center; }
    .browser .image:before {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      width: 0;
      min-height: 100%; }
    .browser .image > * {
      white-space: normal;
      display: inline-block;
      vertical-align: bottom; }
  .browser .link {
    display: block;
    position: relative;
    height: 40px;
    border-radius: 20px;
    background-color: white;
    color: black;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding: 0 20px 0 50px;
    transition-property: color, background-color; }
    .browser .link svg {
      position: absolute;
      top: calc(50% - 12px);
      left: 13px;
      width: 24px;
      height: 24px;
      fill: #9ac43c; }
    .browser .link:hover {
      background-color: #9ac43c;
      color: white; }
      .browser .link:hover svg {
        fill: white; }

.inner-layout {
  padding: 40px; }

.back-button {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background-color: white;
  border-radius: 20px;
  position: relative;
  padding: 0 20px 0 50px;
  margin-bottom: 29px;
  transition: 0.3s ease;
  transition-property: color, background-color; }
  .back-button svg {
    position: absolute;
    top: calc(50% - 12px);
    left: 13px;
    width: 24px;
    height: 24px;
    fill: #9ac43c; }
  @media (min-width: 751px) {
    .back-button:hover {
      color: white;
      background-color: #9ac43c; }
      .back-button:hover svg {
        fill: white; } }
  @media (max-width: 750px) {
    .back-button {
      color: white;
      background-color: #9ac43c; }
      .back-button svg {
        fill: white; } }

.ui-tooltip {
  color: #ccc;
  position: absolute;
  z-index: 99999;
  padding: 8px 10px;
  text-align: center;
  border-radius: 3px;
  width: 200px;
  background-color: #333;
  font-size: 12px;
  line-height: 16px; }

.ui-helper-hidden-accessible {
  display: none; }

.fb_customer_chat_bubble_animated_no_badge {
  right: 30px !important; }

@media (max-width: 750px) {
  #fb-root {
    display: none !important; } }

.mobile-msg {
  display: none !important;
  position: fixed;
  z-index: 90;
  right: 35px;
  bottom: 35px;
  width: 50px;
  height: 50px;
  opacity: 0;
  pointer-events: none;
  background: url(../images/fb_mes.svg) no-repeat 50% 50%/cover; }
  .mobile-msg:before {
    content: attr(data-msg);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 10px);
    white-space: nowrap;
    background-color: white;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    padding: 0 22px;
    transition: opacity 0.3s ease; }
  @media (min-width: 751px) {
    .mobile-msg {
      bottom: 40px; }
      .mobile-msg:hover:before {
        opacity: 1; }
      .pace-loaded .mobile-msg {
        opacity: 1;
        pointer-events: auto; }
      .pace-loaded .blackout .mobile-msg {
        opacity: 0;
        pointer-events: none; } }
  @media (max-width: 750px) {
    .mobile-msg {
      opacity: 1;
      z-index: 75;
      bottom: 35px;
      pointer-events: auto; }
      .mobile-msg.display:before {
        opacity: 1; } }
/*# sourceMappingURL=main.css.map */