/* RESET */
@import url('https://fonts.googleapis.com/css?family=Raleway:400|Archivo+Black&subset=latin-ext');
ul,
menu,
li,
dl,
dd,
dt,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
body,
html,
p,
fieldset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* BASE */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
p {
  margin: 0;
  padding: 0 0 1em;
}
/* Lists */
ul,
ol {
  padding: 0 0 1em;
  margin: 0;
}
li {
  list-style-type: none;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0 0 1em;
}
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
/* Forms */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
::-moz-selection,
::selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}
.container {
  max-width: 1230px;
  margin: 0 auto;
}
body {
  font-size: 18px;
  color: #333d52;
  line-height: 1.66666667;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #e50071;
  outline: 0 !important;
}
a:hover {
  text-decoration: underline;
}
p {
  padding: 0 0 2em;
}
h1 {
  font-size: 40px;
  color: #000;
  line-height: 1.3;
  font-family: 'Archivo Black', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 .6em;
}
.lead {
  font-size: 24px;
}
hr {
  display: none;
}
.cke_editor_text_dialog {
  z-index: 1000000;
}
.wsw-content {
  font-size: 16px;
}
.wsw-content hr {
  display: block;
}
.wsw-content strong {
  font-family: 'Archivo Black', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wsw-content h2 {
  font-size: 22px;
  font-weight: 500;
  color: #e50071;
  font-family: 'Archivo Black', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wsw-content ul {
  padding: 0 0 3em;
}
.wsw-content ul li {
  padding-left: 50px;
  position: relative;
}
.wsw-content ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #333d52;
  border-radius: 50%;
  margin: -2px;
  position: absolute;
  left: 4px;
  top: .7em;
}
.wsw-content img {
  display: block;
  max-width: 100%;
}
.wsw-content img[style*="float: right;"] {
  max-width: 50%;
  width: auto !important;
  height: auto !important;
  margin: 0 0 20px 20px;
}
@media (max-width: 640px) {
  .wsw-content img[style*="float: right;"] {
    max-width: initial;
    width: 100% !important;
    float: none !important;
    margin: 0;
  }
}
.wsw-content img[style*="float: left;"] {
  max-width: 50%;
  width: auto !important;
  height: auto !important;
  margin: 0 20px 20px 0;
}
@media (max-width: 640px) {
  .wsw-content img[style*="float: left;"] {
    max-width: initial;
    width: 100% !important;
    float: none !important;
    margin: 0;
  }
}
html,
body {
  position: relative;
  margin: 0;
  padding: 0;
}
html {
  overflow: hidden;
  overflow-y: scroll;
  background: #000;
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}
@media (min-width: 1231px) {
  body:before,
  body:after {
    content: '';
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: -1;
  }
  body:before {
    left: 0;
    right: 50%;
    margin-right: 615px;
    background: url('../img/gfx/html-left.jpg') right top no-repeat;
    background-size: cover;
  }
  body:after {
    right: 0;
    left: 50%;
    margin-left: 615px;
    background: url('../img/gfx/html-right-2.jpg') left top no-repeat;
    background-size: cover;
  }
  body > .container {
    z-index: 5;
    position: relative;
    min-height: 100vh;
    box-shadow: 0 0 600px 60px #000;
  }
}
@media (max-width: 768px) {
  body:after {
    content: '';
    display: block;
    width: 100%;
    height: 50vw;
    max-height: 300px;
    background: url('../img/gfx/html-bottom.jpg') center center no-repeat;
    background-size: cover;
  }
}
#header {
  z-index: 10;
  margin-bottom: 10px;
  position: relative;
}
#header #logo {
  display: block;
  height: 220px;
  width: 100%;
  background: url('../img/gfx/logo.svg') center center no-repeat, url('../img/gfx/header.jpg') center center no-repeat;
  background-size: auto 70%, cover;
  overflow: hidden;
  text-indent: -10000px;
}
@media (max-width: 640px) {
  #header #logo {
    background-position: 15% center;
  }
}
#header .claim {
  background: #e50071;
  font-size: 33px;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
