/*
	
	RESET
	--------------------------------------------------------------------
	Reset montado a partir de vários resets, usando apenas o necessário.
	
	Fontes:
	https://github.com/murtaugh/HTML5-Reset/blob/master/assets/css/reset.css
	https://gist.github.com/joshuapowell/1680540
	https://github.com/h5bp/html5-boilerplate/tree/master/dist/css

*/
html,
body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body,
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label,
button,
input,
select,
textarea,
form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
:before,
:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
main,
article,
aside,
canvas,
details,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
  padding: 0;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
ul {
  list-style: none;
  list-style-position: inside;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
  overflow: auto;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
}
button[disabled],
html input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
  cursor: default;
}
textarea {
  resize: vertical;
  font-family: inherit;
}
::-moz-selection {
  background: #0000ff;
  color: white;
  text-shadow: none;
}
::selection {
  background: #0000ff;
  color: white;
  text-shadow: none;
}
@font-face {
  font-family: 'manifold_cfdemi_bold_oblique';
  src: url('../fonts/manifold/manifold-cf-demi-bold-oblique-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-demi-bold-oblique-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-demi-bold-oblique-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-demi-bold-oblique-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-demi-bold-oblique-webfont.svg#manifold_cfdemi_bold_oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'manifold_cfextra_bold';
  src: url('../fonts/manifold/manifold-cf-extra-bold-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-extra-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-extra-bold-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-extra-bold-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-extra-bold-webfont.svg#manifold_cfextra_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'manifold_cfextra_bold_oblique';
  src: url('../fonts/manifold/manifold-cf-extra-bold-oblique-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-extra-bold-oblique-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-extra-bold-oblique-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-extra-bold-oblique-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-extra-bold-oblique-webfont.svg#manifold_cfextra_bold_oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'manifold_cflight';
  src: url('../fonts/manifold/manifold-cf-light-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-light-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-light-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-light-webfont.svg#manifold_cflight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'manifold_cfregular';
  src: url('../fonts/manifold/manifold-cf-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-webfont.svg#manifold_cfregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'manifold_cfbold';
  src: url('../fonts/manifold/manifold-cf-bold-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-bold-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-bold-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-bold-webfont.svg#manifold_cfbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'manifold_cfbold_oblique';
  src: url('../fonts/manifold/manifold-cf-bold-oblique-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-bold-oblique-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-bold-oblique-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-bold-oblique-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-bold-oblique-webfont.svg#manifold_cfbold_oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'manifold_cfdemi_bold';
  src: url('../fonts/manifold/manifold-cf-demi-bold-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-demi-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-demi-bold-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-demi-bold-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-demi-bold-webfont.svg#manifold_cfdemi_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'manifold_cflight_oblique';
  src: url('../fonts/manifold/manifold-cf-light-oblique-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-light-oblique-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-light-oblique-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-light-oblique-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-light-oblique-webfont.svg#manifold_cflight_oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'manifold_cfitalic';
  src: url('../fonts/manifold/manifold-cf-regular-oblique-webfont.eot');
  src: url('../fonts/manifold/manifold-cf-regular-oblique-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold/manifold-cf-regular-oblique-webfont.woff') format('woff'), url('../fonts/manifold/manifold-cf-regular-oblique-webfont.ttf') format('truetype'), url('../fonts/manifold/manifold-cf-regular-oblique-webfont.svg#manifold_cfitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
  height: 100%;
  background: #000;
}
html.noscroll,
html.noscroll body {
  overflow: hidden;
}
@media (max-width: 1024px) {
  html.noscroll,
  html.noscroll body {
    position: fixed;
  }
}
body {
  line-height: 1.2;
  cursor: default;
  background: #000;
}
main {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: #FFF;
  -webkit-transition: left 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: left 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  left: 0px;
  -webkit-box-shadow: 0px 0px 33px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 33px 8px rgba(0, 0, 0, 0.1);
}
main.open-menu {
  left: -20vw;
}
main.open-menu:after {
  opacity: 1;
  width: 100%;
}
main:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 0vw;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 0;
}
@media (max-width: 1200px) {
  main.open-menu {
    left: -25vw;
  }
}
@media (max-width: 768px) {
  main.open-menu {
    left: -40vw;
  }
}
@media (max-width: 568px) {
  main.open-menu {
    left: -60vw;
  }
}
.site-center {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  display: table;
  background: #FFF;
}
.site-center .rodape {
  position: relative;
  width: 100%;
  height: 20px;
}
.site-center-col {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  display: table;
  background: #FFF;
}
.site-center-mosaic {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  display: table;
  background: #FFF;
}
.site-center-medium {
  margin: 0 auto;
  max-width: 1060px;
  width: 80%;
  padding: 0 6em 20px;
  padding-top: 10px;
  background: #FFF;
}
.site-center-medium-col {
  margin: 0 auto;
  max-width: 660px;
  padding: 0 30px 30px;
  margin-top: 120px;
  background: #FFF;
}
.site-center-padding {
  margin: 0 auto;
  max-width: 1260px;
  padding: 30px;
  background: #FFF;
}
.site-center-padding .language {
  position: absolute;
  right: 30px;
  z-index: 3;
}
.site-center-padding .language li {
  font-size: 12px;
  display: inline-block;
}
.site-center-padding .language li div {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.site-center-padding .language li div.active {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
}
.site-center-padding .portuguese {
  display: block;
}
.site-center-padding .english {
  display: none;
}
.site-center-padding .related {
  background: #FFF;
  padding: 0px;
  margin-top: 40px;
}
.site-center-padding .related .r-title {
  margin-bottom: 30px;
}
.site-center-padding .related .mosaic {
  margin: -10px !important;
}
.highlights {
  position: relative;
  background: #FFF;
  overflow: hidden;
  width: 100%;
  display: table;
  padding-bottom: 154px;
}
.desative-mouse {
  position: fixed;
  width: 100%;
  height: 100%;
  background: red;
  opacity: 0;
  z-index: 500;
  top: 0px;
  left: 0px;
  display: none;
}
.return {
  position: absolute;
  display: block;
  width: 11px;
  height: 17px;
  left: 30px;
  top: 20px;
  background: url(../img/hgroup/return.svg) no-repeat;
  -webkit-transition: left 0.2s;
          transition: left 0.2s;
  z-index: 4;
  margin-top: 100px;
}
.return:hover {
  left: 25px;
}
@media (max-width: 768px) {
  .site-center-medium {
    width: 100%;
    padding: 30px;
    padding-top: 0px;
  }
  .site-center-padding .language {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    right: 0px;
  }
}
@media (max-width: 480px) {
  .site-center {
    padding-bottom: 111px;
  }
}
.svg-inline {
  position: relative;
  text-indent: 0 !important;
  background-image: none !important;
}
.svg-inline svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.footer {
  position: relative;
  display: table;
  width: 100%;
  color: white;
  z-index: 1;
}
.footer.no-bottom {
  background: #e7e4e4;
}
.footer.no-bottom .f-bottom {
  display: none;
}
.footer .f-wrapper {
  position: relative;
  padding: 0 30px;
  width: 100%;
  height: 120px;
  display: table;
  background: #000;
}
.footer .f-col {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
}
.footer .f-col:first-child {
  text-align: left;
  padding-right: 0;
}
.footer .f-col:last-child {
  text-align: right;
  padding-left: 0;
}
.footer .f-col a:hover {
  text-decoration: underline;
}
.footer .f-bottom {
  position: relative;
  width: 100%;
  max-width: 1600px;
  padding: 0 20px;
  display: table;
  margin: 0 auto;
}
.footer .f-boxes {
  position: relative;
  float: left;
  width: 20%;
  margin: 0 auto;
  padding-top: 18.8%;
  cursor: pointer;
}
.footer .f-boxes:hover .f-ico {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.footer .f-boxes:hover .f-box {
  background: #181818;
}
.footer .f-boxes:hover .f-box span {
  margin-top: 60px;
}
.footer .f-box {
  width: 95%;
  height: 95%;
  background: #b9b9b9;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.footer .f-box span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 40px;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.footer .f-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.footer .f-facebook {
  background: url('../img/icons/facebook.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-instagram {
  background: url('../img/icons/instagram.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-twitter {
  background: url('../img/icons/twitter.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-youtube {
  background: url('../img/icons/youtube.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-linkedin {
  background: url('../img/icons/linkedin.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-f-ico {
  width: 58px;
  height: 58px;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  display: inline-block;
  margin: 0px 5px;
}
.footer .f-f-ico:last-child {
  margin-right: -5px;
}
.footer .f-f-minc {
  background: url('../img/footer/minc.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-f-minc:after {
  content: 'Realização:';
  font-size: 12px;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  position: absolute;
  top: -10px;
  left: 0px;
}
.footer .f-f-gov {
  width: 81px;
  background: url('../img/footer/gov.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-f-icatu {
  background: url('../img/footer/icatu.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-f-bei {
  background: url('../img/footer/bei.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-f-pq {
  background: url('../img/footer/pq.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .f-f-lei {
  background: url('../img/footer/lei.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.footer .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 120px;
  background: url('../img/footer/logo.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  bottom: 0px;
}
.footer span {
  font-family: 'manifold_cflight';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.footer .f-button-top {
  position: relative;
  width: 54px;
  height: 54px;
  margin: 20px auto 25px auto;
  display: block;
  cursor: pointer;
}
.footer .f-button-top:hover .over {
  top: -54px;
}
.footer .f-button-top:hover .out {
  top: 17px;
}
.footer .f-button-top .content {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid #2A2A2A;
  overflow: hidden;
  cursor: pointer;
}
.footer .f-button-top span {
  position: absolute;
  width: 100%;
  display: block;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.footer .f-button-top .over {
  top: 17px;
  text-align: center;
  color: #2A2A2A;
}
.footer .f-button-top .over img {
  position: relative;
  margin: 0 auto;
  display: table;
}
.footer .f-button-top .out {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  color: #2A2A2A;
  text-align: center;
  top: 54px;
  font-size: 11px;
}
@media (max-width: 768px) {
  .footer .f-wrapper {
    padding-bottom: 30px;
  }
  .footer .f-col {
    width: auto;
    display: table;
    margin: 0 auto;
  }
  .footer .f-col:first-child {
    text-align: center;
    padding: 0px;
    margin-top: 80px;
  }
  .footer .f-col:last-child {
    text-align: initial;
    padding: 0px;
    margin-top: 20px;
  }
  .footer .logo {
    bottom: 130px;
    height: 40px;
  }
  .footer .f-box span {
    display: none;
  }
  .footer .f-boxes {
    width: 20%;
    padding-top: 20%;
  }
  .footer .f-f-ico {
    width: 38px;
    height: 38px;
    margin: 0px;
  }
  .footer .f-f-gov {
    width: 61px;
    height: 38px;
  }
}
@media (max-width: 414px) {
  .footer .f-ico {
    width: 48px;
    height: 48px;
  }
}
.header {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 1000;
  padding: 30px;
  display: table;
}
.header.open-menu .h-logo {
  opacity: .2;
}
.header.h-black {
  position: relative;
}
.header.h-black .h-logo svg path {
  fill: #FF1D25;
}
.header.h-black .h-search svg path {
  fill: #000;
}
.header.h-black .h-menu span {
  background: #000;
}
.header.h-fixed {
  background: #000;
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 18px 30px;
}
.header.h-fixed.h-hide {
  top: -65px;
}
.header.h-fixed .h-logo {
  height: 35px;
}
.header.h-fixed .h-search {
  margin-top: 7px;
}
.header.h-fixed .h-menu {
  margin-top: 9px;
}
.header.h-fixed.h-black .h-logo svg path {
  fill: #FFF;
}
.header.h-fixed.h-black .h-search svg path {
  fill: #FFF;
}
.header.h-fixed.h-black .h-menu span {
  background: #FFF;
}
.header.h-fixed .h-col:nth-child(2) {
  height: auto;
}
.header .h-col {
  position: relative;
  float: left;
  width: 33.333%;
}
.header .h-col:last-child {
  float: right;
}
.header .h-col:nth-child(2) {
  height: 86px;
}
.header .h-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: table;
  width: 380px;
  height: 90px;
  background: url('../img/header/logo.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  margin: 0 auto;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.header .h-search {
  position: relative;
  width: 20px;
  height: 20px;
  background: url('../img/header/search.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-top: 22px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  cursor: pointer;
}
.header .h-search svg {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.header .h-search:hover svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .h-menu {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 21px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  cursor: pointer;
  overflow: hidden;
}
.header .h-menu:hover span:nth-child(1) {
  left: 5px;
}
.header .h-menu:hover span:nth-child(2) {
  left: 10px;
}
.header .h-menu:hover span:nth-child(3) {
  left: 15px;
}
.header .h-menu:hover span:nth-child(4) {
  left: 18px;
}
.header .h-menu.h-closed:hover .m-wrapper {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header .h-menu.h-closed span:nth-child(1) {
  width: 0px;
}
.header .h-menu.h-closed span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  left: 8px;
  top: 2px;
}
.header .h-menu.h-closed span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  left: 6px;
  top: 16px;
}
.header .h-menu.h-closed span:nth-child(4) {
  width: 0px;
}
.header .h-menu span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.header .h-menu span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.header .h-menu span:nth-child(2) {
  top: 6px;
  left: 0px;
}
.header .h-menu span:nth-child(3) {
  top: 12px;
  left: 0px;
}
.header .h-menu span:nth-child(4) {
  top: 18px;
  left: 0px;
}
.header .m-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
          transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
}
@media (max-width: 768px) {
  .header .h-logo {
    width: 184px;
    height: 40px;
  }
  .header .h-col:nth-child(2) {
    height: 38px;
  }
  .header .h-search {
    margin-top: 12px;
  }
  .header .h-menu {
    margin-top: 11px;
  }
}
@media (max-width: 320px) {
  .header .h-logo {
    width: 134px;
    height: 28px;
  }
  .header .h-search {
    margin-top: 5px;
  }
  .header .h-menu {
    margin-top: 4px;
  }
}
.video {
  position: relative;
  z-index: 1;
  background: #FFF;
  width: 100%;
  height: 700px;
  display: block;
}
.video.video-webdoor {
  display: table;
  width: 100%;
  height: 720px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video:hover figure {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.video:hover .bt-video:before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.video figure {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  -webkit-transition: 20s all;
          transition: 20s all;
}
.video img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  cursor: pointer;
  top: 0px;
}
.video .bt-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}
.video .bt-video:before {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  background: url(../img/icons/play.svg) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
}
@media (max-width: 768px) {
  .video {
    display: none;
  }
}
.video-frame {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  top: 0px;
  display: none;
  z-index: 9000;
}
.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-frame .bt-close {
  display: block;
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
  width: 36px;
  height: 36px;
  position: fixed;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
}
.video-frame .bt-close:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
}
.video-frame .bt-close:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
}
.video-frame .bt-close:hover {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about .a-columns {
  width: 100%;
}
.about .a-columns:before,
.about .a-columns:after {
  content: '';
  display: table;
}
.about .a-columns:after {
  clear: both;
}
.about .a-columns > div {
  float: right;
  width: 50%;
  padding: 50px 0px;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  line-height: 1.4em;
  text-align: left;
}
.about .a-columns > div strong {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
}
.about h2 {
  position: relative;
  width: 100%;
  border-bottom: 6px solid #000;
  display: table;
}
.about h2 span {
  width: 300px;
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  font-size: 90px;
  text-align: left;
  line-height: 80px;
  float: left;
  margin-bottom: 20px;
}
.about .a-english {
  display: none;
}
.about .a-texts p {
  font-size: 18px;
  line-height: 28px;
}
.about .a-mosaic {
  position: relative;
  width: 100%;
  z-index: 1;
}
.about .executive-board {
  width: 100%;
  min-height: 600px;
  display: block;
  margin-bottom: 80px;
}
.about .consultive-board {
  width: 100%;
  min-height: 600px;
  display: block;
  margin-bottom: 80px;
}
.about .team-board {
  width: 100%;
  min-height: 600px;
  display: block;
}
.about .images {
  position: relative;
  width: 50%;
  float: left;
  margin-top: 60px;
}
.about .images .img {
  position: absolute;
  width: 100%;
  height: 400px;
  padding-left: 20px;
  padding-right: 30px;
  overflow: hidden;
  opacity: 0;
}
.about .images .img img {
  width: 100%;
}
.about .names {
  position: relative;
  width: 50%;
  padding-right: 10px;
  float: left;
  margin-top: 60px;
}
.about .names ul {
  position: relative;
  width: 100%;
}
.about .names ul li {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  opacity: 0.3;
  cursor: pointer;
}
.about .names ul li h3 {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #000;
}
.about .names ul li span {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  display: block;
}
.about .names ul li span a {
  color: #000;
  text-decoration: underline;
}
.about .names ul li .buttons {
  position: relative;
  float: left;
  width: 36px;
  height: 0px;
  margin-top: 10px;
  overflow: hidden;
}
.about .names ul li .buttons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: 9999px;
  opacity: 0.5;
}
.about .names ul li .buttons a:hover {
  opacity: 0.9;
}
.about .names ul li .buttons .mail {
  background: url('../img/icons/mail.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-background-size: 36px 36px;
          background-size: 36px 36px;
}
.about .clear {
  clear: both;
}
@media (max-width: 900px) {
  .about h2 span {
    width: 100%;
    font-size: 70px;
    text-align: center;
    line-height: 60px;
  }
  .about .images {
    display: none;
  }
  .about .names {
    width: 100%;
  }
  .about .names ul li {
    opacity: 1;
  }
  .about .names ul li .buttons {
    height: 36px;
  }
}
@media (max-width: 800px) {
  .about h2 span {
    width: 100%;
    font-size: 70px;
    text-align: center;
    line-height: 60px;
  }
  .about > div {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: none;
  }
  .about .a-texts p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .about h2 span {
    width: 100%;
    font-size: 40px;
    text-align: left;
    line-height: 40px;
  }
  .about .a-columns > div {
    width: 100%;
  }
  .about > div {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: none;
  }
  .about .a-texts p {
    font-size: 14px;
    line-height: 21px;
  }
  .about .names ul li {
    margin-bottom: 40px;
  }
  .about .names ul li span {
    font-size: 14px;
    line-height: 21px;
  }
  .about .names ul li h3 {
    font-size: 20px;
  }
}
.contact {
  margin-top: 20px;
}
.contact .c-maps {
  position: relative;
  width: 100%;
  height: 600px;
}
.contact p {
  position: relative;
  width: 100%;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
}
.contact .c-texts {
  width: 100%;
  display: table;
}
.contact a {
  color: #000;
}
.contact a:hover {
  text-decoration: underline;
}
.contact span {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #000;
}
.contact .c-bold {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
}
.contact .c-left {
  position: relative;
  width: 50%;
  float: left;
  padding: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.contact .c-right {
  position: relative;
  width: 50%;
  float: right;
  padding: 20px;
  padding-bottom: 0px;
}
.contact .c-form {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.contact .c-f-left {
  position: relative;
  width: 50%;
  float: left;
}
.contact .c-f-left .c-f-input-text {
  position: relative;
  width: 98.5%;
  height: 70px;
  border: 1px solid #b3b3b3;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
}
.contact .c-f-right {
  position: relative;
  width: 50%;
  float: right;
}
.contact .c-f-right .c-f-textarea-text {
  position: relative;
  width: 98.5%;
  height: 250px;
  border: 1px solid #b3b3b3;
  padding: 20px;
  font-size: 20px;
  float: right;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
}
.contact .c-f-clear {
  clear: both;
}
.contact .c-f-button {
  position: relative;
  width: 100%;
  height: 64px;
  display: table;
  margin-bottom: 30px;
}
.contact .c-f-button .c-f-input-send {
  position: relative;
  width: 148px;
  height: 64px;
  background: #ec1c24;
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-size: 21px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.contact .c-f-button .c-f-input-send:hover {
  background: #af1015;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 700px) {
  .contact {
    margin-top: 0px;
  }
  .contact .c-f-left {
    width: 100%;
    float: none;
  }
  .contact .c-f-left .c-f-input-text {
    width: 100%;
  }
  .contact .c-f-right {
    width: 100%;
    float: none;
  }
  .contact .c-f-right .c-f-textarea-text {
    width: 100%;
  }
  .contact .c-f-button .c-f-input-send {
    position: relative;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .contact .c-left {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .contact .c-right {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
}
.hgroup {
  padding: 0px 30px;
  position: relative;
  width: 100%;
  display: table;
  margin: 30px 0px;
}
.hgroup .hg-wrapper {
  position: relative;
  width: 100%;
}
.hgroup .hg-arrow {
  position: absolute;
  display: block;
  background: url('../img/icons/return.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 20px;
  height: 20px;
  top: 12px;
  z-index: 2;
  -webkit-transition: 0.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.hgroup .hg-arrow:hover {
  opacity: .2;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.hgroup h1 {
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  color: #000;
  text-align: center;
  line-height: 50px;
  padding: 0px 3em;
  text-transform: uppercase;
}
.hgroup span {
  position: relative;
  width: 100%;
  display: block;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 0px 30px;
}
.hgroup span a {
  color: #000;
}
.hgroup span a b {
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  color: #000;
}
.hgroup span a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .hgroup {
    padding: 0px 40px 14px 40px;
    padding-top: 0px;
  }
  .hgroup h1 {
    font-size: 30px;
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .hgroup {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .hgroup h1 {
    font-size: 20px;
    padding-top: 0px;
    line-height: 28px;
  }
  .hgroup .hg-arrow {
    top: 2px;
    left: 30px;
    width: 15px;
    height: 15px;
  }
  .hgroup .subtitle {
    font-size: 14px;
  }
  .hgroup .columnist {
    font-size: 14px;
  }
}
.mosaic {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-top: 50px;
}
.mosaic.f-fixed {
  margin-top: 66px;
  padding-top: 80px;
}
.mosaic .m-wrapper {
  padding: 0 20px;
  width: 100%;
  max-width: 1600px;
  display: table;
  margin: 0 auto;
}
.mosaic .m-wrapper:before,
.mosaic .m-wrapper:after {
  content: '';
  display: table;
}
.mosaic .m-wrapper:after {
  clear: both;
}
.mosaic .item-wrapper {
  width: 25%;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.mosaic .item-wrapper:hover figure {
  opacity: .9;
}
.mosaic .item-wrapper:hover .m-video svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.mosaic .item-wrapper:hover .details {
  bottom: 0;
}
.mosaic .item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.mosaic .details {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 20px 0px;
  color: black;
  display: block;
}
.mosaic figure {
  width: 100%;
  padding-top: 90%;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 6s;
          transition: transform 6s;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}
.mosaic .m-video {
  background: url('../img/icons/play.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 35%;
  cursor: pointer;
}
.mosaic .m-video svg {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.mosaic .m-video svg path {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.mosaic h2,
.mosaic h3 {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
}
.mosaic p.description {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.mosaic p.stats {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #999999;
  margin-top: 1.5em;
}
.mosaic .msc-bottom {
  position: relative;
  width: 100%;
  padding: 20px 40px;
}
.mosaic .container-pagination {
  position: relative;
  display: table;
  margin: 0 auto;
}
.mosaic .container-pagination .page {
  display: inline-block;
  margin: 0px 2px;
  padding: 7px 10px;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
}
.mosaic .container-pagination .page:hover a {
  color: #000;
}
.mosaic .container-pagination .page.active {
  border: 1px solid #000;
  color: #000000;
}
.mosaic .container-pagination .page a {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {
  .mosaic .item-wrapper {
    width: 33.33%;
  }
}
@media (max-width: 1024px) {
  .mosaic {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .mosaic .item-wrapper {
    width: 33.33333%;
    padding: 7px;
  }
  .mosaic section {
    padding: 15px;
  }
  .mosaic .item:hover figure {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .mosaic .item:hover .details {
    bottom: 0;
  }
  .mosaic p.stats {
    font-size: 10px;
    margin-top: 0.5em;
  }
  .mosaic figure {
    width: 100%;
    left: 0px;
    -webkit-transition: none;
            transition: none;
  }
}
@media (max-width: 800px) {
  .mosaic .item-wrapper {
    width: 50%;
    padding: 4px;
  }
}
@media (max-width: 600px) {
  .mosaic .item-wrapper {
    width: 50%;
  }
  .mosaic.f-fixed {
    padding: 0px !important;
    margin-top: 0px !important;
    padding-top: 30px !important;
  }
}
@media (max-width: 500px) {
  .mosaic {
    margin: 0px;
    padding: 0px;
    padding-top: 30px !important;
  }
  .mosaic .item-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
@-moz-document url-prefix() {
  .item-wrapper {
    margin-right: -4px;
  }
}
.webdoor {
  position: relative;
  width: 100%;
  height: 540px;
  z-index: 1;
  overflow: hidden;
}
.webdoor .w-item {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.webdoor .w-item.grab {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.webdoor .w-item button {
  border: 2px solid #FFF;
  padding: 20px 40px;
  color: #FFF;
  font-size: 14px;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  display: table;
  margin: 0 auto;
  margin-top: 40px;
  text-transform: uppercase;
  -webkit-transition: background 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: background 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), color 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.webdoor .w-item button:hover {
  background: #FFF;
  color: #000;
}
.webdoor .slick-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.webdoor .slick-list .slick-track {
  position: relative;
  height: 100%;
}
.webdoor .slick-dots {
  display: table !important;
  table-layout: fixed;
  width: 100%;
  position: absolute;
  bottom: 29px;
  left: 0;
  padding: 0 35px;
}
.webdoor .slick-dots li {
  display: table-cell;
  padding: 0 15px;
  height: 4px;
  position: relative;
}
.webdoor .slick-dots button {
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 4px;
  position: relative;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.webdoor .slick-dots button:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 2px;
  bottom: 1px;
  left: 0;
  background: #ffffff;
}
.webdoor .slick-dots button:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  top: 1px;
  -webkit-transition: width 0.2s linear;
          transition: width 0.2s linear;
  background: #FFF;
}
.webdoor .slick-dots li.slick-active button:after {
  -webkit-transition: width 6.6s linear;
          transition: width 6.6s linear;
}
.webdoor .slick-dots.loaded li.slick-active button:after {
  width: 100%;
}
.webdoor .w-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}
.webdoor .w-image:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  z-index: 3;
  position: absolute;
}
.webdoor .w-info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 55%;
  z-index: 10;
}
.webdoor h1 {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
}
.webdoor span {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #FFF;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.filter {
  position: relative;
  width: 100%;
  height: 65px;
  background: #E7E4E4;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  overflow: hidden;
}
.filter.open-filter .f-button {
  opacity: 0;
  margin-top: -40px;
}
.filter.open-filter .f-close {
  top: 22px;
}
.filter.open-filter .f-clear {
  opacity: 1;
}
.filter.f-open {
  display: table;
  height: auto;
}
.filter.f-open .f-content {
  height: auto;
  display: table;
}
.filter.f-open .f-clear {
  opacity: 1;
  display: block;
}
.filter.f-open .f-close {
  display: none;
}
.filter.f-open .f-button {
  opacity: 0;
  margin-top: -40px;
}
.filter.f-fixed {
  position: fixed;
  top: 65px;
  width: 100%;
  z-index: 100;
}
.filter .f-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 26px;
  cursor: pointer;
  z-index: 4;
  opacity: 1;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.filter .f-button:hover {
  opacity: .6;
}
.filter .f-button:hover .f-arrow {
  margin-bottom: 0px;
}
.filter .f-arrow {
  background: url('../img/icons/arrow.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 10px;
  height: 9px;
  position: relative;
  margin-left: 20px;
  display: inline-block;
  margin-bottom: 2px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.filter .f-clear {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  color: #FF1D25;
  font-size: 16px;
  display: table;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 22px;
  display: none;
}
.filter .f-clear:hover {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
}
.filter .f-content {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.filter .f-wrapper {
  position: relative;
  display: table;
  margin: 0px auto;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 120px;
}
.filter .f-col {
  display: inline-block;
  vertical-align: top;
  width: 385px;
  margin-bottom: 10px;
}
.filter .f-col:first-child {
  width: 140px;
  margin-right: 70px;
}
.filter .f-col:first-child .f-item:nth-child(2n+1) {
  padding-left: 0px;
}
.filter .f-type {
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.filter .f-item {
  font-size: 15px;
  line-height: 25px;
  display: inline-block;
  width: 170px;
  text-transform: uppercase;
}
.filter .f-item:nth-child(2n+1) {
  padding-left: 26px;
}
.filter .f-item:hover a {
  color: #505050;
}
.filter .f-item.f-active a {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
}
.filter .f-item a {
  position: relative;
  display: block;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  color: #000;
}
.filter .f-close {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../img/icons/close.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 15px;
  height: 15px;
  top: -50px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: 4;
  cursor: pointer;
}
.filter .f-close svg {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.filter .f-close:hover svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 568px) {
  .filter .f-button {
    font-size: 14px;
  }
  .filter .f-arrow {
    width: 7px;
    margin-left: 8px;
  }
  .filter .f-type {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .filter .f-item {
    line-height: 18px;
    width: 140px;
    font-size: 12px;
  }
  .filter .f-wrapper {
    padding-left: 20px;
  }
  .filter .f-col {
    width: 290px;
  }
  .filter .f-col:first-child {
    width: 140px;
    margin-right: 0px;
  }
  .filter .f-clear {
    margin: 0px;
  }
  .filter.f-fixed {
    position: relative;
    top: 0px;
  }
}
.menu {
  position: fixed;
  height: 100vh;
  width: 20vw;
  right: -20vw;
  background: #FFF;
  top: 0px;
  z-index: 9999;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu.open-menu {
  right: 0px;
}
.menu .m-wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 22px;
}
.menu .m-header {
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 20px;
}
.menu .m-item {
  font-family: 'manifold_cflight';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  display: block;
}
.menu .m-item:hover {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
}
.menu .m-item.m-active {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1200px) {
  .menu {
    width: 25vw;
    right: -25vw;
  }
}
@media (max-width: 768px) {
  .menu {
    width: 40vw;
    right: -40vw;
  }
  .menu .m-wrapper {
    top: 32px;
  }
  .menu .m-item {
    margin-top: 32px;
  }
}
@media (max-width: 568px) {
  .menu {
    width: 60vw;
    right: -60vw;
  }
  .menu .m-wrapper {
    top: 32px;
  }
  .menu .m-item {
    margin-top: 5px;
    line-height: 25px;
  }
}
.search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
}
.search .s-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
}
.search form {
  position: relative;
  width: auto;
  padding: 20px;
  max-width: 600px;
}
.search input {
  position: relative;
  float: left;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  padding: 10px;
  width: 440px;
  background: transparent;
}
.search button {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  height: 56px;
  padding: 10px;
  background: #FFF;
  color: #000;
  display: block;
  float: left;
  width: 120px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.search button:hover {
  color: #fff;
  background: #ec1c24;
}
.search .s-close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 45px;
  right: 30px;
  background: url('../img/icons/close.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  cursor: pointer;
}
.search .s-close:hover svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search .s-close svg {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.search .s-close svg path {
  fill: #FFF;
}
@media (max-width: 768px) {
  .search .s-wrapper {
    width: 100%;
  }
  .search form {
    display: table;
    width: 100%;
    padding: 0px;
  }
  .search input {
    margin-bottom: 20px;
    float: none;
    display: table;
    width: 100%;
  }
  .search button {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
.projects {
  position: relative;
  padding: 20px;
  z-index: 1;
  padding-bottom: 0px;
}
.projects:before,
.projects:after {
  content: '';
  display: table;
}
.projects:after {
  clear: both;
}
.projects.f-fixed {
  margin-top: 75px;
}
.projects .p-content {
  position: relative;
}
.projects .item-wrapper {
  float: left;
  width: 33.33333%;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.projects .item {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  display: table;
  width: 100%;
}
.projects .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.projects .item:hover .overlay {
  opacity: 0.2;
}
.projects .item:hover button {
  background: #FFF;
  color: #000;
}
.projects .item:hover .p-video svg {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.projects p {
  width: 100%;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 42px;
  text-transform: uppercase;
  padding: 0px 20px;
  display: table;
}
.projects p a {
  display: table;
  width: 100%;
  text-align: center;
}
.projects .details {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  color: white;
  padding: 0 30px;
}
.projects .content {
  position: relative;
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.projects img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 8s;
          transition: transform 8s;
}
.projects .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/shadow.png') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
  top: 0px;
  opacity: 0.6;
  display: none;
}
.projects .p-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10%;
  width: 108px;
  height: 53px;
  font-size: 16px;
  line-height: 3em;
  text-transform: uppercase;
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  border: 1px solid white;
  color: #FFF;
  overflow: hidden;
  z-index: 10;
  text-align: center;
}
.projects .p-button:hover {
  color: #000;
  background: #FFF;
}
.projects .p-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url('../img/icons/play.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  height: 50px;
  width: 50px;
}
.projects .p-video svg {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.projects .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
@media (max-width: 1024px) {
  .projects {
    padding: 10px 5px;
  }
  .projects .item-wrapper {
    padding: 5px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .projects .item .details {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    text-align: left;
    padding: 20px;
  }
  .projects .call {
    display: none;
  }
}
@media (max-width: 568px) {
  .projects {
    padding: 20px;
  }
  .projects.f-fixed {
    margin-top: 0px;
  }
  .projects .item-wrapper {
    width: 100%;
  }
  .projects p {
    font-size: 28px;
    padding: 0px;
  }
}
.events {
  position: relative;
  padding: 40px 20px;
  z-index: 1;
  padding-bottom: 0px;
}
.events:before,
.events:after {
  content: '';
  display: table;
}
.events:after {
  clear: both;
}
.events.f-fixed {
  margin-top: 66px;
  padding-top: 80px;
}
.events .e-content {
  position: relative;
}
.events .item-wrapper {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 20px;
  overflow: hidden;
}
.events .item-wrapper.item-coming:after {
  content: 'EM BREVE';
  display: block;
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #FFF;
  width: 90px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 4;
  text-align: right;
}
.events .item {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  display: table;
  width: 100%;
}
.events .item:hover .overlay {
  opacity: 0.2;
}
.events .item:hover button {
  background: #FFF;
  color: #000;
}
.events .item:hover .e-video svg {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.events .wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.events .e-image {
  display: block;
  width: 100%;
  padding: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 8s;
          transition: transform 8s;
}
.events .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/shadow.png') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
  top: 0px;
  opacity: 0.6;
  display: none;
}
.events .e-info {
  position: absolute;
  top: 10%;
  left: 0px;
  width: 100%;
}
.events h2 {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  color: #FFF;
  padding: 0px 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
.events span {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #FFF;
  display: block;
  text-align: center;
  padding: 0px 20px;
  width: 100%;
}
.events .e-date {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.events .e-big {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
  font-size: 90px;
  color: #FFF;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.events .e-small {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #FFF;
  width: 100%;
  text-align: center;
}
.events button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10%;
  width: 108px;
  height: 53px;
  font-size: 16px;
  line-height: 3em;
  text-transform: uppercase;
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  border: 1px solid white;
  color: #FFF;
  overflow: hidden;
  z-index: 10;
}
.events button span {
  position: absolute;
  width: 100%;
  left: 0px;
  text-align: center;
}
.events button .over {
  top: 2px;
}
.events button .out {
  top: -53px;
}
.events .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.events .msc-bottom {
  position: relative;
  width: 100%;
  padding: 20px 40px;
  display: table;
  padding-bottom: 50px;
}
.events .container-pagination {
  position: relative;
  display: table;
  margin: 0 auto;
}
.events .container-pagination .page {
  display: inline-block;
  margin: 0px 2px;
  padding: 7px 10px;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
}
.events .container-pagination .page:hover a {
  color: #000;
}
.events .container-pagination .page.active {
  border: 1px solid #000;
  color: #000000;
}
.events .container-pagination .page a {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .events .item-wrapper {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .events .item-wrapper {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .events {
    padding: 20px;
    padding-top: 30px !important;
  }
  .events.f-fixed {
    margin-top: 0px !important;
    padding-top: 30px !important;
  }
  .events .item-wrapper {
    padding: 0px;
    padding-bottom: 10px;
  }
  .events .item-wrapper:after {
    top: 10px;
    right: 10px;
  }
  .events .e-big {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .events .e-small {
    font-size: 20px;
  }
  .events .e-info {
    top: 40px;
  }
  .events button {
    width: 68px;
    height: 42px;
    font-size: 12px;
  }
  .events span {
    font-size: 16px;
  }
}
.gallery {
  margin: 20px 0px;
  width: 100%;
  position: relative;
}
.gallery .slide {
  position: relative;
}
.gallery .slide img {
  width: 100%;
}
.gallery figure {
  position: relative;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 70%;
  background-position: center center;
}
.gallery .slick-list {
  width: 100%;
  height: 100% !important;
}
.gallery .slick-track {
  height: 100%;
}
.gallery .subtitle {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  display: table;
}
.gallery span {
  position: relative;
  color: #FFF;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  z-index: 2;
  display: block;
  padding: 20px;
}
.gallery .back {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  top: 0px;
  z-index: 1;
}
.gallery .slick-dots {
  text-align: center;
  padding: 40px 30px;
  padding-top: 20px;
  padding-bottom: 0px;
}
.gallery .slick-dots li {
  display: inline-block;
  padding: 0 8px;
}
.gallery .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #c2c2c2;
  text-indent: -9999px;
}
.gallery .slick-dots .slick-active button {
  border-color: #000;
  background: #000;
}
@media (max-width: 800px) {
  .gallery .slick-dots button {
    width: 10px;
    height: 10px;
  }
}
.post {
  padding-bottom: 50px;
  min-height: -webkit-calc(100vh - 120px - 219px);
  min-height: calc(100vh - 120px - 219px);
}
.post .post-text:before,
.post .post-text:after {
  content: '';
  display: table;
}
.post .post-text:after {
  clear: both;
}
.post p {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 1.3em;
}
.post p:first-child {
  margin-top: 0;
}
.post p a {
  color: #ec1c24;
  text-decoration: none;
  font-family: 'manifold_cfitalic';
  font-weight: normal;
  font-style: normal;
}
.post p a:hover {
  text-decoration: underline;
}
.post p strong {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
}
.post p em {
  font-family: 'manifold_cflight_oblique';
  font-weight: normal;
  font-style: normal;
}
.post h2 {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.post .p-header {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}
.post .p-date {
  float: left;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
  font-size: 16px;
}
.post .p-date b {
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
}
.post .p-social {
  position: relative;
  float: right;
}
.post .p-social span {
  display: inline-block;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 41px;
  vertical-align: middle;
}
.post .p-social .p-s-item {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0px;
  cursor: pointer;
}
.post .p-social .p-s-item:last-child {
  margin-right: 0px;
}
.post .p-social .p-s-item svg path {
  fill: #000 !important;
}
.post .p-social .p-s-item.p-facebook {
  background: url('../img/icons/facebook.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.post .p-social .p-s-item.p-instagram {
  background: url('../img/icons/instagram.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.post .p-social .p-s-item.p-twitter {
  background: url('../img/icons/twitter.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.post .p-social .p-s-item.p-youtube {
  background: url('../img/icons/youtube.svg') no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}
.post .post-image {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.post .post-image img {
  width: 140%;
  display: block;
  margin-left: -20%;
}
.post .post-image-double {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.post .post-image-double img {
  float: left;
  width: 50%;
  padding: 5px;
}
.post .post-image-double .post-sbt {
  width: 50%;
}
.post .post-image-double .post-sbt:last-child {
  left: 50%;
}
.post .post-sbt {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.post .post-video {
  position: relative;
  margin-top: 20px;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  cursor: pointer;
  height: 500px;
  margin-bottom: 20px;
}
.post .post-video:hover figure {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.post .post-video figure {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  -webkit-transition: 20s all;
          transition: 20s all;
}
.post .related {
  background: #FFF;
  padding: 0px;
  margin-top: 20px;
}
.post .related .r-title {
  margin-bottom: 30px;
}
.post .related .mosaic {
  margin: -10px !important;
}
@media (max-width: 1024px) {
  .post p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .post .p-date {
    font-size: 14px;
  }
  .post .post-video {
    display: block;
    height: 340px;
  }
  .post .post-text img {
    width: 100% !important;
    height: auto !important;
  }
  .post .p-social .p-s-item {
    width: 30px;
    height: 30px;
  }
  .post .post-image-double img {
    float: none;
    display: block;
    width: 100%;
    padding: 5px;
  }
  .post .post-image-double .post-sbt {
    position: relative;
    width: 100%;
  }
  .post .post-image-double .post-sbt:last-child {
    left: 0px;
  }
  .post p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .post .p-date {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  .post .p-social {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  .post .p-social .p-s-item {
    width: 30px;
    height: 30px;
  }
  .post p {
    font-size: 14px;
  }
}
.related {
  position: relative;
  width: 100%;
  background: #e7e4e4;
  display: table;
  padding: 30px;
  padding-bottom: 0px;
}
.related .r-title {
  font-family: 'manifold_cfdemi_bold';
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  color: #000;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.related .mosaic {
  margin: 0px;
  padding: 0px;
}
.related .m-wrapper {
  padding: 0px;
}
@media (max-width: 1200px) {
  .related .item-wrapper {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .related .item-wrapper {
    width: 100%;
  }
}
.profile {
  position: relative;
  margin-top: 70px;
}
.profile .content {
  position: relative;
  display: table;
  width: 100%;
}
.profile .content figure {
  width: 40%;
  position: relative;
  overflow: hidden;
  padding: 20px;
  float: left;
  padding-left: 0px;
  padding-right: 30px;
}
.profile .content figure img {
  position: relative;
  top: 0px;
  width: 100%;
}
.profile .content figure .buttons {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.profile .content figure .buttons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  text-indent: 9999px;
  opacity: 0.5;
}
.profile .content figure .buttons a:hover {
  opacity: 0.9;
}
.profile .content .subtitle {
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.profile .content .description {
  position: absolute;
  width: 60%;
  left: 40%;
  padding: 0px 20px 20px 0px;
  font-family: 'manifold_cfregular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-top: 20px;
  vertical-align: bottom;
}
.profile .content .description h1 {
  position: relative;
  font-family: 'manifold_cfbold';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 1em;
}
.profile .content .description p {
  margin-top: 20px;
  padding-right: 20%;
}
@media (max-width: 1024px) {
  .profile {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 54px;
  }
  .profile .accordion article {
    padding: 20px;
  }
  .profile .content figure {
    padding: 14px;
  }
  .profile .content h1 {
    padding-right: 14px;
    font-size: 30px;
  }
  .profile .content .description p {
    font-size: 14px;
    line-height: 16px;
    padding-right: 15%;
  }
}
@media (max-width: 768px) {
  .profile {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 60px;
  }
  .profile .accordion article {
    padding: 10px;
  }
  .profile .content {
    background: #FFF;
  }
  .profile .content figure {
    width: 100%;
    padding: 0px;
    float: none;
  }
  .profile .content h1 {
    position: relative;
    width: 100%;
    left: 0px;
    text-align: center;
    margin: 14px 0px;
  }
  .profile .content p {
    font-size: 14px;
    line-height: 16px;
    padding: 0px !important;
  }
  .profile .content .description {
    position: relative;
    left: 0px;
    width: 100%;
    margin-top: 0px;
    padding: 14px 0px;
  }
  .profile .content .description p {
    margin-top: 10px;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .profile {
    margin-top: 44px;
  }
  .profile .content .description h1 {
    font-size: 30px;
  }
}
.edge .mosaic .m-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .edge .mosaic .item-wrapper {
    width: -webkit-calc(100% / 4 - 4%);
    width: calc(100% / 4 - 4%);
    margin: 0 2% 2% 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .edge .mosaic .item-wrapper {
    width: -webkit-calc(100% / 2 - 4%);
    width: calc(100% / 2 - 4%);
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .edge .mosaic .item-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
