/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         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;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
.select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          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;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
.select2-results__option--selectable {
  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%;
    -webkit-box-sizing: border-box;
            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;
  filter: alpha(opacity=0); }
.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: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
.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: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
.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__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 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--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  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: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          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 .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--group {
  padding: 0; }
.select2-container--default .select2-results__option--disabled {
  color: #999; }
.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }
.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: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.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: bold;
    height: 26px;
    margin-right: 20px; }
.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: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.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: transparent;
    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: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.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: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.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;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.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;
  -webkit-box-shadow: none;
          box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  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--group {
  padding: 0; }
.select2-container--classic .select2-results__option--disabled {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* Magnific Popup CSS */
.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: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          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-inline-holder .mfp-content,
.mfp-ajax-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: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      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:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-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:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    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: 900px; }
.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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.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;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    -webkit-box-sizing: border-box;
            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);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: 600;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-Medium.eot");
  src: url("../fonts/AllianceNo2-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-Medium.woff2") format("woff2"), url("../fonts/AllianceNo2-Medium.woff") format("woff"), url("../fonts/AllianceNo2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-BlackItalic.eot");
  src: url("../fonts/AllianceNo2-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-BlackItalic.woff2") format("woff2"), url("../fonts/AllianceNo2-BlackItalic.woff") format("woff"), url("../fonts/AllianceNo2-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-ExtraBoldItalic.eot");
  src: url("../fonts/AllianceNo2-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/AllianceNo2-ExtraBoldItalic.woff") format("woff"), url("../fonts/AllianceNo2-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-ExtraBold.eot");
  src: url("../fonts/AllianceNo2-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-ExtraBold.woff2") format("woff2"), url("../fonts/AllianceNo2-ExtraBold.woff") format("woff"), url("../fonts/AllianceNo2-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-SemiBoldItalic.eot");
  src: url("../fonts/AllianceNo2-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-SemiBoldItalic.woff2") format("woff2"), url("../fonts/AllianceNo2-SemiBoldItalic.woff") format("woff"), url("../fonts/AllianceNo2-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-Bold.eot");
  src: url("../fonts/AllianceNo2-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-Bold.woff2") format("woff2"), url("../fonts/AllianceNo2-Bold.woff") format("woff"), url("../fonts/AllianceNo2-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-BoldItalic.eot");
  src: url("../fonts/AllianceNo2-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-BoldItalic.woff2") format("woff2"), url("../fonts/AllianceNo2-BoldItalic.woff") format("woff"), url("../fonts/AllianceNo2-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-LightItalic.eot");
  src: url("../fonts/AllianceNo2-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-LightItalic.woff2") format("woff2"), url("../fonts/AllianceNo2-LightItalic.woff") format("woff"), url("../fonts/AllianceNo2-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-Regular.eot");
  src: url("../fonts/AllianceNo2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-Regular.woff2") format("woff2"), url("../fonts/AllianceNo2-Regular.woff") format("woff"), url("../fonts/AllianceNo2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-RegularItalic.eot");
  src: url("../fonts/AllianceNo2-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-RegularItalic.woff2") format("woff2"), url("../fonts/AllianceNo2-RegularItalic.woff") format("woff"), url("../fonts/AllianceNo2-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-SemiBold.eot");
  src: url("../fonts/AllianceNo2-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-SemiBold.woff2") format("woff2"), url("../fonts/AllianceNo2-SemiBold.woff") format("woff"), url("../fonts/AllianceNo2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-Black.eot");
  src: url("../fonts/AllianceNo2-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-Black.woff2") format("woff2"), url("../fonts/AllianceNo2-Black.woff") format("woff"), url("../fonts/AllianceNo2-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-MediumItalic.eot");
  src: url("../fonts/AllianceNo2-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-MediumItalic.woff2") format("woff2"), url("../fonts/AllianceNo2-MediumItalic.woff") format("woff"), url("../fonts/AllianceNo2-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Alliance No.2";
  src: url("../fonts/AllianceNo2-Light.eot");
  src: url("../fonts/AllianceNo2-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AllianceNo2-Light.woff2") format("woff2"), url("../fonts/AllianceNo2-Light.woff") format("woff"), url("../fonts/AllianceNo2-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Alliance No.2", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.47;
  color: #202020;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.5rem;
    line-height: 1.47;
  }
}
body.nav-open {
  min-height: 100vh;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 300;
  margin-bottom: calc(1.47em / 2);
  letter-spacing: -0.013em;
  font-family: "aktiv-grotesk", sans-serif;
}
.h1,
h1 {
  font-size: 8rem;
  line-height: 1.06;
}
.h2,
h2 {
  font-size: 5rem;
  line-height: 1.17;
}
@media (max-width: 1199px) {
  .h2,
h2 {
    font-size: 7rem;
  }
}
@media (max-width: 1024px) {
  .h2,
h2 {
    font-size: 4rem;
    line-height: 1.13;
  }
}
.h3,
h3 {
  font-size: 3rem;
  line-height: 1.17;
}
@media (max-width: 1199px) {
  .h3,
h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .h3,
h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.h4,
h4 {
  font-size: 2.5rem;
  line-height: 1.43;
}
.h5,
h5 {
  font-size: 2rem;
  line-height: 1.43;
}
.h6,
h6 {
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: 500;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.47em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
sup {
  vertical-align: top;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__section {
  border-bottom: 0.1rem solid #DBDBDB;
}
.accordion .accordion__section.is-current .accordion__head span:before {
  background-image: url(../images/svg/ico-minus-green.svg);
}
.accordion .accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.85rem 0;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.accordion .accordion__head:hover {
  color: #187D78;
}
.accordion .accordion__head:hover span {
  border-color: #BDBDBD;
}
.accordion .accordion__head h3 {
  margin-bottom: 0;
}
.accordion .accordion__head span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid #DBDBDB;
  border-radius: 50%;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.accordion .accordion__head span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-image: url(../images/svg/ico-plus-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: background-image 0.4s;
  -o-transition: background-image 0.4s;
  transition: background-image 0.4s;
}
.accordion .accordion__body {
  display: none;
  padding: 0.8rem 0 2.65rem;
  max-width: 48.6rem;
  color: #626262;
}
.accordion .accordion__body var {
  font-size: 1.4rem;
  line-height: 1.43;
  color: #626262;
  font-style: normal;
}
.accordion .accordion__body ul {
  margin-bottom: 3.3rem;
  list-style-type: none;
}
.accordion .accordion__body ul li {
  position: relative;
  padding-left: 2rem;
}
.accordion .accordion__body ul li:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #187D78;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__body ul li:before {
    top: 1rem;
  }
}
.accordion .accordion__body ol {
  font-size: 1.4rem;
  line-height: 1.43;
  color: #626262;
  counter-reset: numbers;
  list-style-type: none;
  margin-bottom: 2.3rem;
}
.accordion .accordion__body ol li {
  position: relative;
}
.accordion .accordion__body ol li:before {
  counter-increment: numbers;
  content: counter(numbers) ".";
  display: inline-block;
  margin-right: 0.3rem;
}
/*  Accordion Alt  */
.accordion--alt .accordion__body {
  max-width: 100%;
  padding: 0;
}
.accordion--alt .accordion__body ul {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Article Inline
\* ------------------------------------------------------------ */
.article-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.3rem 0;
  border-top: 0.1rem solid #DBDBDB;
}
.article-inline .article__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.9rem;
          flex: 0 1 48.9rem;
  max-width: 48.9rem;
  padding-right: 2rem;
  color: #626262;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-inline .article__body {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 5rem);
        flex-basis: calc(100% - 5rem);
    max-width: calc(100% - 5rem);
  }
}
.article-inline .article__body h3 {
  margin-bottom: 2.5rem;
}
.article-inline .article__body h3 a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #187D78;
}
.article-inline .article__body h3 a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.article-inline .article__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-inline .article__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    width: 5rem;
  }
}
/*  Article Inline Alt  */
.article-inline--alt:nth-child(1) {
  padding-top: 0.5rem;
  padding-bottom: 4rem;
  border-top: 0;
}
.article-inline--alt .article__body h3 {
  margin-bottom: 0.7rem;
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  position: relative;
  height: 100%;
}
.article .article__image {
  display: block;
  border-radius: 1rem;
  height: 53.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 1199px) {
  .article .article__image {
    height: 42.3rem;
  }
}
.article .article__image:hover {
  opacity: 0.7;
}
.article .article__body {
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 6.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__body {
    padding-top: 2.2rem;
  }
}
.article .article__body h3 {
  margin-bottom: 2.4rem;
  color: #187D78;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__body h3 {
    margin-bottom: 1.3rem;
  }
}
.article .article__body h3 > a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #187D78;
}
.article .article__body h3 > a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.article .article__btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.article .article__meta {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.3rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #626262;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__meta {
    font-size: 1.3rem;
  }
}
/*  Article Alt  */
@media (max-width: 1199px) {
  .article--alt .article__image {
    height: 48.5rem;
  }
}
.article--alt .article__body {
  padding: 3.2rem 0 1.8rem;
}
.article--alt .article__meta {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs ul {
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.breadcrumbs li + li {
  position: relative;
  padding-left: 3rem;
}
.breadcrumbs li + li:after {
  content: "/";
  position: absolute;
  top: 0;
  left: 1.2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: inherit;
}
.breadcrumbs a {
  display: block;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* ------------------------------------------------------------ *\
	Button Arrow
\* ------------------------------------------------------------ */
.btn-arrow {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 6rem;
  height: 6rem;
  line-height: 5rem;
  border-radius: 50%;
  border: 0.1rem solid #DBDBDB;
  text-align: center;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-arrow {
    width: 5rem;
    height: 5rem;
    line-height: 4rem;
  }
}
.btn-arrow:hover {
  border-color: #BDBDBD;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-arrow img {
    width: 2rem;
    height: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Button Download
\* ------------------------------------------------------------ */
.btn-download {
  display: inline-block;
  vertical-align: middle;
  width: 5rem;
  height: 5rem;
  line-height: 4.2rem;
  border: 0.1rem solid #DBDBDB;
  border-radius: 60%;
  text-align: center;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.btn-download:hover {
  border-color: #BDBDBD;
}
/* ------------------------------------------------------------ *\
	Button Link
\* ------------------------------------------------------------ */
.btn-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 2.7rem;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.btn-link:hover {
  color: #626262;
  text-decoration: none;
}
.btn-link:after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/svg/ico-arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
/* ------------------------------------------------------------ *\
	Button Search
\* ------------------------------------------------------------ */
.btn-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2.6rem;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (min-width: 1024.02px) {
  .btn-search:hover {
    opacity: 0.7;
  }
}
.btn-search img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.btn-search img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
/*  Button Search Open  */
.btn-search--open img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.btn-search--open img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.7rem 4rem;
  border-radius: 3rem;
  border: 0.1rem solid #DBDBDB;
  background: #DBDBDB;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: #202020;
  -webkit-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    font-size: 1.3rem;
    padding: 1.1rem 3rem;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/*  Button Outline  */
.btn--outline {
  background: transparent;
}
.btn--outline:hover {
  background: #DBDBDB;
}
/*  Button With Icon  */
.btn--with-icon {
  position: relative;
  height: 6rem;
  line-height: 5.8rem;
  padding: 0 7.5rem 0 4rem;
  font-size: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--with-icon {
    font-size: 0;
    height: 5rem;
    line-height: 4.8rem;
    padding: 0 6.3rem 0 3rem;
  }
}
.btn--with-icon:hover {
  background: transparent;
}
.btn--with-icon:hover img {
  -webkit-transform: translate(1rem, -50%);
      -ms-transform: translate(1rem, -50%);
          transform: translate(1rem, -50%);
}
.btn--with-icon img,
.btn--with-icon span {
  display: inline-block;
  vertical-align: middle;
}
.btn--with-icon img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 1rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  will-change: transform;
  -webkit-font-smoothing: none;
}
.btn--with-icon span {
  font-size: 1.4rem;
  line-height: 4.4;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--with-icon span {
    font-size: 1.3rem;
    line-height: 3.8;
  }
}
/*  Button With Icon Sm  */
.btn--with-icon-sm {
  padding: 0 6.5rem 0 3rem;
  height: 5rem;
  line-height: 4.8rem;
}
.btn--with-icon-sm span {
  font-size: 1.3rem;
  line-height: 3.5rem;
}
/*  Button With Icon Lg  */
.btn--with-icon-lg {
  min-width: 35.7rem;
  padding: 0 6rem 0 3.9rem;
  text-align: left;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--with-icon-lg {
    min-width: 15.5rem;
    padding: 0 6rem 0 2.9rem;
  }
}
.btn--with-icon-lg img {
  right: 3rem;
  margin-left: 0.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--with-icon-lg img {
    margin-left: 0.7rem;
  }
}
/*  Button Blue  */
.btn--blue {
  background: #187D78;
  color: #fff;
}
.btn--blue:hover {
  background: #1D9690;
}
/* ------------------------------------------------------------ *\
	Careers
\* ------------------------------------------------------------ */
.career-disclaimer {
  color: #626262;
  font-size: 1.5rem;
}
.career-disclaimer h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
  visibility: visible;
}
.checkbox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 3rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #626262;
}
.checkbox input[type=checkbox] + label:after, .checkbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: -0.1rem;
}
.checkbox input[type=checkbox] + label:after {
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #DBDBDB;
  border-radius: 0.5rem;
}
.checkbox input[type=checkbox] + label:before {
  top: -0.1rem;
  left: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.5rem;
  background: #187D78;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
/* ------------------------------------------------------------ *\
	Contact
\* ------------------------------------------------------------ */
.contact {
  color: #626262;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contact {
    margin-bottom: 4rem;
  }
}
.contact h3 {
  display: block;
  color: #202020;
  margin-bottom: 1.5rem;
}
.contact a {
  display: inline-block;
  color: #187D78;
  word-break: break-word;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.contact a:hover {
  color: #626262;
  text-decoration: none;
}
.contact .contact__head {
  padding-bottom: 3rem;
  margin-bottom: 2.8rem;
  border-bottom: 0.1rem solid #DBDBDB;
  font-size: 1.4rem;
  line-height: 1.43;
}
/*  Contact Inline  */
.contact--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 6rem;
  border-bottom: 0.1rem solid #DBDBDB;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contact--inline {
    padding-top: 2rem;
  }
}
.contact--inline:first-child {
  padding-top: 0;
}
.contact--inline:last-child {
  border-bottom: 0;
}
.contact--inline .contact__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 39rem;
          flex: 0 1 39rem;
  max-width: 39rem;
  border-bottom: 0;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .contact--inline .contact__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30rem;
            flex: 0 1 30rem;
    max-width: 30rem;
  }
}
@media (max-width: 1024px) {
  .contact--inline .contact__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.contact--inline .contact__body {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% - 39rem);
      flex-basis: calc(100% - 39rem);
  max-widtH: calc(100% - 39rem);
  padding: 0.8rem 0 0;
}
@media (max-width: 1199px) {
  .contact--inline .contact__body {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 30rem);
        flex-basis: calc(100% - 30rem);
    max-widtH: calc(100% - 30rem);
  }
}
@media (max-width: 1024px) {
  .contact--inline .contact__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-widtH: 100%;
  }
}
.contact--inline .contact__grid .grid__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  margin-bottom: 5.5rem;
}
.contact--inline .contact__grid .grid__col > * {
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contact--inline .contact__grid .grid__col--1of3 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .contact--inline .contact__grid .grid__col--1of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  padding: 1.45rem 1rem;
  border: 0;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0.1rem transparent, inset 0 0.1rem 0 #DBDBDB;
          box-shadow: 0 0 0 0.1rem transparent, inset 0 0.1rem 0 #DBDBDB;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  will-change: box-shadow;
}
.field:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #187D78, inset 0 0 0 0 #DBDBDB;
          box-shadow: 0 0 0 0.1rem #187D78, inset 0 0 0 0 #DBDBDB;
}
.field--member {
  border: 0.1rem solid #DBDBDB;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*  Field Alt  */
.field--alt {
  padding: 1.6rem 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #DBDBDB;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*  Field textarea  */
.field--textarea {
  width: 100%;
  padding: 1.45rem 1rem;
  border: 0;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0.1rem transparent, inset 0 0.1rem 0 #DBDBDB;
          box-shadow: 0 0 0 0.1rem transparent, inset 0 0.1rem 0 #DBDBDB;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  will-change: box-shadow;
}
.field--textarea:focus {
  -webkit-box-shadow: 0 0 0 0.1rem #187D78, inset 0 0 0 0 #DBDBDB;
          box-shadow: 0 0 0 0.1rem #187D78, inset 0 0 0 0 #DBDBDB;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  background: #202020;
  font-size: 1.4rem;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
  .footer {
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.footer h6 {
  color: rgba(255, 255, 255, 0.4);
}
.footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer ul li + li {
  margin-top: 1rem;
}
.footer .footer__nav {
  padding-top: 2.2rem;
}
.footer .footer__nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.footer .footer__nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav li {
    font-size: 1.3rem;
  }
}
.footer .footer__nav ul li + li {
  position: relative;
  margin-top: 0;
  padding-left: 2rem;
}
.footer .footer__nav ul li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.1rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav ul li + li:before {
    left: 1rem;
  }
}
.footer .footer__top {
  padding: 6rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1024px) {
  .footer .footer__top {
    padding: 5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__top {
    padding: 4rem 0;
  }
}
.footer .footer__inner {
  padding: 6rem 0 7rem;
}
@media (max-width: 1024px) {
  .footer .footer__inner {
    display: none;
  }
}
.footer .footer__bottom {
  padding: 6rem 0 7rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1024px) {
  .footer .footer__bottom {
    padding: 4.8rem 0 7.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__bottom {
    padding: 3.8rem 0 0.7rem;
    border-top: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__bottom ul {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__grid {
    margin: 0 -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__grid .grid__col {
    padding: 0 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Form Newsletter
\* ------------------------------------------------------------ */
.form-newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-newsletter form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-newsletter .form__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.5%;
          flex: 0 1 20.5%;
  max-width: 20.5%;
}
@media (max-width: 1024px) {
  .form-newsletter .form__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25.5%;
            flex: 0 1 25.5%;
    max-width: 25.5%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-newsletter .form__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.form-newsletter .form__body {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.7rem;
          flex: 0 1 48.7rem;
  max-width: 48.7rem;
}
@media (max-width: 1024px) {
  .form-newsletter .form__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    max-width: 49%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-newsletter .form__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}
.form-newsletter .form__help {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.34%;
          flex: 0 1 33.34%;
  max-width: 33.34%;
  padding-left: 3rem;
}
@media (max-width: 1024px) {
  .form-newsletter .form__help {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25.5%;
            flex: 0 1 25.5%;
    max-width: 25.5%;
    padding: 0 2rem 0 1.4rem;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-newsletter .form__help {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    padding: 2rem 2rem 0 0;
  }
}
.form-newsletter .form-newsletter__field {
  width: 100%;
  padding: 1.7rem 11.2rem 1.7rem 3.2rem;
  border: 0.1rem solid transparent;
  border-radius: 1rem;
  background: #131313;
  color: #fff;
}
@media (max-width: 1024px) {
  .form-newsletter .form-newsletter__field {
    padding: 1.3rem 11.2rem 1.3rem 1rem;
    font-size: 1.3rem;
  }
}
.form-newsletter .form-newsletter__field:focus {
  border-color: #187D78;
}
.form-newsletter .form-newsletter__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-newsletter .form-newsletter__field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-newsletter .form-newsletter__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-newsletter .form-newsletter__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-newsletter .form-newsletter__field::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-newsletter .form-newsletter__btn {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 9rem;
  padding: 1.42rem 1rem;
  border: 0;
  border-radius: 0.5rem;
  background: #187D78;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
@media (max-width: 1024px) {
  .form-newsletter .form-newsletter__btn {
    width: 8.5rem;
    font-size: 1.3rem;
    padding: 1.1rem 1rem;
  }
}
.form-newsletter .form-newsletter__btn:hover {
  background: #1D9690;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__label {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 2.7rem;
}
.form .form__text-right {
  text-align: right;
}
@media (max-width: 374px) {
  .form .form__text-right {
    text-align: center;
  }
}
.form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1rem;
}
.form .form__row h3 {
  margin: 4rem 0 0;
  color: #202020;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Alliance No.2", sans-serif;
}
.form .form__row + .form__row {
  margin-top: 4rem;
}
.form .form__row--error {
  color: #B55C3E;
}
.form .form__row--error .field {
  -webkit-box-shadow: 0 0 0 0.1rem #B55C3E;
          box-shadow: 0 0 0 0.1rem #B55C3E;
}
.form .form__row--error .select .select2-container--default .select2-selection--single {
  border-color: #B55C3E;
}
.form .form__actions {
  padding-top: 3.5rem;
}
.form .form__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 1rem;
}
.form .form__col--checkboxes {
  margin-bottom: 2rem;
}
.form .form__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 374px) {
  .form .form__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 374px) {
  .form .form__col--1of2 + .form__col--1of2 {
    margin-top: 2rem;
  }
}
.form .form__col--size-1 {
  max-width: 65%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
@media (max-width: 1199px) {
  .form .form__col--size-1 {
    max-width: 80%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}
@media (max-width: 1024px) {
  .form .form__col--size-1 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.form .form__btn {
  border: 0;
}
.form .form__btn--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form .form__btn--block {
  display: block;
  width: 100%;
  padding: 1.8rem 7rem 1.8rem 4rem;
}
/*  Form Login  */
.form--login {
  max-width: 48.7rem;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1;
  color: #626262;
}
.form--login a {
  color: #187D78;
}
.form--login .form__body a {
  display: inline-block;
  vertical-align: middle;
}
.form--login .form__label {
  margin-bottom: 1.75rem;
  color: #202020;
}
.form--login .form__head {
  text-align: center;
  margin-bottom: 4.4rem;
  line-height: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--login .form__head {
    margin-bottom: 2.4rem;
  }
}
.form--login .form__head h3 {
  color: #202020;
  margin-bottom: 1.5rem;
}
.form--login .form__inner {
  padding: 4.2rem 4rem 3.8rem;
  background: #fff;
  border: 0.1rem solid #DBDBDB;
  border-radius: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form--login .form__inner {
    padding: 2rem;
  }
}
.form--login .form__inner--register {
  margin-bottom: 5rem;
}
.form--login .form__row + .form__row {
  margin-top: 3rem;
}
.form--login .form__row + .form__row--alt {
  margin-top: 1.9rem;
}
.form--login .form__row + .form__row--register {
  margin-top: 1rem;
}
.form--login .form__actions {
  padding-top: 2.4rem;
}
.form--login--register {
  max-width: 100rem;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1.5rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
  /*  Grid col 1of4  */
  /*  Grid col 5of6  */
  /*  Grid col 1of6  */
  /*  Grid col size 1  */
  /*  Grid col size 2  */
}
@media (max-width: 1024px) {
  .grid {
    margin: 0 -1rem;
  }
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .grid .grid__col {
    padding: 0 1rem;
  }
}
.grid .grid__col--contacts {
  margin-bottom: 10rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--contacts {
    margin-bottom: 2rem;
  }
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of4 {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 6.5rem;
}
@media (max-width: 1024px) {
  .grid .grid__col--1of4 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of4 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of4 + .grid__col--1of4 {
    margin-top: 6rem;
  }
}
.grid .grid__col--5of6 {
  max-width: 83.35%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.35%;
          flex: 0 0 83.35%;
}
@media (max-width: 1024px) {
  .grid .grid__col--5of6 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of6 {
  max-width: calc(100% / 6);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 6);
      flex-basis: calc(100% / 6);
}
.grid .grid__col--size-1 {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
@media (max-width: 1024px) {
  .grid .grid__col--size-1 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-1 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.grid .grid__col--size-2 {
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 1024px) {
  .grid .grid__col--size-2 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size-2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
/*  Grid Flex End  */
.grid--flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*  Grid Center  */
.grid--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid--left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
/*  Grid Resources  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid__resources .grid__col--1of4 + .grid__col--1of4 {
    margin-top: 3rem;
  }
}
/*  Grid Products  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--products .grid__col--1of4 + .grid__col--1of4 {
    margin-top: 2rem;
  }
}
/*  ENT Videos  */
.grid__ent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  Product Description */
.grid__col--product {
  max-width: 48%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid__col--product {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5rem;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  z-index: 999;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header__inner {
    padding-left: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .header .header__inner {
    position: relative;
    padding-left: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__inner {
    padding-left: 0.5rem;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .header .header__nav {
    position: absolute;
    top: 100%;
    left: -2rem;
    right: -2rem;
    height: calc(100vh - 6.4rem);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }
}
@media (max-width: 1024px) {
  .header .header__nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    border-radius: 1rem;
    background: #202020;
  }
}
.header .header__nav--open {
  opacity: 1;
  visibility: visible;
}
.header .header__actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20rem;
          flex: 0 1 20rem;
  max-width: 20rem;
}
@media (max-width: 1199px) {
  .header .header__actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15rem;
            flex: 0 1 15rem;
    max-width: 15rem;
  }
}
@media (max-width: 1024px) {
  .header .header__actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 6rem;
            flex: 0 1 6rem;
    max-width: 6rem;
  }
}
.header .header__search {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .header .header__search {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  .header .header__btn-search {
    display: none;
  }
}
/*  Header Search Open  */
.header--search-open .header__search {
  opacity: 1;
  visibility: visible;
}
.header--search-open .nav {
  opacity: 0;
  visibility: hidden;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  border-radius: 1rem;
  z-index: 1;
  background: #000;
}
.hero .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  overflow: hidden;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero .hero__image:after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.hero .hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  pointer-events: none;
}
.hero .hero__video-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.hero .hero__video-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .hero__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero .hero__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 10rem;
}
.hero .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 10rem);
}
@media (max-width: 1460px) {
  .hero .hero__inner {
    height: calc(100vh - 14rem);
  }
}
@media (max-width: 1399px) {
  .hero .hero__inner {
    height: calc(100vh - 21rem);
  }
}
@media (max-width: 1299px) {
  .hero .hero__inner {
    height: calc(100vh - 27rem);
    min-height: 40rem;
  }
}
@media (max-width: 1199px) {
  .hero .hero__inner {
    height: calc(100vh - 35rem);
  }
}
@media (max-width: 1024px) {
  .hero .hero__inner {
    height: calc(100vh - 50rem);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner {
    height: calc(50vh - 6rem);
  }
}
.hero .hero__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 700px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__short {
    height: 500px;
  }
}
.hero .hero__body,
.hero .hero__body__home {
  position: relative;
  z-index: 1;
  max-width: 126rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__body,
.hero .hero__body__home {
    padding: 0 0.5rem;
  }
}
.hero .hero__body h1 {
  font-size: 6rem;
  line-height: 1.17;
}
@media (max-width: 1024px) {
  .hero .hero__body h1 {
    font-size: 4.5rem;
    line-height: 1.11;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__body h1 {
    font-size: 3.5rem;
    line-height: 1.14;
  }
}
.hero .hero__btn {
  position: absolute;
  top: 100.1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10.4rem;
  height: 6rem;
  line-height: 5rem;
  margin-top: -3rem;
  background-image: url(../images/ico-btn-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
  text-align: center;
}
.hero .hero__btn:hover img {
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.hero .hero__btn--alt {
  background-image: url(../images/ico-btn-bg-alt.png);
}
.hero .hero__btn img {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.hero .hero__btn--light-blue {
  background-image: url(../images/ico-btn-bg-light-blue.png);
}
.hero .hero__breadcrumbs {
  position: absolute;
  top: 3.2rem;
  left: 0;
  right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__breadcrumbs {
    display: none;
  }
}
/*  Hero Alt  */
.hero--alt .hero__body h1 {
  font-size: 8rem;
  line-height: 1.06;
}
@media (max-width: 1024px) {
  .hero--alt .hero__body h1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__body h1 {
    font-size: 4rem;
    line-height: 1.13;
  }
}
.hero--alt .hero__body__home h1 {
  font-size: 6rem;
  line-height: 1.17;
}
@media (max-width: 1024px) {
  .hero--alt .hero__body__home h1 {
    font-size: 4.5rem;
    line-height: 1.11;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__body__home h1 {
    font-size: 3.5rem;
    line-height: 1.14;
  }
}
/*  Hero alt size1  */
.hero--alt-size1 .hero__inner {
  height: calc(100vh - 27rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt-size1 .hero__inner {
    height: calc(100vh - 16.8rem);
  }
}
.hero--alt-size1 .hero__breadcrumbs {
  top: 3.4rem;
}
.hero--alt-size1 .hero__body {
  max-width: 116rem;
  padding-top: 3.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt-size1 .hero__body {
    padding-top: 1.9rem;
    max-width: 90%;
  }
}
@media (max-width: 374px) {
  .hero--alt-size1 .hero__body {
    max-width: none;
    padding: 0;
  }
}
/*  Hero Sm  */
.hero--sm {
  background: #187D78;
}
.hero--sm .hero__inner {
  height: 40rem;
  padding: 6rem 0 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--sm .hero__inner {
    height: 35rem;
  }
}
.hero--sm .hero__body h1 {
  font-size: 7rem;
  line-height: 1.06;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--sm .hero__body h1 {
    font-size: 4rem;
    line-height: 1.13;
  }
}
/*  Hero Video  */
.hero--video {
  background: none;
  border-radius: 0;
}
.hero--video .hero__container {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  z-index: 1;
  background: #000;
}
.hero--video .hero__video video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
@media (max-width: 1585px) {
  .hero--video .hero__inner {
    height: 54vw;
  }
}
@media (max-width: 1024px) {
  .hero--video .hero__inner {
    height: calc(100vh - 50rem);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--video .hero__inner {
    height: calc(50vh - 6rem);
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List Resources
\* ------------------------------------------------------------ */
.list-resources {
  padding-bottom: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-resources {
    padding: 0 0.5rem;
  }
}
.list-resources ul {
  margin: 0;
  padding: 0;
}
.list-resources li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0 !important;
  font-size: 1.4rem;
  line-height: 1.43;
  border-bottom: 0.1rem solid #DBDBDB;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-resources li {
    padding: 2rem 0 2.2rem;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.list-resources li:before {
  display: none;
}
.list-resources li:last-child {
  border-bottom: 0;
}
.list-resources h6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51%;
          flex: 0 1 51%;
  max-width: 51%;
  padding-right: 2rem;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-resources h6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 5rem);
        flex-basis: calc(100% - 5rem);
    max-width: calc(100% - 5rem);
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.list-resources h6 a {
  border-bottom: 0.1rem solid transparent;
  color: #202020;
  text-decoration: none;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}
.list-resources h6 a:hover {
  color: #187D78;
  border-color: currentColor;
}
.list-resources span {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(49% - 5rem);
      flex-basis: calc(49% - 5rem);
  max-width: calc(49% - 5rem);
  padding-right: 2rem;
  color: #626262;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-resources span {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 5rem);
        flex-basis: calc(100% - 5rem);
    max-width: calc(100% - 5rem);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-resources .list-resources__btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*  List Resoures Alt  */
.list-resources--alt {
  padding: 0;
}
.list-resources--alt li:first-child {
  border-top: 0.1rem solid #DBDBDB;
}
.list-resources--alt h6 a:not(.btn):not(.btn-download):not(.btn-arrow) {
  text-decoration: none;
  color: #187D78;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.list-resources--alt h6 a:not(.btn):not(.btn-download):not(.btn-arrow):hover {
  color: #202020;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 14.36rem;
          flex: 0 1 14.36rem;
  max-width: 14.36rem;
  margin-right: 3.9rem;
}
@media (max-width: 1199px) {
  .logo {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 12rem;
            flex: 0 1 12rem;
    max-width: 12rem;
    margin-left: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 9.6rem;
            flex: 0 1 9.6rem;
    max-width: 9.6rem;
    margin-top: -0.2rem;
    margin-left: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Members
\* ------------------------------------------------------------ */
.member_mgmt a {
  text-decoration: none;
}
.member_mgmt a:hover {
  text-decoration: underline;
}
.member-paragraph {
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .member-paragraph {
    margin-top: 4rem;
  }
}
/* ------------------------------------------------------------ *\
	Nav Lang
\* ------------------------------------------------------------ */
.nav-lang {
  position: relative;
}
.nav-lang:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.1rem;
  height: 8rem;
  background: #DADADA;
}
@media (max-width: 1024px) {
  .nav-lang:after {
    display: none;
  }
}
.nav-lang > ul > li.is-current:before {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (min-width: 1024.02px) {
  .nav-lang > ul > li.is-current:hover:before {
    opacity: 0.7;
  }
}
.nav-lang ul ul {
  position: absolute;
  top: 100%;
  right: -2.2rem;
  width: 13.9rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1.1rem 2.2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 1.1rem 2.2rem rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visiblity 0.4s;
  -o-transition: opacity 0.4s, visiblity 0.4s;
  transition: opacity 0.4s, visiblity 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-lang ul ul {
    right: -1.5rem;
  }
}
.nav-lang ul ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1rem;
  text-transform: capitalize;
}
.nav-lang ul ul a:hover span {
  text-decoration: underline;
}
.nav-lang ul ul li + li {
  margin-top: 0.2em;
}
.nav-lang ul ul .is-current {
  border-radius: 0.3rem;
  background: #F3F7F7;
}
.nav-lang ul ul .is-current a {
  text-decoration: none;
}
.nav-lang > ul > li {
  position: relative;
  text-transform: uppercase;
  padding: 2rem 0.5rem 2rem 5.3rem;
}
@media (max-width: 1024px) {
  .nav-lang > ul > li {
    padding: 1.9rem 0.9rem 2rem 3.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-lang > ul > li {
    padding: 1.2rem 0.6rem 1.3rem 3.3rem;
  }
}
.nav-lang > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}
.nav-lang > ul > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.9rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url(../images/ico-globe.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .nav-lang > ul > li:before {
    left: 0.9rem;
  }
}
.nav-lang a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (min-width: 1024.02px) {
  .nav-lang a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .nav-lang a {
    font-size: 1.2rem;
  }
}
.nav-lang img,
.nav-lang span {
  display: inline-block;
  vertical-align: middle;
}
.nav-lang img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.85rem;
          flex: 0 0 1.85rem;
  max-width: 1.85rem;
}
.nav-lang span {
  padding-left: 1rem;
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: none;
  width: 3rem;
  height: 0.8rem;
}
@media (max-width: 1024px) {
  .nav-trigger {
    display: inline-block;
  }
}
.nav-trigger span {
  position: absolute;
  display: block;
  height: 0.2rem;
  border-radius: 0.1rem;
  width: 100%;
  background: #929292;
  -webkit-transition: top 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  -o-transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 0.6rem;
}
/*  Nav Trigger Active  */
.nav-trigger--active span {
  -webkit-transition: background 0.2s, top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  -o-transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s, -webkit-transform 0.2s 0.25s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger--active span {
    width: 1.7rem;
  }
}
.nav-trigger--active span:nth-child(2), .nav-trigger--active span:nth-child(1) {
  top: 0.4rem;
}
.nav-trigger--active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-trigger--active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 1024px) {
  .nav {
    position: relative;
    z-index: 1;
    height: calc(100% - 9rem);
    overflow: auto;
    padding: 4.5rem 0;
  }
}
.nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.29;
  font-weight: 500;
  color: #202020;
  padding: 0 2.5rem;
}
@media (max-width: 1199px) {
  .nav li {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1024px) {
  .nav li {
    position: relative;
    display: block;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.6);
  }
}
.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.nav a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.nav > ul > li > a {
  position: relative;
  padding: 3.1rem 0;
}
@media (max-width: 1024px) {
  .nav > ul > li > a {
    padding: 1.2rem 1rem;
  }
}
.nav > ul > li > a:hover {
  color: #187D78;
}
.nav > ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  background: #68C0B8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 1024px) {
  .nav > ul > li > a:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav .is-current > a {
    color: #68C0B8;
  }
}
.nav .is-current > a:after {
  opacity: 1;
  visibility: visible;
}
.nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 2.2rem 5rem;
  border-radius: 1rem 1rem 0 0;
  background: #000;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media (max-width: 1024px) {
  .nav ul ul {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: none;
    margin: 0 -1rem;
    padding: 0.2rem 1rem;
    border-radius: 0;
    background: #131313;
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    visibility: visible;
    text-align: left;
  }
}
.nav ul ul li {
  padding: 0 1.5rem;
  color: inherit;
}
@media (max-width: 1024px) {
  .nav ul ul li {
    padding: 0 1.1rem;
  }
}
.nav ul ul a {
  padding: 1rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav ul ul a {
    font-weight: 400;
  }
}
.nav ul ul a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .nav .nav__has-dropdown:after {
    content: "";
    position: absolute;
    top: 1.1rem;
    right: 2.6rem;
    width: 2rem;
    height: 2rem;
    background-image: url(../images/svg/ico-plus.svg);
    background-size: contain;
    background-position: center center;
  }
}
@media (max-width: 1024px) {
  .nav .active:after {
    background-image: url(../images/ico-minus.png);
  }
}
/* ------------------------------------------------------------ *\
	Product Single
\* ------------------------------------------------------------ */
.product-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-single .product__slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product-single .product__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}
.product-single .product__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  padding: 6rem 0 0 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product-single .product__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.product-single .product__content {
  max-width: 48.6rem;
}
.product-single .product__content h6 {
  margin-bottom: 3rem;
  letter-spacing: 0;
}
.product-single .product__content p:last-of-type {
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product-single .product__content p:last-of-type {
    margin-bottom: 2rem;
  }
}
.product-single .product__list {
  padding-top: 6rem;
  padding-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product-single .product__list {
    padding-top: 4rem;
  }
}
.product-single .product__list li {
  border-top: 0.1rem solid #DBDBDB;
  border-bottom: 0;
}
.product-single .ref__list {
  padding-top: 6rem;
  padding-bottom: 0;
  max-width: 48.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product-single .ref__list {
    padding-top: 4rem;
  }
}
.product-single .ref__list li {
  border-top: 0.1rem solid #DBDBDB;
  border-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product .product__image {
  display: block;
  width: 100%;
  height: 18.5vw;
  border-radius: 1rem;
  background: #F3F7F7;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__image {
    height: 86.5vw;
  }
}
.product .product__image:hover {
  opacity: 0.7;
}
.product .product__image img {
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.product .product__body {
  padding: 1.5rem 0;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #626262;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__body {
    padding: 0.9rem 0;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.product .product__body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product .product__body li {
  padding: 1.5rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__body li {
    padding: 1rem 0;
  }
}
.product .product__body li + li {
  border-top: 0.1rem solid #DBDBDB;
}
.product .product__body a {
  text-decoration: none;
  color: #187D78;
  font-weight: 600;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.product .product__body a:hover {
  color: #626262;
}
.product__lines {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.product__lines:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reference Resources
\* ------------------------------------------------------------ */
.ref-resources {
  padding-bottom: 4rem;
  max-width: 48.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ref-resources {
    padding: 0 0.5rem;
  }
}
.ref-resources ul {
  margin: 0;
  padding: 0;
  border-bottom: 0.1rem solid #DBDBDB;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ref-resources ul {
    margin: 1rem 0 3rem;
  }
}
.ref-resources li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0.5rem 1.1rem !important;
  font-size: 1.4rem;
  line-height: 1.43;
  border-top: 0.1rem solid #DBDBDB;
  color: #626262;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ref-resources li {
    padding: 2rem 0 2.2rem;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.ref-resources li:before {
  display: none;
}
.ref-resources li:last-child {
  border-bottom: 0;
}
.ref-resources h6 {
  padding-right: 2rem;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: 500;
  letter-spacing: 0;
  color: #202020;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ref-resources h6 {
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.ref-resources h6 a {
  border-bottom: 0.1rem solid transparent;
  color: #202020;
  text-decoration: none;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}
.ref-resources h6 a:hover {
  color: #187D78;
  border-color: currentColor;
}
.ref-resources span {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(49% - 5rem);
      flex-basis: calc(49% - 5rem);
  max-width: calc(49% - 5rem);
  padding-right: 1rem;
  color: #626262;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ref-resources span {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 5rem);
        flex-basis: calc(100% - 5rem);
    max-width: calc(100% - 5rem);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ref-resources .ref-resources__btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*  List Resoures Alt  */
.ref-resources--alt {
  padding: 0;
}
.ref-resources--alt li:first-child {
  border-top: 0.1rem solid #DBDBDB;
}
.ref-resources--alt h6 a:not(.btn):not(.btn-download):not(.btn-arrow) {
  text-decoration: none;
  color: #187D78;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.ref-resources--alt h6 a:not(.btn):not(.btn-download):not(.btn-arrow):hover {
  color: #202020;
}
/* ------------------------------------------------------------ *\
	Resource
\* ------------------------------------------------------------ */
.resource .resource__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 19.2vw;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  border: 0.1rem solid #DBDBDB;
  text-align: center;
}
@media (max-width: 1024px) {
  .resource .resource__image {
    height: 28.2vw;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .resource .resource__image {
    padding: 1.2rem;
    height: 32.5rem;
    margin-bottom: 1.4rem;
  }
}
.resource .resource__image:hover img {
  opacity: 0.7;
}
.resource .resource__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.resource .resource__body {
  font-size: 1.4rem;
  line-height: 1.43;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .resource .resource__body {
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.resource .resource__body h6 {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .resource .resource__body h6 {
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.resource .resource__body a {
  color: #187D78;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.resource .resource__body a:hover {
  color: #202020;
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  width: 44.3vw;
  height: 5rem;
}
@media (max-width: 1024px) {
  .search {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.search .search__field {
  width: 100%;
  padding: 1.7rem 2rem 1.3rem;
  background: #F3F7F7;
  border-radius: 0.5rem;
  border: 0.1rem solid transparent;
  font-size: 1.4rem;
  line-height: 1;
  color: #202020;
}
@media (max-width: 1024px) {
  .search .search__field {
    padding: 1.3rem;
    background: #131313;
    font-size: 1.3rem;
    color: #fff;
  }
}
.search .search__field:focus {
  border-color: #187D78;
}
.search .search__field::-webkit-input-placeholder {
  color: #626262;
}
@media (max-width: 1024px) {
  .search .search__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
}
.search .search__field:-ms-input-placeholder {
  color: #626262;
}
@media (max-width: 1024px) {
  .search .search__field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
}
.search .search__field::-webkit-input-placeholder {
  color: #626262;
}
.search .search__field::-moz-placeholder {
  color: #626262;
}
.search .search__field:-ms-input-placeholder {
  color: #626262;
}
.search .search__field::-ms-input-placeholder {
  color: #626262;
}
.search .search__field::placeholder {
  color: #626262;
}
@media (max-width: 1024px) {
  .search .search__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .search .search__field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .search .search__field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .search .search__field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .search .search__field::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
}
.search .search__btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 1rem 2rem;
  margin-top: -0.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (min-width: 1024.02px) {
  .search .search__btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .search .search__btn {
    margin-top: 0.6rem;
  }
}
.search .search__results {
  position: relative;
  margin-top: 0.7rem;
  padding: 0.5rem;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2.1rem 2.2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 2.1rem 2.2rem rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.search .search__results ul {
  position: relative;
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search .search__results li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.3rem;
  padding: 1.6rem 1.8rem;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: background 0.4s, box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search .search__results li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 0.3rem;
  }
}
.search .search__results li:hover {
  background: #F3F7F7;
}
.search .search__results li:hover span:nth-child(1) {
  color: #187D78;
}
.search .search__results span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search .search__results span {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.search .search__results span:nth-child(2) {
  font-weight: 400;
  color: #626262;
}
.search .search__results-open {
  opacity: 1;
  visibility: visible;
}
/* ------------------------------------------------------------ *\
	Section Login
\* ------------------------------------------------------------ */
.section-login {
  padding: 3rem 0;
  height: 100vh;
  overflow-y: auto;
  margin: 0 -2rem -2rem;
  background: #F3F7F7;
}
@media (max-width: 1024px) {
  .section-login {
    margin: 0 -1rem -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-login {
    margin: 0 -0.5rem -0.5rem;
  }
}
.section-login .section__head {
  margin-bottom: 11.6rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-login .section__head {
    margin-bottom: 7rem;
  }
}
@media (max-width: 374px) {
  .section-login .section__head {
    margin-bottom: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Section product info
\* ------------------------------------------------------------ */
.section-product-info {
  background: #F3F7F7;
  border-radius: 1rem;
  padding-top: 2.7rem;
  overflow: hidden;
  margin: -1rem 0 3.7rem;
}
@media (max-width: 1024px) {
  .section-product-info {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product-info {
    margin-bottom: 0;
  }
}
.section-product-info .section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .section-product-info .section__content {
    display: block;
  }
}
.section-product-info .section__content-image {
  max-width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  margin: 0 -3.8vw -3.6rem -13.5vw;
}
@media (max-width: 1585px) {
  .section-product-info .section__content-image {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .section-product-info .section__content-image {
    margin: 0 0 2rem;
    max-width: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product-info .section__content-image {
    margin: -0.5rem -2rem 4.5rem -3rem;
  }
}
.section-product-info .section__content-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-top: 8.7rem;
  max-width: 32%;
}
@media (max-width: 1399px) {
  .section-product-info .section__content-inner {
    max-width: none;
    padding: 6rem 0 3rem;
  }
}
@media (max-width: 1024px) {
  .section-product-info .section__content-inner {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product-info .section__content-inner {
    max-width: 100%;
  }
}
.section-product-info .section__content-inner h3 {
  margin-bottom: 3.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product-info .section__content-inner h3 {
    margin-bottom: 2.4rem;
  }
}
.section-product-info .section__content-actions {
  margin-top: 5.6rem;
  margin-bottom: 10rem;
}
@media (max-width: 1399px) {
  .section-product-info .section__content-actions {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product-info .shell {
    padding: 0 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 13rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 5.5rem 0;
  }
}
.section .section__content > ul,
.section .section__content ol,
.section .grid__col--product ul {
  list-style-type: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
.section .section__content > ul li,
.section .section__content ol li,
.section .grid__col--product ul li {
  position: relative;
  padding-left: 2rem;
  /* line-height: 1.2; */
  color: #626262;
}
.section .section__content > ul li:before,
.section .section__content ol li:before,
.section .grid__col--product ul li:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #187D78;
}
.section .section__content > ul li + li {
  margin-top: 1.4rem;
}
.section .section__content > ol li {
  counter-increment: list-number;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.43;
}
.section .section__content > ol li:before {
  content: counter(list-number) ".";
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding-right: 0.4rem;
  background: transparent;
}
.section .section__content a:not(.btn) {
  text-decoration: none;
  color: #187D78;
  border-bottom: 0.1rem solid transparent;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.section .section__content a:not(.btn):hover {
  border-color: currentColor;
  border-bottom: 0.1rem solid transparent;
}
.section .section__head {
  margin-bottom: 5.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    margin-bottom: 4.5rem;
  }
}
.section .section__head h2 {
  font-size: 5rem;
  line-height: 1.06;
}
@media (max-width: 1199px) {
  .section .section__head h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .section .section__head h2 {
    font-size: 3.5rem;
    line-height: 1.13;
  }
}
.section .section__head h3 {
  margin-bottom: 6rem;
  line-height: 1.33;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head h3 {
    margin-bottom: 4rem;
  }
}
.section .section__content {
  max-width: 48.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__content {
    max-width: 100%;
    /* padding: 0 3.5rem 0 0; */
  }
}
.section .section__content p {
  margin-bottom: 2.5rem;
  color: #626262;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__content p {
    margin-bottom: 4.2rem;
  }
}
.section .section__content p:last-child {
  margin-bottom: 0;
}
.section .section__content p + .btn {
  margin-top: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__content p + .btn {
    margin-top: 0;
  }
}
.section .section__content ul + .btn {
  margin-top: 3.2rem;
}
/*  Section Alt  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt {
    padding: 6.7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt .section__head {
    margin-bottom: 3.8rem;
  }
}
.section--alt .section__content {
  height: 100%;
  padding: 0;
}
/*  Section Sec  */
.section--sec {
  padding: 11.5rem 0 24.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sec {
    padding: 5.8rem 0 12.3rem;
  }
}
.section--sec .section__head {
  margin-bottom: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--sec .section__head {
    margin-bottom: 5rem;
  }
}
.section--sec .section__head h2 {
  font-size: 5rem;
  line-height: 1.17;
}
@media (max-width: 1024px) {
  .section--sec .section__head h2 {
    font-size: 3.5rem;
    line-height: 1.12;
  }
}
/*  Section Light Blue  */
.section--light-blue {
  padding: 13rem 0 12rem;
  background: #F3F7F7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--light-blue {
    padding: 6rem 0;
  }
}
.section--light-blue .section__head {
  max-width: 48.8rem;
}
.section--light-blue .section__content {
  padding-top: 0;
}
.section--light-blue .section__content p {
  margin-bottom: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--light-blue .section__content p:last-of-type {
    margin-bottom: 4.2rem;
  }
}
/*  Alert  */
.member-alert {
  padding: 5rem 0 3rem;
  background: #F3F7F7;
}
.member-alert h2 {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .member-alert h2 {
    font-size: 1.6rem;
  }
}
.upper--border {
  border-top: 0.1rem solid #DBDBDB;
}
/*  Section Contacts  */
.section--contacts {
  margin-bottom: 2rem;
  padding: 13rem 0 10.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contacts {
    padding: 6rem 0;
  }
}
/*  Section Contact  */
.section--contact {
  padding: 13rem 0;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contact {
    padding: 6rem 0 5rem;
  }
}
.section--contact h2 {
  margin-bottom: 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contact h2 {
    font-size: 3.5rem;
    line-height: 1.23;
  }
}
.section--contact p {
  margin-bottom: 6rem;
  color: #626262;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contact p {
    margin-bottom: 3rem;
  }
}
.section--contact p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--contact p br {
    display: none;
  }
}
/*  Section Light  */
.section--light {
  background: #F3F7F7;
}
/*  Section Radius Top  */
.section--radius-top {
  position: relative;
  margin-bottom: -2rem;
  border-radius: 1rem 1rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--radius-top {
    margin-bottom: 0;
  }
}
/*  Section Radius Bottom  */
.section--radius-bottom {
  position: relative;
  margin-top: -2rem;
  border-radius: 0 0 1rem 1rem;
}
.section--radius-bottom:last-child {
  margin-bottom: 2rem;
}
/*  Section With Image  */
.section--with-image {
  /* padding: 11.5rem 0 24.5rem; */
  padding: 11.5rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--with-image {
    padding: 10rem 0;
  }
}
.section--with-image .section__image {
  margin-right: 8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--with-image .section__image {
    margin-bottom: 4rem;
  }
}
.section--with-image .section__image img {
  border-radius: 1rem;
}
.section--with-image .section__head {
  margin-bottom: 3.6rem;
}
.section--with-image .section__head h2 {
  font-size: 5rem;
  line-height: 1.17;
}
@media (max-width: 1024px) {
  .section--with-image .section__head h2 {
    font-size: 4rem;
    line-height: 1.13;
  }
}
.section--with-image .section__content {
  padding-top: 0;
}
.section--with-image .section__content p:last-of-type {
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--with-image .section__content p:last-of-type {
    margin-bottom: 5rem;
  }
}
/*  Section Center  */
.section--center {
  padding: 11.5rem 0 5rem;
}
.section--center .section__head h2 {
  font-size: 5rem;
  line-height: 1.17;
}
@media (max-width: 1024px) {
  .section--center .section__head h2 {
    font-size: 4rem;
    line-height: 1.13;
  }
}
.section--center .section__grid {
  max-width: 100.3rem;
  margin: 0 auto;
}
/*  Section Text Mobile  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--text-mobile .section__body {
    font-size: 1.7rem;
    line-height: 1.47;
  }
}
/*  Section Articles  */
.section--articles {
  padding: 12rem 0 24rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--articles {
    padding: 2rem 0 12rem;
  }
}
.section--articles .section__actions {
  padding-top: 6rem;
  text-align: right;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--articles .section__actions {
    padding-top: 2.6rem;
  }
}
/*  Section Resources  */
.section--resources {
  padding: 6rem 0 17.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--resources {
    padding: 3rem 0 12rem;
  }
}
/*  Section Article  */
.section--article {
  padding: 12rem 0 13.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--article {
    padding: 6rem 0;
  }
}
.section--article .section__image {
  margin-bottom: 4rem;
}
.section--article .section__image img {
  border-radius: 1rem;
}
.section--article .section__content h3 {
  margin-bottom: 5rem;
  line-height: 1.33;
}
.section--article .section__content p + h3 {
  margin: 7.5rem 0 2.5rem;
}
.section--article .section__content ul + h3 {
  margin: 7.5rem 0 2.5rem;
}
.section--article .section__content small {
  display: inline-block;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.43;
}
/*  Section Videos  */
.section--videos {
  padding: 3rem 0 17.5rem;
}
@media (max-width: 1024px) {
  .section--videos {
    padding: 3rem 0 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--videos {
    padding: 2rem 0 11.5rem;
  }
}
/*  Section Videos  */
.section--videos--ent {
  padding: 3rem 0 15rem;
}
@media (max-width: 1024px) {
  .section--videos--ent {
    padding: 3rem 0 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--videos--ent {
    padding: 2rem 0 4rem;
  }
}
/*  Section Products  */
.section--products {
  padding: 3rem 0 2.5rem;
}
.section--products .section__head h2 {
  font-size: 5rem;
  line-height: 1.17;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--products .section__head h2 {
    font-size: 3.5rem;
    line-height: 1.23;
  }
}
/*  Section Product  */
.section--product {
  padding: 7rem 0 12rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--product {
    padding: 4rem 0;
  }
}
/*  Section Head Center  */
.section--head-center {
  padding: 18rem 0 14.5rem;
}
@media (max-width: 1024px) {
  .section--head-center {
    padding: 12.4rem 0 10.3rem;
  }
}
.section--head-center .section__head {
  margin-bottom: 7.5rem;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--head-center .section__head {
    margin-bottom: 3.5rem;
    text-align: left;
  }
}
.section--head-center .section__head h2 {
  font-size: 5rem;
  line-height: 1.17;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--head-center .section__head h2 {
    font-size: 3.5rem;
    line-height: 1.23;
  }
}
/*  Section size1  */
.section--size1 {
  padding: 11.9rem 0 12rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--size1 {
    padding: 6rem 0;
  }
}
@media (min-width: 767.02px) {
  .section--size1 .section__article-inline:first-child {
    border-top: 0;
    padding: 0.3rem 0 3.3rem;
  }
}
/*  Section size2  */
.section--size2 {
  padding: 24.8rem 0 24.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--size2 {
    padding: 5.8rem 0 12.3rem;
  }
}
.last-padding {
  padding-bottom: 24.5rem;
}
.citation {
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: 0;
}
/* Blockquote */
blockquote {
  padding-left: 3.5rem;
  font-style: italic;
  padding-top: 0.5rem;
  border-left: 0.4rem solid #187D78;
  line-height: 1.2;
  font-size: 2.5rem;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  blockquote {
    font-size: 2.2rem;
    padding-left: 2.5rem;
  }
}
blockquote cite {
  display: block;
  margin-top: 2.8rem;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #626262;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  blockquote cite {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
.select .select2 {
  width: 100% !important;
}
.select .select2-container--default .select2-selection--single {
  height: 6rem;
  border-radius: 0.5rem;
  border-color: #DBDBDB;
}
.select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 6.5rem 0 2rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 5.8rem;
}
.select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.2rem;
  right: 0.2rem;
  width: 5.5rem;
  height: 5.8rem;
}
.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 1.6rem;
  height: 1.6rem;
  border: 0;
  background-image: url(../images/svg/ico-select-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 0;
  margin-top: -0.7rem;
}
.select .select2-results__option {
  padding: 0.6rem 2rem;
}
.select2-results__option {
  padding: 0.6rem 2rem;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 152.4rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slick-dots {
  margin: 0 -1rem;
  padding: 1.3rem 0 0;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  text-align: center;
}
.slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem;
}
.slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #929292;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.slider .slick-dots button:hover {
  background: #187D78;
}
.slider .slick-dots .slick-active button {
  background: #187D78;
}
/*  Slider Articles  */
@media (max-width: 1024px) {
  .slider--articles {
    margin-right: -1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles {
    margin-right: -2rem;
  }
}
.slider--articles .slider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1.5rem;
}
@media (max-width: 1024px) {
  .slider--articles .slider__slides {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles .slider__slides {
    margin: 0 -0.8rem;
  }
}
.slider--articles .slider__slide {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .slider--articles .slider__slide {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles .slider__slide {
    padding: 0 0.8rem;
  }
}
@media (max-width: 1024px) {
  .slider--articles .slider__article {
    width: 28.2rem;
  }
}
/*  Slider Articles Sec  */
@media (max-width: 1024px) {
  .slider--articles-sec {
    margin-right: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles-sec {
    margin-right: -2rem;
  }
}
.slider--articles-sec .slider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1.5rem;
}
@media (max-width: 1024px) {
  .slider--articles-sec .slider__slides {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles-sec .slider__slides {
    margin: 0 -0.8rem;
  }
}
.slider--articles-sec .slider__slide {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .slider--articles-sec .slider__slide {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles-sec .slider__slide {
    padding: 0 0.8rem;
  }
}
@media (max-width: 1024px) {
  .slider--articles-sec .slider__article {
    width: 28.2rem;
  }
}
/*  Slider Articles Alt  */
@media (max-width: 1024px) {
  .slider--articles-alt {
    margin-right: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles-alt {
    margin-right: -2rem;
  }
}
.slider--articles-alt .slider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1.5rem;
}
@media (max-width: 1024px) {
  .slider--articles-alt .slider__slides {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles-alt .slider__slides {
    margin: 0 -0.8rem;
  }
}
.slider--articles-alt .slider__slide {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .slider--articles-alt .slider__slide {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles-alt .slider__slide {
    padding: 0 0.8rem;
  }
}
.slider--articles-alt .slider__slide__four {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .slider--articles-alt .slider__slide__four {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles-alt .slider__slide__four {
    padding: 0 0.8rem;
  }
}
.slider--articles-alt .slider__slide__six {
  max-width: 16.6%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6%;
          flex: 0 0 16.6%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .slider--articles-alt .slider__slide__six {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--articles-alt .slider__slide__six {
    padding: 0 0.8rem;
  }
}
@media (max-width: 1024px) {
  .slider--articles-alt .slider__article {
    width: 28.2rem;
  }
}
/*  Slider Product  */
.slider--product {
  max-width: 61.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider--product {
    margin: 0 auto;
  }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: middle;
  padding: 3rem;
  border-radius: 1rem;
  margin-top: 3rem;
  background: #F3F7F7;
}
@media (max-width: 374px) {
  .socials {
    padding: 2rem;
  }
}
.socials span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
}
.socials ul {
  list-style-type: none;
  margin: 0 -1.7rem;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
@media (max-width: 575px) {
  .socials ul {
    margin: 0 -1rem;
  }
}
.socials li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.7rem;
}
@media (max-width: 575px) {
  .socials li {
    padding: 0 1rem;
  }
}
.socials li a {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-bottom: 0 !important;
  -webkit-transition: opacity 0.4s !important;
  -o-transition: opacity 0.4s !important;
  transition: opacity 0.4s !important;
}
.socials li a:hover {
  opacity: 0.7;
}
.socials img,
.socials svg {
  display: inline-block;
  vertical-align: middle;
}
/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */
.tabs .tabs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__head {
    display: block;
    padding: 0 0.3rem;
  }
}
.tabs .tabs__nav {
  padding: 0.2rem;
  border-radius: 1rem;
  background: #F3F7F7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav {
    position: relative;
    background: #fff;
  }
}
.tabs .tabs__mobile {
  position: relative;
  display: none;
  width: 100%;
  padding: 1.7rem 4rem 1.7rem 2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #DBDBDB;
  background: #fff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__mobile {
    display: block;
  }
}
.tabs .tabs__mobile:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1rem;
  height: 0.6rem;
  background-image: url(../images/ico-select-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.tabs .tabs__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0.2rem;
    right: 0.2rem;
    background: #fff;
    border: 0.1rem solid #DBDBDB;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav li {
    display: block;
  }
}
.tabs .tabs__nav ul a {
  display: block;
  padding: 1.3rem 4rem;
  border-radius: 0.7rem;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: #626262;
  text-align: center;
  -webkit-transition: color 0.4s, background 0.4s, -webkit-box-shadow 0.4s;
  transition: color 0.4s, background 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: color 0.4s, background 0.4s, box-shadow 0.4s;
  transition: color 0.4s, background 0.4s, box-shadow 0.4s;
  transition: color 0.4s, background 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media (max-width: 1024px) {
  .tabs .tabs__nav ul a {
    padding: 1.3rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav ul a {
    text-align: left;
  }
}
.tabs .tabs__nav ul a:hover,
.tabs .tabs__nav .is-current a {
  background: #fff;
  color: #202020;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__nav ul a:hover,
.tabs .tabs__nav .is-current a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.tabs .tabs__nav-show ul {
  opacity: 1;
  visibility: visible;
}
.tabs .tabs__body {
  padding-top: 12rem;
}
@media (max-width: 1024px) {
  .tabs .tabs__body {
    padding-top: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tabs .tabs__body {
    padding-top: 2rem;
  }
}
.tabs .tab {
  display: none;
}
.tabs .tab.is-current {
  display: block;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  max-width: 48.6rem;
  font-size: 3rem;
  line-height: 1.33;
  font-weight: 300;
  letter-spacing: -0.013em;
  font-family: "aktiv-grotesk", sans-serif;
}
.testimonial small {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 13.5rem;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: 0;
}
/*  Testimonial Alt  */
.testimonial--alt {
  height: auto;
}
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video .video__holder {
  position: relative;
  height: 20rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .video__holder {
    height: 18.1rem;
  }
}
.video .product__video__holder {
  position: relative;
  height: 25rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .product__video__holder {
    height: 21rem;
  }
}
.video .video__holder__three {
  position: relative;
  height: 25rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .video__holder__three {
    height: 18.1rem;
  }
}
.video .video__background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.video .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.1rem;
  height: 5.1rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.video .video__btn:hover {
  opacity: 0.7;
}
.video .video__body {
  padding-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.43;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .video__body {
    padding-top: 1.36rem;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.video .video__body h6 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .video__body h6 {
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.video .video__body a {
  text-decoration: none;
  color: #187D78;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.video .video__body a:hover {
  color: #202020;
}
.video .video__body span {
  display: inline-block;
  vertical-align: middle;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  padding: 0 2rem 2rem;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wrapper {
    padding: 0 0.5rem 0.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */