/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

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

/**
 * Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
* {
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input::-ms-clear {
  display: none; }

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

.select__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.events-content__text .fancybox::after {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 48px;
  height: 48px; }

.talking-points__list li::after {
  background-image: url(../images/sprite.png);
  background-position: -34px -53px;
  width: 14px;
  height: 23px; }

.pagination a.prev:hover::after, .pagination a.next:hover::after {
  background-image: url(../images/sprite.png);
  background-position: -68px -53px;
  width: 7px;
  height: 12px; }

.pagination a.prev::after, .pagination a.next::after {
  background-image: url(../images/sprite.png);
  background-position: -80px -53px;
  width: 7px;
  height: 12px; }

.big-slider__text::after {
  background-image: url(../images/sprite.png);
  background-position: -53px 0px;
  width: 41px;
  height: 40px; }

.membership__cite::after {
  background-image: url(../images/sprite.png);
  background-position: 0px -53px;
  width: 29px;
  height: 28px; }

.select-country__title-ico::after {
  background-image: url(../images/sprite.png);
  background-position: 0px -86px;
  width: 9px;
  height: 5px; }

.membership__slider .slick-arrow::after,
.partner__list .slick-arrow::after,
.big-slider .slick-arrow::after,
.conversations__slider .slick-arrow::after {
  background-image: url(../images/sprite.png);
  background-position: -53px -53px;
  width: 10px;
  height: 17px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .events-content__text .fancybox::after,
  .talking-points__list li::after {
    background-image: url(../images/sprite@2x.png);
    background-size: 94px 91px; }
  .pagination a.prev:hover::after, .pagination a.next:hover::after, .pagination a.prev::after, .pagination a.next::after {
    background-image: url(../images/sprite@2x.png);
    background-size: 94px 91px; }
  .big-slider__text::after,
  .membership__cite::after,
  .select-country__title-ico::after,
  .membership__slider .slick-arrow::after,
  .partner__list .slick-arrow::after,
  .big-slider .slick-arrow::after,
  .conversations__slider .slick-arrow::after {
    background-image: url(../images/sprite@2x.png);
    background-size: 94px 91px; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  background: #fff;
  color: #333;
  font: 14px/26px 'Raleway', sans-serif; }

svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

button:focus,
input:focus,
textarea:focus {
  outline: none; }

button[disabled],
input[disabled],
textarea[disabled] {
  background: #fff; }

p.error {
  font-size: 13px;
  line-height: 15px;
  color: red; }

.footer__col--form p.error {
  position: absolute;
  bottom: -21px;
  left: 0;
  margin: 0;
  right: 0;
  text-align: center; }

:-moz-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff;
  opacity: 1; }

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #fff; }

input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent; }

::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none; }

::-ms-clear {
  display: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

h1 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700; }

h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal; }

h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal; }

h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal; }

h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  font-weight: normal; }

a {
  color: #1cb531;
  text-decoration: underline;
  outline: none;
  cursor: pointer; }

body.home .wrapper {
  padding: 0; }

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 74px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none; }

.popup-subscribe__holder {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  max-width: 848px;
  height: 598px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .popup-subscribe__holder::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 395px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.09)), color-stop(26%, rgba(0, 0, 0, 0.44)), color-stop(33%, rgba(0, 0, 0, 0.55)), color-stop(37%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 8%, rgba(0, 0, 0, 0.44) 26%, rgba(0, 0, 0, 0.55) 33%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media screen and (max-width: 1023px) {
  .popup-subscribe__holder {
    max-width: 700px; } }

@media screen and (max-width: 767px) {
  .popup-subscribe__holder {
    height: 300px; } }

@media screen and (max-width: 767px) {
  .popup-subscribe__holder::after {
    height: 255px; } }

.popup-subscribe__box {
  padding-top: 70px;
  position: relative;
  z-index: 1; }

@media screen and (max-width: 767px) {
  .popup-subscribe__box {
    padding-top: 40px; } }

.popup-subscribe__title {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 27px; }

@media screen and (max-width: 767px) {
  .popup-subscribe__title {
    font-size: 22px;
    line-height: 24px; } }

.popup-subscribe__sub-title {
  font-size: 19px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 28px; }

@media screen and (max-width: 767px) {
  .popup-subscribe__sub-title {
    font-size: 16px;
    line-height: 24px; } }

.popup-subscribe__btn {
  background: #ffdd00;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  text-decoration: none; }

.subscribe-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1; }
  .subscribe-close svg {
    fill: #fff;
    width: 16px;
    height: 16px; }

@media screen and (min-width: 1250px) {
  .subscribe-close:hover svg {
    fill: red; } }

.video-popup__holder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 10px solid #ffe433;
  background: #fff; }

@media screen and (max-width: 1439px) {
  .video-popup__holder {
    max-width: 1120px;
    width: 100%; } }

@media screen and (max-width: 1250px) {
  .video-popup__holder {
    max-width: 960px; } }

@media screen and (max-width: 1439px) {
  .video-popup iframe {
    width: 100%;
    height: 580px; } }

@media screen and (max-width: 767px) {
  .video-popup iframe {
    height: 200px; } }

.bio-popup__holder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 850px;
  padding: 60px; }
  .bio-popup__holder .bio-name {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px; }
  .bio-popup__holder .bio-position {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 35px;
    padding-left: 20px; }
    .bio-popup__holder .bio-position::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      bottom: 0;
      width: 8px;
      border: solid #ffe433;
      border-width: 2px 0 2px 2px; }
  .bio-popup__holder .bio-text {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px; }
    .bio-popup__holder .bio-text * {
      font-size: 16px;
      line-height: 26px; }
  .bio-popup__holder .mCSB_scrollTools .mCSB_draggerRail {
    background: #d1d6dd; }
  .bio-popup__holder .bio-link {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0077b5;
    padding: 0 13px; }
    .bio-popup__holder .bio-link svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #fff; }

.table-popup__holder {
  background: #fff;
  width: 1200px;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -350px 0 0 -600px; }

.table-content {
  max-height: 600px; }

.video-overlay,
.table-overlay,
.popup-subscribe__overlay,
.bio-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.video-close,
.full-video-close,
.table-close,
.bio-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px; }

.video-close svg,
.full-video-close svg,
.table-close svg,
.bio-close svg {
  width: 14px;
  height: 14px;
  fill: #000; }

.video-full {
  background: #000; }
  .video-full.active {
    display: block; }
  .video-full video {
    height: 100%;
    width: 100%; }

.about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f9fa;
  margin-bottom: 95px; }

@media screen and (max-width: 1250px) {
  .about-top {
    display: block; } }

@media screen and (max-width: 767px) {
  .about-top {
    margin-bottom: 45px; } }

.about-top__info {
  width: 50%;
  padding: 0 50px 0 110px; }
  .about-top__info .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1679px) {
  .about-top__info {
    padding: 0 50px 0 70px; } }

@media screen and (max-width: 1250px) {
  .about-top__info {
    width: 100%;
    padding: 50px 15px; } }

@media screen and (max-width: 767px) {
  .about-top__info {
    padding: 50px 15px 25px; } }

.about-top__title {
  font-size: 45px;
  line-height: 48px;
  color: #000;
  font-weight: 700;
  margin-bottom: 28px; }

@media screen and (max-width: 1439px) {
  .about-top__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .about-top__title {
    font-size: 18px;
    line-height: 23px; } }

.about-top__sub-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  max-width: 580px;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .about-top__sub-title {
    font-size: 16px;
    line-height: 23px; } }

.about-top__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }
  .about-top__text p {
    margin: 20px 0; }
    .about-top__text p:first-child {
      margin-top: 0; }

@media screen and (max-width: 767px) {
  .about-top__text {
    font-size: 13px;
    line-height: 19px; } }

.about-top__mission {
  background: #ffe433;
  width: 50%; }

@media screen and (max-width: 1250px) {
  .about-top__mission {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.about-top__image {
  width: 100%;
  min-height: 438px;
  background-size: cover; }

@media screen and (max-width: 1679px) {
  .about-top__image {
    min-height: 320px; } }

@media screen and (max-width: 767px) {
  .about-top__image {
    display: none; } }

.about-top__mission-info {
  padding: 145px 95px 125px; }

@media screen and (max-width: 1679px) {
  .about-top__mission-info {
    padding: 80px 55px; } }

@media screen and (max-width: 1023px) {
  .about-top__mission-info {
    padding: 40px 57px 21px; } }

@media screen and (max-width: 767px) {
  .about-top__mission-info {
    padding: 40px 15px 21px; } }

.about-top__mission-title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .about-top__mission-title {
    font-size: 18px;
    line-height: 23px; } }

.about-top__mission-text {
  font-size: 20px;
  line-height: 31px;
  max-width: 670px; }
  .about-top__mission-text p {
    margin: 20px 0; }
    .about-top__mission-text p:first-child {
      margin-top: 0; }

@media screen and (max-width: 1365px) {
  .about-top__mission-text {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .about-top__mission-text {
    font-size: 13px;
    line-height: 19px; } }

.biography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1225px;
  margin: 0 auto 100px; }
  .biography .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1365px) {
  .biography {
    max-width: 1220px; } }

@media screen and (max-width: 1250px) {
  .biography {
    padding: 0 15px; } }

@media screen and (max-width: 767px) {
  .biography {
    display: block; } }

.biography__content {
  max-width: 765px; }

@media screen and (max-width: 1250px) {
  .biography__content {
    margin-right: 25px; } }

@media screen and (max-width: 767px) {
  .biography__content {
    margin: 0 0 50px;
    max-width: 100%; } }

.biography__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 1439px) {
  .biography__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .biography__title {
    font-size: 18px;
    line-height: 23px; } }

.biography__notes {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 28px; }

@media screen and (max-width: 767px) {
  .biography__notes {
    font-size: 15px;
    line-height: 20px; } }

.biography__box {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }
  .biography__box img {
    margin-bottom: 20px; }
  .biography__box p {
    margin: 20px 0; }

@media screen and (max-width: 767px) {
  .biography__box {
    font-size: 13px;
    line-height: 19px; } }

.biography__aside {
  max-width: 336px; }

@media screen and (max-width: 1250px) {
  .biography__aside {
    max-width: 300px; } }

@media screen and (max-width: 767px) {
  .biography__aside {
    max-width: 336px;
    margin: 0 auto; } }

.biography__aside-title {
  font-size: 12px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  background: #eef1f5;
  padding: 0 21px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 19px; }

.biography__video-section {
  margin-bottom: 55px; }

.biography__video-box {
  position: relative;
  cursor: pointer; }
  .biography__video-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
  .biography__video-box + .biography__video-box {
    margin-top: 13px; }

@media screen and (min-width: 1250px) {
  .biography__video-box:hover .biography__video-btn::after, .biography__video-box:hover .biography__video-btn::before {
    width: 50%; }
  .biography__video-box:hover .biography__video-btn span::after, .biography__video-box:hover .biography__video-btn span::before {
    width: 50%; } }

.biography__video-btn {
  position: absolute;
  width: 68px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -34px;
  z-index: 1;
  text-align: center;
  line-height: 55px;
  border: solid #ffe433;
  border-width: 0 3px; }
  .biography__video-btn span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .biography__video-btn span::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 8px;
      height: 3px;
      background: #ffe433;
      -webkit-transition: width .4s ease;
      transition: width .4s ease; }
    .biography__video-btn span::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 8px;
      height: 3px;
      background: #ffe433;
      -webkit-transition: width .4s ease;
      transition: width .4s ease; }
  .biography__video-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 3px;
    background: #ffe433;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  .biography__video-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 3px;
    background: #ffe433;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  .biography__video-btn svg {
    fill: #fff;
    width: 19px;
    height: 23px; }

.biography__media {
  margin-bottom: 40px; }

.biography__media-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  line-height: 29px;
  font-weight: 600; }
  .biography__media-list li {
    padding: 0 0 20px; }
    .biography__media-list li + li {
      border-top: 1px solid #ebeef1;
      padding: 20px 0; }
  .biography__media-list a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative; }
  .biography__media-list svg {
    width: 5px;
    height: 8px;
    margin-left: 7px; }

@media screen and (max-width: 767px) {
  .biography__media-list {
    font-size: 16px;
    line-height: 23px; } }

@media screen and (min-width: 1250px) {
  .biography__media-list a:hover {
    text-decoration: underline; } }

.biography__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .biography__social-list li + li {
    margin-left: 14px; }
  .biography__social-list li.facebook a {
    background: #405e9d; }
    .biography__social-list li.facebook a::after {
      border: 1px solid #405e9d; }
  .biography__social-list li.facebook svg {
    width: 6px;
    height: 14px; }
  .biography__social-list li.insta a {
    background: #323232; }
    .biography__social-list li.insta a::after {
      border: 1px solid #323232; }
  .biography__social-list li.insta svg {
    width: 14px;
    height: 14px; }
  .biography__social-list li.twitter a {
    background: #25b3f0; }
    .biography__social-list li.twitter a::after {
      border: 1px solid #25b3f0; }
  .biography__social-list li.twitter svg {
    width: 14px;
    height: 11px; }
  .biography__social-list li.linkedin a {
    background: #0077b5; }
    .biography__social-list li.linkedin a::after {
      border: 1px solid #0077b5; }
  .biography__social-list li.linkedin svg {
    width: 12px;
    height: 12px; }
  .biography__social-list a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .biography__social-list a::after {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      border-radius: 50%;
      opacity: 0; }
  .biography__social-list svg {
    fill: #fff; }

@media screen and (min-width: 1250px) {
  .biography__social-list a:hover::after {
    top: -3px;
    bottom: -3px;
    right: -3px;
    left: -3px;
    opacity: 1; } }

.membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1023px) {
  .membership {
    display: block; } }

.membership__slider {
  width: 50%; }

@media screen and (max-width: 1023px) {
  .membership__slider {
    width: 100%; } }

.membership__slider--talent .membership__slide {
  height: 765px; }

@media screen and (max-width: 1439px) {
  .membership__slider--talent .membership__slide {
    height: 675px; } }

@media screen and (max-width: 767px) {
  .membership__slider--talent .membership__slide {
    height: 355px; } }

.membership__slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 3;
  margin-top: -25px;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  border: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  cursor: pointer; }
  .membership__slider .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px; }
  .membership__slider .slick-arrow.slick-prev {
    left: 30px; }
    .membership__slider .slick-arrow.slick-prev::after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      margin: -8px 0 0 -5px; }
  .membership__slider .slick-arrow.slick-next {
    right: 30px; }

@media screen and (max-width: 767px) {
  .membership__slider .slick-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px; } }

@media screen and (min-width: 1250px) {
  .membership__slider .slick-arrow:hover {
    background: #fff; } }

@media screen and (max-width: 767px) {
  .membership__slider .slick-arrow.slick-prev {
    left: 15px; } }

@media screen and (max-width: 767px) {
  .membership__slider .slick-arrow.slick-next {
    right: 15px; } }

.membership__slide {
  height: 600px;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
  vertical-align: top; }
  .membership__slide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 205px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.09)), color-stop(26%, rgba(0, 0, 0, 0.44)), color-stop(33%, rgba(0, 0, 0, 0.55)), color-stop(37%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 8%, rgba(0, 0, 0, 0.44) 26%, rgba(0, 0, 0, 0.55) 33%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media screen and (max-width: 1439px) {
  .membership__slide {
    height: 460px; } }

.membership__slide-info {
  position: absolute;
  bottom: 30px;
  left: 72px;
  z-index: 1;
  max-width: 530px;
  color: #fff; }

@media screen and (max-width: 767px) {
  .membership__slide-info {
    left: 0;
    bottom: 10px;
    padding: 0 15px; } }

.membership__cite {
  position: relative;
  padding-top: 60px;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 28px; }
  .membership__cite::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0; }

@media screen and (max-width: 1250px) {
  .membership__cite {
    padding: 0;
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .membership__cite {
    font-size: 13px;
    line-height: 19px; } }

@media screen and (max-width: 1250px) {
  .membership__cite::after {
    left: -50px; } }

@media screen and (max-width: 767px) {
  .membership__cite::after {
    display: none; } }

.membership__author {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 7px; }

@media screen and (max-width: 767px) {
  .membership__author {
    font-size: 14px; } }

.membership__company {
  font-size: 13px;
  line-height: 15px;
  font-weight: 600; }

.membership__info {
  background: #000;
  width: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px 0 100px; }

@media screen and (max-width: 1023px) {
  .membership__info {
    width: 100%;
    padding: 50px 75px; } }

@media screen and (max-width: 767px) {
  .membership__info {
    padding: 50px 15px; } }

.membership__info-box {
  max-width: 580px; }

.membership__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 25px; }

@media screen and (max-width: 1439px) {
  .membership__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .membership__title {
    font-size: 18px;
    line-height: 23px; } }

.membership__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }
  .membership__text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .membership__text {
    font-size: 13px;
    line-height: 19px; } }

.partner {
  background: #f8f9fa;
  padding: 90px 0 40px; }
  .partner .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .partner .section__number-text::after {
    background: #000; }

@media screen and (max-width: 767px) {
  .partner {
    padding: 45px 0 20px; } }

.partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1550px;
  margin: 0 auto;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .partner__list .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 3;
    margin-top: -25px;
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    border: none;
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
    cursor: pointer; }
    .partner__list .slick-arrow::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8px 0 0 -4px; }
    .partner__list .slick-arrow.slick-prev {
      left: 0; }
      .partner__list .slick-arrow.slick-prev::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin: -8px 0 0 -5px; }
    .partner__list .slick-arrow.slick-next {
      right: 0; }

@media screen and (max-width: 1800px) {
  .partner__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  .partner__list {
    max-width: 500px;
    padding: 0 50px; } }

@media screen and (max-width: 767px) {
  .partner__list .slick-arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px; } }

@media screen and (min-width: 1250px) {
  .partner__list .slick-arrow:hover {
    background: #fff; } }

@media screen and (max-width: 539px) {
  .partner__list .slick-arrow.slick-prev {
    left: 5px; } }

@media screen and (max-width: 539px) {
  .partner__list .slick-arrow.slick-next {
    right: 5px; } }

@media screen and (max-width: 767px) {
  .partner .slick-slide img {
    display: inline-block; } }

.partner__box {
  width: 120px;
  margin: 0 26px 30px; }
  .partner__box a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .partner__box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .4s ease;
    transition: -webkit-filter .4s ease;
    transition: filter .4s ease;
    transition: filter .4s ease, -webkit-filter .4s ease; }

@media screen and (max-width: 767px) {
  .partner__box {
    margin: 0 10px;
    text-align: center; } }

@media screen and (max-width: 539px) {
  .partner__box {
    margin: 0; } }

.team {
  padding: 90px 0 100px; }

@media screen and (max-width: 767px) {
  .team {
    padding: 45px 0; } }

.team__top {
  text-align: center;
  margin-bottom: 52px; }
  .team__top .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .team__top .section__number-text::after {
    background: #000; }

.team__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 1439px) {
  .team__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .team__title {
    font-size: 18px;
    line-height: 23px; } }

.team__notes {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  max-width: 1000px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .team__notes {
    font-size: 13px;
    line-height: 19px;
    padding: 0 15px; } }

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1250px) {
  .team__list {
    padding: 0 15px; } }

.team .team__box {
  cursor: pointer; }

.team__box {
  width: 25%;
  position: relative; }

@media screen and (max-width: 1250px) {
  .team__box {
    width: 33%; }
    .team__box:nth-child(even) {
      background: #f8f9fa; } }

@media screen and (max-width: 1023px) {
  .team__box {
    width: 50%;
    background: #f8f9fa;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); } }

@media screen and (max-width: 639px) {
  .team__box {
    width: 100%; } }

.team__info {
  position: absolute;
  top: 94px;
  left: 48px;
  max-width: 195px; }

@media screen and (max-width: 1679px) {
  .team__info {
    top: 50px;
    left: 10px;
    max-width: 185px; } }

@media screen and (max-width: 1365px) {
  .team__info {
    left: 15px;
    top: 40px; } }

.team__popup-info {
  display: none; }

.team__name {
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 1439px) {
  .team__name {
    font-size: 20px;
    line-height: 24px; } }

.team__position {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500; }

@media screen and (max-width: 1439px) {
  .team__position {
    font-size: 14px;
    line-height: 18px;
    max-width: 175px; } }

@media screen and (max-width: 1365px) {
  .team__position {
    font-size: 13px;
    max-width: 165px; } }

@media screen and (max-width: 359px) {
  .team__position {
    max-width: 145px; } }

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .wrap:nth-child(odd) .team__box:nth-child(even),
  .wrap:nth-child(even) .team__box:nth-child(odd) {
    background: #f8f9fa; }

.wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .wrap1:nth-child(odd) .team__box:nth-child(even),
  .wrap1:nth-child(even) .team__box:nth-child(odd) {
    background: #f8f9fa; }

.commitment {
  background: #ffe433;
  padding: 90px 0 40px; }

@media screen and (max-width: 767px) {
  .commitment {
    padding: 45px 15px 20px; } }

.commitment--partners {
  background: #f7f9fa; }
  .commitment--partners .partner__list {
    max-width: 1050px; }

.commitment--organizations {
  background: #fff; }

.commitment__top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto; }
  .commitment__top .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .commitment__top .section__number-text::after {
    background: #000; }

.commitment__title {
  color: #000;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 1439px) {
  .commitment__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .commitment__title {
    font-size: 18px;
    line-height: 23px; } }

.commitment__notes {
  font-weight: 200;
  font-size: 18px;
  line-height: 29px;
  margin: 0 auto 50px;
  max-width: 750px; }

@media screen and (max-width: 767px) {
  .commitment__notes {
    font-size: 13px;
    line-height: 19px; } }

.partner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px; }

.btn {
  background: #ffe433;
  color: #000;
  font-size: 12px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 60px;
  cursor: pointer;
  border: 2px solid #ffe433;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  text-decoration: none; }
  .btn.contacts-btn, .btn.partner-btn {
    padding: 0; }
  .btn.contacts-btn a,
  .btn.partner-btn a {
    padding: 0 60px;
    color: #000;
    text-decoration: none;
    display: block; }

@media screen and (min-width: 1250px) {
  .btn:hover {
    background: transparent; } }

.accordion {
  max-width: 970px;
  margin: 0 auto;
  padding-bottom: 100px; }
  .accordion .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .accordion .section__number-text::after {
    background: #000; }

@media screen and (max-width: 767px) {
  .accordion {
    padding-bottom: 45px; } }

.accordion__title {
  font-size: 45px;
  line-height: 47px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center; }

@media screen and (max-width: 1439px) {
  .accordion__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .accordion__title {
    font-size: 18px;
    line-height: 23px; } }

.accordion__item.active .accordion__opener {
  background: #ffe433;
  border-color: #ffe433;
  border-radius: 5px 5px 0 0; }

.accordion__item.active .accordion__opener-ico {
  background: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
  .accordion__item.active .accordion__opener-ico svg {
    margin: -1px 0 0 -1px; }

.accordion__item + .accordion__item {
  margin-top: 17px; }

.accordion__opener {
  background: #f7f8f9;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border: 1px solid #eff4f6;
  border-radius: 5px;
  padding: 15px 80px 15px 47px;
  position: relative;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .accordion__opener {
    padding: 15px 80px 15px 25px; } }

.accordion__opener-ico {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: -14px;
  background: #ffe433;
  border-radius: 50%;
  text-align: center; }
  .accordion__opener-ico svg {
    width: 10px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 1px; }

.accordion__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .4s ease;
  transition: height .4s ease; }
  .accordion__content p {
    margin: 0;
    /*text-indent: 15px;*/ }