#header .claim span {
  color: #000;
}
@media (max-width: 930px) {
  #header .claim {
    display: none;
  }
}
@media (max-width: 850px) {
  #header #logo {
    height: 25.88235294vw;
  }
}
.menu-open {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 38px;
  height: 38px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  opacity: 0.8;
}
.menu-open span,
.menu-open:before,
.menu-open:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 11px;
}
.menu-open:before {
  top: 13px;
}
.menu-open span {
  top: 18px;
}
.menu-open:after {
  top: 23px;
}
.menu-open:hover {
  opacity: 1;
}
.menu-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  width: 38px;
  height: 38px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  opacity: 0.8;
}
.menu-close:before,
.menu-close:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 11px;
  top: 18px;
}
.menu-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-close:hover {
  opacity: 1;
}
#site {
  position: fixed;
  background: #09130f;
  right: 0;
  top: 0;
  width: 260px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate(260px, 0);
  -moz-transform: translate(260px, 0);
  -ms-transform: translate(260px, 0);
  -o-transform: translate(260px, 0);
  transform: translate(260px, 0);
}
#site ul {
  padding: 0;
  line-height: 2em;
  font-size: 16px;
}
#site > ul {
  overflow-y: auto;
  height: 100vh;
}
#site li {
  padding: 0;
}
#site a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#site a:hover,
#site a.active > #site a {
  background: #e50071;
}
#site > ul > li > a {
  padding: 10px 10px 10px 20px;
  text-transform: uppercase;
  background: #333;
}
#site > ul > li > ul > li a {
  padding: 3px 10px 3px 40px;
  text-transform: none;
}
.has-menu {
  overflow: hidden;
}
.has-menu #site {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#footer {
  margin-top: 15px;
  font-size: 17px;
  justify-content: space-between;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  #footer {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
  }
  #footer > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  #footer {
    display: block;
  }
}
#footer > * {
  flex-basis: 32.5%;
}
#footer > * {
  background: #e50071;
  padding: 10px 15px;
}
#footer > a {
  color: #fff;
  text-decoration: none;
}
#footer > a:hover {
  background: #000;
}
#footer .follow {
  text-align: right;
  *zoom: 1;
}
#footer .follow:before,
#footer .follow:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .follow:after {
  clear: both;
}
#footer .follow span {
  float: left;
  color: #fff;
}
#footer .copy {
  text-align: center;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 641px) AND (max-width: 768px) {
  #footer > a {
    flex-basis: 24.5%;
  }
  #footer .follow,
  #footer .copy {
    flex-basis: 49.5%;
  }
}
@media (max-width: 640px) {
  #footer {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    flex-wrap: wrap;
  }
  #footer > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer > a {
    flex-basis: 49%;
    text-align: center;
  }
  #footer .follow,
  #footer .copy {
    margin-top: 10px;
    flex-basis: 100%;
  }
}
#langlink {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 70px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 640px) {
  #langlink {
    bottom: 10px;
  }
}
.main {
  background: #fff;
  padding: 30px;
  min-height: 40vh;
  justify-content: space-between;
}
@media (min-width: 641px) {
  .main {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
  }
  .main > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.main__aside {
  flex-basis: 30%;
  position: relative;
}
.main__aside a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.main__aside big {
  display: block;
}
.main__aside big a {
  padding: 8px 16px;
  font-family: 'Archivo Black', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.main__aside big a:hover {
  color: #e50071;
}
.main__aside ul {
  border-top: 1px solid #e50071;
}
.main__aside ul li {
  border-bottom: 1px solid #e50071;
}
.main__aside ul li a {
  text-decoration: none;
  padding: 8px 16px;
}
.main__aside ul li a:hover {
  background: #e50071;
  color: #fff;
}
.main__aside ul li.active a {
  background: #e50071;
  color: #fff;
  font-family: 'Archivo Black', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.main__aside .submenu-holder {
  padding-top: 2.2em;
  width: 100%;
}
.main__aside[data-state="mid"] .submenu-holder {
  position: fixed;
  top: 0;
}
.main__aside[data-state="bot"] .submenu-holder {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 640px) {
  .main__aside {
    display: none;
  }
}
.main__content {
  flex-basis: 67%;
}
#wrapper {
  width: 100%;
  overflow: hidden;
}
/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100% !important;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 20px;
}
.flickity-prev-next-button.next {
  right: 20px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 40px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 40px;
}
.flickity-prev-next-button:disabled {
  display: none !important;
}
.flickity-prev-next-button svg {
  position: absolute;
  width: 60%;
  height: 60%;
  left: 20%;
  top: 20%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  bottom: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 110px;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  border-radius: 50%;
  cursor: pointer;
}
.flickity-page-dots .dot:hover {
  opacity: .8;
}
.flickity-page-dots .dot.is-selected {
  background: #333d52;
}
.home-buttons {
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 641px) {
  .home-buttons {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
  }
  .home-buttons > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .home-buttons {
    display: block;
  }
}
.home-buttons > * {
  flex-basis: 32.5%;
}
@media (min-width: 641px) {
  .home-buttons {
    padding-bottom: 15px;
  }
}
.home-buttons__item {
  margin: 0;
}
.home-buttons__item a {
  display: block;
  width: 100%;
  padding-bottom: 111.6%;
  position: relative;
  background: center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  overflow: hidden;
}
.home-buttons__item a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  box-shadow: 0 0 200px 50px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
}
.home-buttons__item a big {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  left: 0;
  top: 0;
  right: -1px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 34px;
  padding: 20px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.home-buttons__item a big strong {
  display: block;
  font-size: 24px;
  font-family: 'Archivo Black', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.home-buttons__item a big strong span {
  color: #e50071;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
}
.home-buttons__item a big > span {
  display: block;
}
@media (max-width: 640px) {
  .home-buttons__item a {
    padding-bottom: 70%;
    margin-bottom: 15px;
  }
  .home-buttons__item a big {
    padding: 10px;
  }
}
.home-buttons__item.active a,
.home-buttons__item a:hover {
  background-size: 105% auto;
}
.home-buttons__item.active a:after,
.home-buttons__item a:hover:after {
  bottom: -50px;
}
.home-buttons__item.active a big,
.home-buttons__item a:hover big {
  background: #e50071;
}
.home-buttons__item.active a big strong span,
.home-buttons__item a:hover big strong span {
  color: #000;
}
.home-buttons__item a:hover big {
  padding-top: 30px;
}
body:not(.homepage) .home-buttons {
  border-bottom: 10px solid #e50071;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  body:not(.homepage) .home-buttons {
    display: none;
  }
}
body:not(.homepage) .home-buttons__item {
  margin: 0;
}
body:not(.homepage) .home-buttons__item big {
  display: block;
}
body:not(.homepage) .home-buttons__item.active big {
  background: #e50071;
}
body:not(.homepage) .home-buttons__item a {
  padding-bottom: 0;
  text-decoration: none;
}
body:not(.homepage) .home-buttons__item a:after {
  display: none;
}
body:not(.homepage) .home-buttons__item a big {
  position: static;
}
body:not(.homepage) .home-buttons__item a:hover big {
  padding-top: 20px;
}
.home-news {
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
@media (min-width: 641px) {
  .home-news {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
  }
  .home-news > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .home-news {
    display: block;
  }
}
.home-news > * {
  flex-basis: 32.5%;
}
.home-news big {
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-transform: uppercase;
}
.home-news__content {
  display: block;
  background: #fff;
  padding: 95px 30px 25px;
  position: relative;
}
.home-news__content h2 {
  padding: 0;
  font-family: 'Archivo Black', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.home-news__content p {
  line-height: 1.3;
  padding: 0;
  color: #333d52;
}
.home-news__content:hover {
  text-decoration: none;
}
.home-news__image {
  display: block;
  flex-basis: 66.2%;
  padding-bottom: 25%;
  overflow: hidden;
  position: relative;
}
.home-news__image span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
}
.home-news:hover .home-news__image span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 800px) {
  .home-news__content,
  .home-news__image {
    flex-basis: 49%;
  }
}
@media (max-width: 640px) {
  .home-news {
    display: block;
  }
  .home-news__image {
    padding-bottom: 50%;
  }
}
.gallery {
  margin-bottom: 4em;
}
.gallery.flickity-enabled {
  height: 155px;
}
.gallery__item {
  width: 243px;
  height: 155px;
  margin-right: 2px;
}
.gallery:not(.flickity-enabled) {
  *zoom: 1;
}
.gallery:not(.flickity-enabled):before,
.gallery:not(.flickity-enabled):after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery:not(.flickity-enabled):after {
  clear: both;
}
.gallery:not(.flickity-enabled) .gallery__item {
  display: block;
  float: left;
}
.galleryZoom {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}
.galleryZoom span.item {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.galleryZoom span.item img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  padding: 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.galleryZoom .flickity-prev-next-button.previous {
  left: 20px;
}
.galleryZoom .flickity-prev-next-button.next {
  right: 20px;
}
.galleryZoomClose {
  width: 40px;
  height: 40px;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 3000;
  cursor: pointer;
}
.galleryZoomClose:before,
.galleryZoomClose:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #000;
  left: 20%;
  width: 60%;
}
.galleryZoomClose:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.galleryZoomClose:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.galleryZoomClose:hover {
  background: #fff;
}
.page {
  clear: both;
}
.page-logo {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .page-logo {
    float: right;
    margin: 0 0 20px 20px;
  }
  .page-title {
    float: left;
  }
}
.news__item {
  position: relative;
  padding-bottom: 30px;
}
.news__item > a:not(.category) {
  display: block;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  text-decoration: none;
}
@media (min-width: 641px) {
  .news__item > a:not(.category) {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
  }
  .news__item > a:not(.category) > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .news__item > a:not(.category) {
    display: block;
  }
}
.news__item > a:not(.category) > * {
  flex-basis: 32.5%;
}
.news__item > a:not(.category):hover h2 {
  text-decoration: underline;
}
.news__item .category {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-transform: uppercase;
  color: #fff;
  background: #e50071;
  font-size: 12px;
  padding: 0 5px;
}
.news__item .category:hover {
  background: #000;
  text-decoration: none;
}
.news__item__image {
  flex-basis: 30%;
}
.news__item__image img {
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .news__item__image {
    margin-bottom: 20px;
  }
}
.news__item a > .news__item__content {
  flex-basis: 65%;
}
.news__item a > .news__item__content h2 {
  font-family: 'Archivo Black', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  line-height: 1.2;
}
.news__item a > .news__item__content p {
  color: #333d52;
}
.news__item a > .news__item__content time {
  color: #5a6c91;
}
.article-detail {
  *zoom: 1;
}
.article-detail:before,
.article-detail:after {
  display: table;
  content: "";
  line-height: 0;
}
.article-detail:after {
  clear: both;
}
.article-detail__image {
  float: right;
  max-width: 50%;
  display: block;
  margin: 0 0 20px 20px;
}
.article-detail time {
  color: #999;
}
.article-categories {
  padding: 10px 0;
  border: 1px solid #e50071;
  border-width: 1px 0;
  text-align: center;
  margin-bottom: 2em;
}
.article-categories li {
  display: inline-block;
  padding: 0 1px;
  line-height: 1;
}
.article-categories li a {
  padding: 5px 12px;
  display: block;
}
.article-categories li:hover a,
.article-categories li.active a {
  text-decoration: none;
  background: #e50071;
  color: #fff;
}
.pager {
  line-height: 1;
  display: block;
  text-align: center;
  border-top: 1px solid #e50071;
  margin-top: 1em;
  padding-top: 1em;
}
.pager span {
  display: none;
}
.pager a {
  display: inline-block;
  padding: 5px 10px;
}
.pager a:hover,
.pager a.active {
  text-decoration: none;
  background: #e50071;
  color: #fff;
}
.main {
  background: #000;
  color: #fff;
}
.main h1 {
  color: #fff;
}
.main .submenu-holder big a {
  color: #fff;
}
.main .wsw-content li:before {
  background-color: #fff;
}
.main .news__item a > .news__item__content time {
  color: #999;
}
.main .news__item a > .news__item__content p {
  color: #fff;
}
