/*!
Theme Name: devops
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: devops
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

devops is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;700&display=swap");
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
div#modalWebinar .modal-header,
div#modalSoon .modal-header {
  max-width: 80%;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.agenda-item__time::before,
.agenda-item__wrap::after,
.agenda-item__wrap::before,
.blog .row::before,
.article .video-item::before,
.btn::before,
.cards > div::before,
.career-nav__item::before,
.sub-menu li a::after,
.form__checkbox input[type="checkbox"] + span::before,
.form__checkbox input[type="checkbox"]:checked + span::after,
.linked::before,
.inner--career::before,
.main-list > li.menu-item-has-children > a::before,
.main-sec::after,
.main-sec::before,
.menu-toggler__dots span::after,
.menu-toggler__dots span::before,
.modal-info__head::before,
.modal::before,
.resources-nav__item::after,
.resources-nav__item::before,
.services-item::before,
.services::before,
.speakers .webinar-item__head::before,
.sticky .form__select-arrow::before,
.thanks-block::after,
.thanks-block::before,
.tools-item__content-img::before,
.video-slider::before,
.video::before {
  content: "";
  position: absolute;
}
@font-face {
  font-family: CirceRegular;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/CirceRegular/CirceRegular.eot);
  src: url(../fonts/CirceRegular/CirceRegular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/CirceRegular/CirceRegular.woff) format("woff"),
    url(../fonts/CirceRegular/CirceRegular.ttf) format("truetype");
}
@font-face {
  font-family: CirceBold;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/CirceBold/CirceBold.eot);
  src: url(../fonts/CirceBold/CirceBold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/CirceBold/CirceBold.woff) format("woff"),
    url(../fonts/CirceBold/CirceBold.ttf) format("truetype");
}
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 11px;
  padding-left: 11px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1080px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1090px;
  }
}
@media (min-width: 1023px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1202px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 11px;
  padding-left: 11px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -11px;
  margin-left: -11px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .article .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 71%;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    max-width: 71%;
  }
  .article .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1023px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1023px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1023px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1023px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #000;
}
.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 22px;
  height: 2px;
  background-color: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 275ms;
  -o-transition-duration: 275ms;
  transition-duration: 275ms;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  -webkit-transition: opacity 125ms 275ms ease;
  -o-transition: opacity 125ms 275ms ease;
  transition: opacity 125ms 275ms ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  -webkit-transition: -webkit-transform 275ms
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
  transform: translate3d(0, 6px, 0) rotate(135deg);
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(-270deg);
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 125ms 175ms ease-in;
  -o-transition: background-color 125ms 175ms ease-in;
  transition: background-color 125ms 175ms ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, left 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, left 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, left 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, right 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, right 125ms 175ms ease-in;
  transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 50ms 125ms linear, right 125ms 175ms ease-in,
    -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -44px;
  top: -44px;
  -webkit-transform: translate3d(44px, 44px, 0) rotate(45deg);
  transform: translate3d(44px, 44px, 0) rotate(45deg);
  -webkit-transition: left 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -44px;
  top: -44px;
  -webkit-transform: translate3d(-44px, 44px, 0) rotate(-45deg);
  transform: translate3d(-44px, 44px, 0) rotate(-45deg);
  -webkit-transition: right 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 125ms ease-out, top 50ms 125ms linear,
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 125ms ease-out, top 50ms 125ms linear,
    transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 75ms;
  -o-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  -o-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  -o-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body,
html {
  height: 100%;
}
path {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  font-family: Assistant, sans-serif;
  color: #001746;
  margin: 0;
  line-height: 1.444;
}
p {
  margin-top: 0;
}
::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
::placeholder {
  color: #666;
  opacity: 1;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
figure {
  margin: 0;
}
figcaption {
  font-size: 14px;
}
.image img {
  display: block;
  width: 100%;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  outline: 0;
  border: none;
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
a {
  color: inherit;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
}
button {
  cursor: pointer;
  background: 0 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
}
body.hidden {
  /*overflow: hidden;*/
}
.sticky {
  background-color: #732482;
  max-width: 715px;
  position: fixed;
  z-index: 200;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -655px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.sticky.open {
  left: 0;
}
.sticky .close {
  display: none;
  position: absolute;
  top: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.sticky.open .close {
  display: block;
}
.sticky .btn {
  color: #fff;
  margin-left: auto;
}
.sticky .form__checkbox span {
  color: #fff !important;
  font-size: 12px !important;
}
.sticky .form__checkbox span::before {
  border-color: #fff !important;
}
.sticky .form .row {
  margin-bottom: -20px;
}
.sticky .form__select {
  cursor: pointer;
}
.sticky .form__select-arrow {
  position: relative;
}
.sticky .form__select-arrow::before {
  width: 14px;
  height: 8px;
  right: 0;
  top: 16px;
  background: url(img/select-arrow.png) no-repeat center center;
}
.sticky .form__select option {
  color: #000;
}
.sticky .form__input,
.sticky .form__select {
  display: block;
  width: 100%;
  font-family: Assistant, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  background-color: transparent;
}
.sticky .form__input:focus,
.sticky .form__input:hover,
.sticky .form__select:focus,
.sticky .form__select:hover {
  border-color: #d9d9d9;
}
.sticky .form__input::-webkit-input-placeholder,
.sticky .form__select::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: Assistant, sans-serif;
}
.sticky .form__input::-moz-placeholder,
.sticky .form__select::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: Assistant, sans-serif;
}
.sticky .form__input::-ms-input-placeholder,
.sticky .form__select::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: Assistant, sans-serif;
}
.sticky .form__input::placeholder,
.sticky .form__select::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  font-family: Assistant, sans-serif;
}
.sticky-content {
  padding: 24px 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 655px;
}
.sticky-toggler {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.sticky-toggler span {
  color: #fff;
  font-family: Muli, sans-serif;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 22px;
  margin-left: -3px;
  font-style: italic;
}
.sticky input.wpcf7-form-control.wpcf7-submit {
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.header {
  padding: 25px 49px;
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  top: 0;
}
.header .container {
  max-width: 100%;
}
.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu-toggler.active {
  opacity: 0;
  visibility: hidden;
}
.menu-toggler.active span {
  background-color: #ffc400;
}
.menu-toggler.active span::after,
.menu-toggler.active span::before {
  background-color: #ffc400;
}
.menu-toggler:hover .menu-toggler__dots span {
  background-color: #ffc400;
}
.menu-toggler:hover .menu-toggler__dots span::after,
.menu-toggler:hover .menu-toggler__dots span::before {
  background-color: #ffc400;
}
.menu-toggler__text {
  font-family: Muli, sans-serif;
  font-weight: 700;
  color: #fff;
}
.menu-toggler__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  position: relative;
  margin-left: 20px;
}
.menu-toggler__dots span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.menu-toggler__dots span::after,
.menu-toggler__dots span::before {
  width: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-toggler__dots span::before {
  left: 0;
}
.menu-toggler__dots span::after {
  right: 0;
}
body.hidden {
  margin-right: 17px;
}
.main-nav {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 500px;
  overflow-y: auto;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(30, 157, 216, 0.95);
  padding: 192px 30px 50px 100px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.main-nav .menu-toggler {
  position: absolute;
  top: 61px;
  right: 60px;
}
.main-nav.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.main-list > li.menu-item-has-children > a::before {
  width: 17px;
  height: 9px;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(img/menu-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.main-list > li.active > a::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-list > li + li {
  margin-top: 31px;
}
.main-list > li > a {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-family: Muli, sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
.main-list > li > a:hover {
  color: #001746;
}
.main-list .sub-menu {
  display: none;
  margin-top: 8px;
}
.main-list .sub-menu li + li {
  margin-top: 7px;
}
.main-list .sub-menu li a {
  display: inline-block;
  position: relative;
  font-size: 26px;
  font-family: Muli, sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  padding-left: 25px;
}
.main-list .sub-menu li a::after {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #001746;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  visibility: hidden;
}
.main-list .sub-menu li a:hover {
  color: #001746;
}
.main-list .sub-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
}
.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger-inner {
  background-color: #333;
}
.hamburger-inner::after,
.hamburger-inner::before {
  background-color: #333;
}
.footer--dark .footer-top {
  background-color: #f4f7fa;
}
.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-item {
  padding: 0 15px;
}
.footer-item__list a {
  font-weight: 300;
  line-height: 1;
  font-size: 16px;
}
.footer-item__list a:hover {
  text-decoration: underline;
}
.footer-item__head {
  font-weight: 700;
}

.footer-item .socials img {
  width: 36px;
  height: 36px;
}

.footer-top {
  padding: 64px 0 60px;
}
.footer-bottom {
  background-color: #1e9dd8;
  padding: 32px 0;
}
.cookies-not-set .footer-bottom {
  padding: 32px 0 92px;
}
#cookie-notice .cn-button {
  background: #1e9dd8;
}
.resources-content .blog-item {
  margin-bottom: 22px;
  height: calc(100% - 22px);
}

.resources-content .blog-item__date {
  margin-bottom: 13px;
}

.blog-item__info {
  margin-bottom: 40px;
}

.blog-item__info-head {
  font-weight: 700;
}

.footer-bottom .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copyright {
  color: #fff;
  font-size: 14px;
  font-family: Muli, sans-serif;
  font-weight: 300;
}
.copyright a {
  text-decoration: underline;
}
.copyright a:hover {
  text-decoration: none;
}
.dev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dev > span {
  margin-left: 12px;
  color: #fff;
  font-size: 13px;
}
.dev > span:hover {
  text-decoration: underline;
}
.dev > span span {
  font-weight: 700;
}
.form__item {
  margin-bottom: 15px;
}
.form__input,
.form__textarea {
  display: block;
  width: 100%;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  color: #001746;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 19px 15px;
  background-color: #fff;
  font-weight: 300;
}
.form__input:focus,
.form__input:hover,
.form__textarea:focus,
.form__textarea:hover {
  border-color: #000000;
}
span.wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
span.wpcf7-list-item-label a {
  font-weight: 700;
}
.contacts form .form__checkbox {
  margin-bottom: 10px;
}
.contacts form .form__checkbox:last-child {
  margin-bottom: 50px;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #001746;
  font-family: Assistant, sans-serif;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #001746;
  font-family: Assistant, sans-serif;
}
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #001746;
  font-family: Assistant, sans-serif;
}
.form__input::placeholder,
.form__textarea::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #001746;
  font-family: Assistant, sans-serif;
}
.form__row {
  margin-bottom: 19px;
}
.form__radio {
  margin-bottom: 30px;
}

.form__radio input[type="radio"] {
  display: none;
}
.form__radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 300;
  max-width: 370px;
}
.form__radio input[type="radio"] + label a,
.form__radio input[type="radio"] + label span {
  color: #1e9dd8;
}
.form__radio input[type="radio"] + label::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  border: 2px solid #001746;
}
.form__radio input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #279cd8;
  left: 4px;
  top: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.form__checkbox {
  margin-top: 10px;
  line-height: 16px;
}
.form__checkbox input[type="checkbox"] {
  display: none;
}
.form__checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 300;
}
.form__checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}




