/* 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;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

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;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close: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: rgba(0, 0, 0, 0); }
.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%;
  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;
  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;
  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;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
  display: block;
  content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.leaders__item-p {
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.71429em;
  color: #333333; }

.footer-sublist__title, .footer-sublist__item, .news__subtitle, .leaders__subtitle {
  font-size: 1.4rem;
  line-height: 1.21429em; }

@font-face {
  font-family: 'Fira Sans Regular';
  src: url(fonts/firasans-regular.woff2) format("woff2"), url(fonts/firasans-regular.woff) format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Fira Sans Bold';
  src: url(fonts/firasans-bold.woff2) format("woff2"), url(fonts/firasans-bold.woff) format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Fira Sans SemiBold';
  src: url(fonts/firasans-semibold.woff2) format("woff2"), url(fonts/firasans-semibold.woff) format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Fira Sans Medium';
  src: url(fonts/firasans-medium.woff2) format("woff2"), url(fonts/firasans-medium.woff) format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Merriweather Sans Regular';
  src: url(fonts/merriweathersans-regular.woff2) format("woff2"), url(fonts/merriweathersans-regular.woff) format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Merriweather Sans Italic';
  src: url(fonts/merriweathersans-italic.woff2) format("woff2"), url(fonts/merriweathersans-italic.woff) format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Merriweather Sans Light';
  src: url(fonts/merriweathersans-light.woff2) format("woff2"), url(fonts/merriweathersans-light.woff) format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Merriweather Sans Bold';
  src: url(fonts/merriweathersans-bold.woff2) format("woff2"), url(fonts/merriweathersans-bold.woff) format("woff");
  font-weight: 400; }

.btn, .btn-link {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer; }
.btn:focus, .btn-link:focus {
  outline: none; }

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

html {
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 10px;
  -webkit-font-smoothing: antialiased; }
@media (max-width: 375px) {
  html {
    font-size: 2.66667vw; } }

body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh; }

html,
body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  display: table;
  content: '';
  clear: both; }

.page {
  width: 100%;
  overflow: hidden; }

.q-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 116rem;
  width: 100%; }
@media (max-width: 767px) {
  .q-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

.container-144 {
  margin: 0 auto;
  padding: 0 4.8rem;
  max-width: 144rem;
  width: 100%; }
@media (max-width: 1439px) {
  .container-144 {
    padding-left: 2rem;
    padding-right: 2rem; } }
@media (max-width: 767px) {
  .container-144 {
    padding-left: 1.6rem;
    padding-right: 1.6rem; } }

h1, h2, h3, h4, h5 {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400; }

h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 3.7rem; }

h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 3.9rem; }

h5 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 3.5rem; }

p {
  font-size: 1.6rem;
  line-height: 3rem; }
@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
p:not(:last-child) {
  margin-bottom: 3rem; }
@media (max-width: 767px) {
  p:not(:last-child) {
    margin-bottom: 3.4rem; } }

a {
  color: #192C48; }
a:hover {
  color: #FF8323; }

blockquote {
  border-left: 1.2rem solid #192C48;
  padding: 1rem 0 1rem 3rem;
  display: flex;
  align-items: center;
  font-family: 'Merriweather Sans Italic', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 4rem;
  font-style: italic;
  color: #4D4D4D;
  margin: 0 0 3.3rem; }
@media (max-width: 767px) {
  blockquote {
    font-size: 2rem;
    line-height: 4rem;
    padding-top: 0;
    padding-bottom: 0; } }

ul:not([class]) {
  list-style: none;
  margin: 0;
  padding: 0; }
ul:not([class]):not(:last-child) {
  margin-bottom: 3.4rem; }
ul:not([class]) li {
  position: relative;
  padding-left: 2.4rem; }
ul:not([class]) li:before {
  content: '•';
  left: .6rem;
  top: 0;
  position: absolute; }

ol:not([class]) {
  counter-reset: item;
  margin: 0;
  padding: 0;
  list-style: none; }
ol:not([class]):not(:last-child) {
  margin-bottom: 3.4rem; }
ol:not([class]) li {
  position: relative;
  padding-left: 2.8rem; }
ol:not([class]) li:before {
  content: counter(item) ".";
  counter-increment: item;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  left: -1rem;
  position: absolute;
  top: 0;
  width: 3rem;
  text-align: right; }

.content {
  display: flex;
  padding-top: 6.4rem;
  font-size: 1.4rem;
  line-height: 3rem; }
@media (max-width: 767px) {
  .content {
    padding-top: 3.2rem; } }
.content__layout {
  width: 100%;
  padding-left: 11.2rem;
  position: relative; }
@media (max-width: 1199px) {
  .content__layout {
    padding-left: 0; } }
.content__layout._ml {
  margin-left: 0.3rem; }
@media (max-width: 767px) {
  .content__layout._ml {
    padding-top: 2.8rem;
    margin-left: 0; } }
.content__layout a:not(.btn) {
  color: #27436E; }
.content__layout a:not(.btn):hover {
  color: #FF8323; }
.content__inner {
  padding-left: 2.9rem;
  padding-right: 9rem; }
@media (max-width: 767px) {
  .content__inner {
    padding-left: 0;
    padding-right: 0; } }
.content__aside {
  width: 31.5rem;
  margin-left: 2.4rem;
  padding: 0 3.9rem;
  flex-shrink: 0; }
@media (max-width: 991px) {
  .content__aside {
    display: none; } }
.content__p {
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 1rem; }
@media (max-width: 767px) {
  .content__p {
    font-size: 1.4rem; } }
.content__p._sm {
  font-size: 1.6rem; }
@media (max-width: 767px) {
  .content__p._sm {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
.content__p._sm:not(:last-child) {
  margin-bottom: 9rem; }
@media (max-width: 767px) {
  .content__p._sm:not(:last-child) {
    margin-bottom: 3rem; } }
.content__p._mb {
  margin-bottom: 5rem; }
@media (max-width: 767px) {
  .content__p._mb {
    margin-bottom: 6rem; } }
.content__p p {
  font-size: 1.8rem;
  line-height: 3rem; }
@media (max-width: 767px) {
  .content__p p {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
.content__p p:not(:last-child) {
  margin-bottom: 3.3rem; }
@media (max-width: 767px) {
  .content__p p:not(:last-child) {
    margin-bottom: 1.6rem; } }
.content__img {
  width: 100%;
  margin-bottom: 3rem;
  position: relative; }
@media (max-width: 767px) {
  .content__img {
    margin-bottom: 3.2rem; } }
.content__img._max {
  height: 389px; }
@media (max-width: 767px) {
  .content__img._max {
    height: auto; } }
.content__img._max img {
  height: 100%;
  object-fit: cover; }
@media (max-width: 767px) {
  .content__img._max img {
    height: auto;
    object-fit: inherit; } }
.content__img img {
  width: 100%; }
.content__img-in {
  margin-right: 3.1rem;
  max-width: 50%; }
@media (max-width: 767px) {
  .content__img-in {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    text-align: center; } }
.content__img-in img {
  max-width: 100%; }
.content__share {
  position: absolute;
  right: 0;
  bottom: -6.4rem;
  z-index: 2; }
@media (max-width: 767px) {
  .content__share {
    bottom: auto;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 1.3rem; } }
.content__share._inline {
  position: relative;
  bottom: auto;
  margin-bottom: 1.6rem;
  text-align: right; }
@media (max-width: 767px) {
  .content__share._inline {
    margin-top: 0;
    margin-bottom: 3.1rem; } }
.content__share img {
  width: auto;
  max-width: 100%; }
.content__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  padding: 0 4rem 0 2.6rem; }
@media (max-width: 767px) {
  .content__bottom {
    margin-top: 7rem;
    padding-bottom: 3.2rem;
    padding-right: 3rem; } }
@media (max-width: 767px) {
  .content__bottom .btn-link {
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.11em; } }
.content__bottom .btn-link._next {
  margin-left: auto; }
.content__title._submenu {
  font-family: 'Fira Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 1.6rem; }
.content__title._submenu:after {
  content: '';
  height: 0.1rem;
  width: 14.3rem;
  background: #c6c6c6;
  margin-left: 0.8rem;
  margin-right: -4rem; }
.content__date {
  font-family: 'Fira Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #838383; }
.content__date-link {
  color: #27436E;
  text-decoration: underline; }
.content__date-link:hover {
  text-decoration: none; }
.content__top {
  margin-bottom: 1.4rem; }
.content__top > * {
  margin-bottom: 0; }
.content__top .content__share {
  margin-bottom: 0; }
@media (max-width: 575px) {
  .content__top .content__share {
    margin-top: 1.6rem; } }
.content__form {
  padding-top: 7.4rem;
  padding-bottom: 4.2rem;
  align-items: center; }
@media (max-width: 767px) {
  .content__form {
    padding-top: 2.4rem; } }
.content__info {
  margin-top: 6.4rem; }
@media (max-width: 767px) {
  .content__info {
    margin-top: 4.8rem; } }
.content__info p:not(:last-child) {
  margin-bottom: 6.4rem; }
@media (max-width: 767px) {
  .content__info p:not(:last-child) {
    margin-bottom: 3.2rem; } }

figure {
  margin: 0;
  display: block; }

.row {
  margin-left: -16px;
  margin-right: -16px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-left: 16px;
  padding-right: 16px; }

.caption {
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
  color: #4D4D4D; }

.title-border {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  padding-top: 2.6rem;
  position: relative;
  margin-bottom: 3rem; }
@media (max-width: 767px) {
  .title-border {
    margin-bottom: 2.2rem; } }
.title-border:before {
  content: '';
  background: #FF8323;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.6rem;
  width: 10.5rem; }
.title-border._sm {
  padding-top: 1.6rem; }
.title-border._sm:before {
  width: 4.8rem; }

.blog-image {
  width: 50%; }

.title-1 {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 4.1rem;
  line-height: 1.19512em;
  color: #000000; }

.title-2 {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 3.1rem;
  line-height: 1.19512em;
  color: #000000; }
@media (max-width: 767px) {
  .title-2 {
    font-size: 2.4rem; } }

.title-3 {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #000000; }

.title-4 {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  color: #000000; }

.title-5 {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 3.6rem; }

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xsl {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1279px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1280px) and (max-width: 1439px) {
  .hidden-xlg {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1919px) {
  .hidden-xxlg {
    display: none !important; } }

@media (min-width: 1920px) {
  .hidden-xxxlg {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important; } }

.aside__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.9rem;
  padding-top: 1.7rem;
  position: relative;
  margin-bottom: 1.4rem; }
.aside__title:before {
  content: '';
  background: #FF8323;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.6rem;
  width: 4.8rem; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  padding: 0 2.3rem;
  height: 4.4rem;
  letter-spacing: 0.11em;
  border-radius: .4rem;
  border: .2rem solid #fff;
  background-color: transparent;
  font-family: 'Fira Sans Bold', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.16667em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-in-out; }
.btn:hover {
  box-shadow: 0 0 0 .1rem #FFFFFF;
  color: #fff; }
.btn:active {
  box-shadow: 0 0 0 .1rem #FFFFFF; }
.btn:disabled, .btn.disabled {
  border-color: #4F5D72;
  color: #4F5D72;
  cursor: default; }
@media (max-width: 767px) {
  .btn {
    height: 4rem;
    padding: 0 1.2rem; } }
.btn svg {
  fill: #ffffff;
  height: 2.2rem;
  width: 2.5rem;
  margin-right: 1rem; }
.btn._filled {
  border: 0;
  box-shadow: none; }
.btn._filled._pumpkin {
  background-color: #FF8323; }
.btn._filled._pumpkin:hover {
  background: #F06900; }
.btn._filled._pumpkin:active {
  background: #D65D00; }
.btn._filled._pumpkin:disabled, .btn._filled._pumpkin.disabled {
  background: #E9EBEC;
  color: #8A949E;
  cursor: default; }
.btn._filled._red {
  background-color: #FF8323; }
.btn._filled._red:hover {
  background: #F06900; }
.btn._filled._red:active {
  background: #D65D00; }
.btn._filled._astronaut {
  background-color: #27436E; }
.btn._filled._astronaut:hover {
  background: #20375A; }
.btn._filled._astronaut:active {
  background: #192C48; }
.btn._filled._astronaut:disabled, .btn._filled._astronaut.disabled {
  background: #E9EBEC;
  color: #8A949E;
  cursor: default; }
@media (max-width: 767px) {
  .btn._xs-large {
    height: 3.8rem;
    padding: 0 2.2rem;
    font-size: 1rem; } }
.btn:not(._filled)._icon {
  padding-left: 1rem;
  padding-right: 1rem; }

.btn-link {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  padding: 0 0 .4rem;
  border-bottom: 0.1rem solid #27436E;
  font-family: 'Fira Sans Bold', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.16667em;
  color: #27436E;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-in-out; }
.btn-link:before {
  content: '';
  position: absolute;
  top: .6rem;
  left: calc(100% + 1.2rem);
  height: .2rem;
  width: 1.8rem;
  background-color: #FF8323;
  transition: all 0.25s ease-in-out; }
.btn-link:after {
  content: '';
  position: absolute;
  top: .1rem;
  left: calc(100% + 1.6rem);
  width: 1.2rem;
  height: 1.2rem;
  border-right: 0.2rem solid #FF8323;
  border-bottom: 0.2rem solid #FF8323;
  transform: rotate(-45deg);
  transition: all 0.25s ease-in-out; }
.btn-link._prev:before {
  left: -2.6rem; }
.btn-link._prev:after {
  left: -2.6rem;
  transform: rotate(135deg); }
.btn-link:hover {
  color: #20375A;
  border-bottom-color: #20375A; }
.btn-link:hover:before {
  background-color: #F06900; }
.btn-link:hover:after {
  border-right-color: #F06900;
  border-bottom-color: #F06900; }
.btn-link:active {
  color: #192C48;
  border-bottom-color: #192C48; }
.btn-link:active:before {
  background-color: #D65D00; }
.btn-link:active:after {
  border-right-color: #D65D00;
  border-bottom-color: #D65D00; }
.btn-link:disabled, .btn-link.disabled {
  color: #8A949E;
  border-bottom-color: #8A949E;
  cursor: default; }
.btn-link:disabled:before, .btn-link.disabled:before {
  background-color: #8A949E; }
.btn-link:disabled:after, .btn-link.disabled:after {
  border-right-color: #8A949E;
  border-bottom-color: #8A949E; }
.btn-link._no-arrow:before, .btn-link._no-arrow:after {
  display: none; }

.btn-detail {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  position: relative;
  padding-left: 4rem;
  text-decoration: none;
  color: #000000; }
.btn-detail:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.29291 4.70709L8.70712 3.29288L17.4142 12L8.70712 20.7071L7.29291 19.2929L14.5858 12L7.29291 4.70709Z' fill='%23FF8323'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 2.4rem;
  width: 2.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: all 0.25s ease-in-out; }
.btn-detail._open:before {
  transform: translate(0, -50%) rotate(90deg); }

.checkbox {
  position: relative;
  display: flex; }
.checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2.4rem;
  opacity: 0;
  cursor: pointer; }
.checkbox__text {
  position: relative;
  padding-left: 4rem;
  font-size: 1.6rem;
  line-height: 2.4rem; }
.checkbox__text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 2.4rem;
  width: 2.4rem;
  border: 0.2rem solid #ffffff;
  transition: all 0.25s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 1.1rem;
  border-radius: .2rem;
  background-color: #ffffff; }
.checkbox__input:checked ~ .checkbox__text:before {
  border-color: #599BFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath d='M1 6L6 10L12.5 1' stroke='%2320375A' stroke-width='3'/%3E%3C/svg%3E"); }
.checkbox__input:hover ~ .checkbox__text:before,
.checkbox__input:focus ~ .checkbox__text:before {
  border-color: #599BFF; }
.checkbox__input:active ~ .checkbox__text:before {
  border-color: #4373BF; }
.checkbox__input.invalid ~ .checkbox__text:before {
  border-color: #FF0000; }
.checkbox__input:disabled ~ .checkbox__text:before {
  border-color: #4F5D72;
  background: #4F5D72; }

@media (max-width: 767px) {
  .contacts {
    padding-top: 6.6rem; } }

.contacts__item {
  position: relative;
  padding-left: 4.7rem; }
.contacts__item:not(:last-child) {
  margin-bottom: 4.2rem; }
.contacts__item:before {
  content: '';
  background: no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -.2rem;
  height: 3.2rem;
  width: 3.2rem; }
.contacts__item._address:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 31.1031L16.877 30.3373C24.2516 23.898 28 18.2754 28 13.333C28 6.33389 22.5373 1.33301 16 1.33301C9.46274 1.33301 4 6.33389 4 13.333C4 18.2754 7.74841 23.898 15.123 30.3373L16 31.1031ZM16 27.5509C9.74215 21.9111 6.66667 17.132 6.66667 13.333C6.66667 7.86181 10.8855 3.99967 16 3.99967C21.1145 3.99967 25.3333 7.86181 25.3333 13.333C25.3333 17.132 22.2579 21.9111 16 27.5509ZM16 6.66634C19.6819 6.66634 22.6667 9.65111 22.6667 13.333C22.6667 17.0149 19.6819 19.9997 16 19.9997C12.3181 19.9997 9.33333 17.0149 9.33333 13.333C9.33333 9.65111 12.3181 6.66634 16 6.66634ZM12 13.333C12 11.1239 13.7909 9.33301 16 9.33301C18.2091 9.33301 20 11.1239 20 13.333C20 15.5421 18.2091 17.333 16 17.333C13.7909 17.333 12 15.5421 12 13.333Z' fill='%23FF8323'/%3E%3C/svg%3E"); }
.contacts__item._phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4755 11.1169C15.1663 10.1859 15.414 9.2048 14.6327 8.33875C12.8794 5.88545 11.7003 4.36833 10.9607 3.63772C9.55464 2.24875 7.24161 2.43663 6.02384 3.63654C5.36977 4.28102 5.14834 4.50234 4.47674 5.18449C0.735876 8.92736 3.01725 16.8397 9.08198 22.9104C15.1453 28.9797 23.0569 31.2623 26.8056 27.5115C27.4253 26.914 27.95 26.389 28.3639 25.9516C29.5572 24.6903 29.7384 22.4793 28.356 21.0429C27.6473 20.3065 26.2006 19.1843 23.644 17.3556C22.861 16.6554 21.9327 16.8072 21.0815 17.3656C20.6721 17.6342 20.3741 17.9059 19.8115 18.4691L18.7899 19.4913C18.6553 19.6259 16.8281 18.7109 15.0544 16.9355C13.2797 15.159 12.3653 13.3318 12.4993 13.1978C12.7754 12.9217 13.1162 12.5807 13.5216 12.1749C13.7001 11.9962 13.7855 11.9097 13.8949 11.7947C14.1229 11.5551 14.3117 11.3376 14.4755 11.1169ZM20.6745 21.3769L21.6964 20.3545C22.006 20.0446 22.2067 19.854 22.3699 19.7226C24.6095 21.3309 25.9065 22.3421 26.4363 22.8926C26.7543 23.2231 26.7049 23.8261 26.4284 24.1184C26.0458 24.5228 25.5486 25.0203 24.9385 25.6087C22.5145 28.0338 16.1281 26.1912 10.967 21.0251C5.80439 15.8574 3.9627 9.47005 6.36846 7.06298C7.03734 6.38364 7.24926 6.17182 7.894 5.53654C8.13574 5.29834 8.79422 5.24486 9.08829 5.53535C9.65772 6.09785 10.714 7.45032 12.2678 9.61477C12.1874 9.71464 12.0869 9.82749 11.9646 9.95599C11.8749 10.0503 11.8001 10.1261 11.6367 10.2897C11.2316 10.6952 10.8912 11.0358 10.6153 11.3116C8.87781 13.049 10.3576 16.0059 13.1695 18.8207C15.9795 21.6334 18.9376 23.1148 20.6745 21.3769Z' fill='%23FF8323'/%3E%3C/svg%3E"); }
.contacts__item._mail:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.00004 4H28C29.4728 4 30.6667 5.19391 30.6667 6.66667V25.3333C30.6667 26.8061 29.4728 28 28 28H4.00004C2.52728 28 1.33337 26.8061 1.33337 25.3333V6.66667C1.33337 5.19391 2.52728 4 4.00004 4ZM4.00004 12.8242V25.3333H28V12.8247L15.9999 18.8247L4.00004 12.8242ZM4.00004 9.84272L16 15.8433L28 9.84327V6.66667H4.00004V9.84272Z' fill='%23FF8323'/%3E%3C/svg%3E"); }

.contacts__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  margin-bottom: 1.7rem; }
.contacts__title p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.contacts__text {
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem; }
.contacts__text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.contacts__text p:not(:last-child) {
  margin-bottom: .9rem; }
@media (max-width: 767px) {
  .contacts__text p {
    font-size: 1.6rem;
    line-height: 3rem; } }

.footer-sublist__title {
  margin-bottom: 2.4rem;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.footer-sublist__item {
  display: block;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  color: #333333;
  text-decoration: none; }
.footer-sublist__item:not(:last-child) {
  margin-bottom: .93rem; }

.footer {
  display: flex;
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
  background: #F7F7F8; }
@media (max-width: 1439px) {
  .footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; } }
@media (max-width: 767px) {
  .footer {
    padding-top: 4.3rem;
    padding-bottom: 4.3rem;
    background: #F7F7F8; } }
.footer__inner {
  display: flex; }
.footer__left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-right: 10rem; }
@media (max-width: 1439px) {
  .footer__left {
    margin-right: 2rem; } }
@media (max-width: 767px) {
  .footer__left {
    margin-right: 0;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row; } }
.footer__logo {
  display: block;
  margin-bottom: 1.6rem;
  width: 13.2rem; }
@media (max-width: 767px) {
  .footer__logo {
    width: 10.1rem;
    margin-bottom: 2.1rem; } }
.footer__logo svg {
  width: 100%;
  height: auto; }
.footer__logo svg path {
  fill: #27436E; }
.footer__copyright {
  font-family: 'Merriweather Sans Light', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.25em;
  color: #333333; }
@media (max-width: 767px) {
  .footer__copyright {
    order: 1;
    width: 100%;
    font-size: 1.2rem; } }
.footer__social {
  margin-top: auto; }
@media (max-width: 767px) {
  .footer__social {
    margin-top: 0;
    margin-left: auto; } }
.footer__list {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  padding-right: 11.33333%; }
@media (max-width: 1439px) {
  .footer__list {
    margin-right: 0;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  .footer__list {
    display: none; } }
@media (max-width: 1439px) {
  .footer__item {
    width: calc(100% / 3);
    padding: 0 2rem; } }
@media (max-width: 1439px) {
  .footer__item:nth-child(-n + 3) {
    margin-bottom: 3rem; } }

.form {
  background: #192C48;
  padding: 4.8rem;
  position: relative;
  color: #ffffff; }
@media (max-width: 767px) {
  .form {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem; } }
.form > * {
  color: #ffffff; }
.form:before {
  content: '';
  position: absolute;
  top: 3rem;
  bottom: 3rem;
  width: 50vw;
  right: 100%;
  background: #F7F7F8; }
@media (max-width: 767px) {
  .form:before {
    display: none; } }
.form__btn {
  display: flex;
  justify-content: flex-end; }
.form label.error {
  color: #FF0000; }

form label.error {
  color: #FF0000; }

.hamburger {
  width: 7.8rem;
  height: 2.6rem;
  position: relative;
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  outline: none;
  margin-right: 1.6rem; }
@media (max-width: 1439px) {
  .hamburger {
    display: block; } }
@media (max-width: 767px) {
  .hamburger {
    width: 2.6rem; } }
.hamburger__line {
  top: calc(50% - 0.2rem / 2); }
.hamburger__line:before, .hamburger__line:after {
  content: ''; }
.hamburger__line:before {
  top: -0.8rem; }
.hamburger__line:after {
  top: 0.8rem; }
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  height: 0.2rem;
  width: 100%;
  display: block;
  background: #ffffff;
  position: absolute;
  left: 50%;
  border-radius: 0;
  transition: .3s ease-in-out;
  transform: translateX(-50%); }
.hamburger__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  margin: 0;
  min-width: 100%; }
.hamburger__input:checked + .hamburger__line:before {
  transform: translateY(0.8rem) translateX(-50%) rotate(45deg); }
.hamburger__input:checked + .hamburger__line:after {
  transform: translateY(-0.8rem) translateX(-50%) rotate(-45deg); }
.hamburger__input:checked + .hamburger__line {
  background-color: transparent; }

.header-search {
  display: flex;
  align-items: center;
  padding: 0 .8rem;
  border-radius: .2rem;
  height: 3.2rem;
  background-color: #fff; }
.header-search__icon {
  flex: 0 0 1.6rem;
  margin-right: 1rem;
  width: 1.6rem;
  line-height: 0; }
@media (max-width: 767px) {
  .header-search__icon {
    position: absolute;
    left: 2.8rem;
    top: 50%;
    transform: translate(0, -50%); } }
.header-search__icon svg {
  width: 100%;
  height: auto; }
.header-search__input {
  flex: 1 1 auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.23077em;
  color: #838383;
  width: 100%;
  letter-spacing: 0.08em; }
@media (max-width: 767px) {
  .header-search__input {
    background: #F7F7F8;
    border-radius: .2rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.08em;
    color: #838383;
    padding: .8rem .8rem .8rem 3.8rem; } }
.header-search__input:focus {
  outline: none; }
.header-search__link {
  display: none; }
@media (max-width: 767px) {
  .header-search__link {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #27436E;
    text-decoration: none;
    margin-left: 2.4rem; } }

.header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.25s ease-in-out; }
.header._fixed {
  background: #041728; }
.header__wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 3.1rem 4.8rem;
  max-width: 144rem;
  width: 100%; }
@media (max-width: 1439px) {
  .header__wrapper {
    padding-left: 2rem;
    padding-right: 2rem; } }
@media (max-width: 767px) {
  .header__wrapper {
    padding: 1.1rem 1.6rem; } }
.header__logo {
  display: block;
  width: 13.2rem;
  margin-right: 4.35rem;
  font-size: 0;
  line-height: 0;
  flex-shrink: 0; }
@media (max-width: 767px) {
  .header__logo {
    margin-right: 0;
    width: 9.2rem;
    top: .3rem;
    position: relative; } }
.header__logo._inner {
  display: none; }
@media (max-width: 1439px) {
  .header__logo._inner {
    display: block;
    width: 10.2rem; } }
.header__logo svg {
  width: 100%;
  height: auto; }
.header__search {
  margin-left: auto;
  width: 100%; }
@media (max-width: 767px) {
  .header__search {
    display: none;
    background: #ffffff;
    box-shadow: 0px 0.3rem 0.5rem rgba(0, 0, 0, 0.11);
    padding: 1.5rem 1.6rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 2;
    align-items: center; } }
@media (max-width: 767px) {
  .header__search._active {
    display: flex; } }
.header__search-link {
  margin-left: auto;
  display: none; }
@media (max-width: 767px) {
  .header__search-link {
    display: block; } }
.header__search-link:after {
  display: none; }
.header__search-link:before {
  background: no-repeat 0 center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 11.8487 17.3729 13.551 16.3199 14.9056L21.7071 20.2929L20.2929 21.7071L14.9056 16.3199C13.551 17.3729 11.8487 18 10 18ZM16 10C16 13.3137 13.3137 16 10 16C6.68629 16 4 13.3137 4 10C4 6.68629 6.68629 4 10 4C13.3137 4 16 6.68629 16 10Z' fill='%23FF8323'/%3E%3C/svg%3E");
  background-size: 2.4rem auto;
  padding-left: 0;
  top: 50%;
  left: -3.2rem;
  height: 2.4rem;
  width: 2.4rem;
  transform: translate(0, -50%); }
.header__btn {
  margin-left: 2em;
  flex-shrink: 0; }
@media (max-width: 767px) {
  .header__btn:nth-last-child(2) {
    margin-left: auto; } }
@media (max-width: 575px) {
  .header__btn {
    margin-left: auto; } }
.header__nav {
  margin-right: 4em;
  flex-shrink: 0; }
@media (max-width: 1439px) {
  .header__nav {
    background: #ffffff;
    box-shadow: 0px 0.4rem 2.4rem rgba(0, 0, 0, 0.46);
    left: -100vw;
    top: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    min-width: 28.5rem;
    transition: all 0.25s ease-in-out;
    z-index: 1;
    padding: 3.1rem 1.8rem; } }
@media (max-width: 1439px) and (max-width: 767px) {
  .header__nav {
    width: 28.5rem; } }
@media (max-width: 767px) {
  .header__nav {
    padding: 1.2rem 1.5rem; } }
.header__nav-head {
  display: none;
  margin-bottom: 4rem; }
@media (max-width: 1439px) {
  .header__nav-head {
    display: flex;
    align-items: center; } }
@media (max-width: 1439px) {
  .header__nav._active {
    left: 0;
    opacity: 1;
    visibility: visible; } }

.link {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: 0.11em;
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
  align-items: flex-end; }
.link:hover {
  color: #ffffff; }
.link__icon {
  width: 2.6rem;
  height: 2.4rem;
  margin-right: 1rem;
  flex-shrink: 0;
  margin-bottom: 0.1rem; }
.link__icon svg {
  height: 100%;
  width: 100%;
  fill: #FF8323; }
.link__text {
  display: block;
  border-bottom: 0.2rem solid #ffffff;
  padding-bottom: .4rem;
  position: relative;
  transition: all 0.25s ease-in-out; }
.link._disabled {
  color: #4F5D72; }
.link._disabled * {
  border-color: #4F5D72;
  fill: #4F5D72; }

.nav__list {
  display: flex;
  align-items: center; }
@media (max-width: 1439px) {
  .nav__list {
    display: block;
    padding-right: 2.5rem; } }
.nav__list._drop {
  display: none;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  padding: 2.2rem 0;
  top: 100%; }
@media (max-width: 1439px) {
  .nav__list._drop {
    padding-top: 1rem;
    padding-bottom: 0rem;
    margin-bottom: -0.6rem;
    position: relative;
    background: none; } }

.nav__item {
  position: relative;
  padding: 0.3rem 0; }
@media (max-width: 1439px) {
  .nav__item {
    padding: 0; } }
@media (max-width: 1439px) {
  .nav__item:not(:last-child) {
    margin-bottom: 2.4rem; } }
.nav__item._drop {
  padding: 0; }
@media (max-width: 1439px) {
  .nav__item._drop:not(:last-child) {
    margin-bottom: 0; } }

.nav__link {
  display: flex;
  align-items: center;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.21429em;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.8rem 2.05rem;
  border: .2rem solid transparent;
  transition: all 0.25s ease-in-out; }
@media (max-width: 1439px) {
  .nav__link {
    color: #000000;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 0.08em;
    padding: 0;
    padding-left: 2.5rem;
    position: relative;
    white-space: normal;
    border: 0; } }
@media (min-width: 1440px) {
  .nav__link:hover {
    color: #fff;
    border-bottom-color: #FF8323; } }
@media (min-width: 1440px) {
  .nav__link:focus {
    border-color: #FF8323; } }
@media (min-width: 1440px) {
  .nav__link:active {
    border-bottom-color: #FF8323; } }
.nav__link:after {
  content: '';
  margin: 0 0 0.8rem 0.7rem;
  width: .8rem;
  height: .8rem;
  border-right: .1rem solid #fff;
  border-bottom: .1rem solid #fff;
  transform: rotate(45deg);
  display: none; }
@media (max-width: 1439px) {
  .nav__link:after {
    border-color: #FF8323;
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: -0.8rem;
    transform: rotate(-45deg);
    border-width: .2rem;
    width: 1.2rem;
    height: 1.2rem;
    transition: all 0.25s ease-in-out; } }
.nav__link._arrow:after {
  display: block; }
.nav__link._active {
  border-bottom-color: #FF8323; }
@media (max-width: 1439px) {
  .nav__link._active:after {
    transform: rotate(45deg); } }
.nav__link._drop {
  position: relative;
  border: 0;
  text-transform: none;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  color: #000000;
  padding: 0.94rem 3.2rem; }
@media (max-width: 1439px) {
  .nav__link._drop {
    padding: 0.93rem 2.5rem; } }
.nav__link._drop:before {
  content: '';
  left: 0rem;
  top: 0;
  height: 100%;
  width: 0.4rem;
  position: absolute;
  transition: all 0.25s ease-in-out; }
@media (max-width: 1439px) {
  .nav__link._drop:before {
    left: -1.7rem; } }
@media (max-width: 767px) {
  .nav__link._drop:before {
    left: -1.4rem; } }
.nav__link._drop:hover, .nav__link._drop._active {
  color: #FF8323; }
.nav__link._drop:hover:before, .nav__link._drop._active:before {
  background-color: #FF8323; }

@media (max-width: 1439px) {
  .nav__link._active + .nav__list._drop {
    display: block; } }

@media (min-width: 1440px) {
  .nav__item:hover .nav__list._drop {
    display: block; } }

.nav__item._drop:first-child {
  margin-bottom: 0.5rem; }

.nav__item._drop:first-child .nav__link {
  text-transform: uppercase;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0.08em; }
@media (max-width: 1439px) {
  .nav__item._drop:first-child .nav__link {
    font-family: 'Merriweather Sans Regular', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none; } }
.nav__item._drop:first-child .nav__link:before {
  display: none; }
@media (max-width: 1439px) {
  .nav__item._drop:first-child .nav__link:before {
    display: block; } }

.news {
  background: #20375A; }
.news__container {
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 11.8rem; }
@media (max-width: 767px) {
  .news__container {
    padding-top: 6rem;
    padding-bottom: 6.4rem; } }
.news__subtitle {
  position: absolute;
  display: block;
  top: -2.9rem;
  padding: 2rem 0 0 1.7rem;
  width: 31.3rem;
  height: 5.4rem;
  background-color: #FF8323;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .news__subtitle {
    width: 26.3rem; } }
.news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.2rem; }
@media (max-width: 767px) {
  .news__header {
    margin-bottom: 4rem; } }
.news__title {
  color: #fff;
  font-size: 4.1em; }
@media (max-width: 767px) {
  .news__title {
    font-size: 3.2rem; } }
.news__list {
  margin-bottom: -3.2rem; }
@media (max-width: 767px) {
  .news__list {
    margin-bottom: 0; } }
.news__item {
  margin-bottom: 3.2rem; }
@media (max-width: 767px) {
  .news__item:not(:last-child) {
    margin-bottom: 2.5rem; } }
.news__item-title {
  margin-bottom: .8rem;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff; }
@media (max-width: 767px) {
  .news__item-title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem; } }
.news__item-date {
  font-family: 'Fira Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1875em;
  color: #e8e8e8; }

.partners {
  position: relative;
  margin-bottom: 6rem; }
@media (max-width: 767px) {
  .partners {
    margin-bottom: 3.3rem; } }
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center; }
.partners__item:nth-last-child(n + 5) {
  margin-bottom: 6.5rem; }
@media (max-width: 767px) {
  .partners__item:nth-last-child(n + 3) {
    margin-bottom: 4.7rem; } }
.partners__item img {
  max-width: 100%; }
.partners__text {
  margin-bottom: 2.4rem; }
.partners__btn {
  margin-bottom: 6.4rem; }
@media (max-width: 767px) {
  .partners__btn {
    margin-bottom: 4.4rem; } }
.partners__title {
  margin-bottom: 6rem; }
@media (max-width: 767px) {
  .partners__title {
    margin-bottom: 3rem; } }

.popup {
  background: #ffffff;
  box-shadow: 0px 0.4rem 2.4rem rgba(0, 0, 0, 0.25);
  max-width: 43.3rem;
  margin: 0 auto;
  padding: 3.3rem 3.2rem;
  position: relative; }
@media (max-width: 767px) {
  .popup {
    width: 100%;
    max-width: 100%;
    padding: 3.2rem 1.6rem 3.2rem; } }
.popup__title {
  margin-bottom: 1.6rem; }
.popup__text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem; }
.popup__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
.popup__btn > *:not(:last-child) {
  margin-right: 3.2rem; }

.mfp-bg {
  opacity: .5; }

@media (max-width: 767px) {
  .mfp-content {
    vertical-align: bottom; } }

@media (max-width: 767px) {
  .mfp-container {
    padding: 0; } }

.social {
  display: flex;
  justify-content: flex-end; }
.social__link {
  display: block;
  height: 3.7rem;
  line-height: 0; }
.social__link--content {
  height: auto; }
.social__link:not(:last-child) {
  margin-right: .8rem; }
.social__link img {
  width: auto;
  height: 100%; }
.social .resp-sharing {
  /* Non solid icons get a stroke */
  /* Solid icons get a fill */ }
.social .resp-sharing-button__link, .social .resp-sharing-button__icon {
  display: inline-block; }
.social .resp-sharing-button__link {
  text-decoration: none;
  color: #ffffff !important; }
.social .resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.4rem 0.75rem;
  display: flex;
  align-items: center; }
.social .resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
  fill: #fff; }
.social .resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }
.social .resp-sharing-button__icon--solid, .social .resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }
.social .resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }
.social .resp-sharing-button--facebook:hover, .social .resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }
.social .resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }
.social .resp-sharing-button--twitter:hover, .social .resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }
.social .resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5; }
.social .resp-sharing-button--linkedin:hover, .social .resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293; }

.ul {
  position: relative; }
.ul li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: .9rem; }
@media (max-width: 767px) {
  .ul li {
    padding-left: 2.3rem; } }
.ul li:before {
  content: '•';
  position: absolute;
  left: .7rem;
  font-size: 112%;
  line-height: 2.6rem; }
@media (max-width: 767px) {
  .ul li:before {
    left: 0.4rem;
    line-height: 2.4rem; } }

.video {
  position: relative;
  width: 100%; }
.video video {
  width: 100%;
  vertical-align: top; }
.video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 3.8rem;
  width: 3.8rem;
  border-radius: 50%;
  background: #FF8323 no-repeat 60% center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 19' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8285 11.4278L3.16431 18.5057C1.43905 19.4711 0.0258789 18.6215 0.0258789 16.6214V2.72558C0.0258789 0.725458 1.43905 -0.120544 3.16431 0.846569L15.8285 7.9227C17.5555 8.88625 17.5555 10.4607 15.8285 11.4278Z' fill='white'/%3E%3C/svg%3E");
  background-size: 1.8rem auto;
  box-shadow: 0px 0.4rem 1.4rem rgba(0, 0, 0, 0.55);
  z-index: 1;
  transition: all 0.25s ease-in-out; }