.accordion__content a {
  color: #57646d; }

.accordion__inner {
  border: solid #ebf0f4;
  border-width: 0 1px 1px;
  border-top: 1px dotted #b7bcc0;
  padding: 25px 47px;
  font-size: 14px;
  line-height: 20px;
  color: #57646d;
  border-radius: 0 0 5px 5px;
  background: #f7f9fa; }

.big-slider__slide {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .big-slider__slide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.09)), color-stop(26%, rgba(0, 0, 0, 0.44)), color-stop(33%, rgba(0, 0, 0, 0.55)), color-stop(37%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 8%, rgba(0, 0, 0, 0.44) 26%, rgba(0, 0, 0, 0.55) 33%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }

.big-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: 3;
  margin-top: -25px;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  border: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  cursor: pointer; }
  .big-slider .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px; }
  .big-slider .slick-arrow.slick-prev {
    left: 30px; }
    .big-slider .slick-arrow.slick-prev::after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      margin: -8px 0 0 -5px; }
  .big-slider .slick-arrow.slick-next {
    right: 30px; }

.big-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .big-slider .slick-dots li {
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px; }
    .big-slider .slick-dots li.slick-active button {
      width: 12px;
      height: 12px;
      background: #ffe433; }
  .big-slider .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: #d6dbdf;
    text-indent: -9999px;
    cursor: pointer; }

@media screen and (max-width: 767px) {
  .big-slider .slick-arrow {
    display: none !important; } }

@media screen and (min-width: 1250px) {
  .big-slider .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.8); } }

.big-slider__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  position: relative;
  z-index: 2; }

.big-slider__box {
  max-width: 800px;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 1023px) {
  .big-slider__box {
    max-width: 570px; } }

@media screen and (max-width: 767px) {
  .big-slider__box {
    padding: 0 15px; } }

.big-slider__text {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  padding-top: 115px;
  position: relative;
  margin-bottom: 60px; }
  .big-slider__text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px; }

@media screen and (max-width: 1023px) {
  .big-slider__text {
    font-size: 24px;
    line-height: 26px; } }

@media screen and (max-width: 767px) {
  .big-slider__text {
    font-size: 18px; } }

.big-slider__name {
  font-size: 17px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffe433;
  position: relative;
  padding-left: 66px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px; }
  .big-slider__name::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #ffe433;
    height: 1px;
    width: 51px; }

.big-slider__position {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase; }

.about-ol-iq {
  padding: 85px 0 0;
  background: #f7f9fa; }
  .about-ol-iq .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .about-ol-iq .section__number-text::after {
    background: #000; }

@media screen and (max-width: 767px) {
  .about-ol-iq {
    padding: 45px 0 0; } }

.about-ol-iq__info {
  max-width: 1100px;
  margin: 0 auto; }

@media screen and (max-width: 1023px) {
  .about-ol-iq__info {
    padding: 0 15px; } }

.about-ol-iq__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px; }

@media screen and (max-width: 1439px) {
  .about-ol-iq__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .about-ol-iq__title {
    font-size: 18px;
    line-height: 23px; } }

.about-ol-iq__text {
  max-width: 880px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }

@media screen and (max-width: 767px) {
  .about-ol-iq__text {
    font-size: 13px;
    line-height: 19px; } }

.about-ol-iq__sub-text {
  max-width: 690px;
  margin: 0 auto 35px;
  text-align: center;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700; }

@media screen and (max-width: 767px) {
  .about-ol-iq__sub-text {
    font-size: 18px;
    line-height: 23px; } }

.about-ol-iq__holder {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1365px) {
  .about-ol-iq__holder {
    padding: 0 15px; } }

@media screen and (max-width: 1023px) {
  .about-ol-iq__holder {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (max-width: 479px) {
  .about-ol-iq__holder {
    display: block; } }

.about-ol-iq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-preferred-size: 1006px;
  flex-basis: 1006px; }
  .about-ol-iq__list li {
    background: #fff;
    border: 1px dotted #dde3e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 303px;
    flex-basis: 303px;
    padding: 35px 30px;
    margin-right: 30px; }

@media screen and (max-width: 1023px) {
  .about-ol-iq__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px; } }

@media screen and (max-width: 479px) {
  .about-ol-iq__list {
    display: block; } }

@media screen and (max-width: 1365px) {
  .about-ol-iq__list li {
    margin-right: 20px; } }

@media screen and (max-width: 479px) {
  .about-ol-iq__list li {
    margin: 0; } }

.about-ol-iq__ico {
  margin-right: 30px;
  position: relative; }
  .about-ol-iq__ico::after {
    content: '';
    position: absolute;
    top: -6px;
    right: -10px;
    background: #ffe433;
    width: 33px;
    height: 33px;
    border-radius: 50%; }
  .about-ol-iq__ico img {
    position: relative;
    z-index: 1;
    max-width: none; }

.about-ol-iq__list-title {
  font-size: 15px;
  line-height: 17px;
  color: #010101;
  font-weight: 600; }

.about-ol-iq__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 303px;
  flex-basis: 303px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dotted #dde3e9;
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }
  .about-ol-iq__link .solutions__events-btn {
    margin-left: 20px;
    -webkit-transition: background .4s ease;
    transition: background .4s ease; }

@media screen and (min-width: 1250px) {
  .about-ol-iq__link:hover {
    background: #ffe433; }
    .about-ol-iq__link:hover .solutions__events-btn {
      background: #000; }
      .about-ol-iq__link:hover .solutions__events-btn svg {
        fill: #fff; } }

@media screen and (max-width: 479px) {
  .about-ol-iq__link {
    padding: 30px 0; } }

@media screen and (max-width: 767px) {
  .about-ol-iq__link .solutions__events-btn {
    position: static;
    margin: 0 0 0 20px; } }

.findings__title {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px; }

.findings__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 767px) {
  .findings__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.findings__box {
  width: 20%;
  line-height: 230px;
  text-align: center;
  padding: 0 45px; }

@media screen and (max-width: 1439px) {
  .findings__box {
    padding: 0 15px 15px; } }

@media screen and (max-width: 1023px) {
  .findings__box {
    line-height: 130px; } }

@media screen and (max-width: 767px) {
  .findings__box {
    width: 50%; } }

@media screen and (min-width: 1250px) {
  .findings__box:hover svg {
    display: none; }
  .findings__box:hover .findings__text {
    display: inline-block;
    vertical-align: middle; } }

.findings__box--item-1 {
  background: #d10911; }

.findings__box--item-2 {
  background: #002e62; }

.findings__box--item-3 {
  background: #5582c2; }

.findings__box--item-4 {
  background: #6a144c; }

.findings__box--item-5 {
  background: #9b5292; }

.findings__box svg {
  fill: #fff; }

@media screen and (max-width: 1023px) {
  .findings__box svg {
    width: 50px; } }

.findings__text {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  display: none; }

@media screen and (max-width: 1023px) {
  .findings__text {
    font-size: 12px;
    display: block; } }

.iq-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  margin-bottom: 100px; }

@media screen and (max-width: 1679px) {
  .iq-benefits {
    padding: 100px 15px 0; } }

@media screen and (max-width: 767px) {
  .iq-benefits {
    padding: 45px 15px 0;
    margin-bottom: 45px; } }

.iq-benefits__info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1250px) {
  .iq-benefits__info {
    width: 100%; } }

.iq-benefits__info-holder {
  max-width: 700px; }
  .iq-benefits__info-holder .section__number {
    margin-bottom: 40px; }
  .iq-benefits__info-holder .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1439px) {
  .iq-benefits__info-holder {
    margin-right: 50px; } }

@media screen and (max-width: 1250px) {
  .iq-benefits__info-holder {
    max-width: 100%; } }

.iq-benefits__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #000; }

@media screen and (max-width: 1439px) {
  .iq-benefits__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .iq-benefits__title {
    font-size: 18px;
    line-height: 23px; } }

.iq-benefits__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  margin-bottom: 48px; }
  .iq-benefits__text ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .iq-benefits__text li {
    position: relative; }
    .iq-benefits__text li::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      width: 3px;
      height: 3px;
      background: #000;
      border-radius: 50%; }

@media screen and (max-width: 767px) {
  .iq-benefits__text {
    font-size: 13px;
    line-height: 19px; } }

.iq-benefits__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.iq-benefits__image {
  width: 50%;
  background-size: cover;
  background-position: 50%; }

@media screen and (max-width: 1250px) {
  .iq-benefits__image {
    display: none; } }

.contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
  background: #f7f9fa; }
  .contact-section .section__number {
    margin-bottom: 40px; }
  .contact-section .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1250px) {
  .contact-section {
    margin-bottom: 65px; } }

body.page-template-page-contacts #subscribe {
  padding-top: 100px;
  margin-top: -100px; }

body.page-template-page-contacts.admin-bar #subscribe {
  padding-top: 140px;
  margin-top: -140px; }

@media screen and (max-width: 1250px) {
  body.page-template-page-contacts #subscribe {
    padding-top: 40px;
    margin-top: -40px; }
  body.page-template-page-contacts.admin-bar #subscribe {
    padding-top: 80px;
    margin-top: -80px; } }

.contact-section__info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1250px) {
  .contact-section__info {
    width: 100%;
    padding: 45px 15px; } }

.contact-section__info-box {
  max-width: 410px; }

.contact-section__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px; }

@media screen and (max-width: 1439px) {
  .contact-section__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .contact-section__title {
    font-size: 18px;
    line-height: 23px; } }

.contact-section__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.contact-section__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contact-section__list-box + .contact-section__list-box {
    margin-top: 27px; }

.contact-section__list-info {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  .contact-section__list-info address {
    font-size: 14px;
    line-height: 18px;
    color: #8f9396;
    font-style: normal; }
  .contact-section__list-info a {
    color: #171818;
    text-decoration: none;
    border-bottom: 1px dotted; }

@media screen and (min-width: 1250px) {
  .contact-section__list-info a:hover {
    border-color: transparent; } }

/* Newsletter List Signup */
.gform_wrapper #field_1_7 .gfield_label,
.gform_wrapper #field_1_7 .gfield_description {
  width: 100%;
  text-align: center;
  padding-top: 0;
  text-transform: none; }

.gform_wrapper #field_1_7 .ginput_container {
  display: none; }

.gform_wrapper #field_1_8 {
  margin-top: 2em; }
  .gform_wrapper #field_1_8 .gfield_label {
    display: none;
    width: 100%;
    text-align: center; }
  .gform_wrapper #field_1_8 .ginput_recaptcha > div {
    margin: 0 auto; }
  .gform_wrapper #field_1_8 .validation_message {
    text-align: center !important; }

.gform_wrapper .gform_footer {
  text-align: center; }