.form__checkbox input[type="checkbox"] + label a {
  font-weight: 300;
}
.form__checkbox input[type="checkbox"] + span a {
  font-weight: 300;
}
.form__checkbox input[type="checkbox"] + span a:hover,
.form__checkbox input[type="checkbox"] + label a:hover {
  text-decoration: underline;
}
.form__checkbox input[type="checkbox"] + span::before,
.form__checkbox input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -25px;
  border: 2px solid #001746;
}
.form__checkbox input[type="checkbox"] + label::before {
  left: 0;
}

.form__checkbox input[type="checkbox"]:checked + span::after,
.form__checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #279cd8;
  left: -21px;
  top: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.form__checkbox input[type="checkbox"]:checked + label::after {
  left: 4px;
}



.form__checkbox span.wpcf7-list-item {
  margin: 0 0 0 25px;
}
.form-cv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -11px;
}
.form-cv__item {
  padding: 0 11px;
  width: 100%;
  max-width: 402px;
}
.form-cv__item:last-child {
    max-width: 185px;
}
.form-cv .form__input {
  border: 1px solid #39a8dc;
}
.form-cv .form__input:focus,
.form-cv .form__input:hover {
  border-color: #a6a6a6;
}
.form__file input {
  display: none;
}
.form__file label {
  border: 1px solid #39a8dc;
  display: block;
  width: 100%;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  cursor: pointer;
  color: #001746;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 18px 15px;
  background-color: #fff;
  font-weight: 300;
}
.form__file input + label:focus,
.form__file input + label:hover {
  border-color: #a6a6a6;
}
.form__file input + label::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #001746;
  font-family: Assistant, sans-serif;
}
.form__file input + label::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #001746;
  font-family: Assistant, sans-serif;
}
.form__file input + label::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #001746;
  font-family: Assistant, sans-serif;
}
.form__file input + label::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #001746;
  font-family: Assistant, sans-serif;
}
.form__icon {
  position: relative;
}
.btn-custom {
  font-size: 22px;
  position: relative;
}
.registr .btn-custom {
  margin-left: auto;
}
.btn-custom::after {
  content: "";
  position: absolute;
  width: 178px;
  height: 68px;
  background: url(img/btn-custom.svg) no-repeat center center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.form__icon > img {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-results__option {
  padding: 15px 30px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-bottom: 1px solid #ccc;
}
.select2-results__option--highlighted {
  color: #1395d3;
}
.select2-dropdown {
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: none !important;
}
.select2-container {
  min-width: 381px;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #ccc transparent;
  border-width: 0 8px 10px 8px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #1395d3;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}
.select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f5f5f5;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 30px;
  padding-right: 40px;
  color: #001746;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ccc transparent transparent transparent;
  border-width: 10px 8px 0 8px;
  margin-left: -8px;
  right: 20px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-selection {
  outline: 0 !important;
}
.select2-selection__placeholder {
  font-weight: 700;
  color: #001746 !important;
}
.select2-selection__rendered {
  padding: 16px 0;
}
.select2-search {
  display: none;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav .btn + .btn {
  margin-left: 30px;
}
.btn {
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 700;
  padding-left: 21px;
  color: #001845;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  display: inline-block;
  padding-right: 29px;
  cursor: pointer;
}
.btn.show_more {
  display: flex;
}

a.btn.btn-orange.album-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: -15px;
  float: right;
}
a.btn.btn-orange.album-link span {
  font-size: 16px;
  color: #001845;
}
.btn input {
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
}
.btn-modal {
  background-color: #001746;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 21px 15px;
  height: 66px;
}
.btn-modal:hover {
  background-color: #1e9dd8;
}
.btn img,
.btn svg {
  margin-left: 12px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn::before {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: -1;
}
.btn.btn-medium.btn-orange {
  margin-top: 30px;
}
.btn.btn-medium::before {
  width: 64px;
  height: 64px;
}
.btn.btn-medium input {
  font-size: 22px;
}
.btn-orange::before {
  background-color: #ffc400;
}
/*
.btn-orange:hover::before {
    background-color: #ebb400;
}*/
.btn:hover:before {
  width: 100%;
  border-radius: 50px;
}
.btn-blue::before {
  background-color: #279cd8;
}
.btn-blue:hover::before {
  background-color: #2490c7;
}
.btn-gray::before {
  background-color: #f4f7fa;
}
.events-inner .btn-gray::before {
  background-color: #dfdfe0;
}
.btn-gray:hover::before {
  background-color: #e6edf4;
}
.btn-large {
  font-size: 23px;
  padding-left: 44px;
  padding-right: 44px;
  display: inline-block;
}
.btn-large::before {
  height: 78px;
  width: 78px;
  z-index: -1;
}
.btn:hover img {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}
.btn-down:hover img {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.btn-full {
  font-size: 22px;
  padding: 15px 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn-full:hover img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.btn-full::before {
  display: none;
}
.btn-full.btn-blue {
  background-color: #1e9dd8;
}
.btn-full.btn-blue:hover {
  background-color: #1a89bd;
}
.btn-full.btn-orange {
  background-color: #ffc400;
}
.btn-full.btn-orange:hover {
  background-color: #e0ac00;
}
.breadcrumb {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li::before {
  content: "/";
  margin-right: 4px;
}
.breadcrumb li:first-child::before {
  display: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.socials li + li {
  margin-left: 9px;
}
.socials li img,
.socials li svg {
  display: block;
}
.slick-slide {
  outline: 0;
}
.tl-right {
  text-align: right;
}
.tl-justify {
    display: flex;
    justify-content: space-between;
}
.tl-center {
  text-align: center;
}
.linked {
  position: relative;
  display: inline-block;
}
.linked::before {
  height: 1px;
  width: 100%;
  background-color: #333;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  bottom: 0;
  left: 0;
}
.linked:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0.6;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-close-btn-in .mfp-close {
  display: none;
}
.modal {
  max-width: 836px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.modal-close {
  position: absolute;
  top: -60px;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.modal-close:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.modal-close svg {
  display: block;
}
.modal::before {
  background: url(img/modal-img.png) no-repeat center center;
  width: 186px;
  height: 265px;
  right: 24px;
  top: -160px;
}
.modal-info {
  padding: 75px 60px 60px;
}
.modal-info .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.modal-info__head {
  font-size: 24px;
  color: #1e9dd8;
  font-family: Muli, sans-serif;
  font-weight: 900;
  letter-spacing: -0.6px;
  position: relative;
}
.modal-info__head::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #1e9dd8;
  top: -12px;
  left: -12px;
}
.modal-info__subhead {
  color: #001746;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal-info p {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 68px;
}
.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-content .btn-modal {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.modal-img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.modal-img img {
  width: 100%;
  display: block;
  height: calc(100% - 65px);
}
.mb-0 {
  margin-bottom: 0 !important;
}
.h1 {
  font-weight: 900;
  font-family: Muli, sans-serif;
  font-size: 50px;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.h2 {
  font-family: Muli, sans-serif;
  font-size: 50px;
  letter-spacing: -1.25px;
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.head {
  margin-bottom: 38px;
  max-width: 800px;
}
.head p {
  font-size: 22px;
}
.scroll-down {
  font-size: 23px;
  color: #fff;
  font-family: Muli, sans-serif;
  font-weight: 700;
}
.scroll-down:hover {
  color: #ffc400;
}
.row > div {
  outline: 0;
}
.main-sec {
  position: relative;
  padding-top: 220px;
  padding-bottom: 100px;
}
.main-sec .container {
  position: relative;
}
.main-sec .container .scroll-down {
  position: absolute;
  bottom: 0;
  right: 248px;
}
.main-sec::before {
  width: 981px;
  right: 0;
  top: 0;
  height: 1039px;
  background: url(img/mainpage-bg.png) no-repeat center center;
}
.main-sec::after {
  width: 430px;
  right: 0;
  top: 759px;
  z-index: -1;
  height: 657px;
  background: url(img/main-dots.png) no-repeat center center;
}
.main-sec__content p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  padding-right: 50px;
}
.main-sec__content a {
  margin-top: 28px;
}
.tools-page {
  padding-top: 200px;
  padding-bottom: 80px;
}
.tools {
  padding-top: 55px;
  padding-bottom: 75px;
}
.tools .row {
  margin-bottom: -53px;
}
.tools-item {
  margin-bottom: 33px;
  max-width: 310px;
}
.tools-item .tools-item__text p {
  font-weight: 300;
  line-height: 26px;
}
.tools-item--large.tools-item .tools-item__text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.tools-item--large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 85px;
  max-width: none;
}
.tools-item--large .tools-item__text {
  max-width: 679px;
  margin-bottom: 10px;
}
.tools-page .tools-item--large .tools-item__text {
  max-width: 776px;
}
.tools-page .tools-item--large.tools-item .tools-item__text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.tools-item--large .tools-item__text p {
  margin: 0;
  font-size: 20px;
}
.tools-item--large .tools-item__content .btn {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
}
.tools-page .tools-item__content a.btn-gray--bluecolor span {
  color: #279cd8;
}
.tools-page .tools-item__content a.btn-gray--purplecolor span {
  color: #732482;
}
.tools-page .tools-item__content a.btn-gray--purplecolor {
  margin-left: 40px;
}
.tools-page .tools-item.tools-item--small {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  align-items: center;
}
.tools-page .tools-item.tools-item--small:first-child {
  border-top: 1px solid #dbdbdb;
}
.tools-page .tools-item.tools-item--large {
  margin-bottom: 0;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 40px;
}
.tools-page .tools-item.tools-item--small .tools-item__head {
  margin-bottom: 5px;
}
.tools-page .tools-item.tools-item--small .btn {
  margin-top: 15px;
}
.tools-page .tools-item.tools-item--small .tools-item__content-img {
  margin: 0;
  padding: 0;
  height: 100%;
}
.tools-page .tools-item.tools-item--small .tools-item__content-img::before {
  display: none;
}
.tools-page .tools-item .tools-item__content-img,
.tools-page .tools-item--large .tools-item__img {
  width: 34%;
  margin: 0;
}
.tools-page .tools-item .tools-item__content {
  width: 66%;
}
.tools-page .tools-item.tools-item--small .tools-item__text {
  height: 58px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.tools-page .tools-item.tools-item--small .open-text .tools-item__text {
  height: auto;
  overflow: visible;
}
.tools-page .tools-item .btn {
  opacity: 1;
  visibility: visible;
}
.tools-page .tools-item .close-more {
  transform: rotate(180deg);
  position: absolute;
  right: 0;
}
.tools-page .tools-item .tools-item__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
a.btn.btn-gray.btn-gray--bluecolor span {
  color: #279cd8;
}
.tools-item--large .tools-item__content-img {
  padding-bottom: 15px;
  margin-bottom: 28px;
  height: auto;
}
.tools-page .tools-item--large .tools-item__content-img {
  margin-bottom: 15px;
}
.tools-item--large .tools-item__img {
  margin-right: 88px;
}
.tools-item--large .tools-item__img img {
  max-height: none;
}
.tools-item__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tools-item__img img {
  display: block;
}
.tools-item:hover .btn {
  opacity: 1;
  visibility: visible;
}
.tools-item .btn {
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
}
.tools-item__head {
  font-size: 20px;
  font-family: Muli, sans-serif;
  font-weight: 900;
}
.tools-item__content-img {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tools-item__content-img::before {
  height: 1px;
  width: 75px;
  bottom: 0;
  left: 0;
  background-color: #dbdbdb;
}
.tools-item__content-img img {
  display: block;
  max-height: 100%;
}
.services {
  padding-top: 75px;
  position: relative;
  padding-bottom: 20px;
}
.services .parallax {
  position: absolute;
  width: 318px;
  height: 594px;
  top: 60px;
  left: 0;
  z-index: -1;
}
.page-template .services-item .services-item__content {
  max-height: 116px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}

.services-block .row > div:nth-child(1) .services-item,
.services-block .row > div:nth-child(2) .services-item,
.services-block .row > div:nth-child(3) .services-item {
  margin-bottom: 107px;
}
.services .row {
  margin-bottom: -60px;
}
.services .head {
  margin-bottom: 100px;
  max-width: 775px;
}
.services-item {
  position: relative;
  margin-bottom: 67px;
}
.page-template .services-block h3 {
  font-size: 24px;
  color: #1e9dd8;
  font-weight: 900;
}
.page-template .services-item__head {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.page-template .services-item__head img {
  margin-right: 20px;
}
.page-template .services-block {
  padding-top: 180px;
}
.page-template .services-item {
  padding-right: 65px;
  margin-bottom: 140px;
}
.page-template .services-item .services-item__content {
  margin-right: 15px;
  line-height: 1.6;
}
.page-template .services-item .services-item__content.readMore-opened {
  height: 100%;
  max-height: 100%;
}
.services-item::before {
  width: 260px;
  height: 260px;
  background-color: #f4f7fa;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -63px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.page-template .services-item::before {
  opacity: 1;
  visibility: visible;
  top: -50px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: -50px;
}
.page-template .services-item .btn {
  opacity: 1;
  visibility: visible;
}
.page-template .services-item .btn img {
  margin: 0;
}
.page-template .services-block {
  background: none;
}
main.main.rtl-1 {
    direction: rtl;
}
.services-item .btn {
  padding-left: 0;
  opacity: 0;
  visibility: hidden;
}
.services-item__head {
  color: #053364;
  font-family: Muli, sans-serif;
  font-size: 38px;
  font-weight: 900;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1.05;
  max-width: 370px;
  margin-bottom: 15px;
  display: block;
}

.mores-item img {
  display: block;
}

.mores-head {
  color: #2681ff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 70px;
}

.services-item__subhead {
  color: #2c9fd9;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: -10px;
}
.services-item:hover .services-item__head {
  color: #1e9dd8;
}
.services-item:hover .btn {
  opacity: 1;
  visibility: visible;
}
.services-item:hover::before {
  opacity: 1;
  visibility: visible;
}

.services-inner {
  padding-bottom: 20px;
}
.contacts {
  padding: 80px 0;
  background-color: #f4f7fa;
}
.contacts .form .btn {
  margin-top: 42px;
}
.contacts .head {
  margin-bottom: 50px;
}
.blog {
  padding-top: 91px;
  padding-bottom: 77px;
}
.single-tools .blog {
    padding-top: 0;
    padding-bottom: 177px;
}
section.mores {
    padding-bottom: 120px;
}
.single-event .rtl-1 .h1, .single-event .rtl-1 .h2 {
    font-family: Assistant;
}
.blog-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 70px;
  margin-bottom: 70px;
  padding-left: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blog-horizontal__content {
  padding-top: 22px;
}
.blog-horizontal:last-child {
  margin-bottom: 0;
}
.blog-horizontal__date {
  color: #37a5db;
  font-weight: 700;
  margin-bottom: 11px;
}
.blog-horizontal__text {
  padding-bottom: 22px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ffc400;
  letter-spacing: -0.6px;
  font-size: 24px;
  color: #053364;
}
.blog-horizontal__head {
  font-size: 43px;
  color: #053364;
  font-family: Assistant, sans-serif;
  font-weight: 900;
  line-height: 1.04;
  margin-bottom: 10px;
  direction: rtl;
  text-align: left;
}
.blog-horizontal__img {
  margin-right: 60px;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blog-horizontal__img-main {
  max-width: 309px;
}
.blog-horizontal__img-small {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 9px;
  right: -10px;
  border: 3px solid #f4f7fa;
}
.blog-horizontal__img img {
  display: block;
  /*-webkit-border-radius: 50%;
    border-radius: 50%;*/
}
.blog .row {
  position: relative;
}
.blog > .container > .row::before {
  width: 229px;
  height: 190px;
  bottom: -6px;
  left: -131px;
  z-index: -1;
  pointer-events: none;
  background: url(img/webinar-sbg.png) no-repeat center center;
}
.blog .h2 {
  margin-bottom: 38px;
}
.blog-item {
  background-color: #f4f7fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.events-inner .blog-item {
  position: relative;
}
.event_filter_item {
  margin-bottom: 22px;
  order: unset!important;
}
.events-inner .blog-item .past-event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  display: flex;
  align-items: center;
  text-align: center;
}
.events-inner .blog-item .past-event--content {
  width: 100%;
}
.past-event--content h3 {
  max-width: 200px;
  font-size: 16px;
  font-family: Muli;
  font-weight: 900;
  margin: 0 auto 30px;
  color: #fff;
}
.blog-item .past-event--content .btn {
  max-width: 100%;
  color: #fff;
}
.home .blog-item {
  min-height: 520px;
}
.blog-item__content {
  padding: 17px 20px 35px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-item__img {
  position: relative;
  /*padding-top: 53%;*/
  min-height: 200px;
}
.blog-item__img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item__head {
  font-size: 24px;
  font-family: Muli, sans-serif;
  font-weight: 900;
  letter-spacing: -0.48px;
  line-height: 1;
  margin-bottom: 15px;
}
.blog-item__head a:hover {
  color: #1e9dd8;
}
.blog-item__text {
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.2222;
}
.events-inner .blog-item__text {
  font-weight: 400;
}
.blog-item__text span {
  font-weight: 300;
}
.blog-item__date {
  color: #1e9dd8;
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 800;
  margin-bottom: 33px;
}
.page-template-page-events .blog-item__date {
  margin-bottom: 80px;
}
.home .blog-item__date {
  margin-bottom: 13px;
}
.blog-item .btn {
  margin-top: auto;
  max-width: 215px;
  right: auto;
  top: auto;
  transform: none;
  position: relative;
}
.page-template-page-events .blog-item .btn {
  bottom: 30px;
  position: absolute;
}
.home .blog-item .btn {
  position: relative;
  transform: none;
  top: auto;
  right: auto;
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #434b54;
}
.slick-dots li.slick-active {
  background-color: #1e9dd8;
}
.slick-dots li + li {
  margin-left: 18px;
}
.slick-dots li button {
  color: transparent;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37px;
  height: 12px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: transparent;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-prev {
  background: url(img/arrow-blue-left.png) no-repeat center center;
  left: -90px;
}
.slick-next {
  background: url(img/arrow-blue-right.png) no-repeat center center;
  right: -90px;
}
.companies {
  padding-top: 80px;
  padding-bottom: 65px;
}
.companies-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mores-item--logo {
  height: 100px;
  line-height: 100px !important;
  text-align: center;
}

.companies-slide img {
  display: block;
  margin: 0 auto;
}

.companies-slide {
  margin: 0 10px;
}

.companies-slide .mores-item--logo img {
  display: block;
  margin: 0 auto;
  /* line-height: 100px!important; */
  vertical-align: middle;
  display: inline-block;
}
.video {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.video .parallax {
  position: absolute;
  width: 397px;
  height: 928px;
  top: 830px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.video-slider::before {
  width: 915px;
  height: 759px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  background: url(img/video-bg.png) no-repeat center center;
}
.video-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 160px 0 100px;
}
.video-item__head {
  font-weight: 800;
  font-family: Muli, sans-serif;
  font-style: italic;
  font-size: 34px;
  line-height: 1.37;
  color: #053364;
  margin-bottom: 20px;
}
.video-item__content {
  max-width: 510px;
  margin-left: 86px;
  padding-top: 35px;
}
.video-item__info-name {
  font-size: 22px;
  color: #1e9dd8;
  font-weight: 700;
}
.video-item__info-work {
  color: #1e9dd8;
  font-weight: 300;
}
.video-item__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.video-item__img img {
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.video-item__play {
  right: -39px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.about-video .video-item__play {
    right: 0;
    top: auto;
        position: relative;
    display: block;
    transform: none;
}
.about-video .video-item__play {

}
.blog-item .blog-item__img .video-item__play {
  display: block;
  height: 100%;
}
.blog-item .video-item__play {
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
}
.video--clear::before {
  display: none;
}
.inner {
  background: url(img/bg-header.png) no-repeat right top;
  padding-top: 284px;
  padding-bottom: 90px;
  position: relative;
}
.inner--career .parallax {
  position: absolute;
  width: 282px;
  height: 927px;
  top: 800px;
  left: 0;
  z-index: -1;
}
.page-template-page-about .inner {
  padding-bottom: 10px;
}
.event-past--about .about-head {
  width: 100%;
  max-width: 100%;
}
.event-past--about .about-head h1 {
  font-size: 60px;
  text-align: center;
  color: #1e9dd8;
  margin-bottom: -10px;
}
img.play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event-past--about .about-video a.video-item__play {
  position: relative;
  z-index: 0;
  top: auto;
  right: auto;
  transform: none;
  display: block;
  z-index: 9;
}
.event-past--about ul.socials {
  position: absolute;
  bottom: 70px;
}
.about-video--label {
  position: absolute;
  background: #1e9dd8;
  border-radius: 50px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  top: 35px;
  left: -15px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Muli;
  z-index: 99;
}
.about-video {
  position: relative;
  margin-bottom: 30px;
}
.about-video--label img {
  margin-right: 10px;
}
.event-past--about .about-features__head {
  font-weight: 900;
  font-size: 52px;
  line-height: 0.9;
  text-transform: uppercase;
}
.event-past--about .about-features__text {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}
.inner-img {
  top: 54px;
  right: 138px;
  position: absolute;
}
.inner-img.inner-img--home {
  position: relative;
  width: 700px;
  max-width: 700px;
  right: -25px;
  top: -107px;
}
.inner-img--about {
  top: 111px;
  right: 38px;
}
.inner-img--career {
  right: 178px;
}
.inner-img--team {
  right: 188px;
}
.inner-img--team-2 {
  right: auto;
  left: -110px;
  bottom: -103px;
  top: auto !important;
  position: absolute;
}
.inner-img--contact {
  right: 74px;
  top: 80px;
}
.inner--thanks {
  padding-top: 144px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
}
.inner--thanks .container {
  padding: 0 0 59px;
}
.resources-head {
  margin-bottom: 135px;
}
.resources-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 850px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 110px;
  margin-left: 20px;
}

.resources-nav--page {
  max-width: 400px;
}

.resources-nav__head {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.resources-nav__item {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.resources-nav__item img {
  display: block;
}
.resources-nav__item:hover::before {
  background-color: #ffc400;
}
.resources-nav__item.active::after {
  opacity: 1;
}
.resources-nav__item.active::before {
  background-color: #ffc400;
}
.resources-nav__item::before {
  width: 113px;
  height: 112px;
  background-color: #f4f7fa;
  left: -5px;
  bottom: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.resources-nav__item::after {
  width: 177px;
  height: 78px;
  background: url(img/res-tabs-active.png) no-repeat center center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  opacity: 0;
}
.filter {
  margin-bottom: 30px;
}
.cards {
  margin: 0;
  margin-bottom: 75px;
}
.cards [class*="col-"] {
  padding: 0;
}
.cards > div {
  position: relative;
}
.cards > div:nth-last-child(-n + 2)::before,
.cards > div:nth-last-child(-n + 3)::before {
  display: none;
}

.cards > div:nth-child(3n + 1)::before {
  display: none;
}
.cards > div::before {
  width: 112px;
  height: 103px;
  background: url(img/plus.png) no-repeat center center;
  right: -55px;
  bottom: -52px;
  z-index: 1;
  pointer-events: none;
}
/*
.cards > div:nth-child(2n)::before {
left: -55px;
right: auto;
}*/
.row .slick-dots {
  margin-left: 15px;
}
.webinar-item {
  padding: 50px 38px 40px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 100%;
}
.webinar-item:hover {
  background-color: #f4f7fa;
}
.webinar-item .socials li + li {
  margin-left: 20px;
}
.webinar-item .socials img {
  width: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.webinar-item:hover .webinar-item__hidden {
  opacity: 1;
  visibility: visible;
}
.webinar-item__img {
  max-width: 309px;
  margin: 0 auto 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block;
}
.webinar-item__img .btn {
  color: #fff;
  right: auto;
}
.webinar-item__img .btn img {
  width: auto;
}
.webinar-item__img img {
  width: 309px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
      height: auto;
}

.webinar-rectangle .webinar-item__img,
.webinar-rectangle .webinar-item__img img {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.webinar-rectangle .webinar-item__hidden {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.filter-row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.filter + .filter {
  margin-left: 30px;
}
.webinar-item__hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.41);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.webinar-item__date {
  display: block;
}
.webinar-item__head {
  font-family: Muli, sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #1e9dd8;
  letter-spacing: -0.6px;
  line-height: 1.165;
  margin-bottom: 6px;
  display: block;
}
.thanks-img-1 {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  left: -78px;
}

.thanks-img-2 {
  position: absolute;
  bottom: -64px;
  pointer-events: none;
  right: -76px;
}
.page-template-thankyou-event .thanks-img-2 {
  bottom: -5px;
  right: -30px;
}
.page-template-thankyou-event .thanks-img-1 {
  bottom: -67px;
  left: -110px;
}
.thanks-block {
  background-color: #f4f7fa;
  padding: 160px 15px 70px;
  position: relative;
}
.thanks-block::before {
  width: 254px;
  height: 138px;
  background: url(img/thansk-line-1.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  left: -96px;
  top: 79px;
  pointer-events: none;
}
.thanks-block::after {
  width: 188px;
  height: 204px;
  background: url(img/thansk-line-2.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  right: 65px;
  top: -45px;
  pointer-events: none;
}
.thanks-content {
  max-width: 785px;
  margin: 0 auto;
}
.page-template-thankyou-event .thanks-content {
  max-width: 860px;
}
.thanks-content .h1 {
  text-align: center;
  font-size: 40px;
  color: #1e9dd8;
  margin-bottom: 20px;
}
.thanks-content__subhead {
  font-size: 20px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.page-template-thankyou-event .thanks-content__subhead {
  max-width: 800px;
}
.thanks-content__text {
  padding-top: 27px;
  margin-top: 37px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  margin-bottom: 104px;
  line-height: 22px;
}
.thanks-content__text a {
  font-weight: 700;
}
.thanks-content__text a:hover {
  text-decoration: underline;
}
.about-block {
  margin-bottom: 65px;
}
.about-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.about-features__img {
  margin-right: 20px;
  width: 80px;
}
.rtl-1  .about-features__img {
  margin-right: 0px;
margin-left: 20px;
}
.about-features__content {
  width: calc(100% - 100px);
}
.about-features__img img {
  display: block;
  height: auto;
}
.about-features__head {
  font-weight: 700;
  font-size: 26px;
}
.about-head {
  max-width: 760px;
  margin-bottom: 65px;
}
.about-head .h1 {
  margin-bottom: 28px;
}
.about-head p {
  font-size: 20px;
  line-height: 1.5;
}
.about-img {
  margin-bottom: 80px;
}
.about-img iframe,
.about-img img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 3px 12px 32px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 12px 32px 8px rgba(0, 0, 0, 0.1);
}
.about-img iframe, .about-img img {
  height: auto;
}
.speakers-head {
  margin-bottom: 50px;
}
.speakers-indent {
  margin-bottom: 91px;
}
.speakers.speakers-indent .col-lg-4 {
  margin-bottom: 19px;
}
.speakers .webinar-item {
  background-color: #f4f7fa;
}
.speakers .webinar-item__head {
  position: relative;
  margin-top: 25px;
}
.rtl-1 .speakers .webinar-item__head,
.rtl-1 .event-past--about .about-head h1 {
font-family: Assistant;
}
.rtl-1 .speakers .webinar-item__head::before {
left: auto;
    right: -12px;
}
/*
.modal-slider .slick-track {
    min-width: 100%;
}
.modal-slider .slick-slide {
    min-width: 100%;
}
.modal-slide.slick-slide {
    min-width: 100%;
}*/
.speakers .webinar-item__head::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #1e9dd8;
  top: -12px;
  left: -12px;
}
.agenda .row {
  margin-bottom: 120px;
}
.agenda form .row {
  margin-bottom: 0px;
}
.agenda-head {
  margin-bottom: 82px;
}
.agenda-item {
  padding-left: 94px;
  position: relative;
}
.rtl-1  .agenda-item  {
  padding-left: 0;
  padding-right: 94px;
}
.agenda-item__total {
  padding-left: 24px;
  font-weight: 700;
  color: #1e9dd8;
}
.agenda-item__wrap {
  padding-bottom: 25px;
  position: relative;
  padding-left: 24px;
}
.rtl-1 .agenda-item__wrap {
  padding-left: 0;
  padding-right: 24px;

}
.agenda-item__wrap:last-child::before {
  display: none;
}
.agenda-item__wrap::before {
  left: 0;
  top: 10px;
  width: 2px;
  height: 100%;
  background-color: #1e9dd8;
}
.agenda-item__wrap::after {
  width: 12px;
  height: 12px;
  border: 2px solid #1e9dd8;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -5px;
  top: 10px;
}

.rtl-1 .agenda-item__wrap::before {
  left: auto;
  right: 0;
}
.rtl-1 .agenda-item__wrap::after {
  left: 0;
  right: -5px;
}



.agenda-item__time {
  color: #001746;
  font-family: Muli, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  width: auto;
  height: 23px;
  position: absolute;
  top: 93px;
  left: -80px;
}

.rtl-1 .agenda-item__time {
  left:auto;
  right: -80px;
}


.agenda-item__time::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 63px;
  height: 64px;
  background-color: #ffc400;
  right: -10px;
  top: -15px;
  z-index: -1;
}
.agenda-item__head {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}
.agenda-item__date {
  color: #1e9dd8;
}
.agenda-item__text {
  margin-bottom: 5px;
}
.content-head {
  max-width: 760px;
  margin-bottom: 70px;
}
.content-head .h1 {
  margin-bottom: 43px;
}
.content-head p {
  font-size: 24px;
  margin-botttom: 30px;
}

.content-head .btn {
  margin-top: 40px;
  color: #001845;
  font-size: 16px;
}

.content-head p:last-child {
  margin-bottom: 0;
}

.content-head--career {
  max-width: 600px;
  margin-bottom: 79px;
}
.page-template-page-contact .content-head--career {
  max-width: 640px;
}
.content-head--career .h1 {
  margin-bottom: 24px;
}
.team .slick-dots {
  margin-left: 0;
}
.team .webinar-item {
  background-color: transparent;
}
.team .webinar-item:hover {
  background-color: #f4f7fa;
}
.team .webinar-item__img {
  text-align: right;
  margin-bottom: 60px;
}
.team .webinar-item .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 20px;
  right: 50px;
}
.team .webinar-item .btn span {
  font-size: 16px;
  color: #001845;
}
.career-content {
  padding-bottom: 110px;
  border-bottom: 4px solid #053364;
  margin-bottom: 50px;
}
.career-content__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -27px;
}
.career-content__row .accordion {
  width: 50%;
  padding: 0 27px;
}
.career-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 113px;
}
.career-nav__item {
  color: #053364;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}
.career-nav__item:hover::before {
  opacity: 1;
  visibility: visible;
}
.events .career-nav__item:hover::after {
  opacity: 0;
}
.career-nav__item.active::before {
  opacity: 1;
  visibility: visible;
}
.career-nav__item::before {
  width: 78px;
  height: 78px;
  background-color: #ffc400;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -25px;
  top: -20px;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.events .career-nav__item::before {
  left: 50%;
  margin-left: -39px;
}
.events .career-nav__item::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #ffc400;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  margin-left: -6px;
  top: -20px;
  z-index: -1;
}
.career-nav__item + .career-nav__item {
  margin-left: 40px;
}
.cv {
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.cv .h2 {
  text-transform: none;
  max-width: 100%;
  margin-bottom: 30px;
}
.accordion {
  margin: 0 -27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accordion-button {
  width: 58px;
  height: 58px;
  background: #ffc400 url(img/accordion-plus.svg) no-repeat center center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.accordion-item {
  margin-bottom: 23px;
  padding: 0 27px;
  width: 50%;
}
.accordion-item .btn {
  margin-top: 25px;
}

.accordion-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f4f7fa;
  padding: 20px 15px 20px 35px;
}
li.accordion-item.rtl-1 > a {
    direction: rtl;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
         -ms-flex-direction: row-reverse;
             flex-direction: row-reverse;
}
.accordion-toggler.active .accordion-button {
  background: #ffc400 url(img/accordion-minus.svg) no-repeat center center;
}
.accordion-toggler span {
  color: #001746;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.31;
}
.accordion-hidden {
  padding: 40px 40px;
  display: none;
}
.accordion-hidden h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.3;
}
.accordion-hidden p {
  margin-bottom: 25px;
}
.accordion-hidden p:last-child {
  margin-bottom: 0;
}
.accordion-hidden ul {
  margin-bottom: 25px;
  list-style-type: disc;
  padding-left: 20px;
}
.rtl-1 .accordion-hidden ul {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-1 .btn {
  direction: ltr;
}
.rtl-1 .form__input, .rtl-1 .form__textarea {
direction: rtl;
}
.rtl-1 .registr .btn-custom {
    float: left;
    font-family: 'Assistant';
}
.rtl-1 .registr .btn-custom .btn {
    font-family: 'Assistant';
}

.rtl-1 .form__checkbox input[type="checkbox"] + label {
    padding-right: 28px;
    padding-left: 0;
        text-align: right;
    direction: rtl;
}
.rtl-1 .form__checkbox input[type="checkbox"] + label::before {
    left: auto;
    right: 0;
}
.rtl-1 .form__checkbox input[type="checkbox"]:checked + label::after {
    left:auto;
    right: 4px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #1e9dd8;
  font-weight: 700;
}
.sticky-content .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}
.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  font-size: 12px;
  bottom: -17px;
}
.cv .wpcf7-form-control-wrap {
  display: block;
}
.cv .wpcf7-not-valid-tip {
  position: absolute;
  top: -25px;
}
span.file-name {
  position: absolute;
  bottom: -90px;
  width: 100%;
}
.accordion-hidden ul:last-child {
  margin-bottom: 0;
}
.accordion-hidden ul li {
  list-style-type: disc;
}
.accordion-hidden ul li + li {
  margin-top: 8px;
}
.about-section-content {
  padding-right: 80px;
}
.about-section-content p {
  font-size: 18px;
  line-height: 28px;
}
.about-section-content h3 {
  color: #1e9dd8;
  font-size: 22px;
  font-weight: 700;
}
section.sectors .h2 {
  font-size: 50px;
}
.about-sectors {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.about-sectors > div {
  width: 25%;
  margin-bottom: 85px;
  margin-top: 15px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.about_sector-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* margin-bottom: 85px; */
  /* margin-top: 15px; */
  align-content: center;
  width: 100%;
}
.about_sector-item__img {
  width: 35%;
  text-align: center;
}
.about_sector-item__content {
  width: 65%;
  padding-left: 18px;
}
.about_sector-item__head {
  font-size: 26px;
  font-weight: 400;
  font-family: "Muli";
  font-weight: 900;
}

.content-head--tools {
  max-width: 728px;
}

.content-head--tools p {
  font-size: 18px;
}

.content-head--tools ul {
  margin: 30px 0;
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0px;
}
.about-section-content ul li {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
  display: block;
}
.about-section-content ul li:before {
  content: "";
  height: 3px;
  width: 3px;
  background: #001746;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
}
.services-inner {
  padding-top: 0;
}

.services-item {
  margin-bottom: 170px !important;
}

.services-block .row > div::after {
  content: "";
  position: absolute;
  top: -160px;
  right: 0px;
  width: 102px;
  height: 102px;
  background: url("img/plus.svg") no-repeat center center;
}
.page-template-page-services .services-block .row > div::after {
  display: none;
}
.services-block .row > div:nth-child(3n)::after {
  display: none;
}

.services-block .row > div:first-child::after,
.services-block .row > div:nth-child(2)::after {
  display: none;
}

.content-head-logo img {
  display: block;
}

.modal-tools {
  max-width: 902px;
  margin: 30px auto;
  background-color: #fff;
  padding: 50px 60px;
}

.modal-tools .modal-close {
  top: 60px;
  left: auto;
  right: 50px;
}

.modal-tools .slick-dots {
  justify-content: center;
}

.modal-tools .slick-prev {
  left: -50px;
}

.modal-tools .slick-next {
  right: -50px;
}

.modal-head {
  margin-bottom: 40px;
}

.modal-header {
  font-weight: 700;
  font-size: 52px;
  color: #011746;
  line-height: 1;
}

.modal-subheader {
  color: #2c9fd9;
  font-size: 20px;
}

.modal-slide__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 45px;
}

.modal-slide__info-head {
  font-weight: 700;
}

.modal-slide__info {
  margin-right: 25px;
  width: calc(50% - 25px);
}
.modal-slide__info--full {
  width: calc(100% - 25px);
}
.modal-slide__img {
  width: 50%;
}

.modal-slide__img img {
  display: block;
}

.content-head-logo {
  margin-bottom: 15px;
}

.content-head--tools ul li {
  list-style: none;
  width: 50%;
  font-size: 18px;
  padding-left: 20px;
	padding-right: 20px;
  margin-bottom: 5px;
  position: relative;
  display: block;
}
.content-head--tools ul li:before {
  content: "";
  height: 3px;
  width: 3px;
  background: #001746;
  border-radius: 50%;
  left: 0;
  top: 10px;
  position: absolute;
}
.page-template-page-about .footer-top,
.page-template-page-career .footer-top,
.page-template-page-team .footer-top,
.single-albums .footer-top,
.page-template-page-events .footer-top,
.single-post .footer-top {
  background: #f4f7fa;
}
.single-albums .mfp-arrow-right {
  right: 100px;
}
.single-albums .mfp-arrow-left {
  left: 100px;
}
.page-template-page-team .modal-content {
  height: 520px;
  overflow-y: auto;
}
.career-nav__item.mixitup-control-active::before {
  opacity: 1;
  visibility: visible;
}
li.accordion-item.rtl-1 .accordion-hidden {
  direction: rtl;
  text-align: right;
}
.registr-block {
  position: relative;
  background-color: #f4f7fa;
  padding: 80px 80px 20px;
  margin-bottom: 55px;
}
.registr h2 {
  font-size: 43px;
}
.registr-subtext p {
  font-size: 20px;
}
.contact .registr-block {
  padding: 60px 60px 80px;
}
.registr-subtext {
  margin-bottom: 42px;
  padding-left: 0px;
  max-width: 650px;
}
.contact .form {
  margin-right: 15px;
}
.contact-sidebar {
  margin-top: 8px;
}
.contact-sidebar .socials img,
.contact-sidebar .socials svg {
  width: 32px;
  height: 32px;
}
.contact-sidebar__head {
  color: #1e9dd8;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-sidebar__address {
  margin-bottom: 8px;
}
.contact-sidebar__block {
  margin-bottom: 30px;
}
.contact-sidebar__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-sidebar__flex img {
  margin-right: 8px;
}
.contact-sidebar__link {
  color: #1e9dd8;
  text-decoration: underline;
}
.contact-sidebar__link:hover {
  text-decoration: none;
}
.contact .registr-block {
  padding: 60px 60px 80px;
}
.contact .registr-block .form .row > div:last-child {
  margin-top: 30px;
}
.contacts {
  padding: 80px 0;
  background-color: #f4f7fa;
}
.contacts .form .btn {
  margin-top: 42px;
}
.contacts .head {
  margin-bottom: 50px;
}
.blog {
  padding-top: 120px;
  padding-bottom: 77px;
}
.view-all-row {
  margin: 80px 0 50px;
  text-align: center;
}
.blog-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 70px;
  margin-bottom: 70px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-horizontal__content {
  padding-top: 22px;
}
.blog-horizontal:last-child {
  margin-bottom: 0;
}
.blog-horizontal__date {
  color: #37a5db;
  font-weight: 700;
  margin-bottom: 11px;
}
.blog-horizontal__text {
  padding-bottom: 22px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ffc400;
  letter-spacing: -0.6px;
  font-size: 24px;
  color: #053364;
}
.blog-horizontal__head {
  font-size: 43px;
  color: #053364;
  font-family: Assistant, sans-serif;
  font-weight: 900;
  line-height: 1.04;
  margin-bottom: 10px;
}
.blog-horizontal__img {
  margin-right: 60px;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27%;
}
.blog-horizontal__img-main {
  max-width: 309px;
}
.blog-horizontal__img-small {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 9px;
  right: -10px;
  border: 3px solid #f4f7fa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.blog-horizontal__img img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.single-event .mfp-wrap,
.single-album .mfp-wrap {
  z-index: 9999999999;
}

ul#menu-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul#menu-footer-menu > li {
  padding-right: 56px;
  font-size: 16px;
  line-height: 24px;
}
ul#menu-footer-menu > li > a {
  font-weight: 700;
}
.input-error {
  font-size: 10px;
  color: #f70606;
  font-family: Muli, sans-serif;
  bottom: -16px;
  position: absolute;
  left: 0;
}
.form__session {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 24px 80px 30px 24px;
}
.form__session-head {
  margin-bottom: 20px;
}
.form__session-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rtl-1 form {
  direction: ltr;
}
.registr .nav {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 84px;
}
.registr .btn-custom {
  margin-left: auto;
  float: right;
}

.btn.btn-custom input {
  font-size: 22px;
  padding: 0;
  margin-top: -5px;
  margin-bottom: 5px;
}
.registr .btn-custom input {
  margin-left: 15px;
}
.registr .btn-custom img {
  margin-left: 0;
}
div#addeventatc1 {
  float: right;
  background: #1e9dd8 !important;
  font-size: 16px !important;
  color: #001845 !important;
  font-weight: 700 !important;
  font-family: Muli !important;
  border-radius: 25px !important;
}
.registr .h2 {
  margin-bottom: 42px;
}
.page-template-page-contact .registr-subtext {
  max-width: 100%;
  color: #001746;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.registr-img {
  left: -119px;
  bottom: -46px;
  position: absolute;
}
.registr-block {
  position: relative;
  background-color: #f4f7fa;
  padding: 80px 80px 20px;
  margin-bottom: 55px;
}
.article .video-item {
  padding: 0;
  display: block;
  position: relative;
  margin-right: -40px;
}
.article .video-item::before {
  width: 463px;
  height: 463px;
  background: url(img/article-blockqoute.png) no-repeat center center;
  bottom: -50px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.article .video-item__head {
  font-size: 38px;
  line-height: 1.31;
  font-weight: 900;
}
.article .video-item__img {
  margin-bottom: 20px;
  margin-left: 60px;
}
.article .video-item__img img {
  display: block;
  width: 203px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: auto;
}
.article .video-item__content {
  max-width: 340px;
  margin: 0 auto;
  padding: 0;
}
.article-block {
  margin-bottom: 90px;
}
.article-block:last-child {
  margin-bottom: 0;
}
.article-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 35px;
  margin-right: 25px;
}
.article-header .h2 {
  margin-bottom: 18px;
}
.article-header p {
  letter-spacing: -0.45px;
  color: #1e9dd8;
  margin: 0;

}
.article-header p span {
  color: #001746;
}
.article-img-descr {
  font-size: 14px;
}
.article-img-descr span {
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  margin-top: 8px;
}
.article-sidebar__head {
  margin-bottom: 10px;
}
.article-sidebar__block {
  margin-bottom: 30px;
}
.article-sidebar p {
  font-size: 14px;
}
.article-sidebar p:last-child {
  margin-bottom: 0;
}
.article-post {
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  margin-right: 25px;
}
.article-post h2 {
  font-family: Muli, sans-serif;
  font-size: 38px;
  letter-spacing: -0.95px;
  line-height: 1.08;
  font-weight: 900;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.article-post a {
  color: #1e9dd8;
  text-decoration: underline;
}
.article-post a:hover {
  text-decoration: none;
}
.article-post p {
  margin-bottom: 28px;
}
.article-post p:last-child {
  margin-bottom: 0;
}
.article-post p img {
  display: block;
}
.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.tags__link {
  color: #001746;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  margin: 0 5px 10px;
  padding: 3px 20px;
}
.tags__link:hover {
  border-color: #ffc400;
}
.article-album--header * {
  line-height: 1;
}
.albums-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 95px;
}
.event-past--about .albums-gallery {
  margin: 20px -10px 95px;
}
.albums-gallery a {
  display: block;
  margin: 7.5px 10px;
  width: calc(100% / 3 - 20px);
}
.article-album--header span {
  font-size: 24px;
  text-transform: uppercase;
}
.article-album--header span:first-child {
  font-weight: 900;
  color: #1e9dd8;
}
.article-album--header {
  max-width: 485px;
}
.article-album--header {
  max-width: 485px;
  /* font-weight: 900; */
  font-family: Muli, sans-serif;
  /* font-size: 50px; */
  /* line-height: 1.08; */
  /* text-transform: uppercase; */
  margin-bottom: 50px;
}
small.help-block {
  color: #f70606;
  bottom: 3px;
  position: absolute;
  left: 10px;
  font-size: 12px;
  font-weight: 400;
}
.events-inner h2 {
  color: #2aa1da;
  font-size: 24px;
  line-height: 23.6px;
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 1px solid #2aa1da;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.events-inner .masonry {
  margin: 0 -10px 100px;
}
.more-events .accordion {
  margin: 0;
  display: block;
}
.mores-item h3 {
  text-align: center;
}
.copyright p {
  margin: 0;
}
.copyright a {
  margin-right: 10px;
}
.more-events .accordion li {
  width: 100%;
  padding: 0;
  margin: 0;
}
.companies-slider {
  margin-top: 80px;
  margin-bottom: 80px;
}
.back-to-top {
  width: 75px;
  height: 95px;
  position: fixed;
  bottom: 165px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.services-block {
  margin-top: 80px;
}
.special_ability_menu .special_ability_icon {
  top: 0 !important;
}
.acceptance-104 span.wpcf7-list-item {
  width: 100%;
}
.acceptance-104 span.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  width: 100%;
}
span.wpcf7-form-control-wrap.acceptance-104 img {
  max-width: 30px;
  display: inline-block;
}
.form__checkbox .open-button {
  fill: #000a37;
}
@media only screen and (max-width: 1700px) {
  .main-sec .container .scroll-down {
    bottom: 0px;
    right: 170px;
  }
  .main-sec::before {
    width: 760px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    height: 800px;
  }
  .main-sec::after {
    top: 485px;
    width: 320px;
    background-size: contain;
  }
  .main-sec {
    padding-bottom: 200px;
  }
  .inner-img {
    right: 50px;
    max-width: 600px;
  }
  .inner-img--team-2 {
    left: -200px;
  }
  .services .head {
    max-width: 75%;
  }
  .inner--career .parallax {
    width: 200px;
  }
  .inner-img.inner-img--home {
    max-width: 450px;
    right: -110px;
  }
}
@media only screen and (max-width: 1550px) {
  .inner-img {
    right: 30px;
    max-width: 500px;
  }
  .inner-img--career {
    max-width: 500px;
  }
  .inner-img--contact {
    max-width: 700px;
  }
  .services .parallax {
    left: -110px;
  }
  .video {
    overflow: hidden;
  }
  .video .parallax {
    right: -140px;
  }
  .main-sec .container .scroll-down {
    bottom: 130px;
  }
  .main-sec::before {
    width: 600px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    height: 640px;
  }
  .main-sec::after {
    top: 359px;
    width: 270px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
  }
  .main-sec {
    padding-bottom: 120px;
  }
  .h1 {
    font-size: 40px;
  }
  .main-sec__content p {
    font-size: 18px;
  }
  .btn-large {
    font-size: 20px;
  }
  .main-sec {
    padding-bottom: 120px;
  }
  .inner {
    background-size: 50%;
  }
}
@media only screen and (max-width: 1439px) {
  .main-sec .container .scroll-down {
    right: 200px;
  }
}
@media only screen and (max-width: 1366px) {
  .inner-img {
    right: 50px;
    max-width: 450px;
    top: 80px;
  }
  .inner-img--team {
    max-width: 350px;
    top: 120px;
  }
  .inner-img--team-2 {
    display: none;
  }
  .inner--career .parallax {
    display: none;
  }
  .inner-img--contact {
    max-width: 500px;
    top: 140px;
    right: 50px;
  }
  .scroll-down {
    display: none;
  }
  .content-head p {
    font-size: 21px;
  }
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .blog .row::before {
    display: none;
  }
  .services .parallax {
    display: none;
  }
  .video .parallax {
    display: none;
  }
  .main-sec__content {
    max-width: 550px;
  }
  .container {
    padding: 0 50px;
  }
  .companies-slider {
    margin-left: 75px;
    margin-right: 75px;
  }
  .slick-prev {
    left: -75px;
  }
  .slick-next {
    right: -75px;
  }
  .form-cv__item:last-child {
    max-width: 195px;
  }
  .page-template-page-resources .inner-img {
    max-width: 300px;
    right: 120px;
    top: 30px;
  }
  .blog-horizontal__head {
    font-size: 34px;
  }
  .blog-horizontal__text {
    font-size: 20px;
  }
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .h1 {
    font-size: 42px;
  }

  .services-inner .services-block .row > div::after {
    display: none;
  }
  .accordion-toggler span {
    font-size: 24px;
  }
  .inner {
    -webkit-background-size: 700px 500px;
    background-size: 700px 500px;
  }
  .inner-img--contact {
    max-width: 450px;
  }
  .main-sec {
    padding-bottom: 120px;
  }
  .main-sec::before {
    width: 500px;
    -webkit-background-size: contain;
    background-size: contain;
    height: 540px;
  }
  .main-sec::after {
    top: 359px;
  }
  .sticky {
    max-width: 700px;
  }
  .sticky-toggler {
    width: 40px;
  }
  .services-block {
    background: 0 0;
  }
  .thanks-block::after,
  .thanks-block::before {
    display: none;
  }
  .thanks-img-1,
  .thanks-img-2 {
    display: none;
  }
  .video-item__content {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .form__radio input[type="radio"] + label {
    max-width: 280px;
  }

  .mores-item {
    margin-bottom: 45px;
  }

  .mores .row {
    margin-bottom: -45px;
  }

  .services-inner .services-item {
    margin-bottom: 50px !important;
  }

  ul#menu-footer-menu > li {
    padding-right: 25px;
  }

  .filter-row {
    display: block;
  }

  .filter + .filter {
    margin-left: 0;
  }

  .contact-sidebar {
    margin-top: 60px;
  }
  .contact .registr-block {
    padding: 30px 15px;
  }
  .h2 {
    font-size: 40px;
  }
  .h2--38 {
    font-size: 30px;
  }
  .article .video-item__head {
    font-size: 28px;
  }
  .registr-img {
    display: none;
  }
  .registr-block {
    padding: 40px 15px 20px;
  }
  .registr .nav {
    padding-left: 0;
  }
  .registr-subtext {
    padding-left: 0;
  }
  .thanks-block {
    padding-top: 80px;
  }
  .thanks-content__text {
    margin-bottom: 60px;
  }
  .inner-img--contact {
    max-width: 350px;
  }
  .inner .video {
    padding-bottom: 0;
  }
  .accordion {
    margin: 0;
  }
  .accordion-item {
    width: 100%;
    padding: 0;
  }
  .form__session {
    padding: 24px 24px;
  }
  .form__file input + label {
    padding-left: 15px;
    padding-right: 45px;
  }
  .form-cv {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-cv__item {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 30px;
  }
  .form-cv .form__input {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-block {
    margin-bottom: 75px;
  }
  .about-features {
    margin-bottom: 30px;
  }
  .cards > div::before {
    display: none !important;
  }
  .career-nav {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding: 25px 15px;
    margin-bottom: 60px;
  }
  .inner {
    -webkit-background-size: 500px 400px;
    background-size: 500px 400px;
  }
  .inner-img--team {
    max-width: 250px;
  }
  .inner-img--career {
    max-width: 300px;
  }
  .content-head {
    margin-bottom: 45px;
  }
  .content-head .h1 {
    margin-bottom: 30px;
  }
  .content-head p {
    font-size: 18px;
  }
  .blog-horizontal {
    padding-left: 0;
  }
  .blog-horizontal__head {
    font-size: 32px;
  }
  .blog-horizontal__text {
    font-size: 18px;
    padding-bottom: 18px;
    margin-bottom: 24px;
  }
  .blog-horizontal__img {
    margin-right: 30px;
  }
  .blog-horizontal__img-small {
    max-width: 60px;
    height: 60px;
  }
  .blog-horizontal__img-main {
    max-width: 220px;
  }
  .blog .slick-dots {
    margin-left: 12px;
  }
  .blog .row .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blog .row .slick-track > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    height: auto;
  }
  .main-sec__content {
    max-width: 360px;
  }
  .main-sec::before {
    width: 400px;
    -webkit-background-size: contain;
    background-size: contain;
    height: 420px;
  }
  .main-sec::after {
    display: none;
  }
  .tools-item--large .tools-item__img {
    margin-right: 35px;
  }
  .services-item {
    margin-bottom: 50px !important;
  }
  .services-item::before {
    display: none;
  }
  .services-item__head {
    font-size: 24px;
  }
  .video-slider::before {
    max-width: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: -45px;
  }
  .video-item {
    padding-top: 0;
    display: block;
  }
  .video-item__img {
    max-width: 444px;
    margin: 0 auto;
  }
  .footer-item {
    margin-bottom: 25px;
  }
  .footer-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -25px;
  }
}
@media only screen and (max-width: 767px) {

  .rtl-1 .agenda-item__time {
    display: none;
}
.rtl-1 .speakers .slick-slider {
  direction: ltr;
      margin: 0;
}
.about-block .row {
  margin: 0;
}
.agenda .row {
    margin-bottom: 0;
    margin: 0;
}
.inner--thanks .container {
    padding: 0 15px 59px;
}
.agenda-item {
    padding-left: 0;
    margin-bottom: 45px;
}
.rtl-1 .agenda-item {
    padding-left: 0;
    padding-right: 0;
}
.rtl-1 .speakers .webinar-item {
  direction: rtl;
}
.rtl-1 .speakers .slick-dots {
  direction: rtl;
}
.rtl-1 .speakers .slick-dots li + li {
    margin-right: 18px;
    margin-left: 0;
}
  .back-to-top {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .video-item__play {
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%) scale(0.6);
    -ms-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6);
    position: absolute;
    bottom: -30px;
  }
  .blog-item .blog-item__img .video-item__play {
    left: auto;
    bottom: auto;
  }
  .blog-item .video-item__play {
    left: auto;
    bottom: auto;
  }
  .cookies-not-set .footer-bottom {
    padding: 32px 0 150px;
  }
  .single-tools .companies-slider .slick-next,
  .single-tools .companies-slider .slick-prev {
    display: none !important;
  }
  .slick-slide .btn img {
    display: inline-block;
  }
  .page-template .services-block {
    padding-top: 0px;
  }
  .page-template .services-item::before {
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
  }
  .page-template .services-item {
    padding-right: 0;
    padding-left: 20px;
  }
  .blog-item__img {
    min-height: 180px;
  }
  .article-header,
  .article-post {
    margin-right: 0;
  }
  .content-head--tools {
    margin-bottom: 0;
  }
  .filter-row {
    margin-bottom: 20px;
  }
  .services-inner {
    padding-bottom: 60px;
  }
  .services-inner .services-item {
    padding-left: 0;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
  }
  .modal-tools {
    padding: 40px 15px;
  }
  .modal-header {
    font-size: 24px;
  }
  .modal-tools .modal-close {
    top: 45px;
    right: 15px;
  }
  .modal-slide__row {
    display: block;
    margin-bottom: 15px;
  }
  .modal-slide__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .modal-slide__img {
    width: 100%;
  }
  .modal-slide__img img {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-subheader {
    font-size: 16px;
  }
  .content-head--tools ul li {
    width: 100%;
  }
  .services-inner {
    padding-top: 0 !important;
  }
  .services-item__subhead {
    margin-bottom: 20px;
  }
  .article .col-md-3 {
    display: none;
  }
  .article-block {
    margin-bottom: 45px;
  }
  .article .video-item {
    margin-top: 30px;
    margin-right: 0px;
  }
  .article .video-item::before {
    max-width: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    bottom: -100px;
  }
  .article .video-item__img {
    margin-left: auto;
    margin-right: auto;
  }
  .article-post {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .article-post h2 {
    font-size: 30px;
  }
  .contact .form {
    margin-right: 0;
  }
  .registr-subtext {
    margin-bottom: 30px;
  }
  .form__session {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .form__session-head {
    margin-bottom: 15px;
  }
  .form__session .col-auto {
    width: 100%;
  }
  .form__radio {
    width: 100%;
    margin-bottom: 20px;
  }
  .form__radio label {
    font-size: 16px !important;
  }
  .input-error {
    font-size: 9px;
  }
  .modal {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .modal-info {
    padding: 45px 15px;
  }
  .modal-info__subhead {
    margin-bottom: 20px;
  }
  .modal-info p {
    margin-bottom: 45px;
  }
  .modal-close {
    top: -40px;
  }
  .modal-close svg {
    width: 24px;
    height: 24px;
  }
  .modal::before {
    display: none;
  }
  .modal-content {
    display: block;
  }
  .speakers-head {
    margin-bottom: 30px;
  }
  .accordion-toggler {
    padding: 15px 15px;
  }
  .accordion-toggler span {
    font-size: 20px;
  }
  .accordion-button {
    width: 40px;
    height: 40px;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    margin-left: 15px;
  }
  .career-content {
    padding-bottom: 45px;
  }
  .career-nav {
    margin-bottom: 30px;
  }
  .career-nav__item::before {
    left: -15px;
  }
  .career-nav__item {
    font-size: 24px;
  }
  .career-nav__item::before {
    width: 58px;
    height: 58px;
  }
  .about-head p {
    font-size: 18px;
  }
  .agenda-head {
    margin-bottom: 45px;
  }
  .agenda .row {
    margin-bottom: 0;
  }
  .agenda-item {
    padding-left: 60px;
    margin-bottom: 45px;
  }
  .agenda-item__head {
    font-size: 22px;
  }
  .agenda-item__time {
    font-size: 22px;
    top: 76px;
    left: -60px;
  }
  .agenda-item__time::before {
    top: -18px;
  }
  .nav {
    display: block;
  }
  .nav .btn {
    font-size: 18px;
  }
  .nav .btn + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
  .container {
    padding: 0 15px;
  }
  .h1,
  .h2 {
    font-size: 30px;
  }
  .h2 {
    margin-bottom: 10px;
  }
  .thanks-block {
    padding: 30px 15px;
  }
  .thanks-content__subhead {
    font-size: 18px;
  }
  .thanks-content .h1 {
    font-size: 24px;
  }
  .select2-container {
    min-width: 100%;
  }
  .inner {
    -webkit-background-size: 100% 300px;
    background-size: 100% 300px;
    padding-top: 260px;
    padding-bottom: 60px;
  }
  .inner-img {
    display: none;
  }
  .cards {
    margin-bottom: 45px;
  }
  .webinar-item {
    padding: 30px 15px 30px;
  }
  .webinar-item__img {
    margin-bottom: 30px;
  }
  .webinar-item__head {
    font-size: 20px;
  }
  .resources-head {
    margin-bottom: 60px;
  }
  .resources-nav {
    overflow-y: auto;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }
  .resources-nav__item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 15px 0;
    margin: 0 15px;
  }

  .resources-nav__item::before {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .resources-nav__item::after {
    display: none;
  }
  .resources-nav__img img {
    max-width: 75px;
    max-height: 65px;
  }
  .resources-nav__head {
    font-size: 20px;
  }
  .head p {
    font-size: 16px;
  }
  body.hidden {
    margin-right: 0;
  }
  .header .logo.active {
    position: relative;
    z-index: -1;
  }
  .btn-large {
    font-size: 16px;
    padding-left: 20px;
  }
  .btn-large::before {
    width: 56px;
    height: 56px;
  }
  .menu-toggler__text {
    font-size: 16px;
  }
  .menu-toggler__dots {
    width: 42px;
    margin-left: 15px;
  }
  .menu-toggler__dots span {
    width: 8px;
    height: 8px;
  }
  .menu-toggler__dots span::after,
  .menu-toggler__dots span::before {
    width: 8px;
    height: 8px;
  }
  .main-nav {
    max-width: 290px;
    z-index: 9999;
    padding: 120px 30px 30px 65px;
  }
  .main-nav .menu-toggler {
    right: 15px;
    top: 49px;
  }
  .main-list > li + li {
    margin-top: 20px;
  }
  .main-list > li.menu-item-has-children > a::before {
    width: 11px;
    height: 7px;
    left: -21px;
  }
  .main-list > li > a {
    font-size: 19px;
  }
  .sub-menu li a {
    font-size: 17px;
  }
  .main-sec {
    padding-bottom: 40px;
    padding-top: 140px;
    background: url(img/main-bg-mobile.png) no-repeat right top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .main-sec::before {
    display: none;
  }
  .main-sec__content {
    max-width: 100%;
  }
  .main-sec__content p {
    font-size: 16px;
    padding-right: 0;
  }
  .tools {
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .tools .row {
    margin-bottom: 0;
  }
  .tools .slick-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: none;
  }
  .tools .slick-dots {
    margin-left: 15px;
  }
  .tools-item {
    display: block;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .tools-item__head {
    margin-bottom: 10px;
  }
  .tools-item .btn {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
  .tools-item--large {
    margin-bottom: 30px;
  }
  .tools-item--large .tools-item__content .btn {
    margin-top: 25px;
  }
  .tools-item--large .tools-item__img {
    margin-bottom: 35px;
  }
  .tools-item--large .tools-item__img img {
    display: block;
    margin: 0 auto;
  }
  .services {
    padding-top: 35px;
  }
  .services-block {
    background: url(img/services-mobile-bg.png) no-repeat left 46%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .services .head {
    margin-bottom: 45px;
  }
  .services .head p {
    margin-bottom: 0;
  }
  .services .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }
  .services .slick-dots {
    margin-left: 15px;
    margin-top: 20px;
  }
  .services .row {
    margin-bottom: 0;
  }
  .services-item {
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 180px;
    margin-bottom: 0 !important;
  }
  .services-item::before {
    display: block;
    left: 0;
    width: 180px;
    height: 180px;
  }
  .services-item__head {
    font-size: 30px;
  }
  .services-item .btn {
    opacity: 1;
    visibility: visible;
  }
  .sticky {
    position: static;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sticky.open .sticky-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sticky .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .sticky-content {
    position: fixed;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 100%;
    left: 15px;
    z-index: 999;
    bottom: 61px;
    background-color: #732382;
    padding: 45px 45px 45px;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    max-height: -webkit-calc(100% - 61px);
    max-height: calc(100% - 61px);
    overflow-y: auto;
  }
  .sticky-toggler {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #732382;
    z-index: 993;
    padding: 21px 15px;
  }
  .sticky-toggler span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
  }
  .video {
    padding-bottom: 30px;
    padding-top: 40px;
    overflow: visible;
  }
  .video-slider {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .video-slider::before {
    background: url(img/video-bg-mobile.png) no-repeat center center;
    height: 515px;
    bottom: auto;
    top: 20%;
  }
  .video-item {
    padding-bottom: 0;
  } /*
    .video-item__play {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -28px;
        width: 56px;
        height: 56px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }*/
  .video-item__content {
    margin-left: 0;
    max-width: 100%;
  }
  .video-item__head {
    font-size: 30px;
    line-height: 1.2;
  }
  .video-item__img > img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .companies {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .blog {
    padding-bottom: 50px;
    padding-top: 15px;
  }
  .blog-horizontal {
    padding-bottom: 35px;
    margin-bottom: 35px;
    display: block;
  }
  .blog-horizontal__content {
    padding-top: 0;
  }
  .blog-horizontal__img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 220px;
    width: 100%;
  }
  .blog-horizontal__img img {
    width: auto;
  }
  .event-past--about .about-video a.video-item__play {
    left: auto;
    bottom: auto;
  }
  .about-video--label {
    top: 15px;
    left: 10px;
    transform: scale(0.6);
    transform-origin: top left;
  }
  .blog-horizontal__head {
    font-size: 24px;
  }
  .blog .d-flex .h2 {
    margin-bottom: 20px;
  }
  .blog .d-flex .h2:last-child {
    display: none;
  }
  .contacts {
    padding: 65px 0 65px;
  }
  .contacts .head {
    margin-bottom: 25px;
  }
  .copyright {
    margin-bottom: 12px;
  }
  .dev {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer {
    /*padding-bottom: 60px;*/
  }
  .footer-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: -10px;
  }
  .footer-row .menu > li {
    margin-bottom: 10px;
  }
  .footer-row .menu > li {
    font-size: 16px;
  }
  .footer-item {
    padding: 0;
  }
  ul#menu-footer-menu > li {
    padding-right: 30px;
  }
  .footer-top {
    padding: 28px 0;
  }
  .footer-bottom {
    padding: 12px 0;
  }
  .footer-bottom .container {
    display: block;
    text-align: center;
  }
  .footer-row .menu > li > ul {
    display: none;
  }
  ul#menu-footer-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .main-list .sub-menu li a {
    font-size: 17px;
  }
  .home .blog-item .btn {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    bottom: 0;
    left: auto;
    max-width: 100%;
    display: flex;
  }
  figure img {
    display: block;
    height: auto;
  }
  figure {
    max-width: 100%;
  }
  .about-section-content {
    padding-right: 0px;
  }
  .about_sector-item__head {
    font-size: 18px;
  }
  .about_sector-item__img {
    width: 30%;
  }
  .about_sector-item__content {
    width: 70%;
    padding-left: 12px;
  }
  .about-sectors > div {
    width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .albums-gallery a {
    width: calc(100% / 2 - 20px);
  }
  .article-album--header span {
    font-size: 18px;
  }
  .inner--career::before {
    display: none;
  }
  .tools-page {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .tools-page .tools-item.tools-item--small .tools-item__content-img {
    width: 100%;
    display: block !important;
    margin-bottom: 20px;
  }
  .tools-page .tools-item.tools-item--small .tools-item__content {
    width: 100%;
  }
  .tools-page .tools-item .btn {
    display: inline-block;
    padding-right: 15px;
    margin-left: 0 !important;
  }
  .tools-page .tools-item .tools-item__content-img,
  .tools-page .tools-item--large .tools-item__img {
    width: 100%;
    margin: 0;
  }
  .tools-page .tools-item .tools-item__content {
    width: 100%;
  }
  .event-past--about .about-head h1 {
    font-size: 40px;
  }
  .menu-toggler {
    margin-top: 15px;
  }
  .single-albums .mfp-arrow-right {
    right: 0px;
  }
  .single-albums .mfp-arrow-left {
    left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .sticky-content {
    padding: 30px 15px 40px;
  }
  .companies-slide {
    margin: 0 10px;
  }
  .companies-slider {
    margin: 0;
  }
  .companies .slick-arrow {
    display: none !important;
  }
  .companies .slick-list {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }
}
@media only screen and (max-width: 374px) {
  .video-item__img > img {
    max-width: 100%;
  }
}

/*is RTL*/
.blog-item.is_rtl .blog-item__content > div {
  direction: rtl;
  text-align: right;
}
.blog-item.is_rtl .blog-item__content>div.blog-item__date {
    direction: ltr;
}
.blog-item.is_rtl .blog-item__head {
  font-family: "Assistant";
}
.blog-item.is_rtl a.btn {
  direction: ltr;
}
.is_rtl .article-header .h2 {
    font-family: "Assistant";
    direction: rtl;
}
.is_rtl .article-post p {
    direction: rtl;
}
.resources-content .ajax_item.is_rtl .blog-horizontal__content > div {
  direction: rtl;
}
.resources-content .ajax_item.is_rtl .blog-horizontal__head {
  font-family: "Assistant";
  text-align: right;
}
.resources-content .ajax_item.is_rtl a.btn {
  direction: ltr;
}

.single .resources-content__item.is_rtl {
  text-align: right;
}
.single .resources-content__item {
    margin-bottom: 50px;
}
.single .resources-content__item.is_rtl .video-item__img {
    margin-right: 60px;
}
.single .resources-content__item.is_rtl .video-item {
      direction: rtl;
}
.single .is_rtl .article-header p {
    direction: rtl;
}
@media (max-width: 767px) {
  .single .resources-content__item.is_rtl .video-item__img {
    margin-right: auto;
}
}

.wpcf7 .ajax-loader {
    display: none!important;
}