.video._play .video__play {
  opacity: 0; }

.accordion {
  position: relative; }
@media (max-width: 767px) {
  .accordion {
    margin-top: -2.4rem; } }
.accordion__item {
  position: relative;
  border-bottom: 0.2rem solid #e8e8e8; }
@media (max-width: 1199px) {
  .accordion__item {
    padding-left: 4rem; } }
@media (max-width: 1199px) {
  .accordion__item:last-child {
    border-bottom: 0; } }
.accordion__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 9.5rem;
  margin: 0;
  cursor: pointer;
  z-index: 1; }
.accordion__head {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  height: 9.2rem;
  display: flex;
  align-items: center;
  position: relative; }
@media (max-width: 767px) {
  .accordion__head {
    font-size: 1.6rem;
    line-height: 2.2rem;
    height: auto;
    padding-top: 2.4rem;
    padding-bottom: 2.6rem; } }
.accordion__head-text {
  position: relative; }
.accordion__head-text:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.29297 4.70703L8.70718 3.29282L17.4143 11.9999L8.70718 20.707L7.29297 19.2928L14.5859 11.9999L7.29297 4.70703Z' fill='%23FF8323'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  left: -4rem;
  top: 0;
  transition: all 0.25s ease-in-out; }
.accordion__text {
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0;
  transform: scaleY(0.8);
  width: 100%;
  transition: all 0.25s ease-in-out;
  height: 0;
  font-size: 1.4rem;
  line-height: 2.4rem; }