.gform_wrapper li.gfield.gfield_error {
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important; }
  .gform_wrapper li.gfield.gfield_error .gfield_label {
    margin-top: 0 !important;
    color: black !important; }
  .gform_wrapper li.gfield.gfield_error input {
    border-color: #F1F1F4 !important; }

.gform_wrapper .validation_error {
  font-weight: normal !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  color: #f00 !important; }

.gform_wrapper .validation_message {
  font-size: 14px !important;
  font-weight: normal !important;
  padding-top: 0 !important;
  color: #f00 !important; }

.gform_confirmation_wrapper .gform_confirmation_message_1.gform_confirmation_message {
  text-align: center; }

.contact-section__mlist-header {
  font-size: 14px;
  font-weight: 700;
  color: black;
  margin: 0 0 1;
  text-align: center;
  text-transform: uppercase; }

.contact-section__mlist-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }

.contact-section__mlist-box {
  position: relative;
  width: 33%;
  min-height: 200px;
  padding: 20px 40px;
  box-shadow: 1px 0 0 0 #f1f1f1, 0 1px 0 0 #f1f1f1, 1px 1px 0 0 #f1f1f1, 1px 0 0 0 #f1f1f1 inset, 0 1px 0 0 #f1f1f1 inset;
  background: #f7f9fa;
  transition: all 0.3s ease; }
  @media screen and (max-width: 700px) {
    .contact-section__mlist-box {
      width: 50%; } }
  @media screen and (max-width: 440px) {
    .contact-section__mlist-box {
      width: 100%; } }
  .contact-section__mlist-box .contact-section__mlist-option {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background: #d7d8d9; }
    .contact-section__mlist-box .contact-section__mlist-option:after {
      content: "";
      position: absolute;
      display: none;
      left: 5px;
      top: 1px;
      width: 6px;
      height: 12px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg);
      z-index: 2; }
  .contact-section__mlist-box .contact-section__mlist-number {
    font-size: 20px;
    font-weight: 700;
    color: #d7d8d9;
    margin: 0 0 1.5em; }
  .contact-section__mlist-box .contact-section__mlist-title {
    font-size: 20px;
    font-weight: 700;
    color: black;
    margin: 0; }
  .contact-section__mlist-box .contact-section__mlist-description {
    font-size: 12px;
    line-height: 1.2em;
    color: #5E5E70;
    margin: 1em 0 0;
    max-width: 200px; }
  .contact-section__mlist-box.selected {
    background: #ffe433; }
    .contact-section__mlist-box.selected .contact-section__mlist-option:after {
      display: block; }
    .contact-section__mlist-box.selected .contact-section__mlist-option {
      background: #ebcc0c; }
    .contact-section__mlist-box.selected .contact-section__mlist-number {
      color: black; }

.contact-section__ico {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 1px solid #e2e6eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px; }

.contact-section__info-title {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px; }

.contact-section__image {
  width: 50%; }

@media screen and (max-width: 1800px) {
  .contact-section__image {
    width: 80%; } }

@media screen and (max-width: 1250px) {
  .contact-section__image {
    display: none; } }

span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  bottom: -27px; }

.wpcf7-form-control-wrap {
  display: block; }

.feedback {
  max-width: 1370px;
  margin: 0 auto 100px;
  width: 100%; }
  .feedback .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px; }
  .feedback .section__number-text::after {
    background: #000; }
  .feedback form.invalid .feedback__form-field + .feedback__form-field {
    margin-top: 45px; }
  .feedback form.invalid .feedback__area {
    margin-bottom: 40px; }

@media screen and (max-width: 1250px) {
  .feedback {
    margin: 0 auto 65px; } }

@media screen and (max-width: 1439px) {
  .feedback {
    padding: 0 15px; } }

.feedback__title {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 40px; }

@media screen and (max-width: 1439px) {
  .feedback__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .feedback__title {
    font-size: 18px;
    line-height: 23px; } }

.feedback__form-fields {
  max-width: 715px;
  margin: 0 auto; }

.feedback__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  position: relative; }

@media screen and (max-width: 767px) {
  .feedback__form-row {
    display: block; } }

.feedback__form-col {
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px; }

@media screen and (max-width: 767px) {
  .feedback__form-col + .feedback__form-col {
    margin-top: 25px; } }

.feedback__form-field {
  position: relative; }

.feedback label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px; }

.feedback input[type="text"], .feedback input[type="email"], .feedback input[type="tel"] {
  border: 1px solid #f1f1f1;
  background: #fcfdfd;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  font-size: 12px;
  color: #586569;
  font-family: 'Raleway';
  padding: 0 20px; }

.feedback input[type="text"]:focus, .feedback input[type="email"]:focus, .feedback input[type="tel"]:focus {
  border-color: #ffe433; }

.feedback textarea {
  border: 1px solid #f1f1f1;
  background: #fcfdfd;
  border-radius: 5px;
  width: 100%;
  height: 102px;
  font-size: 12px;
  color: #586569;
  font-family: 'Raleway';
  padding: 20px;
  resize: none; }
  .feedback textarea:focus {
    border-color: #ffe433; }

.feedback__form-field {
  width: 100%; }
  .feedback__form-field + .feedback__form-field {
    margin-top: 25px; }

.feedback__area {
  margin-bottom: 10px; }

.feedback__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 33px; }

.feedback__btn {
  font-size: 12px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  border: 2px solid #ffe433;
  background: #ffe433;
  padding: 0 34px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  cursor: pointer; }

@media screen and (min-width: 1250px) {
  .feedback__btn:hover {
    background: transparent; } }

.feedback__notes {
  font-style: italic;
  font-size: 12px;
  line-height: 14px; }

.feedback__policy-check {
  width: 15px;
  height: 15px;
  background: #e3e6e9;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
  cursor: pointer; }

.feedback .policy-text {
  font-size: 12px;
  line-height: 22px;
  color: #000;
  padding-left: 30px; }
  .feedback .policy-text a {
    color: #000; }

.feedback .policy-checkbox {
  position: absolute;
  left: -9999px; }
  .feedback .policy-checkbox:checked + .feedback__policy-check {
    background: #000; }
    .feedback .policy-checkbox:checked + .feedback__policy-check::after {
      content: '';
      position: absolute;
      height: 6px;
      width: 11px;
      top: 50%;
      left: 50%;
      margin: -4px 0 0 -5px;
      border: 3px solid #fff;
      border-width: 0 0 2px 2px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.vacancies {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 110px; }
  .vacancies .section__number {
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

@media screen and (max-width: 767px) {
  .vacancies {
    margin-bottom: 45px; } }

.vacancies__holder {
  max-width: 765px;
  width: 100%; }

.vacancies__title {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px; }

@media screen and (max-width: 1439px) {
  .vacancies__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .vacancies__title {
    font-size: 18px;
    line-height: 23px; } }

.vacancies__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .vacancies__text {
    font-size: 13px;
    line-height: 19px; } }

.vacancies__load-text {
  font-size: 18px;
  line-height: 29px;
  font-style: italic;
  margin-bottom: 70px;
  color: #fff; }

@media screen and (max-width: 767px) {
  .vacancies__load-text {
    font-size: 14px;
    line-height: 19px; } }

.vacancies__load-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .vacancies__load-list li {
    -ms-flex-preferred-size: 238px;
    flex-basis: 238px; }
  .vacancies__load-list a {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 66px;
    text-align: center;
    color: #000;
    text-decoration: none;
    -webkit-transition: background .4s ease;
    transition: background .4s ease; }
    .vacancies__load-list a svg {
      margin-right: 27px; }

@media screen and (max-width: 767px) {
  .vacancies__load-list {
    display: block; } }

@media screen and (max-width: 767px) {
  .vacancies__load-list li + li {
    margin-top: 10px; } }

@media screen and (min-width: 1250px) {
  .vacancies__load-list a:hover {
    background: #ffe433; } }

.choose-variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 65px; }

.choose-variant__box {
  width: 33.333%; }
  .choose-variant__box.active label {
    background: #ffe433; }
    .choose-variant__box.active label .choose-variant__number {
      color: #000; }
    .choose-variant__box.active label .choose-variant__checkbox {
      background: #ebcd0a; }
      .choose-variant__box.active label .choose-variant__checkbox::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 14px;
        top: 50%;
        left: 50%;
        margin: -5px 0 0 -6px;
        border: 3px solid #fff;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .choose-variant__box input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  .choose-variant__box label {
    margin: 0;
    background: #f8f9fa;
    text-transform: none;
    font-weight: normal;
    padding: 35px 78px;
    cursor: pointer;
    height: 100%;
    min-height: 283px;
    border: 1px solid #e8ecf0; }

@media screen and (max-width: 767px) {
  .choose-variant__box {
    width: 50%; } }

@media screen and (max-width: 567px) {
  .choose-variant__box {
    width: 100%; } }

@media screen and (max-width: 1250px) {
  .choose-variant__box label {
    padding: 35px 28px; } }

@media screen and (max-width: 1023px) {
  .choose-variant__box label {
    padding: 35px 15px; } }

.choose-variant__number {
  display: block;
  color: #d7d8d9;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 37px; }

.choose-variant__title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px; }

@media screen and (max-width: 1023px) {
  .choose-variant__title {
    font-size: 20px;
    line-height: 22px; } }

.choose-variant__text {
  font-size: 16px;
  line-height: 24px;
  display: block;
  max-width: 230px; }

.choose-variant__checkbox {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #e3e6e9;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px; }

.success-popup__holder {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 3px solid #cacfd4;
  max-width: 612px;
  width: 100%;
  padding: 75px 15px 80px;
  margin: -215px 0 0 -306px; }

@media screen and (max-width: 767px) {
  .success-popup__holder {
    padding: 20px 15px;
    max-width: 290px;
    margin: -157px 0 0 -145px; } }

.success-popup__title {
  font-size: 45px;
  line-height: 47px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px; }

.success-popup__text {
  font-size: 14px;
  line-height: 20px;
  color: #434343;
  text-align: center; }

@media screen and (max-width: 767px) {
  .success-popup__text br {
    display: none; } }

.success-popup__ico {
  background: #ffdd00;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .success-popup__ico svg {
    fill: #fff;
    width: 68px;
    height: 50px; }

.country__top {
  padding: 170px 0 150px;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .country__top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 767px) {
  .country__top {
    padding: 80px 0 70px; } }

.country__title {
  font-size: 60px;
  line-height: 62px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  z-index: 1;
  position: relative; }

@media screen and (max-width: 767px) {
  .country__title {
    font-size: 30px;
    line-height: 32px; } }

.country__load {
  display: inline-block;
  vertical-align: top;
  background: #ffe433;
  position: relative;
  z-index: 1;
  padding: 0 22px 0 16px;
  text-align: center;
  font-size: 12px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border: 2px solid #ffe433;
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }
  .country__load svg {
    margin-right: 20px; }

@media screen and (min-width: 1250px) {
  .country__load:hover {
    background: #fff; } }

.country__navigation {
  background: #eaeff2;
  position: relative;
  z-index: 3; }

@media screen and (max-width: 1250px) {
  .country__navigation {
    margin-bottom: 50px; } }

.country__nav {
  max-width: 740px;
  margin: 0 auto;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700; }
  .country__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .country__nav li.active a {
    color: #282d30; }
    .country__nav li.active a::after {
      width: 100%; }
  .country__nav a {
    color: #84929c;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 26px 0 25px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease; }
    .country__nav a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      background: #ffe433;
      height: 2px;
      -webkit-transition: width .4s ease;
      transition: width .4s ease; }

@media screen and (max-width: 1250px) {
  .country__nav {
    margin: 0;
    padding: 0 15px; } }

@media screen and (max-width: 767px) {
  .country__nav {
    display: none; } }

@media screen and (min-width: 1250px) {
  .country__nav a:hover {
    color: #282d30; }
    .country__nav a:hover::after {
      width: 100%; } }

.country__twocolumns {
  max-width: 1320px;
  margin: 0 auto 55px; }
  .country__twocolumns::after {
    content: '';
    display: block;
    clear: both; }

@media screen and (max-width: 1365px) {
  .country__twocolumns {
    padding-right: 15px; } }

@media screen and (max-width: 1250px) {
  .country__twocolumns {
    padding: 0 15px; } }

.country__sidebar {
  float: left;
  max-width: 320px;
  width: 100%;
  margin-right: 70px;
  min-height: 650px; }

@media screen and (max-width: 1439px) {
  .country__sidebar {
    min-height: 539px; } }

@media screen and (max-width: 1365px) {
  .country__sidebar {
    margin-right: 30px; } }

@media screen and (max-width: 1250px) {
  .country__sidebar {
    float: none;
    max-width: 100%;
    min-height: 100%; } }

.country__sidebar-box {
  background: #f4f7fa;
  padding-top: 40px; }

@media screen and (max-width: 1439px) {
  .country__sidebar-box {
    padding: 10px 0 0; } }

@media screen and (max-width: 1250px) {
  .country__sidebar-box {
    padding: 0; } }

.country .accordion__inner {
  background: #f4f7fa;
  padding: 27px 30px 7px;
  font-size: 12px;
  line-height: 20px;
  border: none;
  max-height: 480px; }
  .country .accordion__inner.mCustomScrollbar {
    padding: 27px 0 7px 30px; }
  .country .accordion__inner.mCS_no_scrollbar {
    padding: 27px 30px 7px; }
    .country .accordion__inner.mCS_no_scrollbar .mCSB_inside > .mCSB_container {
      margin-right: 0; }
  .country .accordion__inner .mCSB_scrollTools {
    width: 1px; }
    .country .accordion__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background: #ffdd00; }
  .country .accordion__inner .mCSB_inside > .mCSB_container {
    margin-right: 20px; }
  .country .accordion__inner p {
    margin: 20px 0; }
    .country .accordion__inner p:first-child {
      margin-top: 0; }

.country .accordion__item + .accordion__item {
  margin-top: 5px; }

.country .accordion__opener {
  background: #e8ecf1;
  border-radius: 0; }

.country .accordion__item.active .accordion__opener {
  border-radius: 0; }

@media screen and (max-width: 1439px) {
  .country .accordion__inner {
    max-height: 362px; } }

@media screen and (max-width: 1439px) {
  .country .accordion__inner.mCS_no_scrollbar {
    padding: 15px 30px 7px; } }

@media screen and (max-width: 1439px) {
  .country .accordion__inner {
    padding: 15px 30px 7px; } }

@media screen and (max-width: 1439px) {
  .country .accordion__inner p {
    margin: 10px 0; } }

@media screen and (max-width: 1439px) {
  .country .accordion__opener {
    padding: 10px 80px 10px 47px;
    line-height: 16px; } }

.country__content {
  overflow: hidden; }

@media screen and (max-width: 1250px) {
  .country__content {
    max-width: 928px;
    margin: 0 auto; } }

.select-country {
  position: absolute;
  top: 0;
  right: 20px; }

@media screen and (max-width: 1439px) {
  .select-country {
    right: 0; } }

@media screen and (max-width: 767px) {
  .select-country {
    position: relative;
    left: 0;
    right: 0; } }

.select-country__title {
  background: #e8ecf1;
  font-size: 14px;
  line-height: 63px;
  font-weight: 700;
  position: relative;
  border: 1px solid #d7e3e9;
  width: 250px;
  padding: 0 58px 0 28px;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .select-country__title {
    width: 100%; } }

.select-country__title-ico {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  right: 24px;
  margin-top: -14px; }
  .select-country__title-ico::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -4px; }

.select-country__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  border: solid #eff4f6;
  border-width: 0 1px 1px;
  display: none;
  background: #fff;
  max-height: 88vh;
  overflow-y: auto;
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */ }
  .select-country__list li.active a {
    background: #ffe433; }
  .select-country__list li + li {
    border-top: 1px solid #eff4f6; }
  .select-country__list a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase; }
  .select-country__list::-webkit-scrollbar {
    background-color: #fff;
    width: 12px; }
  .select-country__list::-webkit-scrollbar-track {
    background-color: #fff; }
  .select-country__list::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 12px;
    border: 3px solid #fff; }

@media screen and (max-width: 1439px) {
  .select-country__list a {
    padding: 9px 0; } }

@media screen and (min-width: 1250px) {
  .select-country__list a:hover {
    background: #ffe433; } }

.climate-score {
  padding: 55px 0 0; }

.climate-score__title {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px; }

@media screen and (max-width: 1250px) {
  .climate-score__title {
    font-size: 20px;
    line-height: 24px; } }

.climate-score__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  max-width: 830px;
  width: 100%;
  color: #000;
  margin-bottom: 42px; }
  .climate-score__text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .climate-score__text {
    font-size: 13px;
    line-height: 19px; } }

.mark {
  margin-bottom: 30px;
  padding-top: 78px;
  position: relative; }

.mark__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 37px;
  padding: 0;
  list-style: none;
  position: relative;
  background: #f6f7f8; }
  .mark__total::after {
    content: '';
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    height: 2px;
    background: #d0dbe0; }

.mark__total-item {
  width: 10%; }
  .mark__total-item.active .mark__small-number {
    background: #f6f7f8; }

.mark__big-number {
  font-size: 26px;
  line-height: 78px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 2px;
  width: 10%;
  position: absolute;
  top: 0;
  margin-left: -10%; }
  .mark__big-number.normal {
    background: #ffdd00; }
  .mark__big-number.bad {
    background: #f3291d; }
  .mark__big-number.good {
    background: #2bcc46; }

@media screen and (max-width: 479px) {
  .mark__big-number {
    font-size: 18px; } }

.mark__small-number {
  font-size: 12px;
  font-weight: 700;
  line-height: 51px;
  color: #000;
  text-align: center;
  display: block; }

.mark__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 1250px) {
  .mark__columns {
    display: block; } }

.mark__list {
  -ms-flex-preferred-size: 444px;
  flex-basis: 444px; }

.mark__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 8px; }
  .mark__box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eef1f5;
    height: 2px; }

@media screen and (max-width: 1250px) {
  .mark__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.mark__info {
  -ms-flex-preferred-size: 277px;
  flex-basis: 277px; }

@media screen and (max-width: 767px) {
  .mark__info {
    padding-right: 10px; } }

.mark__number {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px; }

.mark__text {
  max-width: 255px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-weight: 600; }

.mark__bal-box {
  width: 166px;
  height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center; }
  .mark__bal-box.good {
    background: #2bcc46; }
  .mark__bal-box.normal {
    background: #fbda3b; }
  .mark__bal-box.bad {
    background: #f3291d; }

.mark__bal {
  font-size: 27px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 8px; }

.mark__bal-text {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
  padding: 0 5px; }

.talking-points__info {
  background: #f8f9fa;
  padding: 75px 64px;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .talking-points__info {
    padding: 35px 25px; } }

.talking-points__title {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .talking-points__title {
    font-size: 20px;
    line-height: 24px; } }

.talking-points__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }
  .talking-points__list li {
    padding-left: 50px;
    position: relative; }
    .talking-points__list li::after {
      content: '';
      position: absolute;
      top: 4px;
      left: 0; }
    .talking-points__list li + li {
      margin-top: 30px; }

@media screen and (max-width: 767px) {
  .talking-points__list {
    font-size: 13px;
    line-height: 19px; } }

.legal-status {
  padding: 55px 0 0; }

@media screen and (max-width: 767px) {
  .legal-status {
    padding: 25px 0 0; } }

.legal-status__title {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 43px; }

@media screen and (max-width: 767px) {
  .legal-status__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; } }

.legal-status__text {
  font-size: 18px;
  line-height: 29px; }
  .legal-status__text p:first-child {
    margin-top: 0; }
  .legal-status__text ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .legal-status__text ul li {
      margin-bottom: 32px; }
  .legal-status__text a {
    color: #000;
    font-weight: 700;
    font-family: 'Raleway' !important; }

@media screen and (max-width: 767px) {
  .legal-status__text {
    font-size: 13px;
    line-height: 19px; } }

.LGBT_business_climate_score_main {
  padding-top: 65px;
  padding-bottom: 50px; }

.LGBT_business_climate_section {
  display: flex;
  justify-content: space-between; }

.LGBT_business_climate_text {
  width: 72%; }

.LGBT_business_climate_text .LGBT_business_climate_text_title {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px; }

.LGBT_business_climate_text p {
  font-size: 18px;
  font-weight: 200;
  line-height: 29px; }

.LGBT_business_climate_total_score {
  width: 100%;
  max-width: 204px;
  min-width: 165px;
  text-align: center; }

.LGBT_business_climate_total_score p {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px; }

.LGBT_business_climate_total_score .total_score {
  padding: 37px 30px;
  text-align: center;
  font-size: 48px;
  line-height: 40px;
  color: #333333;
  font-weight: 800;
  margin-top: 25px; }

.LGBT_business_climate_total_score .total_score small {
  font-size: 60%; }

.LGBT_business_point_list_main {
  width: 100%;
  display: block;
  margin-top: 40px; }

.LGBT_business_point_list {
  display: flex;
  border-bottom: 1px solid #bec4cb; }

.LGBT_business_point_icon {
  width: 100%;
  max-width: 54px;
  margin-right: 15px;
  margin-top: auto;
  margin-bottom: auto; }

.LGBT_business_point_icon img {
  max-width: 90%; }

.LGBT_business_point_text {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px; }

.LGBT_business_point_text .LGBT_business_point_text_title {
  font-size: 18px;
  line-height: 29px;
  font-weight: 700; }

.LGBT_business_point_text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 7px; }

.LGBT_business_point_score {
  width: 100%;
  max-width: 170px;
  min-width: 115px; }

.LGBT_business_point_score .point_score {
  padding: 34px 30px;
  text-align: center;
  font-size: 35px;
  color: #333333;
  font-weight: 800;
  margin-top: 25px; }

.LGBT_business_point_score .point_score span {
  font-size: 16px;
  font-weight: 400; }

.note_on_methodology {
  margin-top: 40px; }

.note_on_methodology .note_on_methodology_title {
  font-size: 18px;
  font-weight: 700; }

.note_on_methodology p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 15px 0px 25px 0px; }

.note_on_methodology .country__load {
  font-size: 14px;
  font-weight: 800; }

.united_states_map {
  margin-bottom: 60px; }

.united_states_map .legal-status__title {
  margin-bottom: 20px; }

.united_states_map p {
  margin-bottom: 0px; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 61.25%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.branding-partners-logo {
  display: flex;
  justify-content: left;
  margin-top: 40px !important; }

.branding-partners-logo li {
  width: 17%;
  margin-top: auto;
  margin-bottom: auto !important;
  margin-left: 4%; }

.branding-partners-logo li:first-child {
  margin-left: 0%; }

.legal-status__text ul li a {
  display: inline-block; }

.picture-break-section {
  margin-top: 40px; }

.picture-break-section .talking-points__image img {
  width: 100%; }

.bg_green {
  background: #40d158; }

.bg_light_green {
  background: #b0e750; }

.bg_yellow {
  background: #fadd4e; }

.bg_orange {
  background: #faac44; }

.bg_red {
  background: #f33d33; }

.impact {
  padding: 60px 0 0; }

@media screen and (max-width: 1244px) {
  .state_briefs .state_briefs_list {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

@media only screen and (max-width: 991px) {
  .map-responsive iframe {
    height: 580px;
    width: 850px;
    position: relative; }
  .map-responsive {
    overflow: scroll;
    height: auto;
    padding-bottom: 0;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 767px) {
  .impact {
    padding: 30px 0 0; }
  .LGBT_business_climate_score_main {
    padding-top: 40px;
    padding-bottom: 30px; }
  .LGBT_business_climate_text {
    width: auto;
    margin-right: 15px; }
  .LGBT_business_climate_text .LGBT_business_climate_text_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  .LGBT_business_climate_text p {
    font-size: 13px;
    font-weight: 200;
    line-height: 19px; }
  .LGBT_business_climate_total_score .total_score {
    padding: 22px 20px;
    font-size: 36px;
    line-height: inherit;
    margin-top: 5px; }
  .LGBT_business_climate_total_score p {
    font-size: 12px; }
  .LGBT_business_point_score .point_score {
    padding: 25px 10px;
    font-size: 28px; }
  .LGBT_business_point_score {
    margin-top: auto;
    margin-bottom: 0px; }
  .LGBT_business_point_text .LGBT_business_point_text_title {
    font-size: 15px;
    line-height: 15px; }
  .LGBT_business_point_text p,
  .note_on_methodology p {
    font-size: 12px;
    line-height: 16px; }
  .LGBT_business_point_text p {
    margin-bottom: 0px; }
  .LGBT_business_point_text {
    margin-top: 15px;
    margin-bottom: 15px; }
  .note_on_methodology .country__load {
    font-size: 12px; } }

.impact__info {
  background: #f8f9fa;
  padding: 47px 60px; }

@media screen and (max-width: 640px) {
  .branding-partners-logo {
    display: block; }
  .branding-partners-logo li {
    margin: 15px 2%;
    width: 28.33%;
    max-width: 250px;
    display: inline-block; } }

@media screen and (max-width: 480px) {
  .branding-partners-logo li {
    width: 40%;
    display: inline-block;
    margin: 4% !important;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .impact__info {
    padding: 25px 30px; } }

.impact__title {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  max-width: 530px;
  margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .impact__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px; } }

.impact__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .impact__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .impact__list li + li {
      margin-left: 30px; }

@media screen and (max-width: 767px) {
  .impact__list {
    display: block; } }

@media screen and (max-width: 767px) {
  .impact__list li {
    margin: 0 0 10px; } }

@media screen and (max-width: 767px) {
  .impact__list li + li {
    margin: 0 0 10px; } }

.impact__number {
  font-size: 20px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  margin-right: 16px; }

@media screen and (max-width: 479px) {
  .impact__number {
    width: 33px;
    height: 33px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 33px;
    margin-right: 10px; } }

.impact__number--1 {
  background: #40d158; }

.impact__number--2 {
  background: #b0e750; }

.impact__number--3 {
  background: #fadd4e; }

.impact__number--4 {
  background: #faac44; }

.impact__number--5 {
  background: #f33d33; }

.impact__list-title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000; }

.impact__text {
  font-size: 18px;
  line-height: 29px; }
  .impact__text p:first-child {
    margin-top: 0; }
  .impact__text ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .impact__text ul li {
      margin-bottom: 32px; }

.impact__intro {
  margin: 3em 0 0; }
  .impact__intro a {
    color: black; }

@media screen and (max-width: 767px) {
  .impact__text {
    font-size: 13px;
    line-height: 19px; } }

.impact__text-title {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .impact__text-title {
    font-size: 20px;
    line-height: 24px; } }

.impact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }

.impact-detail__box {
  width: 50%;
  border: 1px solid #edeff2;
  padding: 40px 60px;
  margin: -1px 0 0; }
  .impact-detail__box:nth-child(even) {
    margin-left: -1px; }

@media screen and (max-width: 767px) {
  .impact-detail__box {
    padding: 15px 10px; } }

.impact-detail__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .impact-detail__title {
    font-size: 15px;
    line-height: 20px; } }

.impact-detail__text {
  font-size: 16px;
  line-height: 27px;
  padding-top: 16px; }

@media screen and (max-width: 767px) {
  .impact-detail__text {
    font-size: 13px;
    line-height: 19px; } }

.leader {
  background: #f8f9fa;
  padding: 60px; }

@media screen and (max-width: 767px) {
  .leader {
    padding: 25px 30px; } }

.leader__title {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .leader__title {
    font-size: 20px;
    line-height: 24px; } }

.leader__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  max-width: 720px; }

@media screen and (max-width: 767px) {
  .leader__text {
    font-size: 13px;
    line-height: 19px; } }

.engage-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f9fa; }

.engage-top__image {
  width: 50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  .engage-top__image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 450px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.09)), color-stop(26%, rgba(0, 0, 0, 0.44)), color-stop(33%, rgba(0, 0, 0, 0.55)), color-stop(37%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 8%, rgba(0, 0, 0, 0.44) 26%, rgba(0, 0, 0, 0.55) 33%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media screen and (max-width: 1250px) {
  .engage-top__image {
    display: none; } }

.engage-top__image-text {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-style: italic;
  bottom: 37px;
  left: 46px;
  max-width: 620px; }

.engage-top__info {
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 118px 0 118px 110px; }

@media screen and (max-width: 1439px) {
  .engage-top__info {
    padding: 58px 0 58px 62px; } }

@media screen and (max-width: 1250px) {
  .engage-top__info {
    width: 100%;
    padding: 58px 15px; } }

.engage-top__info-box {
  max-width: 560px; }

@media screen and (max-width: 1250px) {
  .engage-top__info-box {
    margin: 0 auto; } }

.engage-top .section__number-text::after {
  background: #000; }

.engage-top__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px; }

@media screen and (max-width: 1439px) {
  .engage-top__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .engage-top__title {
    font-size: 18px;
    line-height: 23px; } }

.engage-top .biography__video-box {
  max-width: 530px;
  margin-bottom: 30px; }

.engage-top__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }

@media screen and (max-width: 767px) {
  .engage-top__text {
    font-size: 13px;
    line-height: 19px; } }

.engage-benefits {
  max-width: 1254px;
  margin: 0 auto;
  text-align: center;
  padding: 95px 0; }
  .engage-benefits .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1250px) {
  .engage-benefits {
    padding: 45px 15px; } }

.engage-video {
  background: #f7f9fa; }

.engage-video__image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 530px; }
  .engage-video__image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34); }

@media screen and (max-width: 1023px) {
  .engage-video__image {
    min-height: 430px; } }

.engage-video__image-box {
  max-width: 1263px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: inherit; }

@media screen and (max-width: 1365px) {
  .engage-video__image-box {
    padding: 0 15px;
    max-width: 1030px; } }

@media screen and (max-width: 767px) {
  .engage-video__image-box {
    display: block; } }

.engage-video__info {
  position: relative;
  z-index: 1;
  color: #fff;
  -ms-flex-preferred-size: 615px;
  flex-basis: 615px;
  min-height: inherit;
  padding: 60px 0 30px; }

@media screen and (max-width: 1023px) {
  .engage-video__info {
    -ms-flex-preferred-size: 395px;
    flex-basis: 395px; } }

@media screen and (max-width: 767px) {
  .engage-video__info {
    min-height: auto; } }

@media screen and (max-width: 767px) {
  .engage-video__info-top {
    margin-bottom: 30px; } }

.engage-video__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.engage-video__date {
  margin-right: 28px; }

.engage-video__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700; }

@media screen and (max-width: 1439px) {
  .engage-video__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .engage-video__title {
    font-size: 18px;
    line-height: 23px; } }

.engage-video__text {
  font-size: 16px;
  line-height: 29px;
  font-style: italic;
  font-weight: 200;
  position: absolute;
  left: 0;
  bottom: 30px; }

@media screen and (max-width: 767px) {
  .engage-video__text {
    position: static;
    font-size: 14px;
    line-height: 23px; } }

.engage-video__columns {
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0; }

@media screen and (max-width: 1250px) {
  .engage-video__columns {
    padding: 45px 15px; } }

@media screen and (max-width: 767px) {
  .engage-video__columns {
    display: block; } }

.engage-video__col {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px; }
  .engage-video__col + .engage-video__col {
    margin-left: 75px; }

@media screen and (max-width: 1023px) {
  .engage-video__col + .engage-video__col {
    margin-left: 25px; } }

@media screen and (max-width: 767px) {
  .engage-video__col + .engage-video__col {
    margin: 30px 0 0; } }

.engage-video__col-title {
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
  margin-bottom: 35px; }

@media screen and (max-width: 1023px) {
  .engage-video__col-title {
    font-size: 18px;
    line-height: 23px; } }

.engage-video__year-title {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-style: italic; }

.engage-video__year-list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .engage-video__year-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 165px;
    flex-basis: 165px;
    margin-bottom: 14px; }
    .engage-video__year-list li img {
      margin-right: 13px; }

@media screen and (max-width: 1250px) {
  .engage-video__year-list li {
    -ms-flex-preferred-size: 135px;
    flex-basis: 135px; } }

@media screen and (max-width: 1023px) {
  .engage-video__year-list li {
    -ms-flex-preferred-size: 112px;
    flex-basis: 112px; } }

@media screen and (max-width: 767px) {
  .engage-video__year-list li {
    -ms-flex-preferred-size: 165px;
    flex-basis: 165px; } }

.engage-video__col-text {
  border-top: 1px solid #e9eef0;
  padding-top: 20px; }
  .engage-video__col-text p {
    margin: 0; }

.engage-accelerators {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0; }
  .engage-accelerators .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .engage-accelerators .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1365px) {
  .engage-accelerators {
    padding: 100px 15px; } }

@media screen and (max-width: 1250px) {
  .engage-accelerators {
    padding: 45px 15px; } }

.engage-accelerators__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 60px; }
  .engage-accelerators__title img {
    margin-right: 30px; }

@media screen and (max-width: 1439px) {
  .engage-accelerators__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .engage-accelerators__title {
    font-size: 18px;
    line-height: 23px; } }

.engage-accelerators__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 1023px) {
  .engage-accelerators__list {
    display: block; } }

.engage-accelerators__box {
  -ms-flex-preferred-size: 427px;
  flex-basis: 427px;
  text-decoration: none;
  color: #000;
  border: solid #f2f4f5;
  border-width: 0 1px 1px; }

@media screen and (max-width: 1365px) {
  .engage-accelerators__box {
    -ms-flex-preferred-size: 395px;
    flex-basis: 395px; } }

@media screen and (max-width: 1250px) {
  .engage-accelerators__box {
    -ms-flex-preferred-size: 325px;
    flex-basis: 325px; } }

@media screen and (max-width: 1023px) {
  .engage-accelerators__box {
    max-width: 427px;
    display: block;
    margin: 0 auto 30px; } }

.engage-accelerators__box--item-3 .engage-accelerators__logo span {
  vertical-align: top;
  max-width: 120px; }
  .engage-accelerators__box--item-3 .engage-accelerators__logo span img {
    max-width: 100px; }
  .engage-accelerators__box--item-3 .engage-accelerators__logo span + span {
    margin: 0 10px; }

.engage-accelerators__image {
  background: #f7f9fa;
  padding: 15px 0 0;
  text-align: center;
  margin: 0 -1px; }

.engage-accelerators__icon {
  margin-bottom: 15px; }

.engage-accelerators__info {
  padding: 40px 35px; }

@media screen and (max-width: 1250px) {
  .engage-accelerators__info {
    padding: 30px 15px; } }

.engage-accelerators__text {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  margin-bottom: 35px; }

.engage-accelerators__sponsor-title {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 32px; }

.engage-accelerators__logo {
  text-align: center; }
  .engage-accelerators__logo span {
    display: inline-block;
    max-width: 100px;
    margin: 0 10px 10px; }
    .engage-accelerators__logo span + span {
      margin-top: 10px; }

.insights {
  background: #f8f9fa url("../images/insight-decor.png") no-repeat 99% 100%;
  padding: 100px 0; }

@media screen and (max-width: 1800px) {
  .insights {
    background-size: 390px auto; } }

@media screen and (max-width: 1679px) {
  .insights {
    background-size: 310px auto; } }

@media screen and (max-width: 1365px) {
  .insights {
    padding: 100px 15px; } }

@media screen and (max-width: 1250px) {
  .insights {
    padding: 45px 15px;
    background-size: 240px auto; } }

@media screen and (max-width: 1023px) {
  .insights {
    background: #f8f9fa; } }

.insights__holder {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%; }

.insights .section__number-text::after {
  background: #000; }

.insights__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .insights__title img {
    margin-right: 30px; }

@media screen and (max-width: 1439px) {
  .insights__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .insights__title {
    font-size: 18px;
    line-height: 23px; } }

.insights__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -60px 0 0 -70px; }

@media screen and (max-width: 1250px) {
  .insights__list {
    margin: -40px 0 0 -40px; } }

.insights__box {
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  margin: 60px 0 0 70px; }

@media screen and (max-width: 1250px) {
  .insights__box {
    margin: 40px 0 0 40px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px; } }

@media screen and (max-width: 1023px) {
  .insights__box {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px; } }

.insights__title-box {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px; }

.insights__text {
  font-size: 18px;
  line-height: 29px;
  color: #657687;
  font-weight: 200; }

@media screen and (max-width: 767px) {
  .insights__text {
    font-size: 13px;
    line-height: 19px; } }

.insights-image-section {
  position: relative; }
  .insights-image-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3); }
  .insights-image-section img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 767px) {
  .insights-image-section {
    display: none; } }

.sponsorship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .sponsorship .section__number {
    margin-bottom: 30px; }
  .sponsorship .section__number-text::after {
    background: #000; }

@media screen and (max-width: 767px) {
  .sponsorship {
    display: block;
    border-top: 1px solid #eee; } }

.sponsorship__info {
  width: 50%;
  background: #f8f9fa;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1365px) {
  .sponsorship__info {
    padding: 90px 15px; } }

@media screen and (max-width: 767px) {
  .sponsorship__info {
    width: 100%;
    padding: 45px 15px; } }

.sponsorship__info-box {
  -ms-flex-preferred-size: 610px;
  flex-basis: 610px; }

.sponsorship__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px; }

@media screen and (max-width: 1439px) {
  .sponsorship__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .sponsorship__title {
    font-size: 18px;
    line-height: 23px; } }

.sponsorship__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .sponsorship__text {
    font-size: 13px;
    line-height: 19px; } }

.sponsorship__sub-title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px; }

.sponsorship__benefits {
  width: 50%;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1365px) {
  .sponsorship__benefits {
    padding: 90px 15px; } }

@media screen and (max-width: 767px) {
  .sponsorship__benefits {
    width: 100%;
    padding: 45px 15px; } }

.sponsorship__benefits-holder {
  -ms-flex-preferred-size: 630px;
  flex-basis: 630px; }

.sponsorship__benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px 0 0 -45px;
  padding-top: 80px; }

@media screen and (max-width: 1023px) {
  .sponsorship__benefits-list {
    padding-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.sponsorship__benefits-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  position: relative;
  padding-left: 70px;
  margin: 40px 0 0 45px; }

@media screen and (max-width: 1365px) {
  .sponsorship__benefits-box {
    max-width: 270px; } }

@media screen and (max-width: 1250px) {
  .sponsorship__benefits-box {
    max-width: 210px;
    padding-left: 55px; } }

@media screen and (max-width: 767px) {
  .sponsorship__benefits-box {
    max-width: 320px; } }

.sponsorship__benefits-ico {
  position: absolute;
  top: 0;
  left: 0; }
  .sponsorship__benefits-ico svg {
    fill: #bec8d0; }

.sponsorship__benefits-title {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px; }

@media screen and (max-width: 1250px) {
  .sponsorship__benefits-title {
    font-size: 20px;
    line-height: 23px; } }

.sponsorship__benefits-text {
  font-size: 16px;
  line-height: 27px; }

.hosting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1250px) {
  .hosting {
    display: block; } }

.hosting__info {
  width: 25%;
  background: #ffe433;
  padding: 105px 3%;
  min-height: 360px; }

@media screen and (max-width: 1679px) {
  .hosting__info {
    padding: 75px 3%;
    min-height: 280px; } }

@media screen and (max-width: 1365px) {
  .hosting__info {
    padding: 35px 3%;
    min-height: 250px; } }

@media screen and (max-width: 1250px) {
  .hosting__info {
    width: 100%;
    text-align: center;
    min-height: auto; } }

.hosting .section__number {
  margin-bottom: 40px; }

.hosting .section__number-text::after {
  background: #000; }

@media screen and (max-width: 1250px) {
  .hosting .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.hosting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%; }

@media screen and (max-width: 1250px) {
  .hosting__list {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .hosting__list {
    display: block;
    max-width: 460px;
    margin: 0 auto; } }

.hosting__box {
  width: 33%;
  background-size: cover;
  background-repeat: no-repeat; }
  .hosting__box:first-child {
    width: 34%; }
  .hosting__box img {
    width: 100%; }

@media screen and (max-width: 1250px) {
  .hosting__box {
    height: 270px; } }

@media screen and (max-width: 1023px) {
  .hosting__box {
    height: 200px; } }

@media screen and (max-width: 767px) {
  .hosting__box {
    width: 100%;
    height: 300px;
    background-position: 50% 50%; } }

@media screen and (max-width: 767px) {
  .hosting__box:first-child {
    width: 100%; } }

.hosting__title {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  font-weight: 700; }

@media screen and (max-width: 1679px) {
  .hosting__title {
    font-size: 18px;
    line-height: 26px; } }

@media screen and (max-width: 767px) {
  .hosting__title {
    font-size: 15px;
    line-height: 24px;
    padding: 0 15px; } }

.resources {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 95px 0; }
  .resources .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1439px) {
  .resources .section__number {
    padding-left: 30px; } }

@media screen and (max-width: 1365px) {
  .resources {
    padding: 95px 15px; } }

@media screen and (max-width: 1023px) {
  .resources .section__number {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .resources {
    padding: 45px 15px; }
    .resources .section__number {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.resources__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .resources__box + .resources__box {
    margin-top: 60px; }

@media screen and (max-width: 767px) {
  .resources__box {
    display: block; } }

@media screen and (max-width: 767px) {
  .resources__box + .resources__box {
    margin-top: 30px; } }

.resources__title {
  max-width: 308px;
  width: 100%;
  margin-right: 32px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  padding-right: 96px;
  position: relative;
  padding: 100px 96px 100px 0;
  text-align: right; }
  .resources__title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: #000;
    width: 59px;
    height: 1px; }

@media screen and (max-width: 1023px) {
  .resources__title {
    font-size: 26px;
    line-height: 30px; } }

@media screen and (max-width: 767px) {
  .resources__title {
    padding: 30px 0;
    text-align: center;
    margin: 0;
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .resources__title::after {
    display: none; } }

.resources__list {
  margin: -31px 0 0 -31px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1029px;
  flex-basis: 1029px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media screen and (max-width: 767px) {
  .resources__list {
    margin: -10px 0 0 -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.resources__list--talent .resources__item a::after {
  background: none; }

.resources__list--resources .resources__item a::after {
  background: #ffe433; }

.resources__list--resources .resources__load {
  display: block; }

.resources__list--resources .resources__item {
  width: 312px;
  height: 312px; }

.resources__list--resources .resources__load span {
  font-size: 25px;
  line-height: 27px;
  text-transform: none; }

@media screen and (max-width: 1365px) {
  .resources__list--resources .resources__item {
    width: 270px;
    height: 270px; } }

@media screen and (max-width: 1250px) {
  .resources__list--resources .resources__item {
    width: 197px;
    height: 197px; } }

@media screen and (max-width: 767px) {
  .resources__list--resources .resources__item {
    width: 167px;
    height: 167px; } }

@media screen and (max-width: 374px) {
  .resources__list--resources .resources__item {
    width: 140px;
    height: 140px; } }

@media screen and (max-width: 1250px) {
  .resources__list--resources .resources__load span {
    font-size: 18px;
    line-height: 22px; } }

.resources__item {
  max-width: 312px;
  margin: 31px 0 0 31px; }
  .resources__item a {
    display: block;
    height: 100%;
    position: relative; }
    .resources__item a::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5); }
    .resources__item a:hover::after {
      background: #ffe433; }
    .resources__item a:hover .resources__item-title {
      display: none; }
    .resources__item a:hover .resources__load {
      display: block; }

@media screen and (max-width: 1365px) {
  .resources__item {
    max-width: 270px; } }

@media screen and (max-width: 1250px) {
  .resources__item {
    max-width: 197px; } }

@media screen and (max-width: 1023px) {
  .resources__item {
    max-width: 180px; } }

@media screen and (max-width: 767px) {
  .resources__item {
    margin: 10px 0 0 10px;
    max-width: 167px; } }

@media screen and (max-width: 374px) {
  .resources__item {
    max-width: 140px; } }

.resources__item-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center; }

@media screen and (max-width: 767px) {
  .resources__item-title {
    font-size: 16px;
    line-height: 20px; } }

.resources__load {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #000;
  text-align: center;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .resources__load svg {
    width: 36px;
    height: 44px; }
  .resources__load span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px; }

.error-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.error-holder__box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 130px 15px; }

@media screen and (max-width: 767px) {
  .error-holder__box {
    width: 100%; } }

.error-holder__info {
  max-width: 390px; }

.error-holder__number {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px; }

.error-holder__title {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 800;
  margin-bottom: 20px; }

.error-holder__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 50px; }

.error-holder__btn {
  display: inline-block;
  vertical-align: top; }

.error-holder__image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat; }

@media screen and (max-width: 767px) {
  .error-holder__image {
    display: none; } }

.events-top {
  background: #f8f9fa;
  padding-bottom: 70px; }

.events-top__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }

@media screen and (max-width: 1250px) {
  .events-top__holder {
    display: block; } }

.events-top__image {
  width: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 500px;
  margin-right: 82px;
  position: relative; }
  .events-top__image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 245px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.09)), color-stop(26%, rgba(0, 0, 0, 0.44)), color-stop(33%, rgba(0, 0, 0, 0.55)), color-stop(37%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 8%, rgba(0, 0, 0, 0.44) 26%, rgba(0, 0, 0, 0.55) 33%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media screen and (max-width: 1679px) {
  .events-top__image {
    margin-right: 35px;
    width: 50%; } }

@media screen and (max-width: 1250px) {
  .events-top__image {
    width: 100%;
    margin: 0 0 50px; } }

@media screen and (max-width: 767px) {
  .events-top__image {
    min-height: 370px; } }

@media screen and (max-width: 479px) {
  .events-top__image {
    min-height: 270px; } }

.events-top__image-text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 12px;
  line-height: 20px;
  font-style: italic;
  color: #fff;
  max-width: 950px;
  font-style: italic;
  z-index: 2; }

.events-top__info {
  width: 60%;
  padding: 0 140px 0 0; }
  .events-top__info .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1679px) {
  .events-top__info {
    width: 50%;
    padding: 0 20px 0 0; } }

@media screen and (max-width: 1250px) {
  .events-top__info {
    width: 100%;
    padding: 0 15px; } }

.events-top__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 1439px) {
  .events-top__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .events-top__title {
    font-size: 18px;
    line-height: 23px; } }

.events-top__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  margin-bottom: 45px; }
  .events-top__text p:first-child {
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .events-top__text {
    font-size: 13px;
    line-height: 19px; } }

.calendar-btn {
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-align: center;
  border: solid #ffe433;
  border-width: 0 3px;
  color: #000;
  text-decoration: none;
  padding: 0 14px;
  position: relative; }
  .calendar-btn span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .calendar-btn span::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 8px;
      height: 3px;
      background: #ffe433;
      -webkit-transition: width .4s ease;
      transition: width .4s ease; }
    .calendar-btn span::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 8px;
      height: 3px;
      background: #ffe433;
      -webkit-transition: width .4s ease;
      transition: width .4s ease; }
  .calendar-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 3px;
    background: #ffe433;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  .calendar-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 3px;
    background: #ffe433;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }

@media screen and (min-width: 1250px) {
  .calendar-btn:hover::after, .calendar-btn:hover::before {
    width: 50%; }
  .calendar-btn:hover span::after, .calendar-btn:hover span::before {
    width: 50%; } }

.events-section {
  max-width: 1454px;
  margin: 0 auto; }

@media screen and (max-width: 1679px) {
  .events-section {
    padding: 0 15px; } }

@media screen and (max-width: 1365px) {
  .events-section {
    max-width: 1249px; } }

@media screen and (max-width: 1250px) {
  .events-section {
    max-width: 1024px; } }

@media screen and (max-width: 1023px) {
  .events-section {
    max-width: 687px; } }

@media screen and (max-width: 479px) {
  .events-section {
    max-width: 364px; } }

.events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1679px) {
  .events-list {
    margin-left: -17px; } }

@media screen and (max-width: 767px) {
  .events-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 479px) {
  .events-list {
    margin: 0; } }

.events-box {
  -ms-flex-preferred-size: 335px;
  flex-basis: 335px;
  margin: 0 0 30px 36px; }
  .events-box .events-head__published {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    z-index: 1;
    background: #fafafa;
    color: #000;
    border-radius: 5px 0 0 5px; }
  .events-box .events-head__sub-title {
    position: absolute;
    bottom: 10px;
    padding: 0 15px;
    font-size: 14px;
    margin: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .events-box .events-head__sub-title::after {
      background: none;
      width: 0;
      height: 0; }

@media screen and (max-width: 1679px) {
  .events-box {
    margin: 0 0 15px 17px; } }

@media screen and (max-width: 1439px) {
  .events-box {
    -ms-flex-preferred-size: 317px;
    flex-basis: 317px; } }

@media screen and (max-width: 1365px) {
  .events-box {
    -ms-flex-preferred-size: 292px;
    flex-basis: 292px; } }

@media screen and (max-width: 1250px) {
  .events-box {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px; } }

@media screen and (max-width: 767px) {
  .events-box {
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px; } }

@media screen and (max-width: 479px) {
  .events-box {
    margin: 0 0 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

.events-box__image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px; }
  .events-box__image a > img {
    width: 100%;
    height: auto; }
  .events-box__image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.07)), color-stop(26%, rgba(0, 0, 0, 0.24)), color-stop(33%, rgba(0, 0, 0, 0.35)), color-stop(37%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0.24) 26%, rgba(0, 0, 0, 0.35) 33%, rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0.4) 100%);
    height: 70px; }

.events-box__status {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #ffe433;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  padding: 0 17px; }
  .events-box__status.past_event {
    background: #d9e3ec;
    color: #6f7d89; }

.events-box__title {
  font-size: 22px;
  line-height: 29px;
  color: #020202;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none; }

@media screen and (max-width: 1439px) {
  .events-box__title {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (min-width: 1250px) {
  .events-box__title:hover {
    text-decoration: underline; } }

.events-box__notes {
  font-size: 14px;
  line-height: 20px;
  color: #91959b; }

.events-filter {
  margin-bottom: 13px; }

.events-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.events-button--speakers {
  padding-top: 57px; }

.events-more {
  min-width: 205px;
  border: 2px solid #ffe433;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 700;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }

@media screen and (min-width: 1250px) {
  .events-more:hover {
    background: #ffe433; } }

.conversations {
  padding: 90px 0; }

@media screen and (max-width: 1250px) {
  .conversations {
    padding: 70px 0 40px; } }

@media screen and (max-width: 767px) {
  .conversations--no-text {
    padding-top: 0; } }

.conversations--no-text .conversations__slider .slick-arrow {
  margin-top: -47px; }

@media screen and (max-width: 1250px) {
  .conversations--no-text .conversations__slider .slick-arrow {
    margin-top: -36px; } }

.conversations__top {
  max-width: 990px;
  margin: 0 auto 50px;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 1023px) {
  .conversations__top {
    padding: 0 15px; } }

.conversations .section__number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.conversations .section__number-text::after {
  background: #000; }

.conversations__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 1439px) {
  .conversations__title {
    font-size: 30px;
    line-height: 45px; } }

@media screen and (max-width: 767px) {
  .conversations__title {
    font-size: 18px;
    line-height: 23px; } }

.conversations__text {
  font-size: 18px;
  line-height: 29px;
  color: #000;
  font-weight: 200; }
  .conversations__text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .conversations__text {
    font-size: 13px;
    line-height: 19px; } }

.conversations__slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: 3;
  margin-top: -67px;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  border: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .conversations__slider .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px; }
  .conversations__slider .slick-arrow.slick-prev {
    left: 503px; }
    .conversations__slider .slick-arrow.slick-prev::after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      margin: -8px 0 0 -5px; }
  .conversations__slider .slick-arrow.slick-next {
    right: 503px; }

.conversations__slider .slick-slide {
  opacity: 0.8; }

.conversations__slider .slick-center {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 1; }
  .conversations__slider .slick-center .conversations__image-text {
    visibility: visible; }
  .conversations__slider .slick-center .conversations__image::after, .conversations__slider .slick-center .conversations__image::before {
    background: #ffe433; }
  .conversations__slider .slick-center .conversations__image-box::after, .conversations__slider .slick-center .conversations__image-box::before {
    background: #ffe433; }
  .conversations__slider .slick-center .conversations__image-decor::after, .conversations__slider .slick-center .conversations__image-decor::before {
    background: #ffe433; }

@media screen and (max-width: 1250px) {
  .conversations__slider .slick-arrow {
    margin-top: -36px; } }

@media screen and (min-width: 1250px) {
  .conversations__slider .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.8); } }

@media screen and (max-width: 1800px) {
  .conversations__slider .slick-arrow.slick-prev {
    left: 374px; } }

@media screen and (max-width: 1679px) {
  .conversations__slider .slick-arrow.slick-prev {
    left: 295px; } }

@media screen and (max-width: 1439px) {
  .conversations__slider .slick-arrow.slick-prev {
    left: 232px; } }

@media screen and (max-width: 1365px) {
  .conversations__slider .slick-arrow.slick-prev {
    left: 171px; } }

@media screen and (max-width: 1250px) {
  .conversations__slider .slick-arrow.slick-prev {
    left: 15px; } }

@media screen and (max-width: 1800px) {
  .conversations__slider .slick-arrow.slick-next {
    right: 374px; } }

@media screen and (max-width: 1679px) {
  .conversations__slider .slick-arrow.slick-next {
    right: 295px; } }

@media screen and (max-width: 1439px) {
  .conversations__slider .slick-arrow.slick-next {
    right: 232px; } }

@media screen and (max-width: 1365px) {
  .conversations__slider .slick-arrow.slick-next {
    right: 171px; } }

@media screen and (max-width: 1250px) {
  .conversations__slider .slick-arrow.slick-next {
    right: 15px; } }

@media screen and (max-width: 1250px) {
  .conversations__slider .slick-center {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media screen and (max-width: 1023px) {
  .conversations__slider .slick-current .conversations__image::after, .conversations__slider .slick-current .conversations__image::before {
    background: #ffe433; }
  .conversations__slider .slick-current .conversations__image-box::after, .conversations__slider .slick-current .conversations__image-box::before {
    background: #ffe433; }
  .conversations__slider .slick-current .conversations__image-decor::after, .conversations__slider .slick-current .conversations__image-decor::before {
    background: #ffe433; } }

.conversations__slide {
  padding: 30px 0; }

@media screen and (max-width: 1250px) {
  .conversations__slide {
    padding: 0; } }

.conversations__image {
  position: relative;
  max-width: 643px;
  margin: 0 auto 26px; }
  .conversations__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 10px;
    z-index: 1; }
  .conversations__image::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 10px;
    z-index: 1; }

.conversations__image-box {
  position: relative; }
  .conversations__image-box::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 55px;
    height: 10px; }
  .conversations__image-box::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 55px;
    height: 10px; }

.conversations__image-decor::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 55px;
  height: 10px; }

.conversations__image-decor::before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 55px;
  height: 10px; }

.conversations__image-text {
  max-width: 643px;
  margin: 0 auto;
  color: #727880;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  visibility: hidden; }

@media screen and (max-width: 1250px) {
  .conversations__image-text {
    padding: 0 15px; } }

@media screen and (max-width: 1023px) {
  .conversations__image-text {
    visibility: visible; } }

@media screen and (max-width: 1250px) {
  .conversations + .team {
    padding: 50px 0 100px; } }

@media screen and (max-width: 767px) {
  .conversations + .team {
    padding: 0 0 56px; } }

.new-speakers {
  background: #000;
  padding: 90px 15px 72px; }

.new-speakers__box {
  max-width: 670px;
  margin: 0 auto;
  text-align: center; }

.new-speakers__title {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 1439px) {
  .new-speakers__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .new-speakers__title {
    font-size: 18px;
    line-height: 23px; } }

.new-speakers__text {
  font-weight: 200;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .new-speakers__text {
    font-size: 13px;
    line-height: 19px; } }

.new-speakers__btn {
  display: inline-block;
  vertical-align: top; }

@media screen and (min-width: 1250px) {
  .new-speakers__btn:hover {
    color: #fff; } }

.events-calendar {
  padding: 90px 0;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto; }
  .events-calendar .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .events-calendar .section__number-text::after {
    background: #000; }

.events-calendar__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center; }

@media screen and (max-width: 1439px) {
  .events-calendar__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .events-calendar__title {
    font-size: 18px;
    line-height: 23px; } }

.events-calendar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1250px) {
  .events-calendar__list {
    padding: 0 15px; } }

@media screen and (max-width: 767px) {
  .events-calendar__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 570px) {
  .events-calendar__list {
    display: block; } }

.events-calendar__box {
  -ms-flex-preferred-size: 261px;
  flex-basis: 261px; }
  .events-calendar__box + .events-calendar__box {
    margin-left: 35px; }

@media screen and (max-width: 1023px) {
  .events-calendar__box + .events-calendar__box {
    margin-left: 15px; } }

@media screen and (max-width: 570px) {
  .events-calendar__box + .events-calendar__box {
    margin: 10px 0 0; } }

.events-calendar__month-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffe433;
  margin-bottom: 16px; }

.events-calendar__month {
  font-size: 12px;
  line-height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 33%;
  position: relative; }
  .events-calendar__month + .events-calendar__month::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #736400;
    width: 1px;
    height: 32px;
    margin-top: -16px; }

.events-calendar__item {
  background: #fbfcfd;
  text-decoration: none;
  display: block; }
  .events-calendar__item + .events-calendar__item {
    margin-top: 10px; }

.events-calendar__item-top {
  text-align: center;
  background: #eff2f6;
  padding: 22px 15px;
  border-bottom: 1px dotted #bdc2c7; }

.events-calendar__published {
  font-size: 12px;
  line-height: 14px;
  color: #91959b;
  margin-bottom: 10px; }
  .events-calendar__published svg {
    fill: #91959b;
    width: 15px;
    height: 13px;
    margin-right: 10px; }

.events-calendar__name {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 700; }

.events-calendar__programm-box {
  padding: 25px 15px;
  text-align: center; }

.events-calendar__programm {
  font-size: 12px;
  line-height: 18px;
  color: #616d7a; }

.events-message {
  background: #f8f9fa;
  padding: 50px 15px 55px; }

.events-message__box {
  max-width: 675px;
  margin: 0 auto; }

.events-message__ico {
  background: #fff;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  line-height: 63px;
  text-align: center;
  margin: 0 auto 30px; }
  .events-message__ico svg {
    width: 35px;
    height: 29px; }

.events-message__text {
  font-size: 18px;
  line-height: 29px;
  color: #000;
  font-style: italic;
  text-align: center; }
  .events-message__text p {
    margin: 0; }
  .events-message__text a {
    font-weight: 700;
    color: #000;
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .events-message__text {
    font-size: 13px;
    line-height: 19px; } }

.sponsor-custom {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  display: block; }

.events-holder__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center; }

@media screen and (max-width: 1439px) {
  .events-holder__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .events-holder__title {
    font-size: 18px;
    line-height: 23px; } }

.events-holder + .events-holder {
  margin-top: 80px; }

.speakers-table {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  height: 0;
  overflow: hidden; }
  .speakers-table.active {
    height: auto;
    margin-top: 40px; }

.footer {
  border-top: 1px solid #e8ecf0;
  background: #f8f9fa; }

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer__block .logo {
    margin-bottom: 35px; }

@media screen and (max-width: 1023px) {
  .footer__block {
    display: block; } }

.footer__info {
  background: #ffe433;
  width: 30%;
  padding: 95px 8% 0; }

@media screen and (max-width: 1439px) {
  .footer__info {
    padding: 45px 4% 0; } }

@media screen and (max-width: 1023px) {
  .footer__info {
    width: 100%;
    text-align: center;
    padding: 45px 15px; } }

.footer__text {
  font-size: 14px;
  line-height: 24px;
  color: #5e5e5e;
  margin-bottom: 25px; }

@media screen and (max-width: 1023px) {
  .footer__text {
    max-width: 400px;
    margin: 0 auto 20px; } }

.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer__logos a {
    max-width: 50px; }
    .footer__logos a + a {
      max-width: 113px;
      margin-left: 33px; }

@media screen and (max-width: 1023px) {
  .footer__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.footer__column {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 95px 8%; }

@media screen and (max-width: 1439px) {
  .footer__column {
    padding: 45px 4%; } }

@media screen and (max-width: 1023px) {
  .footer__column {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .footer__column {
    display: block;
    padding: 45px 0; } }

.footer__col {
  max-width: 250px;
  font-size: 14px;
  line-height: 24px;
  color: #5e5e5e; }
  .footer__col + .footer__col {
    margin-left: 130px; }
  .footer__col span {
    display: block; }
  .footer__col address {
    max-width: 150px;
    font-style: normal;
    margin: 32px 0; }

@media screen and (max-width: 767px) {
  .footer__col {
    max-width: 100%;
    padding: 0 15px;
    text-align: center; } }

@media screen and (max-width: 1365px) {
  .footer__col + .footer__col {
    margin-left: 80px; } }

@media screen and (max-width: 767px) {
  .footer__col + .footer__col {
    margin: 30px 0 0;
    border-top: 1px solid #efefef;
    padding-top: 45px; } }

@media screen and (max-width: 767px) {
  .footer__col address {
    margin: 32px auto; } }

.footer__email {
  color: #5e5e5e;
  text-decoration: none; }

.footer__col-link {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0 0 0 5px; }
  .footer__col-link span {
    position: relative;
    z-index: 1; }
  .footer__col-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 10px;
    background: #ffe433;
    -webkit-transition: right .4s ease;
    transition: right .4s ease; }
  .footer__col-link svg {
    width: 4px;
    height: 8px;
    margin: -2px 0 0 6px; }
  .footer__col-link:hover::after {
    right: 100%; }

.footer__title {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase; }

@media screen and (max-width: 767px) {
  .footer__title {
    margin-bottom: 20px; } }

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social li + li {
    margin-left: 28px; }
  .social li.facebook svg {
    width: 7px;
    height: 16px; }
  .social li.linkedin svg {
    width: 15px;
    height: 14px; }
  .social li.twitter svg {
    width: 18px;
    height: 13px; }
  .social li:hover svg {
    fill: #ffe433; }

@media screen and (max-width: 767px) {
  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.copy {
  color: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9e9e9; }

@media screen and (max-width: 767px) {
  .copy {
    display: block; } }

.copy__box {
  color: #797979;
  font-size: 12px;
  line-height: 62px;
  background: #ffe433;
  padding: 0 8%;
  width: 30%;
  position: relative; }
  .copy__box::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffe433; }

@media screen and (max-width: 1023px) {
  .copy__box {
    padding: 0 4%; } }

@media screen and (max-width: 767px) {
  .copy__box {
    width: 100%;
    padding: 0 15px;
    text-align: center; } }

.copy__dev {
  padding-right: 8%; }

@media screen and (max-width: 767px) {
  .copy__dev {
    padding: 25px 15px; } }

.devs {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 767px) {
  .devs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.devs__name {
  color: #797979;
  font-size: 12px;
  line-height: 14px;
  margin-right: 12px; }

.devs:hover .devs__icon,
.devs:hover .devs__icon-hover {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.devs__icon-box {
  width: 100px;
  height: 17px;
  position: relative;
  overflow: hidden; }
  .devs__icon-box svg {
    display: block; }

.devs__icon {
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%; }

.devs__icon-hover {
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left;
  height: 100%;
  display: block; }

.fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

body.country-page .header {
  position: absolute; }

body.logged-in {
  margin-top: 32px; }
  body.logged-in .header {
    top: 32px; }

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding-left: 55px;
  border-bottom: 1px solid #e8ecf0; }

@media screen and (max-width: 1365px) {
  .header {
    padding-left: 25px; } }

@media screen and (max-width: 1250px) {
  .header {
    position: absolute;
    padding-left: 69px; } }

.header__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 215px;
  flex-basis: 215px; }

@media screen and (max-width: 1365px) {
  .header__box {
    -ms-flex-preferred-size: 176px;
    flex-basis: 176px; } }

@media screen and (max-width: 767px) {
  .header__box {
    -ms-flex-preferred-size: 74px;
    flex-basis: 74px; } }

.logo {
  display: block;
  margin-right: 62px; }

@media screen and (max-width: 1365px) {
  .logo {
    margin-right: 30px; } }

.nav {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase; }
  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav li {
    float: left; }
    .nav li.active a {
      background: #ffe433;
      color: #282d30; }
  .nav a {
    display: block;
    padding: 28px 17px;
    text-decoration: none;
    color: #282d30;
    -webkit-transition: background .3s ease;
    transition: background .3s ease; }

@media screen and (max-width: 1439px) {
  .nav {
    font-size: 14px; } }

@media screen and (max-width: 1250px) {
  .nav {
    position: fixed;
    top: 0;
    right: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    width: 100%;
    margin: 0;
    overflow: auto;
    font-size: 26px;
    line-height: 36px;
    overflow-y: auto;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .nav {
    font-size: 20px;
    line-height: 26px;
    min-height: 100vh; } }

@media screen and (max-width: 1250px) {
  .nav ul {
    padding-top: 80px; } }

@media screen and (max-width: 1250px) {
  .nav li {
    float: none; } }

@media screen and (max-width: 1439px) {
  .nav a {
    padding: 28px 15px; } }

@media screen and (max-width: 1250px) {
  .nav a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 10px 30px; } }

@media screen and (min-width: 1200px) {
  .nav a:hover {
    background: #ffe433; } }

.search-button {
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  line-height: 74px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid transparent;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease; }
  .search-button svg {
    width: 13px;
    height: 13px; }

@media screen and (min-width: 1200px) {
  .search-button:hover {
    border-color: #d9dde1; } }

.header #flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 82px; }
  .header #flags ul {
    padding: 0; }

.lang {
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  border-left: 1px solid #d9dde1;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500; }

@media screen and (max-width: 1365px) {
  .lang {
    -ms-flex-preferred-size: 103px;
    flex-basis: 103px; } }

@media screen and (max-width: 767px) {
  .lang {
    display: none; } }

.lang__active {
  padding: 12px 14px;
  color: #282d30;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease; }
  .lang__active.active {
    background: #ffe433; }
  .lang__active svg {
    width: 5px;
    height: 3px;
    margin-left: 6px; }

@media screen and (min-width: 1200px) {
  .lang__active:hover {
    background: #ffe433; } }

.lang__drop {
  margin: -18px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  background: #fff;
  border: solid #eef2f5;
  border-width: 0 1px 1px;
  text-transform: uppercase;
  display: none; }
  .lang__drop a {
    padding: 12px 17px;
    display: block;
    color: #282d30;
    text-decoration: none; }

@media screen and (min-width: 1200px) {
  .lang__drop a:hover {
    background: #f8f9fa; } }

.search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }
  .search.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible; }

.search__close {
  position: absolute;
  width: 75px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  top: 0;
  right: 141px;
  z-index: 10;
  cursor: pointer; }
  .search__close:hover svg {
    fill: #f00; }
  .search__close svg {
    fill: #fff;
    width: 13px;
    height: 13px; }

@media screen and (max-width: 1365px) {
  .search__close {
    right: 103px; } }

@media screen and (max-width: 767px) {
  .search__close {
    right: 0; } }

.search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh; }

@media screen and (max-width: 767px) {
  .search__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 110px; } }

.search__form {
  position: relative;
  max-width: 650px;
  width: 100%; }

@media screen and (max-width: 680px) {
  .search__form {
    max-width: 400px; } }

@media screen and (max-width: 420px) {
  .search__form {
    max-width: 290px; } }

.search__input {
  display: block;
  width: 100%;
  background: none;
  border-color: #ffe433;
  border-width: 0 0 3px;
  padding: 14px 0;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  font-weight: 200;
  font-family: 'Raleway'; }

.search__btn {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px; }
  .search__btn svg {
    width: 15px;
    height: 15px;
    fill: #fff; }

.mobile-opener {
  position: fixed;
  left: 0;
  top: 29px;
  width: 50px;
  height: 24px;
  z-index: 10;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: none; }

@media screen and (max-width: 1250px) {
  .mobile-opener {
    display: block; } }

.mobile-opener__line {
  background: #fff;
  display: block;
  width: 30px;
  height: 3px;
  -webkit-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 0; }
  .mobile-opener__line.line-1 {
    top: 0; }
  .mobile-opener__line.line-2 {
    top: 14px; }
  .mobile-opener__line.line-3 {
    top: 7px; }

.mobile-opener.active .mobile-opener__line.line-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 7px; }

.mobile-opener.active .mobile-opener__line.line-2 {
  display: none; }

.mobile-opener.active .mobile-opener__line.line-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: none;
  box-shadow: none; }

.top-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 74px;
  position: relative;
  overflow: hidden; }
  .top-section.active::after,
  .top-section.active .top-section__info {
    opacity: 1; }
  .top-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 688px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.06)), color-stop(26%, rgba(0, 0, 0, 0.24)), color-stop(33%, rgba(0, 0, 0, 0.35)), color-stop(37%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.06) 8%, rgba(0, 0, 0, 0.24) 26%, rgba(0, 0, 0, 0.35) 33%, rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }

@media screen and (max-width: 1679px) {
  .top-section::after {
    opacity: 1; } }

.top-section__box {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  text-align: right;
  color: #fff;
  padding: 0 173px 65px 0;
  overflow: hidden; }

@media screen and (max-width: 1679px) {
  .top-section__box {
    max-height: 800px; } }

@media screen and (max-width: 1439px) {
  .top-section__box {
    max-height: 730px; } }

@media screen and (max-width: 1023px) {
  .top-section__box {
    padding: 0 100px 65px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .top-section__box {
    height: auto;
    padding: 110px 15px 65px; } }

@media screen and (max-width: 479px) {
  .top-section__box {
    padding: 0 15px 65px; } }

.top-section__info {
  width: 780px;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

@media screen and (max-width: 1679px) {
  .top-section__info {
    opacity: 1; } }

@media screen and (max-width: 1023px) {
  .top-section__info {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .top-section__info {
    text-align: center; } }

.top-section__title {
  margin-bottom: 20px; }

.top-section__sub-title {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 35px; }
  .top-section__sub-title strong {
    font-size: 20px;
    font-weight: normal; }

@media screen and (max-width: 767px) {
  .top-section__sub-title {
    font-size: 16px;
    line-height: 18px; } }

@media screen and (max-width: 767px) {
  .top-section__sub-title strong {
    font-size: 13px; } }

.top-section__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  max-width: 548px;
  margin: 0 0 28px auto; }
  .top-section__text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .top-section__text {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 48px; } }

.video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .video-box video {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 1250px) {
  .video-box {
    display: none; } }

.video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 205px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 1250px) {
  .video-button:hover .video-button__btn::after, .video-button:hover .video-button__btn::before {
    width: 50%; }
  .video-button:hover .video-button__btn span::after, .video-button:hover .video-button__btn span::before {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .video-button {
    margin: 0 auto; } }

.video-button__text {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 23px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px; }

@media screen and (max-width: 767px) {
  .video-button__text {
    text-align: right; } }

.video-button__btn {
  -ms-flex-preferred-size: 92px;
  flex-basis: 92px;
  text-align: center;
  border: solid #ffe433;
  border-width: 0 3px;
  padding: 19px 0;
  position: relative; }
  .video-button__btn span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .video-button__btn span::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 14px;
      height: 3px;
      background: #ffe433;
      -webkit-transition: width .4s ease;
      transition: width .4s ease; }
    .video-button__btn span::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 14px;
      height: 3px;
      background: #ffe433;
      -webkit-transition: width .4s ease;
      transition: width .4s ease; }
  .video-button__btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 3px;
    background: #ffe433;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  .video-button__btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 3px;
    background: #ffe433;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  .video-button__btn svg {
    fill: #fff;
    width: 20px;
    height: 27px; }

.network {
  background: #000; }

.network__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 1250px) {
  .network__holder {
    display: block;
    padding: 74px 0; } }

@media screen and (max-width: 767px) {
  .network__holder {
    padding: 45px 15px; } }

.network__info {
  -ms-flex-preferred-size: 777px;
  flex-basis: 777px;
  color: #fff;
  padding: 0 80px 0 150px; }

@media screen and (max-width: 1800px) {
  .network__info {
    padding: 0 70px; } }

@media screen and (max-width: 1250px) {
  .network__info {
    padding: 0;
    max-width: 690px;
    margin: 0 auto; } }

.network__image {
  height: 100vh;
  -ms-flex-preferred-size: 1130px;
  flex-basis: 1130px;
  background-repeat: no-repeat;
  background-size: cover; }
  .network__image img {
    height: 100%; }

@media screen and (max-width: 1679px) {
  .network__image {
    max-height: 750px;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px; } }

@media screen and (max-width: 1250px) {
  .network__image {
    display: none; } }

.network__info-title {
  font-size: 45px;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  border-left: 12px solid #ffe433;
  padding: 35px 0 30px 35px;
  position: relative;
  margin-bottom: 40px; }
  .network__info-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffe433;
    height: 10px;
    width: 36px; }
  .network__info-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffe433;
    height: 10px;
    width: 36px; }

@media screen and (max-width: 1439px) {
  .network__info-title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .network__info-title {
    font-size: 18px;
    line-height: 23px; } }

.network__info-sub-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .network__info-sub-title {
    font-size: 14px;
    line-height: 18px; } }

.network__info-text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }
  .network__info-text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .network__info-text {
    font-size: 13px;
    line-height: 19px; } }

.section__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  margin-bottom: 60px; }

@media screen and (max-width: 767px) {
  .section__number {
    margin-bottom: 30px;
    font-size: 14px; } }

.section__num {
  margin-right: 10px; }

.section__number-text {
  padding-left: 70px;
  position: relative; }
  .section__number-text::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 59px;
    height: 1px;
    background: #fff; }

.why__holder {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center; }

@media screen and (max-width: 1679px) {
  .why__holder {
    height: auto;
    padding-top: 80px; } }

@media screen and (max-width: 767px) {
  .why__holder {
    padding-top: 45px; } }

.why__block {
  width: 100%; }

.why .section__number {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.why .section__number-text::after {
  background: #000; }

.why__title {
  font-size: 45px;
  line-height: 47px;
  font-weight: 700;
  margin-bottom: 55px; }

@media screen and (max-width: 1439px) {
  .why__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .why__title {
    font-size: 18px;
    line-height: 23px; } }

.why__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  .why__list {
    display: block; } }

.why__box {
  width: 34%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .why__box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

@media screen and (max-width: 1679px) {
  .why__box {
    height: 440px; } }

@media screen and (max-width: 1250px) {
  .why__box {
    height: 320px; } }

@media screen and (max-width: 767px) {
  .why__box {
    width: 100%; } }

@media screen and (min-width: 1200px) {
  .why__box:hover::after {
    background: #ffe433; }
  .why__box:hover .why__number,
  .why__box:hover .why__sub-title {
    color: #000; }
  .why__box:hover .why__text-hidden {
    max-height: 300px;
    opacity: 1; } }

.why__info {
  position: relative;
  z-index: 1;
  -webkit-transition: all 2s ease;
  transition: all 2s ease; }

.why__number {
  font-size: 129px;
  line-height: 131px;
  font-weight: 700;
  color: #ffe433;
  margin-bottom: 10px; }

@media screen and (max-width: 1250px) {
  .why__number {
    font-size: 65px;
    line-height: 70px; } }

.why__sub-title {
  font-size: 45px;
  line-height: 47px;
  color: #ffe433;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px; }

@media screen and (max-width: 1250px) {
  .why__sub-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 24px; } }

.why__text-hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

@media screen and (max-width: 1250px) {
  .why__text-hidden {
    opacity: 1;
    max-height: 100%; } }

.why__text-title {
  font-size: 26px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px; }

@media screen and (max-width: 1250px) {
  .why__text-title {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px; } }

.why__text {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 200;
  max-width: 368px; }
  .why__text p {
    margin: 0; }

@media screen and (max-width: 1250px) {
  .why__text {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    padding: 0 20px; } }

.solutions {
  background: #e6ecf1;
  overflow: hidden; }

.solutions__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1250px) {
  .solutions__holder {
    display: block;
    padding: 74px 0; } }

@media screen and (max-width: 1023px) {
  .solutions__holder {
    padding: 74px 0 0; } }

@media screen and (max-width: 767px) {
  .solutions__holder {
    padding: 45px 0 0; } }

.solutions__box {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 74px 0 0 130px; }
  .solutions__box .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1800px) {
  .solutions__box {
    padding: 74px 140px 0 130px; } }

@media screen and (max-width: 1250px) {
  .solutions__box {
    max-width: 890px;
    margin: 0 auto;
    padding: 0; } }

@media screen and (max-width: 1023px) {
  .solutions__box {
    padding: 0 15px; } }

.solutions__title {
  font-size: 45px;
  line-height: 47px;
  font-weight: 700;
  margin-bottom: 38px; }

@media screen and (max-width: 1439px) {
  .solutions__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .solutions__title {
    font-size: 18px;
    line-height: 23px; } }

.solutions__notes {
  max-width: 460px;
  font-size: 19px;
  line-height: 29px;
  font-weight: 200;
  margin-bottom: 45px; }

@media screen and (max-width: 1250px) {
  .solutions__notes {
    display: none; } }

.solutions__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1250px) {
  .solutions__list-box {
    display: none; } }

.solutions__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 15px;
  line-height: 151px;
  text-align: center;
  overflow: hidden;
  max-width: 527px; }
  .solutions__list li {
    width: 151px;
    height: 151px;
    border-radius: 50%;
    float: left; }

.solutions__list-item-1 {
  background: rgba(241, 220, 69, 0.8);
  margin: 0 0 -26px; }

.solutions__list-item-2 {
  background: rgba(112, 124, 149, 0.8);
  margin: 0 0 -26px -26px; }

.solutions__list-item-3 {
  background: rgba(237, 154, 96, 0.8);
  margin: 0 0 -26px -26px; }

.solutions__list-item-4 {
  background: rgba(219, 101, 98, 0.8);
  margin: 0 0 -26px -26px; }

.solutions__list-item-5 {
  background: rgba(195, 171, 186, 0.8); }

.solutions__list-item-6 {
  background: rgba(135, 157, 210, 0.8);
  margin: 0 0 0 -26px; }

.solutions__list-item-7 {
  background: rgba(150, 117, 139, 0.8);
  margin: 0 0 0 -26px; }

.solutions__list-item-8 {
  background: rgba(177, 161, 202, 0.8);
  margin: 0 0 0 -26px; }

.solutions__list-title {
  font-size: 19px;
  line-height: 29px;
  color: #000;
  font-weight: 700;
  max-width: 195px;
  position: relative;
  padding-left: 95px;
  margin-left: 10px; }
  .solutions__list-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 76px;
    background: #000; }

.solutions__events-list {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background: #fff;
  padding-top: 74px;
  height: 100vh; }
  .solutions__events-list .slick-slide {
    background: #fff;
    position: relative;
    margin-bottom: 20px; }
  .solutions__events-list .slick-dots {
    margin: 0;
    padding: 30px 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .solutions__events-list .slick-dots li {
      width: 8px;
      height: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 2px; }
      .solutions__events-list .slick-dots li.slick-active button {
        width: 8px;
        height: 8px;
        background: #ffe433; }
    .solutions__events-list .slick-dots button {
      padding: 0;
      background: none;
      border: none;
      text-indent: -9999px;
      width: 6px;
      height: 6px;
      background: #bbcad6;
      border-radius: 50%;
      display: block; }

@media screen and (max-width: 1679px) {
  .solutions__events-list {
    padding-top: 0;
    max-height: 800px; } }

@media screen and (max-width: 1439px) {
  .solutions__events-list {
    max-height: 100%;
    height: auto; } }

@media screen and (max-width: 1250px) {
  .solutions__events-list {
    max-width: 900px;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .solutions__events-list {
    padding: 0 15px;
    background: none;
    max-width: 320px;
    margin: 0 auto; } }

.solutions__events {
  height: 34%;
  padding: 0 65px 0 0;
  position: relative;
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }

@media screen and (max-width: 1679px) {
  .solutions__events {
    padding: 0 25px 0 0; } }

@media screen and (max-width: 1439px) {
  .solutions__events {
    height: 240px; } }

@media screen and (max-width: 767px) {
  .solutions__events {
    padding: 0;
    height: auto;
    position: static; } }

@media screen and (min-width: 1250px) {
  .solutions__events:hover {
    background: #ffe433; }
    .solutions__events:hover .solutions__events-btn {
      background: #000; }
      .solutions__events:hover .solutions__events-btn svg {
        fill: #fff; } }

@media screen and (max-width: 1439px) {
  .solutions__events--members {
    height: 280px; } }

@media screen and (min-width: 1250px) {
  .solutions__events--members:hover .solutions__events-box {
    display: none; }
  .solutions__events--members:hover .solutions__events-add-block {
    max-height: 100%; } }

.solutions__events--members::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e8ecf0;
  right: 0;
  height: 1px; }

.solutions__events-image {
  -ms-flex-preferred-size: 309px;
  flex-basis: 309px;
  margin-right: 57px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }

@media screen and (max-width: 1679px) {
  .solutions__events-image {
    margin-right: 40px; } }

@media screen and (max-width: 767px) {
  .solutions__events-image {
    margin-right: 0;
    height: 240px;
    width: 100%;
    display: block; } }

.solutions__events-info {
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  margin-right: 80px; }

@media screen and (max-width: 1679px) {
  .solutions__events-info {
    margin-right: 30px; } }

@media screen and (max-width: 767px) {
  .solutions__events-info {
    margin-right: 0;
    padding: 25px 23px 0; } }

.solutions__events-info--members {
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px;
  margin-right: 50px; }

@media screen and (max-width: 1439px) {
  .solutions__events-info--members {
    margin-right: 0; } }

.solutions__events-title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top; }
  .solutions__events-title a {
    display: inline-block;
    vertical-align: top; }
  .solutions__events-title img {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .solutions__events-title a {
    text-decoration: none;
    color: #000; }

@media screen and (max-width: 767px) {
  .solutions__events-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px; } }

@media screen and (min-width: 1200px) {
  .solutions__events-title a:hover {
    text-decoration: underline; } }

.solutions__events-text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  color: #000; }

@media screen and (max-width: 1679px) {
  .solutions__events-text {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 767px) {
  .solutions__events-text {
    font-size: 13px;
    line-height: 19px; } }

.solutions__events-text--members {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px; }

.solutions__events-text p {
  margin: 0; }

.solutions__events-text a {
  color: #000;
  font-weight: 700;
  text-decoration: none; }

@media screen and (min-width: 1200px) {
  .solutions__events-text a:hover {
    text-decoration: underline; } }

.solutions__events-name {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }

.solutions__events-company {
  font-size: 12px;
  line-height: 14px;
  color: #021435;
  font-weight: 500; }
  .solutions__events-company a {
    text-decoration: none;
    color: #021435; }

@media screen and (min-width: 1250px) {
  .solutions__events-company a:hover {
    text-decoration: underline; } }

.solutions__events-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ffe433;
  line-height: 62px;
  text-align: center;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .solutions__events-btn svg {
    width: 17px;
    height: 12px; }

@media screen and (max-width: 767px) {
  .solutions__events-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px; } }

@media screen and (max-width: 767px) {
  .solutions__events-btn svg {
    width: 10px;
    height: 7px; } }

.solutions__events-link {
  background: #eef2f5;
  display: block;
  height: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .solutions__events-link img {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }
  .solutions__events-link:nth-child(even) {
    background: #fff;
    border: solid #ffe433;
    border-width: 2px 0; }

@media screen and (min-width: 1250px) {
  .solutions__events-link:hover img {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

.solutions__events-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .solutions__events-box {
    display: block;
    max-width: 290px;
    background: #fff;
    margin-bottom: 20px; } }

.solutions__events-add-block {
  max-height: 0;
  max-width: 900px;
  overflow: hidden;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.solutions__events-add-text {
  height: 130px; }
  .solutions__events-add-text p {
    margin: 0; }

.different__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1250px) {
  .different__holder {
    display: block; } }

.different__image {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative; }
  .different__image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 688px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.09)), color-stop(26%, rgba(0, 0, 0, 0.44)), color-stop(33%, rgba(0, 0, 0, 0.55)), color-stop(37%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 8%, rgba(0, 0, 0, 0.44) 26%, rgba(0, 0, 0, 0.55) 33%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media screen and (max-width: 1439px) {
  .different__image {
    height: auto; } }

@media screen and (max-width: 1250px) {
  .different__image {
    display: none; } }

@media screen and (max-width: 1439px) {
  .different__image::after {
    height: 400px; } }

.different__image-title {
  position: absolute;
  bottom: 45px;
  left: 48px;
  color: #fff;
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
  z-index: 2; }

.different__info {
  width: 50%;
  background: #ffe433;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .different__info .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1439px) {
  .different__info {
    height: auto;
    padding: 40px 45px; } }

@media screen and (max-width: 1250px) {
  .different__info {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .different__info {
    padding: 40px 15px; } }

.different__info-box {
  -ms-flex-preferred-size: 700px;
  flex-basis: 700px; }

@media screen and (max-width: 1679px) {
  .different__info-box {
    -ms-flex-preferred-size: 670px;
    flex-basis: 670px; } }

.different__title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  color: #000;
  margin-bottom: 35px; }

@media screen and (max-width: 1439px) {
  .different__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 1365px) {
  .different__title {
    margin-bottom: 25px; } }

@media screen and (max-width: 767px) {
  .different__title {
    font-size: 18px;
    line-height: 23px; } }

.different__notes {
  font-size: 18px;
  line-height: 29px;
  color: #000;
  font-weight: 200;
  margin-bottom: 50px; }

@media screen and (max-width: 1365px) {
  .different__notes {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .different__notes {
    font-size: 13px;
    line-height: 18px; } }

.different__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -30px 0 0 -20px; }
  .different__list li {
    position: relative;
    padding-left: 83px;
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
    max-width: 330px;
    margin: 30px 0 0 20px; }

@media screen and (max-width: 1679px) {
  .different__list li {
    padding-left: 76px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    max-width: 320px; } }

@media screen and (max-width: 1439px) {
  .different__list li {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    max-width: 280px; } }

@media screen and (max-width: 1365px) {
  .different__list li {
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    max-width: 260px; } }

@media screen and (max-width: 767px) {
  .different__list li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

.different__list-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px; }

.different__list-title {
  font-size: 26px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  max-width: 160px;
  margin-bottom: 10px; }

@media screen and (max-width: 1679px) {
  .different__list-title {
    font-size: 18px;
    line-height: 20px; } }

.different__list-text {
  font-size: 14px;
  line-height: 24px; }

@media screen and (max-width: 1365px) {
  .different__list-text {
    font-size: 13px;
    line-height: 18px; } }

.members {
  background: #f8f9fa; }

.members__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

@media screen and (max-width: 1250px) {
  .members__holder {
    display: block; } }

.members__info {
  width: 50%;
  padding-left: 150px; }
  .members__info .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1439px) {
  .members__info {
    padding-left: 100px; } }

@media screen and (max-width: 1365px) {
  .members__info {
    padding-left: 70px; } }

@media screen and (max-width: 1250px) {
  .members__info {
    padding: 70px 30px;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .members__info {
    padding: 45px 15px; } }

.members__info-box {
  max-width: 520px; }

@media screen and (max-width: 1250px) {
  .members__info-box {
    max-width: 690px;
    margin: 0 auto; } }

.members__title {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 1439px) {
  .members__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .members__title {
    font-size: 18px;
    line-height: 23px; } }

.members__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .members__text {
    font-size: 13px;
    line-height: 19px; } }

.members__triggers {
  margin: -30px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .members__triggers li {
    padding-left: 80px;
    position: relative;
    width: 50%;
    margin: 30px 0 0; }

@media screen and (max-width: 1250px) {
  .members__triggers li {
    width: 33%;
    padding-left: 68px; } }

@media screen and (max-width: 767px) {
  .members__triggers li {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .members__triggers li {
    padding-left: 57px;
    padding-right: 12px; } }

.members__triggers-ico {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.members__triggers-number {
  font-size: 45px;
  line-height: 47px;
  font-weight: 600;
  margin-bottom: 5px; }

@media screen and (max-width: 1250px) {
  .members__triggers-number {
    font-size: 33px;
    line-height: 40px; } }

@media screen and (max-width: 767px) {
  .members__triggers-number {
    font-size: 27px;
    line-height: 32px; } }

.members__triggers-text {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  max-width: 115px; }

@media screen and (max-width: 767px) {
  .members__triggers-text {
    font-size: 9px;
    line-height: 14px; } }

@media screen and (max-width: 1250px) {
  .members .solutions__events-list {
    display: none; } }

.talent__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media screen and (max-width: 1250px) {
  .talent__holder {
    display: block; } }

.talent__info {
  width: 50%;
  height: 100vh;
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 125px; }
  .talent__info .members__triggers li {
    padding-left: 65px;
    width: 33%; }
  .talent__info .members__triggers-number {
    color: #ffe433; }
  .talent__info .members__triggers-ico svg {
    fill: #fff; }

@media screen and (max-width: 1679px) {
  .talent__info {
    padding-left: 55px;
    max-height: 800px; } }

@media screen and (max-width: 1439px) {
  .talent__info {
    max-height: 100%;
    height: auto;
    padding: 0 45px; } }

@media screen and (max-width: 1250px) {
  .talent__info {
    width: 100%;
    padding: 74px 0; } }

@media screen and (max-width: 767px) {
  .talent__info {
    padding: 45px 15px; } }

@media screen and (max-width: 767px) {
  .talent__info .members__triggers li {
    width: 50%; } }

.talent__info-box {
  max-width: 620px; }

@media screen and (max-width: 1250px) {
  .talent__info-box {
    max-width: 690px;
    margin: 0 auto; } }

.talent__title {
  font-size: 45px;
  line-height: 47px;
  font-weight: 700;
  margin-bottom: 27px; }

@media screen and (max-width: 1439px) {
  .talent__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .talent__title {
    font-size: 18px;
    line-height: 23px; } }

.talent__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  margin-bottom: 35px; }

@media screen and (max-width: 767px) {
  .talent__text {
    font-size: 13px;
    line-height: 19px; } }

@media screen and (max-width: 1250px) {
  .talent .solutions__events-list {
    display: none; } }

.equality {
  background: #e6ecf1; }

.equality__holder {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1439px) {
  .equality__holder {
    height: auto; } }

@media screen and (max-width: 1250px) {
  .equality__holder {
    display: block;
    padding: 74px 60px; } }

@media screen and (max-width: 1023px) {
  .equality__holder {
    padding: 74px 15px; } }

@media screen and (max-width: 767px) {
  .equality__holder {
    padding: 45px 15px; } }

.equality__info {
  max-width: 1500px;
  text-align: center; }
  .equality__info .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .equality__info .section__number-text::after {
    background: #000; }

.equality__title {
  font-size: 45px;
  line-height: 47px;
  font-weight: 700;
  max-width: 1030px;
  margin: 0 auto 30px; }

@media screen and (max-width: 1439px) {
  .equality__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .equality__title {
    font-size: 18px;
    line-height: 23px;
    margin: 0 auto 20px; } }

.equality__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  max-width: 990px;
  margin: 0 auto 85px; }

@media screen and (max-width: 1250px) {
  .equality__text {
    margin: 0 auto 25px; } }

@media screen and (max-width: 767px) {
  .equality__text {
    font-size: 13px;
    line-height: 19px; } }

.equality__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .equality__list li {
    max-width: 355px;
    width: 100%;
    position: relative;
    padding: 80px 20px 0; }

@media screen and (max-width: 1250px) {
  .equality__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  .equality__list {
    display: block; } }

@media screen and (max-width: 1250px) {
  .equality__list li {
    margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .equality__list li {
    margin: 0 auto; }
    .equality__list li + li {
      margin: 20px auto 0; } }

.equality__ico {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.equality__list-text {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 1679px) {
  .equality__list-text {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px; } }

@media screen and (max-width: 1250px) {
  .equality__list-text {
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px; } }

.learn__holder {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1023px) {
  .learn__holder {
    display: block;
    height: auto;
    padding: 80px 0 0; } }

@media screen and (max-width: 767px) {
  .learn__holder {
    padding: 45px 0; } }

.learn__title-box {
  width: 33%;
  padding: 0 8%; }
  .learn__title-box .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1679px) {
  .learn__title-box {
    padding: 0 6%; } }

@media screen and (max-width: 1365px) {
  .learn__title-box {
    padding: 0 3%;
    width: 25%; } }

@media screen and (max-width: 1023px) {
  .learn__title-box {
    width: 100%;
    padding: 0 15px; } }

.learn__title {
  font-size: 45px;
  line-height: 48px;
  color: #000;
  font-weight: 700; }

@media screen and (max-width: 1439px) {
  .learn__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 1250px) {
  .learn__title {
    font-size: 20px;
    line-height: 25px; } }

@media screen and (max-width: 1023px) {
  .learn__title {
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .learn__title {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 23px; } }

.learn__list {
  background: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .learn__list li {
    width: 25%; }
  .learn__list a {
    display: block;
    height: 100vh;
    border-left: 1px solid #e8ecf0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 0 65px 0 47px;
    color: #000;
    -webkit-transition: background .4s ease;
    transition: background .4s ease; }

@media screen and (max-width: 1365px) {
  .learn__list {
    width: 75%; } }

@media screen and (max-width: 1023px) {
  .learn__list {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .learn__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .learn__list li {
    width: 50%; } }

@media screen and (max-width: 1679px) {
  .learn__list a {
    padding: 0 30px; } }

@media screen and (max-width: 1439px) {
  .learn__list a {
    padding: 0 15px; } }

@media screen and (max-width: 1023px) {
  .learn__list a {
    height: 100%;
    position: relative; } }

@media screen and (max-width: 767px) {
  .learn__list a {
    padding-bottom: 35px;
    border: 1px solid #e8ecf0; } }

@media screen and (min-width: 1250px) {
  .learn__list a:hover {
    background: #ffe433;
    border-color: #ffdd00; }
    .learn__list a:hover .learn__list-number {
      color: #000; }
    .learn__list a:hover .learn__list-more {
      background: #000; }
      .learn__list a:hover .learn__list-more svg {
        fill: #fff; }
    .learn__list a:hover .learn__list-name {
      visibility: visible; } }

.learn__list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
  padding: 160px 0; }

@media screen and (max-width: 1023px) {
  .learn__list-info {
    height: auto;
    padding: 50px 0; } }

@media screen and (max-width: 767px) {
  .learn__list-info {
    padding: 15px 0; } }

.learn__list-number {
  font-size: 35px;
  line-height: 37px;
  font-weight: 700;
  color: #d7d8d9; }

@media screen and (max-width: 1023px) {
  .learn__list-number {
    margin-bottom: 30px; } }

.learn__list-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  max-width: 227px; }

@media screen and (max-width: 1679px) {
  .learn__list-title {
    font-size: 24px;
    line-height: 26px; } }

@media screen and (max-width: 1439px) {
  .learn__list-title {
    max-width: 200px; } }

@media screen and (max-width: 1250px) {
  .learn__list-title {
    font-size: 15px;
    line-height: 24px; } }

@media screen and (max-width: 1023px) {
  .learn__list-title {
    margin-bottom: 30px;
    font-size: 14px; } }

.learn__list-more {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ffe433;
  line-height: 62px;
  text-align: center;
  display: block;
  margin-bottom: 22px; }
  .learn__list-more svg {
    width: 17px;
    height: 12px; }

@media screen and (max-width: 1023px) {
  .learn__list-more {
    margin: 0; } }

@media screen and (max-width: 767px) {
  .learn__list-more {
    width: 40px;
    line-height: 40px;
    height: 40px; } }

@media screen and (max-width: 767px) {
  .learn__list-more svg {
    width: 10px;
    height: 7px; } }

.learn__list-name {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  height: 60px;
  visibility: hidden; }

@media screen and (max-width: 1023px) {
  .learn__list-name {
    display: none; } }

@media screen and (max-width: 767px) {
  .learn__list-bottom {
    position: absolute;
    right: 15px;
    bottom: 15px; } }

@media screen and (max-width: 1439px) {
  .why {
    margin-bottom: 30px; } }

.insights-category__list {
  background: #eaeff2;
  font-size: 12px;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px; }
  .insights-category__list ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 1250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .insights-category__list li {
    -ms-flex-preferred-size: 208px;
    flex-basis: 208px; }
    .insights-category__list li.active a {
      background: #fff; }
  .insights-category__list a {
    color: #282d30;
    text-decoration: none;
    display: block;
    -webkit-transition: background .3s ease;
    transition: background .3s ease; }

@media screen and (max-width: 1023px) {
  .insights-category__list ul {
    display: block;
    white-space: nowrap;
    overflow-x: auto; } }

@media screen and (max-width: 1023px) {
  .insights-category__list li {
    display: inline-block;
    vertical-align: top; } }

@media screen and (max-width: 1023px) {
  .insights-category__list a {
    padding: 0 15px; } }

@media screen and (min-width: 1250px) {
  .insights-category__list a:hover {
    background: #fff; } }

.insights-category__sub-list {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 1250px;
  margin: 0 auto 34px; }
  .insights-category__sub-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .insights-category__sub-list li + li {
    margin-left: 34px; }
  .insights-category__sub-list li.active a {
    color: #ffe433; }
    .insights-category__sub-list li.active a::after {
      width: 100%; }
  .insights-category__sub-list a {
    color: #282d30;
    text-decoration: none;
    padding: 12px 0;
    display: block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    position: relative; }
    .insights-category__sub-list a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background: #ffe433;
      width: 0;
      -webkit-transition: width .3s ease;
      transition: width .3s ease; }

@media screen and (max-width: 479px) {
  .insights-category__sub-list li + li {
    margin-left: 8px; } }

@media screen and (min-width: 1250px) {
  .insights-category__sub-list a:hover {
    color: #ffe433; }
    .insights-category__sub-list a:hover::after {
      width: 100%; } }

.insights-category__section {
  max-width: 1536px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 100px; }

@media screen and (max-width: 767px) {
  .insights-category__section {
    padding-bottom: 45px; } }

.insights-category__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -58px 0 58px -20px; }

@media screen and (max-width: 1679px) {
  .insights-category__holder {
    padding: 0 15px; } }

@media screen and (max-width: 1023px) {
  .insights-category__holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.insights-category__box {
  -ms-flex-preferred-size: 476px;
  flex-basis: 476px;
  margin: 58px 0 0 20px; }

@media screen and (max-width: 1679px) {
  .insights-category__box {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px; } }

@media screen and (max-width: 1439px) {
  .insights-category__box {
    -ms-flex-preferred-size: 424px;
    flex-basis: 424px; } }

@media screen and (max-width: 1365px) {
  .insights-category__box {
    -ms-flex-preferred-size: 392px;
    flex-basis: 392px; } }

@media screen and (max-width: 1250px) {
  .insights-category__box {
    -ms-flex-preferred-size: 318px;
    flex-basis: 318px; } }

@media screen and (max-width: 1023px) {
  .insights-category__box {
    -ms-flex-preferred-size: 359px;
    flex-basis: 359px; } }

.insights-category__image {
  position: relative;
  margin-bottom: 25px; }

.insights-category__title {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #020202;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px; }

@media screen and (max-width: 1250px) {
  .insights-category__title {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (min-width: 1250px) {
  .insights-category__title:hover {
    text-decoration: underline; } }

.insights-category__text {
  color: #91959b;
  font-size: 14px;
  line-height: 20px;
  height: 39px;
  overflow: hidden; }
  .insights-category__text p {
    margin: 0; }

.insights-category__videos {
  background: #f8f9fa;
  padding: 80px 15px; }
  .insights-category__videos .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .insights-category__videos .section__number-text::after {
    background: #000; }

@media screen and (max-width: 767px) {
  .insights-category__videos {
    padding: 45px 15px; } }

.insights-category__videos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.insights-category__videos-image {
  position: relative; }
  .insights-category__videos-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }
  .insights-category__videos-image .video-button__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 14px 0; }
    .insights-category__videos-image .video-button__btn svg {
      width: 17px;
      height: 23px; }

.insights-category__videos-list {
  max-width: 1536px;
  margin: 0 auto;
  width: 100%; }

.insights-category__videos-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -53px 0 58px -20px; }

@media screen and (max-width: 1250px) {
  .insights-category__videos-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.insights-category__videos-box {
  margin: 53px 0 0 20px;
  -ms-flex-preferred-size: 476px;
  flex-basis: 476px;
  cursor: pointer;
  position: relative; }

@media screen and (max-width: 1679px) {
  .insights-category__videos-box {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px; } }

@media screen and (max-width: 1439px) {
  .insights-category__videos-box {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px; } }

@media screen and (max-width: 1365px) {
  .insights-category__videos-box {
    -ms-flex-preferred-size: 390px;
    flex-basis: 390px; } }

@media screen and (max-width: 1250px) {
  .insights-category__videos-box {
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px; } }

@media screen and (max-width: 767px) {
  .insights-category__videos-box {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px; } }

@media screen and (max-width: 479px) {
  .insights-category__videos-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media screen and (min-width: 1250px) {
  .insights-category__videos-box:hover .video-button__btn::after, .insights-category__videos-box:hover .video-button__btn::before {
    width: 50%; }
  .insights-category__videos-box:hover .video-button__btn span::after, .insights-category__videos-box:hover .video-button__btn span::before {
    width: 50%; } }

.insights-category__videos-box--big {
  -ms-flex-preferred-size: 747px;
  flex-basis: 747px; }
  .insights-category__videos-box--big .insights-category__videos-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 36px 27px; }
  .insights-category__videos-box--big .insights-category__videos-image {
    margin: 0; }
  .insights-category__videos-box--big .insights-category__videos-title {
    color: #fff; }
  .insights-category__videos-box--big .video-button__btn {
    width: 92px;
    padding: 19px 0; }
    .insights-category__videos-box--big .video-button__btn svg {
      width: 20px;
      height: 27px; }

@media screen and (max-width: 1679px) {
  .insights-category__videos-box--big {
    -ms-flex-preferred-size: 686px;
    flex-basis: 686px; } }

@media screen and (max-width: 1439px) {
  .insights-category__videos-box--big {
    -ms-flex-preferred-size: 646px;
    flex-basis: 646px; } }

@media screen and (max-width: 1365px) {
  .insights-category__videos-box--big {
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px; } }

@media screen and (max-width: 1250px) {
  .insights-category__videos-box--big {
    -ms-flex-preferred-size: 747px;
    flex-basis: 747px; } }

@media screen and (max-width: 767px) {
  .insights-category__videos-box--big .insights-category__videos-info {
    position: relative;
    padding: 20px 0 0; } }

@media screen and (max-width: 767px) {
  .insights-category__videos-box--big .insights-category__videos-title {
    color: #000; } }

.insights-category__videos-image {
  position: relative;
  margin-bottom: 20px; }

.insights-category__videos-title {
  font-size: 22px;
  line-height: 29px;
  color: #000;
  font-weight: 700; }

@media screen and (max-width: 1250px) {
  .insights-category__videos-title {
    font-size: 16px;
    line-height: 22px; } }

.leaders {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0; }
  .leaders .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .leaders .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1679px) {
  .leaders {
    padding: 90px 15px; } }

@media screen and (max-width: 767px) {
  .leaders {
    padding: 45px 15px; } }

.leaders__title {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 1439px) {
  .leaders__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .leaders__title {
    font-size: 18px;
    line-height: 23px; } }

.leaders__notes {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  color: #000;
  margin-bottom: 80px; }

@media screen and (max-width: 767px) {
  .leaders__notes {
    margin-bottom: 45px;
    font-size: 13px;
    line-height: 19px; } }

.leaders__list {
  margin-bottom: 100px; }

.leaders__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .leaders__box + .leaders__box {
    margin-top: 28px; }
  .leaders__box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .leaders__box:nth-child(even) .leaders__image {
      margin: 0 0 0 68px; }
    .leaders__box:nth-child(even) .leaders__info {
      text-align: right; }
    .leaders__box:nth-child(even) .leaders__info-title {
      padding: 0 33px 0 0; }
      .leaders__box:nth-child(even) .leaders__info-title::after {
        right: 0;
        left: auto;
        background: #40b9d8; }

@media screen and (max-width: 479px) {
  .leaders__box {
    display: block; } }

@media screen and (max-width: 1023px) {
  .leaders__box:nth-child(even) .leaders__image {
    margin: 0 0 0 25px; } }

@media screen and (max-width: 479px) {
  .leaders__box:nth-child(even) .leaders__image {
    margin: 0 0 25px; } }

.leaders__image {
  margin: 0 68px 0 0; }

@media screen and (max-width: 1023px) {
  .leaders__image {
    margin: 0 25px 0 0;
    -ms-flex-preferred-size: 540px;
    flex-basis: 540px; } }

@media screen and (max-width: 479px) {
  .leaders__image {
    margin: 0 0 25px; } }

.leaders__info {
  -ms-flex-preferred-size: 560px;
  flex-basis: 560px; }

.leaders__info-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  padding-left: 33px;
  margin-bottom: 20px; }
  .leaders__info-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    background: #bd1717;
    width: 10px;
    height: 10px;
    border-radius: 50%; }

@media screen and (max-width: 1439px) {
  .leaders__info-title {
    font-size: 27px;
    line-height: 32px; } }

@media screen and (max-width: 767px) {
  .leaders__info-title {
    font-size: 16px;
    line-height: 21px; } }

.leaders__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  margin-bottom: 40px; }
  .leaders__text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .leaders__text {
    font-size: 13px;
    line-height: 19px; } }

.leaders__add-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  .leaders__add-list {
    display: block; } }

.leaders__add-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1023px) {
  .leaders__add-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .leaders__add-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.leaders__add-box {
  text-align: center;
  padding-top: 10px;
  margin: 0 15px 30px; }
  .leaders__add-box img {
    margin-bottom: 38px; }
  .leaders__add-box a {
    text-decoration: none; }

@media screen and (max-width: 1023px) {
  .leaders__add-box {
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px; } }

@media screen and (min-width: 1250px) {
  .leaders__add-box:hover .leaders__add-name::after {
    width: 100%; } }

.leaders__add-name {
  font-size: 25px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  position: relative; }
  .leaders__add-name::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 5px;
    background: #000;
    width: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }

@media screen and (max-width: 1250px) {
  .leaders__add-name {
    font-size: 20px;
    line-height: 23px; } }

.leaders__add-more {
  -ms-flex-preferred-size: 326px;
  flex-basis: 326px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .leaders__add-more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .leaders__add-more {
    padding-top: 30px; }
    .leaders__add-more .solutions__events-btn {
      position: static;
      margin: 0; } }

@media screen and (min-width: 1250px) {
  .leaders__add-more a:hover .solutions__events-btn {
    background: #000; }
    .leaders__add-more a:hover .solutions__events-btn svg {
      fill: #fff; } }

.leaders__add-more-text {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-right: 24px; }

.briefs {
  background: #f8f9fa;
  padding: 95px 15px; }
  .briefs .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .briefs .section__number-text::after {
    background: #000; }

.state_briefs .state_briefs_list {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  .briefs {
    padding: 45px 15px; } }

.briefs__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px; }

@media screen and (max-width: 1439px) {
  .briefs__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .briefs__title {
    font-size: 18px;
    line-height: 23px; } }

.briefs__notes {
  max-width: 825px;
  margin: 0 auto 45px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }

@media screen and (max-width: 767px) {
  .briefs__notes {
    font-size: 13px;
    line-height: 19px; } }

.briefs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -25px; }

.countries__list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.briefs__box {
  -ms-flex-preferred-size: 396px;
  flex-basis: 396px;
  position: relative;
  margin: 13px 13px 12px 12px; }
  .briefs__box a {
    display: block;
    height: 100%;
    position: relative; }
    .briefs__box a::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: background .3s ease;
      transition: background .3s ease; }

/*@media screen and (min-width: 1751px) {
    .state_briefs .state_briefs_list {
        max-width: 90%;
    }
}*/
@media screen and (max-width: 1365px) {
  .briefs__box {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px; }
  .countries__list {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 1244px) {
  .state_briefs_list .briefs__box {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px; } }

@media screen and (max-width: 1023px) {
  .briefs__box {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px; }
  .state_briefs_list .briefs__box {
    flex-basis: 350px;
    -ms-flex-preferred-size: 350px; } }

@media screen and (min-width: 1250px) {
  .briefs__box a:hover::after {
    background: rgba(0, 0, 0, 0.3); } }

.briefs__box-title {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.social-section-holder {
  padding: 95px 0 0; }

@media screen and (max-width: 767px) {
  .social-section-holder {
    padding: 45px 0 0; } }

.social-section-holder__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px; }

@media screen and (max-width: 1439px) {
  .social-section-holder__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .social-section-holder__title {
    font-size: 18px;
    line-height: 23px; } }

.outleader-head {
  text-align: center;
  background: #f8f9fa;
  position: relative; }

.outleader-head__label {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffdd00;
  font-size: 14px;
  line-height: 42px;
  padding: 0 18px;
  font-weight: 700;
  text-transform: uppercase; }

.outleader-aside {
  float: left;
  max-width: 252px;
  width: 100%; }

@media screen and (max-width: 1023px) {
  .outleader-aside {
    float: none;
    max-width: 100%; } }

.outleader-aside__title {
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  color: #282d30;
  background: #ffe433;
  padding: 0 30px; }

.outleader-aside__text {
  background: #fff;
  padding: 30px;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 0 40px rgba(0, 32, 150, 0.1);
  box-shadow: 0 0 40px rgba(0, 32, 150, 0.1); }
  .outleader-aside__text p {
    margin: 0; }

@media screen and (max-width: 1023px) {
  .outleader-aside .social-likes-section {
    display: none; } }

.outleader-aside .social-likes-section__title {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #8d99ac;
  letter-spacing: 2px;
  margin-bottom: 13px; }

.outleader-aside .social-likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static !important;
  float: none;
  margin: 0 0 15px; }
  .outleader-aside .social-likes .social-likes__widget {
    margin: 0 0 0 10px; }
  .outleader-aside .social-likes .social-likes__widget_facebook {
    margin: 0; }

.outleader-aside__print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1023px) {
  .outleader-aside__print {
    display: none; } }

.outleader-aside__btn {
  padding: 20px 0 0 9px; }
  .outleader-aside__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #282d30;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none; }

@media screen and (max-width: 1023px) {
  .outleader-aside__btn {
    display: none; } }

@media screen and (min-width: 1250px) {
  .outleader-aside__btn a:hover .solutions__events-btn {
    background: #000; }
    .outleader-aside__btn a:hover .solutions__events-btn svg {
      fill: #fff; } }

.leaders-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px; }

.leaders-more {
  min-width: 205px;
  border: 2px solid #ffe433;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 700;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }

@media screen and (min-width: 1250px) {
  .leaders-more:hover {
    background: #ffe433; } }

.events-head {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  min-height: 497px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 8% 62px;
  text-decoration: none; }

@media screen and (max-width: 767px) {
  .events-head {
    padding: 0 15px 30px; } }

.events-head--insights {
  height: 100vh;
  margin-top: -74px; }

.events-head::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.06)), color-stop(26%, rgba(0, 0, 0, 0.24)), color-stop(33%, rgba(0, 0, 0, 0.28)), color-stop(37%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.06) 8%, rgba(0, 0, 0, 0.24) 26%, rgba(0, 0, 0, 0.28) 33%, rgba(0, 0, 0, 0.3) 37%, rgba(0, 0, 0, 0.3) 100%); }

.events-head__info {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 1120px; }

.events-head__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.events-head__published {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff; }

.events-head__category {
  margin-left: 20px;
  font-size: 12px;
  line-height: 37px;
  color: #282d30;
  font-weight: 700;
  padding: 0 17px;
  background: #ffe433; }

.events-head__title {
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 1250px) {
  .events-head__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .events-head__title {
    font-size: 18px;
    line-height: 23px; } }

.events-head__sub-title {
  padding: 0 64px 30px 0;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px; }
  .events-head__sub-title img {
    margin-right: 17px; }
  .events-head__sub-title::after {
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    background: #ffe433; }

.events-head__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  position: relative;
  max-width: 700px;
  padding-bottom: 35px; }
  .events-head__text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 196px;
    background: #ffe433;
    height: 8px; }

@media screen and (max-width: 767px) {
  .events-head__text {
    font-size: 13px;
    line-height: 19px; } }

.events-inner {
  max-width: 1260px;
  margin: 0 auto 85px;
  padding-top: 45px; }

.events-inner--leader {
  max-width: 1475px; }
  .events-inner--leader .events-content__text {
    border: none;
    padding-bottom: 0; }

@media screen and (max-width: 1679px) {
  .events-inner--leader {
    padding: 45px 15px 0; }
    .events-inner--leader .events-twocolumns {
      max-width: 1110px; }
    .events-inner--leader .events-content {
      -ms-flex-preferred-size: 735px;
      flex-basis: 735px; } }

@media screen and (max-width: 1439px) {
  .events-inner--leader .events-twocolumns {
    max-width: 1040px; }
  .events-inner--leader .events-aside {
    -ms-flex-preferred-size: 275px;
    flex-basis: 275px; } }

@media screen and (max-width: 1365px) {
  .events-inner--leader .events-twocolumns {
    max-width: 970px; }
  .events-inner--leader .events-content {
    -ms-flex-preferred-size: 665px;
    flex-basis: 665px; } }

@media screen and (max-width: 1250px) {
  .events-inner--leader .events-twocolumns {
    max-width: 710px; } }

@media screen and (max-width: 1365px) {
  .events-inner {
    padding: 45px 15px 0; } }

.events-inner::after {
  content: '';
  display: block;
  clear: both; }

.events-twocolumns {
  max-width: 1180px;
  margin: 0 0 0 auto;
  width: 100%;
  float: right; }

@media screen and (max-width: 1365px) {
  .events-twocolumns {
    max-width: 1160px; } }

@media screen and (max-width: 1250px) {
  .events-twocolumns {
    float: none; } }

.events-twocolumns__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 1250px) {
  .events-twocolumns__box {
    display: block; } }

.events-content {
  -ms-flex-preferred-size: 795px;
  flex-basis: 795px; }

.events-content__leader {
  margin-bottom: 35px; }

.events-content__leader-name {
  font-size: 35px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 23px; }

.events-content__leader-position-box {
  padding: 10px 0 10px 22px;
  position: relative;
  border-left: 4px solid #ffdd00; }
  .events-content__leader-position-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffdd00;
    width: 14px;
    height: 3px; }
  .events-content__leader-position-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffdd00;
    width: 14px;
    height: 3px; }

.events-content__leader-position {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 3px; }

.events-content__leader-company {
  font-size: 14px;
  line-height: 16px;
  color: #91959b; }

.events-content__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }

.events-content__creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.events-content__creator-image {
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  margin-right: 20px; }

.events-content__creator-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px; }

.events-content__creator-position {
  font-size: 12px;
  line-height: 14px;
  color: #999; }

.events-content__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  color: #000;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfe3e6;
  margin-bottom: 35px;
  font-family: 'Raleway' !important; }
  .events-content__text a {
    color: #000;
    font-weight: 700;
    font-family: 'Raleway' !important; }
  .events-content__text p,
  .events-content__text span,
  .events-content__text strong {
    font-family: 'Raleway' !important; }
  .events-content__text .fancybox {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    position: relative;
    margin-bottom: 30px; }
    .events-content__text .fancybox::after {
      content: '';
      position: absolute;
      top: 17px;
      right: 17px; }
  .events-content__text p {
    margin: 20px 0; }
    .events-content__text p:first-child {
      margin-top: 0; }

@media screen and (max-width: 767px) {
  .events-content__text {
    font-size: 13px;
    line-height: 19px; } }

.events-content__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px; }

@media screen and (min-width: 1250px) {
  .events-content__control a:hover .events-content__control-btn::after {
    right: 100%; } }

.events-content__control-prev {
  text-decoration: none; }
  .events-content__control-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 14px; }

@media screen and (max-width: 1439px) {
  .events-content__control-prev {
    padding-right: 10px; } }

.events-content__control-next {
  text-decoration: none;
  text-align: right; }
  .events-content__control-next svg {
    margin-left: 14px; }

@media screen and (max-width: 1439px) {
  .events-content__control-next {
    padding-left: 10px; } }

.events-content__control-image {
  margin-bottom: 20px; }

.events-content__control-btn {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
  letter-spacing: 1px;
  margin-bottom: 15px; }
  .events-content__control-btn::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 10px;
    background: #ffe433;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    z-index: -1; }
  .events-content__control-btn svg {
    width: 4px;
    height: 9px; }

@media screen and (max-width: 359px) {
  .events-content__control-btn {
    font-size: 11px; } }

.events-content__control-title {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  max-width: 320px;
  color: #000; }

@media screen and (max-width: 1439px) {
  .events-content__control-title {
    font-size: 16px;
    line-height: 22px; } }

.events-content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.social-likes {
  float: left; }

@media screen and (max-width: 1250px) {
  .social-likes {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px; } }

.social-likes__icon {
  display: none; }

.social-likes__widget {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  outline: none; }
  .social-likes__widget::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 50%;
    opacity: 0; }
  .social-likes__widget svg {
    fill: #fff; }

@media screen and (max-width: 1250px) {
  .social-likes__widget {
    margin: 0 0 0 10px; } }

@media screen and (min-width: 1250px) {
  .social-likes__widget:hover::after {
    top: -3px;
    bottom: -3px;
    right: -3px;
    left: -3px;
    opacity: 1; } }

.social-likes__button svg {
  width: 16px;
  height: 16px; }

.social-likes__widget_facebook {
  background: #405e9d;
  margin: 0; }
  .social-likes__widget_facebook::after {
    border: 1px solid #405e9d; }

.social-likes__widget_twitter {
  background: #25b3f0; }
  .social-likes__widget_twitter::after {
    border: 1px solid #25b3f0; }

.social-likes__widget_plusone {
  background: #dd4b39; }
  .social-likes__widget_plusone::after {
    border: 1px solid #dd4b39; }

.social-likes__widget_linkedin {
  background: #0077b5; }
  .social-likes__widget_linkedin::after {
    border: 1px solid #0077b5; }

.print {
  border: 1px solid #e7ebef;
  font-size: 12px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  color: #8d99ac;
  text-decoration: none;
  padding: 0 23px;
  margin-left: 27px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  vertical-align: top; }
  .print svg {
    fill: #8d99ac;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }

@media screen and (min-width: 1250px) {
  .print:hover {
    background: #8d99ac;
    border-color: #8d99ac;
    color: #fff; }
    .print:hover svg {
      fill: #fff; } }

.events-aside {
  -ms-flex-preferred-size: 335px;
  flex-basis: 335px; }

@media screen and (max-width: 1250px) {
  .events-aside {
    display: none; } }

.events-aside__leader-list {
  padding-top: 40px; }
  .events-aside__leader-list .leaders__add-box {
    text-align: left; }
    .events-aside__leader-list .leaders__add-box + .leaders__add-box {
      margin: 37px 0 0; }
    .events-aside__leader-list .leaders__add-box img {
      margin-bottom: 18px; }

.events-aside__related + .events-aside__related {
  margin-top: 50px; }

.events-aside__related-box + .events-aside__related-box {
  margin-top: 32px; }

.events-aside__related-box a {
  display: block;
  height: 100%;
  text-decoration: none; }

@media screen and (min-width: 1250px) {
  .events-aside__related-box:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } }

.events-aside__related-image {
  position: relative; }

.events-aside__related-category {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffe433;
  font-size: 12px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 14px;
  color: #282d30; }

.events-aside__related-info {
  border: solid #eaeef2;
  border-width: 0 1px 1px;
  padding: 20px; }

.events-aside__published {
  color: #999;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block; }

.events-aside__related-title {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #000; }

@media screen and (max-width: 1439px) {
  .events-aside__related-title {
    font-size: 16px;
    line-height: 22px; } }

.events-aside .events-box {
  margin: 0 0 20px; }

.social-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.social-section__box {
  width: 33%; }
  .social-section__box:first-child {
    width: 34%; }

.event-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1520px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 0; }

@media screen and (max-width: 1679px) {
  .event-post {
    padding: 40px 15px; } }

@media screen and (max-width: 767px) {
  .event-post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.event-post__content {
  -ms-flex-preferred-size: 784px;
  flex-basis: 784px; }
  .event-post__content a {
    color: #000;
    font-weight: 700;
    font-family: 'Raleway' !important; }

@media screen and (max-width: 1679px) {
  .event-post__content {
    padding: 0 15px; } }

@media screen and (max-width: 767px) {
  .event-post__content {
    margin-bottom: 50px;
    padding: 0; } }

.event-post__content-title {
  font-size: 35px;
  line-height: 37px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 1250px) {
  .event-post__content-title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .event-post__content-title {
    font-size: 18px;
    line-height: 23px; } }

.event-post__content-text {
  font-size: 18px;
  line-height: 29px;
  color: #000;
  font-weight: 200;
  margin-bottom: 40px;
  font-family: 'Raleway' !important; }
  .event-post__content-text p,
  .event-post__content-text span,
  .event-post__content-text strong {
    font-family: 'Raleway' !important; }
  .event-post__content-text p {
    margin: 20px 0; }
    .event-post__content-text p:first-child {
      margin-top: 0; }

@media screen and (max-width: 767px) {
  .event-post__content-text {
    font-size: 13px;
    line-height: 19px; } }

.event-post__speakers-box {
  margin-bottom: 70px; }

@media screen and (max-width: 1023px) {
  .event-post__speakers-box {
    max-width: 420px; } }

@media screen and (max-width: 767px) {
  .event-post__speakers-box {
    margin: 0 auto 60px; } }

.event-post__speakers-title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 1250px) {
  .event-post__speakers-title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .event-post__speakers-title {
    font-size: 18px;
    line-height: 23px; } }

.event-post__speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .event-post__speakers .team__box {
    width: 50%; }
  .event-post__speakers .team__info {
    top: 60px; }
  .event-post__speakers .team__name {
    font-size: 20px;
    line-height: 22px; }
  .event-post__speakers .team__position {
    font-size: 12px;
    line-height: 14px; }

@media screen and (max-width: 1023px) {
  .event-post__speakers .team__box {
    width: 100%; } }

.agenda {
  margin-bottom: 45px; }

.agenda__title {
  font-size: 35px;
  line-height: 37px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 1250px) {
  .agenda__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .agenda__title {
    font-size: 18px;
    line-height: 23px; } }

.agenda__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.agenda__box {
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  border: 1px solid #e0e7ed; }

.agenda__day {
  font-size: 12px;
  font-weight: 700;
  line-height: 49px;
  text-transform: uppercase;
  background: #e0e7ed;
  text-align: center; }

.agenda__info {
  padding: 32px; }

@media screen and (max-width: 767px) {
  .agenda__info {
    padding: 32px 15px; } }

.agenda__info-list + .agenda__info-list {
  margin-top: 20px; }

.agenda__time {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px; }
  .agenda__time span {
    text-transform: uppercase; }

.agenda__description {
  font-size: 14px;
  line-height: 16px;
  color: #91959b; }

.event-sidebar {
  background: #f4f7fa;
  padding: 40px 37px;
  -ms-flex-preferred-size: 321px;
  flex-basis: 321px; }

@media screen and (max-width: 767px) {
  .event-sidebar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

.event-sidebar__box + .event-sidebar__box {
  margin-top: 25px; }

.event-sidebar__box address {
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500; }
  .event-sidebar__box address svg {
    width: 12px;
    height: 17px;
    margin-right: 12px; }

.event-sidebar__title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
  margin: 0 -37px 25px;
  padding: 0 37px;
  background: #e8ecf1; }

.event-sidebar__logo a {
  display: block; }
  .event-sidebar__logo a + a {
    margin-top: 27px; }

.event-sidebar__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500; }

.event-sidebar__list a {
  color: #000;
  text-decoration: none; }

@media screen and (min-width: 1250px) {
  .event-sidebar__list a:hover {
    text-decoration: underline; } }

.event-sidebar__text {
  font-size: 12px;
  line-height: 20px; }
  .event-sidebar__text p {
    margin: 0; }

.event-sidebar .social-likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .event-sidebar .social-likes .social-likes__widget {
    margin: 0 0 0 10px; }
  .event-sidebar .social-likes .social-likes__widget_facebook {
    margin: 0; }

.event-sidebar .print {
  margin: 0; }

.page-template-page-terms_policy {
  background: #f4f7fa; }

.privacy-section {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto 75px;
  padding-top: 80px; }

@media screen and (max-width: 767px) {
  .privacy-section {
    padding-top: 50px;
    margin-bottom: 0; } }

.privacy-section__title {
  text-align: center;
  margin: 0 0 60px;
  font-size: 45px;
  line-height: 48px;
  font-weight: 700; }

@media screen and (max-width: 767px) {
  .privacy-section__title {
    font-size: 30px;
    line-height: 34px; } }

.privacy-section__tab-holder {
  background: #fff; }

.privacy-section__holder {
  padding: 70px 107px;
  font-size: 18px;
  line-height: 29px;
  color: #000; }
  .privacy-section__holder a {
    color: #000; }
  .privacy-section__holder h2 {
    font-size: 35px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 30px; }
  .privacy-section__holder ul {
    list-style: none;
    padding: 0; }
  .privacy-section__holder p {
    margin: 30px 0; }

@media screen and (max-width: 1023px) {
  .privacy-section__holder {
    padding: 30px 40px; } }

@media screen and (max-width: 767px) {
  .privacy-section__holder {
    padding: 30px 15px; } }

@media screen and (max-width: 479px) {
  .privacy-section__holder h2 {
    font-size: 25px;
    line-height: 30px; } }

.privacy-section__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  font-size: 12px;
  line-height: 65px;
  font-weight: 700;
  text-transform: uppercase; }
  .privacy-section__tabs li {
    width: 33.3%; }
  .privacy-section__tabs a {
    display: block;
    background: #eaeff2;
    color: #282d30;
    text-decoration: none; }
    .privacy-section__tabs a.active {
      background: #fff; }

@media screen and (max-width: 479px) {
  .privacy-section__tabs {
    display: block; } }

@media screen and (max-width: 479px) {
  .privacy-section__tabs li {
    width: 100%; } }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }
  .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 50px; }

@media screen and (max-width: 479px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 30px; } }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }
  .mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

/* RTL direction/left-side scrollbar */
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible horizontal scrollbar */
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: #000; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  border-radius: 3px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* theme "dark-thin" */
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.search-section__top {
  background: #f8f9fa;
  padding: 90px 15px 75px;
  text-align: center;
  margin-bottom: 100px; }

@media screen and (max-width: 767px) {
  .search-section__top {
    margin-bottom: 50px;
    padding: 50px 15px 55px; } }

.search-section__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .search-section__title {
    font-size: 40px;
    line-height: 45px; } }

.search-section__text {
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  font-weight: 700; }

.search-section__results {
  max-width: 970px;
  margin: 0 auto;
  min-height: 350px;
  padding: 0 15px; }

.search-section__results-list {
  margin-bottom: 70px;
  padding-top: 20px; }

.search-section__results-title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center; }

.search-section__results-number {
  font-size: 30px;
  line-height: 32px;
  color: #dce0e5;
  font-weight: 700;
  text-align: center; }

.search-section__results-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0; }
  .search-section__results-box + .search-section__results-box {
    border-top: 1px solid #e8ecf0; }

@media screen and (max-width: 767px) {
  .search-section__results-box .solutions__events-btn {
    display: none; } }

@media screen and (min-width: 1250px) {
  .search-section__results-box .solutions__events-btn:hover {
    background: #000; }
    .search-section__results-box .solutions__events-btn:hover svg {
      fill: #fff; } }

.search-section__results-info {
  max-width: 430px; }

.search-section__results-label {
  background: #ffe433;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  padding: 0 17px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  margin-bottom: 10px; }

.search-section__results-link {
  display: block;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #000;
  text-decoration: none; }

@media screen and (min-width: 1250px) {
  .search-section__results-link:hover {
    text-decoration: underline; } }

.pagination {
  margin: 0;
  padding: 50px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 40px; }
  .pagination span {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    margin: 0 5px; }
    .pagination span.current {
      color: #ffe433;
      background: #000; }
    .pagination span.dots {
      cursor: default; }
  .pagination a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
    margin: 0 5px; }
    .pagination a.prev {
      position: relative; }
      .pagination a.prev::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -5px 0 0 -3px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .pagination a.next {
      position: relative; }
      .pagination a.next::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -5px 0 0 -3px; }

@media screen and (min-width: 1250px) {
  .pagination a:hover {
    background: #000;
    color: #ffe433; } }

select {
  display: none; }

.select {
  margin: 0 0 0 auto;
  border: 1px solid #eaf1f5;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  width: 124px;
  padding: 5px 0 5px 15px;
  border-radius: 5px; }
  .select::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    display: block;
    height: .3em;
    width: .3em;
    margin-top: -.2em;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .select:hover {
    border-color: #dbdbdb; }

.select__current {
  color: #4f5b65;
  font-size: 12px;
  font-weight: 500; }

.select:focus {
  border-color: #666; }

.select--open {
  overflow: visible; }
  .select--open::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.select--medium {
  max-width: 30em; }

.select__list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: .2em;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-2em);
  transform: scale(0.75) translateY(-2em);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  z-index: -1; }

.select--open .select__list {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.select__item {
  padding: .5em 1em;
  cursor: pointer; }
  .select__item:hover {
    background: #efefef; }

.select__item--active {
  font-weight: bold;
  background: #eee; }

.select__item--disabled {
  opacity: .3;
  cursor: not-allowed; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  outline: none !important; }
  .slick-list:focus {
    outline: none !important; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before {
    content: "";
    display: table; }
  .slick-track:after {
    content: "";
    display: table;
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  outline: none;
  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; }

.slick-arrow.slick-hidden {
  display: none; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

.talent-top {
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 10% 70px;
  margin-top: -74px;
  color: #fff;
  position: relative; }
  .talent-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 688px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.09)), color-stop(26%, rgba(0, 0, 0, 0.44)), color-stop(33%, rgba(0, 0, 0, 0.55)), color-stop(37%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 8%, rgba(0, 0, 0, 0.44) 26%, rgba(0, 0, 0, 0.55) 33%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.talent-top__holder {
  max-width: 770px;
  position: relative;
  z-index: 1; }

.talent-top__title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 25px; }

@media screen and (max-width: 1439px) {
  .talent-top__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .talent-top__title {
    font-size: 18px;
    line-height: 23px; } }

.talent-top__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200; }
  .talent-top__text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .talent-top__text {
    font-size: 13px;
    line-height: 19px; } }

.statistics {
  max-width: 1265px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center; }
  .statistics .section__number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .statistics .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1365px) {
  .statistics {
    padding: 100px 15px 100px 17px; } }

@media screen and (max-width: 767px) {
  .statistics {
    padding: 45px 15px 45px 17px; } }

.statistics__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  max-width: 770px;
  margin: 0 auto 35px; }

@media screen and (max-width: 1439px) {
  .statistics__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .statistics__title {
    font-size: 18px;
    line-height: 23px; } }

.statistics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.statistics__box {
  width: 25%;
  border: 1px solid #e8ecf0;
  padding: 80px 50px 40px;
  margin: -1px 0 0 -1px;
  position: relative;
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }

@media screen and (max-width: 1250px) {
  .statistics__box {
    padding: 30px 20px;
    background: none !important; } }

@media screen and (max-width: 767px) {
  .statistics__box {
    width: 50%;
    padding: 20px 15px; } }

@media screen and (min-width: 1250px) {
  .statistics__box:hover {
    background: #ffe433 !important; }
    .statistics__box:hover::after {
      background: none !important; }
    .statistics__box:hover .statistics__number {
      color: #000;
      visibility: visible !important; }
    .statistics__box:hover .statistics__text {
      visibility: visible !important; }
    .statistics__box:hover .statistics__question {
      visibility: hidden; } }

.statistics__number {
  font-size: 70px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffe433; }

@media screen and (max-width: 1250px) {
  .statistics__number {
    font-size: 54px; } }

@media screen and (max-width: 1250px) {
  .statistics__number {
    font-size: 44px;
    line-height: 60px; } }

.statistics__text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 200; }
  .statistics__text p {
    margin: 0; }

.statistics__question {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1; }

@media screen and (max-width: 1250px) {
  .statistics__question {
    display: none; } }

.wrap:nth-child(odd) .statistics__box:nth-child(even),
.wrap:nth-child(even) .statistics__box:nth-child(odd) {
  background: #f8f9fa;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .wrap:nth-child(odd) .statistics__box:nth-child(even)::after,
  .wrap:nth-child(even) .statistics__box:nth-child(odd)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 172px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, rgba(0, 0, 0, 0.09)), color-stop(26%, rgba(0, 0, 0, 0.44)), color-stop(33%, rgba(0, 0, 0, 0.55)), color-stop(37%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.09) 8%, rgba(0, 0, 0, 0.44) 26%, rgba(0, 0, 0, 0.55) 33%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .wrap:nth-child(odd) .statistics__box:nth-child(even) .statistics__number,
  .wrap:nth-child(even) .statistics__box:nth-child(odd) .statistics__number {
    color: #000;
    visibility: hidden; }
  .wrap:nth-child(odd) .statistics__box:nth-child(even) .statistics__text,
  .wrap:nth-child(even) .statistics__box:nth-child(odd) .statistics__text {
    visibility: hidden; }

.unrivaled {
  background: #f8f9fa;
  padding: 90px 15px; }

@media screen and (max-width: 767px) {
  .unrivaled {
    padding: 45px 15px; }
    .unrivaled .section__number {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.unrivaled__holder {
  max-width: 1265px;
  margin: 0 auto;
  width: 100%; }

.unrivaled .section__number-text::after {
  background: #000; }

.unrivaled__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 1439px) {
  .unrivaled__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .unrivaled__title {
    font-size: 18px;
    line-height: 23px;
    text-align: center; } }

.unrivaled__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media screen and (max-width: 1023px) {
  .unrivaled__section {
    display: block; } }

.unrivaled__box {
  -ms-flex-preferred-size: 394px;
  flex-basis: 394px;
  text-decoration: none;
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }
  .unrivaled__box + .unrivaled__box {
    margin-left: 42px; }

@media screen and (max-width: 1023px) {
  .unrivaled__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media screen and (max-width: 767px) {
  .unrivaled__box {
    display: block; } }

@media screen and (max-width: 767px) {
  .unrivaled__box {
    max-width: 394px;
    margin: 0 auto; } }

@media screen and (max-width: 1250px) {
  .unrivaled__box + .unrivaled__box {
    margin-left: 12px; } }

@media screen and (max-width: 1023px) {
  .unrivaled__box + .unrivaled__box {
    margin: 0; } }

@media screen and (max-width: 767px) {
  .unrivaled__box + .unrivaled__box {
    margin: 0 auto; } }

@media screen and (min-width: 1250px) {
  .unrivaled__box:hover {
    background: #fff; }
    .unrivaled__box:hover .unrivaled__image .line-decor, .unrivaled__box:hover .unrivaled__image::before {
      opacity: 1; } }

.unrivaled__image {
  position: relative; }
  .unrivaled__image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }

.unrivaled__logo {
  position: absolute;
  right: 16px;
  top: 20px;
  z-index: 1; }

.unrivaled__image-text {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  z-index: 1;
  color: #fff; }

@media screen and (max-width: 1250px) {
  .unrivaled__image-text {
    font-size: 14px;
    line-height: 19px; } }

@media screen and (max-width: 767px) {
  .unrivaled__image-text {
    font-size: 13px;
    line-height: 19px; } }

.unrivaled__info {
  padding: 15px 17px 33px 20px; }

@media screen and (max-width: 1023px) {
  .unrivaled__info {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px; } }

.unrivaled__list {
  margin: 0 0 33px;
  padding: 0;
  list-style: none; }
  .unrivaled__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f3f5f7; }

.unrivaled__list-text {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  color: #657687;
  -ms-flex-preferred-size: 205px;
  flex-basis: 205px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media screen and (max-width: 1250px) {
  .unrivaled__list-text {
    -ms-flex-preferred-size: 175px;
    flex-basis: 175px;
    font-size: 13px; } }

.unrivaled__number {
  background: #eef1f3;
  color: #000;
  font-size: 25px;
  line-height: 36px;
  border-radius: 5px;
  padding: 0 14px;
  font-weight: 700; }

@media screen and (max-width: 1250px) {
  .unrivaled__number {
    font-size: 13px;
    padding: 0 10px; } }

.unrivaled__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.unrivaled__more {
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-align: center;
  border: solid #ffe433;
  border-width: 0 3px;
  color: #000;
  text-decoration: none;
  padding: 0 14px;
  position: relative;
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }
  .unrivaled__more span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .unrivaled__more span::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 8px;
      height: 3px;
      background: #ffe433;
      -webkit-transition: width .4s ease;
      transition: width .4s ease; }
    .unrivaled__more span::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 8px;
      height: 3px;
      background: #ffe433;
      -webkit-transition: width .4s ease;
      transition: width .4s ease; }
  .unrivaled__more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 3px;
    background: #ffe433;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  .unrivaled__more::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 3px;
    background: #ffe433;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }

.line-decor {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.line-decor-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 6px;
  background: #ffe433; }

.line-decor-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: #ffe433; }

.line-decor-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 6px;
  background: #ffe433; }

.line-decor-4 {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 6px;
  background: #ffe433; }

.line-decor-5 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  background: #ffe433; }

.line-decor-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 6px;
  background: #ffe433; }

.talent-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1023px) {
  .talent-cat {
    display: block; } }

.talent-cat--women .membership__slider {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.talent-cat__info {
  width: 50%;
  background: #ffe433;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px; }

@media screen and (max-width: 1679px) {
  .talent-cat__info {
    padding: 30px 60px; } }

@media screen and (max-width: 1023px) {
  .talent-cat__info {
    width: 100%;
    padding: 40px 15px; } }

.talent-cat__holder {
  max-width: 700px; }

.talent-cat__logo {
  margin-bottom: 50px; }

@media screen and (max-width: 1250px) {
  .talent-cat__logo {
    margin-bottom: 30px; } }

.talent-cat .section__number {
  margin-bottom: 35px; }

.talent-cat .section__number-text::after {
  background: #000; }

@media screen and (max-width: 1250px) {
  .talent-cat .section__number {
    margin-bottom: 25px; } }

.talent-cat__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px; }

@media screen and (max-width: 1439px) {
  .talent-cat__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .talent-cat__title {
    font-size: 18px;
    line-height: 23px; } }

.talent-cat__text {
  font-size: 18px;
  line-height: 29px;
  max-width: 600px;
  margin-bottom: 40px; }
  .talent-cat__text p {
    margin: 0; }

@media screen and (max-width: 1365px) {
  .talent-cat__text {
    font-size: 16px;
    line-height: 24px; } }

@media screen and (max-width: 767px) {
  .talent-cat__text {
    font-size: 13px;
    line-height: 19px; } }

.sponsor__title {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px; }

@media screen and (max-width: 1250px) {
  .sponsor__title {
    margin-bottom: 20px; } }

.sponsor__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sponsor__list li + li {
    margin-left: 37px; }
  .sponsor__list li img {
    max-width: 90px; }

@media screen and (max-width: 1679px) {
  .sponsor__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .sponsor__list li {
    margin: 0 10px; } }

@media screen and (max-width: 1250px) {
  .sponsor__list li + li {
    margin: 0 10px; } }

@media screen and (max-width: 1250px) {
  .sponsor__list li img {
    max-width: 60px; } }

.sponsor__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sponsor__section-title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  color: #000; }

.sponsor__section-holder + .sponsor__section-holder {
  margin-left: 20px; }

.talent-triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1023px) {
  .talent-triggers {
    display: block; } }

.talent-triggers--women .talent-triggers__number {
  position: static; }

.talent-triggers--women .talent-triggers__icon {
  padding: 0; }

.talent-triggers__box {
  background: #f8f9fa;
  border-left: 1px solid #e8ecf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
  width: 33%; }
  .talent-triggers__box:first-child {
    width: 34%;
    border: none; }

@media screen and (max-width: 1439px) {
  .talent-triggers__box {
    padding: 60px 15px; } }

@media screen and (max-width: 1250px) {
  .talent-triggers__box {
    padding: 30px 35px; } }

@media screen and (max-width: 1023px) {
  .talent-triggers__box:first-child {
    width: 100%;
    border: none; } }

@media screen and (max-width: 1023px) {
  .talent-triggers__box {
    width: 100%;
    border-top: 1px solid #eee; } }

.talent-triggers__icon {
  position: relative;
  padding: 0 40px 15px 0;
  margin-right: 28px;
  min-height: 69px; }

.talent-triggers__number {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: #ffe433;
  font-size: 30px;
  line-height: 69px;
  text-align: center;
  font-weight: 700;
  color: #000; }
  .talent-triggers__number sub {
    font-size: 16px; }

@media screen and (max-width: 479px) {
  .talent-triggers__number {
    width: 49px;
    height: 49px;
    line-height: 49px;
    font-size: 20px; } }

.talent-triggers__text {
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  font-size: 18px;
  line-height: 29px;
  color: #657687;
  font-weight: 200; }

@media screen and (max-width: 1023px) {
  .talent-triggers__text {
    -ms-flex-preferred-size: 440px;
    flex-basis: 440px; } }

@media screen and (max-width: 767px) {
  .talent-triggers__text {
    font-size: 13px;
    line-height: 19px; } }

.talent-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 15px; }

@media screen and (max-width: 1250px) {
  .talent-program {
    display: block;
    padding: 90px 15px 30px; } }

@media screen and (max-width: 767px) {
  .talent-program {
    padding: 45px 15px; } }

.talent-program__info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .talent-program__info .section__number-text::after {
    background: #000; }

@media screen and (max-width: 1250px) {
  .talent-program__info {
    width: 100%;
    margin-bottom: 60px; } }

.talent-program__info-box {
  max-width: 610px; }

@media screen and (max-width: 1365px) {
  .talent-program__info-box {
    max-width: 550px; } }

@media screen and (max-width: 1250px) {
  .talent-program__info-box {
    max-width: 100%; } }

.talent-program__title {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-bottom: 40px; }

@media screen and (max-width: 1439px) {
  .talent-program__title {
    font-size: 30px;
    line-height: 35px; } }

@media screen and (max-width: 767px) {
  .talent-program__title {
    font-size: 18px;
    line-height: 23px; } }

.talent-program__text {
  font-size: 18px;
  line-height: 29px;
  font-weight: 200;
  margin-bottom: 40px; }
  .talent-program__text p:first-child {
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .talent-program__text {
    font-size: 13px;
    line-height: 19px; } }

.talent-program__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .talent-program__bottom .video-button__text {
    color: #000; }
  .talent-program__bottom .video-button__btn svg {
    fill: #000; }

@media screen and (max-width: 767px) {
  .talent-program__bottom {
    display: block;
    text-align: center; }
    .talent-program__bottom .video-button {
      margin-top: 15px; } }

.talent-program__load {
  background: #ffe433;
  color: #000;
  font-size: 12px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 22px;
  cursor: pointer;
  border: 2px solid #ffe433;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  text-decoration: none;
  margin-right: 50px; }
  .talent-program__load svg {
    margin-right: 17px; }

@media screen and (max-width: 767px) {
  .talent-program__load {
    margin-right: 0;
    display: inline-block; } }

@media screen and (min-width: 1250px) {
  .talent-program__load:hover {
    background: transparent; } }

.talent-program__series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .talent-program__series {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 359px) {
  .talent-program__series {
    display: block;
    text-align: center; } }

.talent-program__series-title {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
  margin-right: 16px; }

@media screen and (max-width: 767px) {
  .talent-program__series-title {
    font-size: 14px; } }

.talent-program__series-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .talent-program__series-list li + li {
    margin-left: 17px; }
  .talent-program__series-list a {
    color: #000;
    text-decoration: none;
    position: relative;
    display: block; }
    .talent-program__series-list a::after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 10px;
      background: #ffe433;
      -webkit-transition: right .4s ease;
      transition: right .4s ease;
      z-index: -1; }

@media screen and (max-width: 767px) {
  .talent-program__series-list {
    font-size: 14px; } }

@media screen and (max-width: 359px) {
  .talent-program__series-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  .talent-program__series-list li + li {
    margin-left: 7px; } }

@media screen and (min-width: 1250px) {
  .talent-program__series-list a:hover::after {
    right: 100%; } }

.highlights {
  width: 50%; }

@media screen and (max-width: 1250px) {
  .highlights {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .highlights {
    padding-top: 50px;
    border-top: 1px solid #eee; } }

.highlights__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 65px;
  padding-left: 86px; }
  .highlights__title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: #000;
    height: 1px;
    width: 59px; }

@media screen and (max-width: 767px) {
  .highlights__title {
    text-align: center;
    padding-left: 0;
    margin-bottom: 45px; } }

@media screen and (max-width: 767px) {
  .highlights__title::after {
    display: none; } }

.highlights__list {
  margin: 0 0 0 -25px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .highlights__list svg {
    fill: #e6e9ed; }
  .highlights__list li {
    padding-left: 62px;
    position: relative;
    max-width: 370px;
    width: 100%;
    margin: 0 0 60px 25px; }

@media screen and (max-width: 1023px) {
  .highlights__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 1679px) {
  .highlights__list li {
    max-width: 330px; } }

@media screen and (max-width: 1439px) {
  .highlights__list li {
    max-width: 290px; } }

@media screen and (max-width: 1250px) {
  .highlights__list li {
    width: 40%;
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .highlights__list li {
    margin: 0 0 30px 25px;
    width: 100%; } }

.highlights__ico {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 55px; }

.highlights__title-box {
  font-size: 25px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .highlights__title-box {
    font-size: 16px;
    line-height: 18px; } }

.highlights__text {
  font-size: 18px;
  line-height: 29px;
  color: #465360;
  font-weight: 200; }

@media screen and (max-width: 767px) {
  .highlights__text {
    font-size: 13px;
    line-height: 19px; } }

/*# sourceMappingURL=main.css.map */