.accordion__text p {
  font-size: 1.4rem;
  line-height: 2.4rem; }
.accordion__text p:not(:last-child) {
  margin-bottom: 2.4rem; }
.accordion__input:checked ~ .accordion__text {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  height: auto;
  padding-bottom: 3.2rem;
  margin-top: -.7rem; }
@media (max-width: 767px) {
  .accordion__input:checked ~ .accordion__text {
    padding-bottom: 2.3rem;
    margin-top: -1rem; } }
.accordion__input:checked ~ .accordion__head .accordion__head-text:before {
  transform: rotate(90deg); }

.awards {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem; }
.awards__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%; }
@media (max-width: 1439px) {
  .awards__list {
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start; } }
.awards__item {
  max-width: 12.6rem;
  line-height: 0; }
@media (max-width: 1439px) {
  .awards__item {
    width: 20%;
    max-width: 20%; } }
@media (max-width: 767px) {
  .awards__item {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 2rem;
    text-align: center; } }
@media (max-width: 767px) {
  .awards__item:nth-last-child(n + 4) {
    margin-bottom: 2.6rem; } }
.awards__item img {
  max-width: 100%; }
@media (max-width: 767px) {
  .awards__item img {
    max-height: 6rem; } }

.breadcrumbs {
  position: relative;
  display: block;
  flex-wrap: wrap;
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #FF8323; }
.breadcrumbs:not(:last-child) {
  margin-bottom: 2.7rem; }
.breadcrumbs__item {
  position: relative;
  display: inline; }
.breadcrumbs__item:not(:last-child) {
  margin-right: .4rem; }
.breadcrumbs__item:not(:last-child):after {
  content: '/'; }
.breadcrumbs__link {
  color: #FF8323;
  text-decoration: none; }
.breadcrumbs__link:hover {
  color: #F06900; }
.breadcrumbs__link:active {
  color: #D65D00; }
@media (max-width: 767px) {
  .breadcrumbs__text {
    display: none; } }

.card {
  background: #F7F7F8;
  position: relative;
  padding: 3.5rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  height: calc(100% - 2rem); }
@media (max-width: 767px) {
  .card {
    padding: 2.6rem 1.6rem 1.7rem;
    margin-bottom: 3.2rem;
    height: calc(100% - 3.2rem); } }
.card__list._pad-sm {
  margin-left: -3.5rem;
  margin-right: -3.5rem; }
.card__list._video {
  margin-bottom: 6.4rem; }
.card__list._support {
  margin-bottom: 5.8rem; }
@media (max-width: 767px) {
  .card__list._support {
    margin-bottom: 3.2rem; } }
.card__list-btn {
  margin-top: 7.5rem; }
.card__icon {
  height: 13rem;
  width: 7.3rem;
  margin-bottom: 3.5rem;
  background: #FF8323;
  position: absolute;
  top: 0;
  left: 4rem;
  display: flex;
  align-items: flex-end; }
@media (max-width: 767px) {
  .card__icon {
    left: 1.7rem;
    width: 7.2rem;
    height: 12.9rem; } }
.card__icon svg {
  height: 100%;
  width: 100%; }
.card__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 1.4rem;
  padding-left: 10.5rem;
  min-height: 11.2rem;
  display: block;
  text-decoration: none;
  color: #333333; }
.card__title p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
@media (max-width: 767px) {
  .card__title {
    padding-left: 8.8rem;
    min-height: 10.3rem;
    margin-bottom: 2.5rem; } }
.card__subtitle {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 1.5rem; }
.card__text {
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 3rem; }
.card__text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.card__ul {
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 1.2rem;
  margin-bottom: 2.2rem; }
@media (max-width: 767px) {
  .card__ul {
    margin-top: 0.1rem; } }

.card-inline {
  position: relative; }
._pad-sm .card-inline {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }
.card-inline._full:not(:last-child) {
  margin-bottom: 6.4rem; }
.card-inline._xs:not(:last-child) {
  margin-bottom: 0; }
.card-inline__inner {
  display: flex; }
@media (max-width: 767px) {
  .card-inline__inner {
    display: block; } }
.card-inline._full .card-inline__inner,
.card-inline._video .card-inline__inner {
  display: block;
  height: 100%;
  margin-bottom: 0; }
@media (max-width: 991px) {
  .card-inline._full .card-inline__inner,
  .card-inline._video .card-inline__inner {
    height: auto; } }
.card-inline:not(:last-child) .card-inline__inner {
  border-bottom: 0.2rem solid #e8e8e8;
  padding-bottom: 6.4rem;
  margin-bottom: 6.4rem; }
@media (max-width: 767px) {
  .card-inline:not(:last-child) .card-inline__inner {
    border-bottom: 0;
    padding-bottom: 0; } }
.card-inline._full.col-md-6:nth-last-child(2) .card-inline__inner,
.card-inline._full.col-lg-6:nth-last-child(2) .card-inline__inner {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
@media (max-width: 767px) {
  .card-inline._full.col-md-6:nth-last-child(2) .card-inline__inner,
  .card-inline._full.col-lg-6:nth-last-child(2) .card-inline__inner {
    border-bottom: 0.2rem solid #e8e8e8;
    padding-bottom: 2.8rem; } }
.card-inline._full.col-md-6.last .card-inline__inner,
.card-inline._full.col-lg-6.last .card-inline__inner {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
@media (max-width: 767px) {
  .card-inline._full.col-md-6.last .card-inline__inner,
  .card-inline._full.col-lg-6.last .card-inline__inner {
    border-bottom: 0.2rem solid #e8e8e8;
    padding-bottom: 2.8rem; } }
.card-inline._full:not(:last-child) .card-inline__inner {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .card-inline._full:not(:last-child) .card-inline__inner {
    border-bottom: 0.2rem solid #e8e8e8;
    padding-bottom: 2.8rem; } }
.card-inline._video:not(:last-child) .card-inline__inner {
  margin-bottom: 0; }
.card-inline._video:nth-last-child(n + 3) .card-inline__inner {
  margin-bottom: 4.8rem; }
@media (max-width: 767px) {
  .card-inline._video:nth-last-child(n + 3) .card-inline__inner {
    margin-bottom: 3.2rem; } }
@media (max-width: 767px) {
  .card-inline._video:nth-last-child(n + 2) .card-inline__inner {
    margin-bottom: 3.2rem; } }
.card-inline._no-border .card-inline__inner {
  border-bottom: 0;
  padding-bottom: 0; }
@media (max-width: 767px) {
  .card-inline._sm .card-inline__inner {
    margin-bottom: 4.7rem; } }
.card-inline._xs:not(:last-child) .card-inline__inner {
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  height: auto; }
@media (max-width: 767px) {
  .card-inline._xs:not(:last-child) .card-inline__inner {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem; } }
@media (max-width: 767px) {
  .card-inline._xs-border:not(:last-child) .card-inline__inner {
    border-bottom: 0.2rem solid #e8e8e8; } }
.card-inline__img {
  width: 24.4rem;
  margin-right: 3.2rem;
  flex-shrink: 0; }
@media (max-width: 767px) {
  .card-inline__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.4rem; } }
.card-inline__img img {
  max-width: 100%; }
.card-inline__subtitle-img {
  position: absolute;
  top: -2.7rem;
  right: -2.3rem;
  background: #FF8323;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.08em;
  padding: 2rem 1.7rem 1.7rem;
  min-width: 27.5rem;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .card-inline__subtitle-img {
    right: 0; } }
.card-inline__subtitle-img:after {
  content: '';
  background: #ffffff;
  height: 0.1rem;
  width: 10rem;
  margin-left: .7rem; }
.card-inline._sm .card-inline__img {
  width: 21rem;
  margin-right: 2.4rem; }
@media (max-width: 767px) {
  .card-inline._sm .card-inline__img {
    width: 10.9rem;
    margin-right: 1.3rem;
    margin-bottom: 2.1rem;
    display: none; } }
.card-inline._sm .card-inline__img._inner {
  display: none; }
@media (max-width: 767px) {
  .card-inline._sm .card-inline__img._inner {
    display: block; } }
.card-inline._full .card-inline__img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2.4rem;
  height: 27.4rem; }
@media (max-width: 767px) {
  .card-inline._full .card-inline__img {
    height: 23rem; } }
.card-inline._full .card-inline__img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.card-inline._lg .card-inline__img {
  height: 29rem;
  margin-bottom: 2.9rem;
  margin-top: 2.2rem;
  position: relative; }
@media (max-width: 767px) {
  .card-inline._lg .card-inline__img {
    height: 23rem;
    margin-top: 3rem;
    margin-bottom: 2.4rem; } }
.card-inline._logo .card-inline__img {
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center; }
.card-inline._logo .card-inline__img img {
  width: auto;
  max-width: 85%;
  max-height: 85%;
  object-fit: inherit; }
.card-inline._img-auto .card-inline__img {
  height: auto; }
.card-inline._img-auto .card-inline__img img {
  width: auto;
  height: auto;
  object-fit: cover; }
@media (max-width: 767px) {
  .card-inline__wrap {
    display: flex; } }
.card-inline__info {
  width: 100%; }
.card-inline__title {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  display: block;
  text-decoration: none;
  color: #333333; }
.card-inline__title p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.card-inline._lg .card-inline__title {
  font-size: 2.4rem;
  line-height: 2.9rem; }
.card-inline._video .card-inline__title {
  margin-bottom: 0.8rem; }
.card-inline__date {
  font-family: 'Fira Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #838383;
  margin-bottom: 1.6rem;
  margin-top: 0.8rem; }
@media (max-width: 767px) {
  .card-inline__date {
    margin-bottom: 0; } }
.card-inline__date-link {
  color: #27436E;
  text-decoration: underline; }
.card-inline__date-link:hover {
  text-decoration: none; }
.card-inline__text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 3rem;
  color: #333333; }
@media (max-width: 767px) {
  .card-inline__text {
    margin-bottom: 2.7rem; } }
.card-inline__text p {
  font-size: inherit;
  line-height: inherit; }
.card-inline__text p:not(:last-child) {
  margin-bottom: 1.6rem; }
.card-inline._lg .card-inline__text {
  font-size: 1.8rem;
  line-height: 3rem; }
@media (max-width: 767px) {
  .card-inline._lg .card-inline__text {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
.card-inline._video .card-inline__text {
  font-size: 1.6rem;
  line-height: 3rem; }
@media (max-width: 767px) {
  .card-inline._video .card-inline__text {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
.card-inline._video .card-inline__text:last-child {
  margin-bottom: 0; }
.card-inline__btn {
  margin-top: auto;
  display: flex;
  align-items: center; }
@media (max-width: 1199px) {
  .card-inline__btn {
    display: block; } }
.card-inline__share {
  margin-left: auto; }
@media (max-width: 1199px) {
  .card-inline__share {
    margin-top: 1.6rem; } }
@media (max-width: 767px) {
  .card-inline__share {
    display: none; } }
.card-inline__share._inner {
  display: none; }
@media (max-width: 767px) {
  .card-inline__share._inner {
    display: block; } }
.card-inline__share img {
  max-width: 100%; }
.card-inline__video {
  margin-bottom: 1.6rem; }
.card-inline__video .video {
  position: relative;
  padding-top: 57%; }
.card-inline__video iframe,
.card-inline__video video {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-position: 0 0; }
.card-inline__detail {
  margin-bottom: 3rem; }
.card-inline__detail-item:not(:last-child) {
  margin-bottom: 1.6rem; }
.card-inline__detail-title {
  text-transform: uppercase;
  margin-bottom: 0.4rem; }
.card-inline__detail-text {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #686868; }
.card-inline__detail-text p {
  font-size: inherit;
  line-height: inherit; }
.card-inline__detail-text p:not(:last-child) {
  margin-bottom: 0; }
.card-inline._video .card-inline__img {
  width: 100%;
  margin-bottom: 1.6rem; }
.card-inline._video .card-inline__img img {
  vertical-align: top; }

.card-content {
  margin-bottom: 6.4rem; }
.card-content__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.9rem;
  position: relative;
  padding-top: 2.3rem;
  margin-bottom: 3.1rem;
  display: block;
  text-decoration: none;
  color: #333333; }
.card-content__title p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.card-content__title:before {
  content: '';
  background: #FF8323;
  height: .6rem;
  width: 10.5rem;
  position: absolute;
  left: 0;
  top: 0; }
.card-content__text {
  font-size: 1.6rem;
  line-height: 3rem; }
.card-content__text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
@media (max-width: 767px) {
  .card-content__text {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
.card-content__text:not(:last-child) {
  margin-bottom: 3.2rem; }
@media (max-width: 767px) {
  .card-content__text:not(:last-child) {
    margin-bottom: 2.4rem; } }

.card-video {
  position: relative; }
.card-video:not(:last-child) {
  margin-bottom: 3.2rem; }
.card-video__inner {
  position: relative;
  display: flex;
  background: #F7F7F8;
  border-left: 0.4rem solid #FF8323;
  padding: 3.2rem 3.2rem 3.2rem 2.9rem; }
@media (max-width: 767px) {
  .card-video__inner {
    display: block;
    padding: 3.2rem 2.3rem 2.3rem 2rem; } }
.card-video._blue .card-video__inner {
  border-color: #27436E; }
.card-video__subtitle-img {
  position: absolute;
  top: -2.7rem;
  right: -2.3rem;
  background: #FF8323;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.08em;
  padding: 2rem 1.7rem 1.7rem;
  min-width: 27.5rem;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .card-video__subtitle-img {
    right: 0; } }
.card-video__subtitle-img:after {
  content: '';
  background: #ffffff;
  height: 0.1rem;
  width: 10rem;
  margin-left: .7rem; }
.card-video__video {
  width: 50.6%;
  margin-right: 3.2rem;
  flex-shrink: 0; }
@media (max-width: 767px) {
  .card-video__video {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem; } }
@media (max-width: 767px) {
  .card-video__video .video:not(:first-child) {
    margin-top: 2.4rem; } }
.card-video__video .video {
  position: relative;
  padding-top: 61%; }
.card-video__video iframe,
.card-video__video video {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-position: 0 0; }
.card-video__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  display: block;
  text-decoration: none;
  color: #333333; }
.card-video__title p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
@media (max-width: 767px) {
  .card-video__title {
    margin-bottom: 1.6rem; } }
.card-video__text {
  font-size: 1.6rem;
  line-height: 3rem; }
.card-video__text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
@media (max-width: 767px) {
  .card-video__text {
    font-size: 1.4rem;
    line-height: 2.4rem; } }

.card-support {
  position: relative; }
@media (max-width: 767px) {
  .card-support:not(:last-child) {
    margin-bottom: 5.8rem; } }
.card-support__inner {
  position: relative;
  background-color: #27436E;
  color: #ffffff;
  padding: 2.4rem 2.4rem 3.2rem;
  height: 100%; }
@media (max-width: 767px) {
  .card-support__inner {
    padding-top: 6.8rem;
    padding-bottom: 2.2rem; } }
.card-support__info {
  height: 100%;
  display: flex;
  flex-direction: column; }
.card-support__subtitle {
  position: relative;
  display: flex;
  align-items: center;
  font-family: 'Fira Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2.4rem; }
@media (max-width: 767px) {
  .card-support__subtitle {
    position: absolute;
    top: -2.7rem;
    right: 0;
    background: #FF8323;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans Medium', sans-serif;
    font-weight: 400;
    padding: 2rem 7.2rem 1.7rem 1.7rem;
    min-width: 27.5rem; } }
.card-support__subtitle:after {
  content: '';
  background: #c6c6c6;
  height: 0.1rem;
  width: 10rem;
  margin-left: 1.6rem; }
@media (max-width: 767px) {
  .card-support__subtitle:after {
    background: #ffffff;
    width: 100%; } }
.card-support__subtitle span {
  flex-shrink: 0; }
.card-support__text {
  font-size: 1.4rem;
  line-height: 2.4rem; }
.card-support__text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.card-support__text:not(:last-child) {
  margin-bottom: 3.2rem; }
@media (max-width: 767px) {
  .card-support__text:not(:last-child) {
    margin-bottom: 2.3rem; } }
.card-support__btn {
  margin-top: auto; }

.card-letter {
  position: relative; }
.card-letter:not(:last-child) {
  margin-bottom: 2.5rem; }
@media (max-width: 767px) {
  .card-letter:not(:last-child) {
    margin-bottom: 2.4rem; } }
@media (max-width: 767px) {
  .card-letter__group {
    padding-right: 1rem; } }
.card-letter__group:not(:last-child) {
  margin-bottom: 6.5rem; }
@media (max-width: 767px) {
  .card-letter__group:not(:last-child) {
    margin-bottom: 3.2rem; } }
.card-letter__group-title {
  margin-bottom: 3.2rem; }
@media (max-width: 767px) {
  .card-letter__group-title {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-bottom: 2.4rem; } }
.card-letter__title {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: .7rem;
  display: block;
  text-decoration: none;
  color: #333333; }
.card-letter__title p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.card-letter__link {
  color: #27436E;
  display: inline-block; }
.card-letter__text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #333333; }
.card-letter__text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.card-management:not(:last-child) {
  margin-bottom: 16.4rem; }
@media (max-width: 767px) {
  .card-management:not(:last-child) {
    margin-bottom: 3.2rem; } }

.card-management__list {
  margin-bottom: 9rem; }
@media (max-width: 767px) {
  .card-management__list {
    margin-bottom: 3.2rem; } }

.card-management__inner {
  display: flex;
  align-items: flex-start; }
@media (max-width: 767px) {
  .card-management__inner {
    display: block; } }

.card-management:nth-child(even) .card-management__inner {
  flex-direction: row-reverse; }

.card-management__img {
  flex-shrink: 0;
  width: 29.4rem;
  margin-right: 4.8rem;
  position: relative; }
@media (max-width: 767px) {
  .card-management__img {
    width: 20rem;
    margin: 0 auto 3.5rem; } }
.card-management__img img {
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 100%; }
.card-management__img:before {
  content: '';
  width: calc(100% + 3.8rem);
  height: calc(100% + 3.7rem);
  position: absolute;
  left: -6.9rem;
  bottom: -6.9rem;
  background-color: #F7F7F8; }
@media (max-width: 767px) {
  .card-management__img:before {
    width: 100vw;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: calc(100% - 2.7rem); } }

.card-management:nth-child(even) .card-management__img {
  margin-left: 4.8rem;
  margin-right: 0; }
@media (max-width: 767px) {
  .card-management:nth-child(even) .card-management__img {
    margin-left: auto;
    margin-right: auto; } }
.card-management:nth-child(even) .card-management__img:before {
  right: -6.9rem;
  left: auto; }
@media (max-width: 767px) {
  .card-management:nth-child(even) .card-management__img:before {
    width: 100vw;
    bottom: 0;
    left: 50%;
    right: auto; } }

.card-management__info {
  padding-top: 3.2rem; }
@media (max-width: 767px) {
  .card-management__info {
    padding-top: 0; } }

.card-management__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 0.4rem;
  display: block;
  text-decoration: none;
  color: #333333; }
.card-management__title p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.card-management__post {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #838383;
  text-transform: uppercase;
  margin-bottom: 2.3rem; }
@media (max-width: 767px) {
  .card-management__post {
    margin-bottom: 1.5rem; } }

.card-management__text {
  font-size: 1.4rem;
  line-height: 2.4rem; }
.card-management__text:not(:last-child) {
  margin-bottom: 3.2rem; }
@media (max-width: 767px) {
  .card-management__text:not(:last-child) {
    margin-bottom: 2.4rem; } }
.card-management__text p {
  font-size: inherit;
  line-height: inherit; }

.card-management__social {
  margin-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.card-management__share {
  height: 3.7rem;
  display: block; }
.card-management__share img {
  max-height: 100%; }

.features-list {
  padding-top: 5.5rem;
  padding-bottom: 6.1rem; }
@media (max-width: 767px) {
  .features-list {
    padding-top: .8rem;
    padding-bottom: 1.3rem; } }
.features-list._inner {
  padding-bottom: 12.6rem; }
@media (max-width: 767px) {
  .features-list._inner {
    padding-top: 5.3rem;
    padding-bottom: 2.8rem; } }
.features-list._video {
  padding-bottom: 2rem; }
.features-list__subtitle {
  position: absolute;
  display: block;
  margin: 0 0 0 -11.4rem;
  padding-bottom: 7.3rem;
  width: 10.8rem;
  bottom: 0;
  top: -6rem;
  background-color: #FF8323;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.21429em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: 0;
  writing-mode: vertical-lr; }
@media (max-width: 991px) {
  .features-list__subtitle {
    margin-left: -3rem; } }
@media (max-width: 767px) {
  .features-list__subtitle {
    background: #FF8323;
    margin-left: 0;
    left: 0;
    padding: 0;
    padding-bottom: 3.3rem;
    letter-spacing: 0.08em;
    width: 6.8rem;
    top: 2rem; } }
.features-list__subtitle-in {
  position: relative;
  transform: rotate(-180deg); }
.features-list__subtitle-in:after {
  content: '';
  position: absolute;
  top: 2.8rem;
  margin-left: 1rem;
  width: .1rem;
  height: 10rem;
  background-color: #fff;
  margin-top: 100%; }
.features-list__item {
  align-items: flex-start; }
@media (max-width: 1439px) {
  .features-list__item {
    padding-left: 2rem;
    padding-right: 2rem; } }
@media (max-width: 767px) {
  .features-list__item {
    padding-left: 0;
    padding-right: 0; } }
.features-list__item:nth-child(even) {
  flex-direction: row-reverse; }
.features-list__item:not(:last-child) {
  margin-bottom: 2.4rem; }
@media (max-width: 767px) {
  .features-list__item:not(:last-child) {
    margin-bottom: 3.5rem; } }
.features-list__item:not(:first-child) {
  align-items: center;
  position: relative; }
.features-list__item_inner:not(:last-child) {
  margin-bottom: 2.4rem; }
@media (max-width: 767px) {
  .features-list__item_inner:not(:last-child) {
    margin-bottom: 3.5rem; } }
.features-list._inner .features-list__item {
  align-items: flex-end; }
.features-list._inner .features-list__item:not(:last-child) {
  margin-bottom: 9rem; }
@media (max-width: 767px) {
  .features-list._inner .features-list__item:not(:last-child) {
    margin-bottom: 2.8rem; } }
.features-list._video .features-list__item {
  align-items: center; }
.features-list__title {
  margin-bottom: 2.4rem; }
@media (max-width: 767px) {
  .features-list__title {
    font-size: 2.1rem;
    margin-bottom: 2rem; } }
.features-list._video .features-list__title {
  margin-bottom: 3.2rem; }
.features-list__info:first-child:last-child {
  margin-top: 8.7rem; }
@media (max-width: 767px) {
  .features-list__info:first-child:last-child {
    margin-top: 0; } }
@media (max-width: 767px) {
  .features-list__info:not(:last-child) {
    margin-bottom: 5rem; } }
@media (max-width: 991px) {
  .features-list__info._subtitle {
    padding-left: 10.3rem; } }
@media (max-width: 767px) {
  .features-list__info._subtitle {
    padding-left: 9rem;
    padding-top: 3.9rem;
    padding-right: 4rem; } }
.features-list__info._subtitle__title {
  position: relative;
  z-index: 1;
  margin-left: -7.1rem;
  font-size: 4.1rem; }
@media (max-width: 767px) {
  .features-list__info._subtitle__title {
    margin-left: -4.3rem;
    font-size: 3.2rem; } }
@media (max-width: 767px) {
  .features-list._inner .features-list__info:not(:last-child) {
    margin-bottom: 3.2rem; } }
.features-list__info:not(._subtitle) .features-list__title {
  position: relative;
  padding-top: 2.2rem; }
@media (max-width: 767px) {
  .features-list__info:not(._subtitle) .features-list__title {
    padding-top: 2.4rem;
    margin-bottom: 1.6rem; } }
.features-list__info:not(._subtitle) .features-list__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10.5rem;
  height: .6rem;
  background-color: #FF8323; }
@media (max-width: 767px) {
  .features-list._inner .features-list__info:not(._subtitle) .features-list__title {
    margin-bottom: 2.4rem; } }
@media (max-width: 767px) {
  .features-list._inner .features-list__info:not(._subtitle) .features-list__title:before {
    width: 4.8rem; } }
.features-list__p {
  margin-bottom: 3.2rem;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.71429em;
  color: #333333; }
@media (max-width: 767px) {
  .features-list__p {
    position: relative;
    z-index: 1;
    margin-bottom: 3.4rem;
    font-size: 1.2rem;
    line-height: 1.8rem; } }
@media (max-width: 767px) {
  .features-list._inner .features-list__p {
    margin-bottom: 3.1rem; } }
.features-list._video .features-list__p {
  margin-bottom: 2.8rem; }
@media (max-width: 767px) {
  .features-list._video .features-list__p {
    margin-bottom: 0; } }
.features-list__image img {
  width: 100%; }
@media (max-width: 767px) {
  .features-list__image img {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0); } }
@media (max-width: 767px) {
  .features-list._inner .features-list__image img {
    width: calc(100vw - 1.6rem);
    left: calc(50% + .8rem); } }
.features-list__video {
  padding-left: 3.2rem;
  padding-bottom: 3.2rem;
  position: relative; }
@media (max-width: 767px) {
  .features-list__video {
    padding-left: 2.4rem;
    padding-bottom: 2.4rem; } }
.features-list__video video {
  width: 100%;
  position: relative;
  z-index: 1; }
.features-list__video:before {
  content: '';
  background-color: #F7F7F8;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 2.2rem;
  top: 4.2rem; }
@media (max-width: 767px) {
  .features-list__link-bottom {
    margin: 2.8rem auto 0; } }

.feedback {
  background: #27436E;
  margin-top: 9.2rem;
  padding: 4.5rem 0 6.3rem;
  color: #ffffff; }
@media (max-width: 767px) {
  .feedback {
    margin-top: 3.1rem;
    padding-bottom: 2.5rem; } }
.leaders + .feedback,
.specifications + .feedback {
  margin-top: 0; }
.feedback__subtitle {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  margin-bottom: 3.8rem; }
@media (max-width: 767px) {
  .feedback__subtitle {
    margin-bottom: 2.4rem; } }
.feedback__subtitle:after {
  content: '';
  height: .1rem;
  width: 10rem;
  background: #ffffff;
  margin-left: 2rem; }
.feedback__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 4.1rem;
  line-height: 4.9rem;
  margin-bottom: 2.9rem; }
@media (max-width: 767px) {
  .feedback__title {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-bottom: 2.7rem; } }
.feedback__text {
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-right: 10rem; }
@media (max-width: 767px) {
  .feedback__text {
    padding-right: 0;
    line-height: 2.4rem; } }
.feedback__text:not(:last-child) {
  margin-bottom: 4.5rem; }
@media (max-width: 767px) {
  .feedback__text:not(:last-child) {
    margin-bottom: 2.5rem; } }
.feedback__text p:not(:last-child) {
  margin-bottom: 1.8rem; }
@media (max-width: 767px) {
  .feedback__text p:not(:last-child) {
    margin-bottom: 2.3rem; } }
.feedback__btn {
  display: flex;
  justify-content: flex-end; }
@media (max-width: 991px) {
  .feedback__download {
    margin-bottom: 4.7rem; } }

.input {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-radius: .2rem;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.08em;
  color: #000000;
  border: 0.2rem solid #ffffff;
  transition: all 0.25s ease-in-out;
  padding: 1.3rem 1.4rem 1.1rem;
  outline: none; }
.input::-moz-placeholder {
  color: #838383;
  opacity: 1; }
.input:-ms-input-placeholder {
  color: #838383;
  opacity: 1; }
.input::-webkit-input-placeholder {
  color: #838383;
  opacity: 1; }
.input._inline {
  border: 0.1rem solid #979797;
  border-radius: .2rem;
  padding-top: 1.4rem;
  padding-bottom: 1.2rem; }
.input:hover, .input:focus {
  border-color: #599BFF; }
.input:active {
  border-color: #4373BF; }
.input:disabled {
  background-color: #4F5D72;
  border-color: #4F5D72;
  color: #8A949E; }
.input__label {
  display: block;
  color: #ffffff;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  transition: all 0.25s ease-in-out; }
@media (max-width: 767px) {
  .input__label {
    margin-bottom: .6rem; } }
.input__label._inline {
  color: #000000; }
.input__label.disabled {
  color: #4F5D72; }
.input__container {
  position: relative; }
.input__wrap:not(:last-child) {
  margin-bottom: 2.6rem; }

textarea.input {
  height: 10rem; }

.intro-info__subtitle {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding-bottom: 1.3rem;
  padding-left: 2rem;
  width: 10.8rem;
  background-color: #FF8323;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.21429em;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 5.2rem;
  writing-mode: vertical-lr;
  z-index: -1; }
@media (max-width: 767px) {
  .intro-info__subtitle {
    left: -0.8rem;
    width: 8rem;
    padding-bottom: 5.7rem; } }
.intro-info__subtitle-in {
  position: relative;
  transform: rotate(-180deg);
  height: auto;
  text-align: right;
  white-space: nowrap; }
.intro-info__subtitle:before {
  content: '';
  position: relative;
  width: .1rem;
  height: 10rem;
  background-color: #fff;
  margin-left: .7rem;
  margin-bottom: 1.8rem;
  max-height: 100%; }
@media (max-width: 1199px) {
  .intro-info__subtitle:before {
    flex-shrink: 0; } }
.intro-info__subtitle-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 2rem; }
@media (max-width: 991px) {
  .intro-info__subtitle-icon {
    padding-top: 4rem;
    justify-content: flex-start; } }
.intro-info__subtitle-icon svg {
  width: 100%;
  height: 19rem; }

.intro-info._min .intro-info__subtitle {
  min-height: 28.7rem;
  width: 9.5rem; }
@media (max-width: 767px) {
  .intro-info._min .intro-info__subtitle {
    width: 8rem;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
    justify-content: flex-end;
    min-height: 0; } }
@media (max-width: 767px) {
  .intro-info._min .intro-info__subtitle-in {
    display: none; } }
@media (max-width: 767px) {
  .intro-info._min .intro-info__subtitle:before {
    margin-bottom: 0; } }

.intro-info._icon .intro-info__subtitle:before {
  display: none; }

.intro-info._thin .intro-info__subtitle {
  width: 9.5rem; }
@media (max-width: 767px) {
  .intro-info._thin .intro-info__subtitle {
    width: 8rem; } }

@media (max-width: 767px) {
  .intro-info._line-xs .intro-info__subtitle {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
    justify-content: flex-end; } }

@media (max-width: 767px) {
  .intro-info._line-xs .intro-info__subtitle-in {
    display: none; } }

@media (max-width: 767px) {
  .intro-info._line-xs .intro-info__subtitle:before {
    margin-bottom: 0; } }

.intro-info__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 5.8rem;
  color: #ffffff; }
@media (max-width: 767px) {
  .intro-info__title {
    font-size: 3.2rem;
    line-height: 3.8rem; } }
.intro-info__title:not(:last-child) {
  margin-bottom: 2.4rem; }
@media (max-width: 767px) {
  .intro-info__title:not(:last-child) {
    margin-bottom: 2.3rem; } }
.intro-info__title p {
  font-size: inherit;
  line-height: inherit; }

@media (max-width: 991px) {
  .intro-info._h1-xs .intro-info__title {
    font-size: 3.2rem;
    line-height: 3.8rem; } }

@media (max-width: 767px) {
  .intro-info._h1-xs .intro-info__title {
    font-size: 2.4rem;
    line-height: 2.9rem; } }

.intro-info__subtitle + .intro-info__title {
  margin-left: -6rem; }
@media (max-width: 767px) {
  .intro-info__subtitle + .intro-info__title {
    margin-left: -4rem; } }

.intro-info__p {
  color: #ffffff;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem; }
@media (max-width: 767px) {
  .intro-info__p {
    font-size: 1.4rem;
    line-height: 2.4rem; } }
.intro-info__p p {
  font-size: inherit;
  line-height: inherit; }

.intro-info__btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.2rem; }
@media (max-width: 767px) {
  .intro-info__btn {
    padding-right: 3rem; } }
@media (max-width: 767px) {
  .intro-info__btn > * {
    width: 100%; } }
.intro-info__btn > *:not(:last-child) {
  margin-right: 2.4rem; }
@media (max-width: 767px) {
  .intro-info__btn > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.6rem; } }

.intro {
  position: relative; }
@media (max-width: 991px) {
  .intro._picture {
    margin-bottom: 16rem; } }
@media (max-width: 767px) {
  .intro._picture {
    margin-bottom: 16vw; } }
.intro__img {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }
.intro__image {
  height: 100%;
  width: auto;
  min-width: 100%;
  object-fit: cover; }
.intro__info {
  min-height: 51.4rem;
  padding-top: 12rem;
  position: relative;
  z-index: 1;
  display: flex; }
@media (max-width: 767px) {
  .intro__info {
    padding-top: 8rem; } }
.intro__info > * {
  position: relative; }
.intro._min .intro__info {
  min-height: 0; }
@media (max-width: 1199px) {
  .intro._min .intro__info {
    overflow: hidden; } }
.intro__inner {
  padding-left: 13.2rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  max-width: 88rem;
  position: relative;
  height: 100%; }
@media (max-width: 767px) {
  .intro__inner {
    padding-left: 9.1rem;
    padding-top: 3.1rem;
    max-width: 100%;
    padding-bottom: 2rem; } }
.intro._logo .intro__inner {
  margin-right: 30.5rem; }
@media (max-width: 767px) {
  .intro._logo .intro__inner {
    margin-right: 0; } }
.intro__row {
  display: flex;
  justify-content: space-between; }
@media (max-width: 991px) {
  .intro__row {
    display: block; } }
.intro__picture {
  width: calc(48.6rem + (100vw - 144rem) / 2);
  margin-right: calc((100vw - 144rem) / -2 - 4.8rem);
  margin-left: 2.4rem;
  max-height: 100%;
  padding-bottom: 3rem; }
@media (max-width: 1439px) {
  .intro__picture {
    margin-right: -2rem;
    width: 48rem; } }
@media (max-width: 991px) {
  .intro__picture {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: -20rem;
    position: relative;
    padding-bottom: 3rem;
    top: -3rem; } }
@media (max-width: 767px) {
  .intro__picture {
    margin-top: -25vw; } }
.intro__picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left top;
  max-height: 40rem; }
.intro__wrap {
  position: relative; }
.intro__logo {
  background: #ffffff;
  height: 23.7rem;
  width: 23.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6.8rem;
  bottom: 0; }
@media (max-width: 767px) {
  .intro__logo {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 9.6rem;
    margin-bottom: -.7rem;
    height: 12rem; } }
.intro__logo img {
  max-width: 85%;
  max-height: 85%; }

.leaders {
  padding-top: 7.2rem;
  padding-bottom: 13.6rem;
  background-color: #F7F7F8; }
@media (max-width: 767px) {
  .leaders {
    padding-top: 5.2rem;
    padding-bottom: 15.8rem;
    background: none; } }
.leaders._inner {
  padding-bottom: 9.8rem; }
@media (max-width: 767px) {
  .leaders._inner {
    padding-bottom: 6.3rem; } }
.leaders__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.8rem;
  color: #333333;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1em; }
@media (max-width: 767px) {
  .leaders__subtitle {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    white-space: nowrap; } }
.leaders__subtitle:before, .leaders__subtitle:after {
  content: '';
  width: 26%;
  height: .1rem;
  background-color: #c6c6c6; }
@media (max-width: 767px) {
  .leaders__subtitle:before, .leaders__subtitle:after {
    width: 28%; } }
.leaders__subtitle:before {
  margin-right: 2.4rem; }
.leaders__subtitle:after {
  margin-left: 2.4rem; }
.leaders__title {
  font-size: 4.2rem;
  margin-bottom: 8.1rem;
  text-align: center; }
@media (max-width: 767px) {
  .leaders__title {
    font-size: 3.2rem;
    margin-bottom: 4.4rem; } }
.leaders__title p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
.leaders__title._small {
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 3.1rem; }
@media (max-width: 767px) {
  .leaders__title._small {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 2.3rem; } }
.leaders__text {
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0 auto;
  max-width: 88.5rem;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 3.3rem; }
@media (max-width: 767px) {
  .leaders__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 2.3rem; } }
.leaders__btn {
  text-align: center; }
.leaders__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 4rem; }
@media (max-width: 1439px) {
  .leaders__item {
    padding-left: 2rem;
    padding-right: 2rem; } }
@media (max-width: 767px) {
  .leaders__item {
    padding-left: 1.6rem;
    padding-right: 1.6rem; } }
@media (max-width: 767px) {
  .leaders__item:not(:last-child) {
    margin-bottom: 5rem; } }
.leaders__item-image {
  margin-bottom: 2.4rem;
  height: 9.5rem;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
@media (max-width: 767px) {
  .leaders__item-image {
    height: auto;
    min-height: 6rem; } }
.leaders__item-image img {
  max-width: 100%;
  max-height: 100%; }
.leaders__item-p {
  margin-bottom: 1.8rem;
  text-align: center; }
@media (max-width: 1439px) {
  .leaders__item-p {
    margin-bottom: 2.9rem; } }
.leaders__item-link {
  align-self: center;
  margin-top: auto;
  font-size: 1.2rem;
  letter-spacing: 0.11em;
  margin-right: 2.4em; }
@media (max-width: 1439px) {
  .leaders__item-link {
    margin-right: 0; } }

.menu {
  position: relative; }
.menu-aside {
  position: relative;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem; }
.menu-aside__list {
  margin-bottom: 6.4rem; }
.menu-aside__item:not(:last-child) {
  margin-bottom: 1.6rem; }
.menu-aside__link {
  color: #000000;
  text-decoration: none; }
.menu-aside__link._active, .menu-aside__link:hover {
  color: #FF8323; }
.menu-aside__link._active {
  font-family: 'Merriweather Sans Bold', sans-serif;
  font-weight: 400; }
.menu-submenu__item:not(:last-child) {
  margin-bottom: 0.64rem; }
.menu-submenu__link {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-decoration: none; }
.menu-submenu__link:hover {
  color: #FF8323; }
.menu-letter {
  margin-bottom: 5.3rem; }
@media (max-width: 767px) {
  .menu-letter {
    margin-bottom: 0;
    position: absolute;
    right: -1.2rem;
    top: -.8rem;
    background-color: #ffffff; } }
.menu-letter__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.9rem; }
@media (max-width: 767px) {
  .menu-letter__list {
    margin-right: 0;
    display: block; } }
.menu-letter__item {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #8A949E; }
@media (max-width: 767px) {
  .menu-letter__item {
    font-size: 1.4rem; } }
.menu-letter__item:not(:last-child) {
  margin-right: 0.9rem;
  margin-bottom: 0.9rem; }
@media (max-width: 767px) {
  .menu-letter__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0; } }
.menu-letter__link {
  background-color: #F7F7F8;
  text-decoration: none;
  height: 2.6rem;
  width: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #27436E; }
@media (max-width: 767px) {
  .menu-letter__link {
    width: auto;
    height: auto; } }
.menu-letter__text {
  background-color: #F7F7F8;
  height: 2.6rem;
  width: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center; }
@media (max-width: 767px) {
  .menu-letter__text {
    width: auto;
    height: auto; } }

.product:not(:last-child) {
  margin-bottom: 6.4rem; }
@media (max-width: 767px) {
  .product:not(:last-child) {
    margin-bottom: 3.2rem; } }

.product__wrap {
  margin-bottom: 14rem; }
@media (max-width: 767px) {
  .product__wrap {
    margin-bottom: 5.9rem; } }

@media (max-width: 767px) {
  .product__head {
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem; } }

.product__icon {
  height: 6.8rem;
  width: 6.8rem;
  margin-bottom: 2.4rem; }
@media (max-width: 1439px) {
  .product__icon {
    height: 4.8rem;
    width: 4.8rem; } }
@media (max-width: 767px) {
  .product__icon {
    margin-bottom: 0;
    margin-right: 1.9rem; } }
.product__icon svg {
  height: 100%;
  width: 100%;
  fill: #ffffff; }

.product__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 1.9rem; }
@media (max-width: 767px) {
  .product__title {
    margin-bottom: 0;
    font-size: 2rem; } }

.product__text {
  font-size: 1.4rem;
  line-height: 2.4rem; }

.product__row {
  position: relative; }
.product__row:not(:last-child) {
  margin-bottom: 6.3rem; }
@media (max-width: 767px) {
  .product__row:not(:last-child) {
    margin-bottom: 3.2rem; } }

.product__img {
  position: relative;
  margin-top: -1.4rem; }
@media (max-width: 1199px) {
  .product__img {
    margin-top: 0;
    margin-bottom: 3.2rem; } }
.product__img img {
  right: -3.5rem;
  position: relative;
  width: calc(100% + 3.5rem);
  height: 100%;
  object-fit: cover;
  object-position: left bottom; }
@media (max-width: 1439px) {
  .product__img img {
    right: auto; } }
@media (max-width: 1199px) {
  .product__img img {
    right: auto;
    width: calc(100% + 5rem); } }
.product__img._right {
  order: 1;
  margin: 19rem 0 0; }
@media (max-width: 1199px) {
  .product__img._right {
    margin-top: 3rem; } }
@media (max-width: 991px) {
  .product__img._right {
    margin-top: 5rem; } }
.product__img._right img {
  right: auto;
  left: -8rem;
  width: calc(100% + 8rem); }
@media (max-width: 1199px) {
  .product__img._right img {
    left: -4.6rem;
    width: calc(100% + 5rem); } }
.product__img-inner {
  background-color: #192C48;
  padding: 3.4rem 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 100%; }
@media (max-width: 1439px) {
  .product__img-inner {
    height: auto; } }
@media (max-width: 1199px) {
  .product__img-inner {
    position: relative;
    top: auto;
    transform: none;
    height: auto;
    padding: 2rem 0; } }
.product__img:not(._right) .product__img-inner {
  left: calc((100vw - 144rem) / -2 - 18rem);
  width: calc((100vw - 144rem) / 2 + 46.3rem); }
@media (max-width: 1439px) {
  .product__img:not(._right) .product__img-inner {
    left: -12rem;
    width: 100%; } }
@media (max-width: 1199px) {
  .product__img:not(._right) .product__img-inner {
    left: -1.6rem;
    width: 90%; } }
.product__img._right .product__img-inner {
  left: auto;
  right: calc((100vw - 144rem) / -2 - 37rem);
  width: calc((100vw - 144rem) / 2 + 63.3rem); }
@media (max-width: 1439px) {
  .product__img._right .product__img-inner {
    right: -100%; } }
@media (max-width: 1199px) {
  .product__img._right .product__img-inner {
    right: -29rem;
    width: calc(100% + 7.2rem); } }
@media (max-width: 991px) {
  .product__img._right .product__img-inner {
    right: calc(-10% - 2rem);
    width: 90%; } }
@media (max-width: 767px) {
  .product__img._right .product__img-inner {
    right: calc(-10% - 1.6rem);
    width: calc(100% + 7.2rem); } }
@media (max-width: 1199px) {
  .product__img._last-mob {
    order: 1;
    padding-top: 3.2rem; } }

.product__img:not(._right) + .product__list-inner {
  padding-left: 4.3rem;
  margin-bottom: -13.5rem; }
@media (max-width: 1199px) {
  .product__img:not(._right) + .product__list-inner {
    padding-left: 15px;
    margin-bottom: 0; } }

.product__img._right + .product__list-inner {
  padding-right: 4rem;
  margin-bottom: -7.8rem; }
@media (max-width: 1199px) {
  .product__img._right + .product__list-inner {
    padding-right: 15px;
    margin-bottom: 0; } }

.product__row:last-child .product__list-inner {
  margin-bottom: 0; }

.product__row:nth-child(n + 3) .product__img:not(._right) {
  margin-top: 5rem; }
@media (max-width: 1199px) {
  .product__row:nth-child(n + 3) .product__img:not(._right) {
    margin-top: 0; } }

.specifications {
  background: #F7F7F8;
  position: relative;
  padding: 6.9rem 0 6.3rem; }
@media (max-width: 767px) {
  .specifications {
    padding-bottom: 5rem; } }
.specifications__subtitle {
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.08em;
  position: absolute;
  background: #FF8323;
  padding: 2rem 7.3rem 1.7rem 1.7rem;
  display: inline-flex;
  color: #ffffff;
  top: -2.7rem;
  align-items: center; }
.specifications__subtitle:after {
  content: '';
  background-color: #ffffff;
  height: .1rem;
  width: 10rem;
  margin-left: 1rem; }
.specifications__title {
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 4.1rem;
  line-height: 4.9rem;
  margin-bottom: 2.1rem; }
@media (max-width: 767px) {
  .specifications__title {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-bottom: 1.1rem; } }
.specifications__text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  max-width: 90rem;
  margin-bottom: 2.5rem; }
.specifications__text-list {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #686868;
  margin-top: 2.3rem; }
@media (max-width: 767px) {
  .specifications__text-list {
    margin-top: 2.2rem; } }
.specifications__text-list._inner {
  margin-top: 0; }
.specifications__text-list p:not(:last-child) {
  margin-bottom: 1.2rem; }
.specifications__list {
  display: none;
  margin: 5rem -4.5rem;
  padding-bottom: 3rem;
  padding-right: 7rem; }
@media (max-width: 991px) {
  .specifications__list {
    margin: 4.8rem 0 0;
    padding: 0; } }
.specifications__list._open {
  display: block; }
.specifications__list-inner {
  margin-top: 2.4rem; }
.specifications__row {
  display: flex; }
@media (max-width: 991px) {
  .specifications__row {
    display: block; } }
.specifications__col {
  width: calc(100% / 3);
  padding: 0px 4.5rem 1.5rem; }
@media (max-width: 991px) {
  .specifications__col {
    width: 100%;
    padding: 0; } }
.specifications__col:not(:last-child) {
  border-right: 0.1rem solid #c6c6c6; }
@media (max-width: 991px) {
  .specifications__col:not(:last-child) {
    border: 0;
    margin-bottom: 4.8rem; } }
.specifications__h3 {
  margin-bottom: .9rem; }
.specifications__h4 {
  margin-bottom: 0.5rem; }
.specifications__item:not(:last-child) {
  margin-bottom: 5rem; }
.specifications__item-inner:not(:last-child) {
  margin-bottom: 2.5rem; }

.home-about {
  position: relative;
  padding: 4.1rem 0 10.9rem;
  background-color: #F7F7F8; }
@media (max-width: 767px) {
  .home-about {
    padding-bottom: 3.5rem; } }
.home-about__subtitle {
  position: absolute;
  top: 0;
  left: calc(50% - 36.5rem);
  font-family: 'Fira Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.21429em;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.08em; }
@media (max-width: 767px) {
  .home-about__subtitle {
    left: 9.5rem; } }
.home-about__subtitle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -9999px;
  right: calc(100% + 1.6rem);
  height: .1rem;
  background-color: #c6c6c6; }
.home-about__title {
  margin-bottom: 3.2rem; }
@media (max-width: 767px) {
  .home-about__title {
    margin-bottom: 2.4rem; } }
.home-about__p {
  margin-bottom: 2.8rem;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.66667em;
  color: #000; }
@media (max-width: 767px) {
  .home-about__p {
    font-size: 1.4rem;
    margin-bottom: 3.7rem; } }

.home-features {
  padding-top: 8rem;
  background-color: #F7F7F8; }
@media (max-width: 767px) {
  .home-features {
    padding-top: 5.5rem; } }
.home-features__list {
  display: flex;
  justify-content: space-between; }
@media (max-width: 767px) {
  .home-features__list {
    display: block; } }
.home-features__item {
  flex: 0 1 32rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 3.6rem; }
@media (max-width: 1439px) {
  .home-features__item {
    padding-left: 2rem;
    padding-right: 2rem; } }
@media (max-width: 767px) {
  .home-features__item {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-top: 3rem;
    flex: auto;
    width: 100%; } }
@media (max-width: 767px) {
  .home-features__item:not(:last-child) {
    margin-bottom: 3rem; } }
.home-features__icon {
  align-self: center;
  margin-bottom: 2.4rem;
  height: 11rem;
  line-height: 0;
  width: 100%;
  text-align: center; }
@media (max-width: 767px) {
  .home-features__icon {
    margin-bottom: 3.4rem; } }
.home-features__icon img {
  max-height: 100%; }
.home-features__title {
  margin-bottom: 1.6rem;
  font-family: 'Fira Sans Medium', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.22222em;
  color: #000;
  text-align: center; }
.home-features__p {
  align-self: center;
  max-width: 30.2rem;
  width: 100%;
  font-family: 'Merriweather Sans Regular', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #333333;
  text-align: center; }

.home-intro {
  padding: 15rem 0 0;
  min-height: 58.4rem;
  position: relative;
  z-index: 1; }
.home-intro:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url("/img/index/home_header_desktop.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
@media (max-width: 767px) {
  .home-intro:before {
    background-image: url("/img/index/header_home_mobile.jpg"); } }
@media (max-width: 767px) {
  .home-intro {
    padding-top: 9.6rem;
    min-height: 48.4rem; } }
.home-intro__title {
  margin-bottom: 2.4rem;
  font-family: 'Fira Sans SemiBold', sans-serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.20833em;
  color: #fff; }
@media (max-width: 767px) {
  .home-intro__title {
    margin-bottom: 2rem; } }
.home-intro__title p {
  font-size: inherit;
  line-height: inherit; }
@media (max-width: 767px) {
  .home-intro__title {
    font-size: 2.9rem; } }
.home-intro__p {
  margin-bottom: 2.6rem;
  max-width: 54rem;
  font-size: 1.8rem;
  line-height: 1.66667em;
  color: #fff; }
.home-intro__p p {
  font-size: inherit;
  line-height: inherit; }
@media (max-width: 767px) {
  .home-intro__p {
    font-size: 1.2rem;
    margin-bottom: 2.4rem; } }

.page-news__title {
  margin-bottom: 2.3rem; }

.page-news__text {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .page-news__text {
    line-height: 2.4rem; } }

.page-news__row {
  padding-top: 6.4rem;
  padding-bottom: 9rem; }
@media (max-width: 767px) {
  .page-news__row {
    padding-top: 3.2rem;
    padding-bottom: 0; } }

.page-news__form-title {
  margin-top: 5rem;
  margin-bottom: 1.4rem; }

.page-news__form-text {
  font-size: 1.6rem;
  line-height: 2.4rem; }
.page-news__form-text:not(:last-child) {
  margin-bottom: 2.4rem; }

.page-news__form-checkbox {
  margin-bottom: 4.4rem; }

@media (max-width: 767px) {
  .page-news__form-btn {
    justify-content: center; } }

.page-news__info {
  padding-top: 5.4rem;
  padding-left: 3rem; }
@media (max-width: 767px) {
  .page-news__info {
    padding: 3.2rem 1rem; } }
.page-news__info-img {
  margin-bottom: 2.4rem; }
.page-news__info-img img {
  vertical-align: top;
  max-width: 100%; }
.page-news__info-text {
  color: #838383;
  font-size: 1.2rem;
  line-height: 2rem; }

