/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif /* 1 */;
  -ms-text-size-adjust: 100% /* 2 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block /* 1 */;
  vertical-align: baseline /* 2 */;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box /* 1 */;
          box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  -webkit-box-sizing: content-box /* 2 */;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote {
  margin: 0;
}
@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url("../fonts/CeraPro-Bold.woff2") format('woff2'), url("../fonts/CeraPro-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url("../fonts/CeraPro-Regular.woff2") format('woff2'), url("../fonts/CeraPro-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url("../fonts/CeraPro-Medium.woff2") format('woff2'), url("../fonts/CeraPro-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Cera Pro';
  src: url("../fonts/CeraPro-MediumItalic.woff2") format('woff2'), url("../fonts/CeraPro-MediumItalic.woff") format('woff');
  font-weight: 500;
  font-style: italic;
}
textarea,
select,
input,
button,
:focus {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #000 inset;
  -webkit-text-fill-color: #fff !important;
}
[v-cloak] {
  display: none;
}
.js-popover-content {
  display: none;
}
#__bs_notify__ {
  display: none !important;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.65);
  z-index: 6;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 650ms cubic-bezier(0.77, 0, 0.175, 1), visibility 10ms 660ms;
  transition: opacity 650ms cubic-bezier(0.77, 0, 0.175, 1), visibility 10ms 660ms;
}
.modal-overlay.isShown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 550ms 10ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 550ms 10ms cubic-bezier(0.77, 0, 0.175, 1);
}
.title {
  font-weight: bold;
}
.title--46 {
  font-size: 3.6rem;
  line-height: 4rem;
  margin-bottom: 3.6rem;
}
.title--32 {
  font-size: 2.4rem;
  line-height: 3rem;
}
.subtitle + .title {
  margin-top: 1rem;
}
.text--24,
.company-features__name {
  font-size: 2.4rem;
  line-height: 3rem;
}
.text--black {
  color: #000;
}
.text--white {
  color: #fff;
}
.text--gray {
  color: #afafaf;
}
.text--pink {
  color: #e6017d;
}
.tag {
  font-size: 1.4rem;
  font-weight: 500;
  color: #afafaf;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .title--46 {
    font-size: 4.8rem;
    line-height: 6rem;
    margin-bottom: 4.5rem;
    text-indent: -0.3rem;
  }
  .title--32 {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media (min-width: 1240px) {
  .title {
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .subtitle + .title {
    margin-top: 0.5rem;
  }
}
.swiper-button-disabled {
  opacity: 0.35;
}
mark {
  color: #e6017d;
  background-color: transparent;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif /* 1 */;
  -ms-text-size-adjust: 100% /* 2 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block /* 1 */;
  vertical-align: baseline /* 2 */;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box /* 1 */;
          box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  -webkit-box-sizing: content-box /* 2 */;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote {
  margin: 0;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1240px) {
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}
@media (min-width: 576px) {
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
}
@media (min-width: 992px) {
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
}
@media (min-width: 1240px) {
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
@media (min-width: 576px) {
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media (min-width: 992px) {
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media (min-width: 1240px) {
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.text-justify {
  text-align: justify !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: 1240px) {
  .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-normal {
  font-weight: normal;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-bold {
  font-weight: 600;
}
.font-italic {
  font-style: italic;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}
@media (min-width: 576px) {
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media (min-width: 1240px) {
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
@media (min-width: 576px) {
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
@media (min-width: 768px) {
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
@media (min-width: 1240px) {
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1240px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}
.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-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1240px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
.d-print-inline {
  display: none !important;
}
.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 2rem;
}
@media (min-width: 576px) {
  .container {
    padding: 0 2rem;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2rem;
}
@media (min-width: 576px) {
  .row {
    margin: 0 -2rem;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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%;
  min-height: 1px;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 576px) {
  .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-right: 2rem;
    padding-left: 2rem;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1240px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
html {
  height: 100%;
  font-size: 10px;
  font-family: 'Cera Pro', sans-serif;
  color: #000;
}
@media screen and (min-width: 575px) {
  html {
    font-size: calc(10px + 1.5 * (100vw - 575px) / 193);
  }
}
@media screen and (min-width: 769px) and (max-width: 1239px) {
  html {
    font-size: calc(11.5px + 0.1 * (100vw - 769px) / 592);
  }
}
@media (min-width: 1240px) {
  html {
    font-size: calc(10px + 1 * (100vw - 1240px) / 559);
  }
}
_:default:not(:root:root),
html {
  -webkit-animation: webkitfix 1s forwards infinite;
          animation: webkitfix 1s forwards infinite;
}
@-webkit-keyframes webkitfix {
  100% {
    z-index: auto;
  }
}
body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
::-moz-selection {
  background: #e6017d;
  color: #fff;
}
::selection {
  background: #e6017d;
  color: #fff;
}
::-moz-selection {
  background: #e6017d;
  color: #fff;
}
.page__wrapper {
  width: 100%;
}
.page__header {
  top: 0;
  width: 100vw;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background-color: transparent;
  z-index: 10;
  will-change: background-color, position, border-color;
}
@media (min-width: 768px) {
  .page__header {
    width: auto;
    -webkit-transition: background-color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: background-color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.page__header--sticky {
  position: fixed;
  width: 100%;
  background-color: #fff;
}
@supports (position: sticky) {
  .page__header--sticky {
    position: sticky;
  }
}
.page__header--inverse {
  border-color: rgba(255,255,255,0.23);
  background-color: #000;
}
.page__header--sticky + .page__content {
  padding-top: 10rem;
}
@supports (position: sticky) {
  .page__header--sticky + .page__content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page__header--sticky + .page__content {
    padding-top: 5.5rem;
  }
  @supports (position: sticky) {
    .page__header--sticky + .page__content {
      padding-top: 0;
    }
  }
}
.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page__footer {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}
img {
  max-width: 100%;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #e6017d;
  text-decoration: none;
}
a:hover {
  color: rgba(230,1,125,0.8);
}
a.link-underline {
  text-decoration: underline;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.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.857142857142854%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.content-titlebox {
  max-width: 70rem;
}
.content-titlebox h1 {
  font-size: 4.8rem;
}
.content-titlebox p {
  font-size: 1.6rem;
  line-height: 1.625;
  color: #443349;
  font-weight: 400;
  padding: 1.2rem 0 4rem;
}
*::-ms-backdrop,
.media-center__news-list-inner {
  display: block !important;
}
*::-ms-backdrop,
.media-center__item {
  position: relative;
  display: inline-block !important;
  width: 49%;
  float: left;
  border: 0 none !important;
  outline: 1px solid #e6e6e6;
}
*::-ms-backdrop,
.content-docs__image img {
  min-height: 220px;
}
*::-ms-backdrop,
.content-docs__image svg {
  min-height: 220px;
}
*::-ms-backdrop,
.media-center__meta {
  padding-top: 7rem;
}
*::-ms-backdrop,
.company-map__img {
  display: block !important;
}
*::-ms-backdrop,
.company-map__img .icon__map {
  height: 734px !important;
}
.swiper-container,
.partners-slider__container,
.content-docs__container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper,
.partners-slider__wrap,
.content-docs__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper,
.partners-slider__wrap,
.content-docs__wrap {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide,
.partners-slider__slide,
.content-docs__slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tippy-tooltip.orion-gray-theme {
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .tippy-tooltip.orion-gray-theme {
    max-width: 100vw !important;
    position: absolute;
    top: 0;
    left: 0;
    right: initial !important;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: all;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(0,0,0,0.65) !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.tippy-tooltip.orion-gray-theme .tippy-backdrop {
  display: none;
}
.tippy-tooltip.orion-gray-theme .tippy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 3rem;
  color: #857b8b;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: left;
  background-color: #f2f2f2;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .tippy-tooltip.orion-gray-theme .tippy-content {
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .tippy-popper {
    max-width: 100vw !important;
    position: fixed !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.tippy-tooltip.orion-theme {
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .tippy-tooltip.orion-theme {
    max-width: 100vw !important;
    position: absolute;
    top: 0;
    left: 0;
    right: initial !important;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(0,0,0,0.65) !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.tippy-tooltip.orion-theme .tippy-backdrop {
  display: none;
}
.tippy-tooltip.orion-theme .tippy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 3rem;
  color: #857b8b;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: left;
  background-color: #fff;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .tippy-tooltip.orion-theme .tippy-content {
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .tippy-popper {
    max-width: 100vw !important;
    position: fixed !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.tippy-tooltip.orion-v2-theme {
  border: none;
  border-radius: 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .tippy-tooltip.orion-v2-theme {
    max-width: 100vw !important;
    position: absolute;
    top: 0;
    left: 0;
    right: initial !important;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(0,0,0,0.65) !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.tippy-tooltip.orion-v2-theme .tippy-backdrop {
  display: none;
}
.tippy-tooltip.orion-v2-theme .tippy-content .team-card__popover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 5rem 2rem 3rem;
  color: #857b8b;
  font-size: 1.4rem;
  line-height: 2.6rem;
  text-align: left;
  background-color: #fff;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .tippy-tooltip.orion-v2-theme .tippy-content .team-card__popover {
    line-height: 3.6rem;
  }
}
.tippy-tooltip.orion-v2-theme .tippy-content:before {
  content: "\2715";
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.tippy-iOS {
  cursor: pointer !important;
}
.tippy-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.tippy-popper {
  -webkit-perspective: 700px;
  perspective: 700px;
  z-index: 9999;
  outline: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4;
}
.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0;
}
.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
  transform-origin: 0 25%;
}
.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
  opacity: 1;
}
.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%, -45%);
  transform: scale(0.2) translate(-50%, -45%);
  opacity: 0;
}
.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0);
}
.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(60deg);
  transform: translateY(0) rotateX(60deg);
}
.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}
.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.5);
  transform: translateY(0) scale(0.5);
}
.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%;
}
.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%;
}
.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
  opacity: 1;
}
.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%);
  transform: scale(0.2) translate(-50%);
  opacity: 0;
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0);
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-60deg);
  transform: translateY(0) rotateX(-60deg);
}
.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}
.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.5);
  transform: translateY(0) scale(0.5);
}
.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%;
}
.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
}
.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-75%, -50%);
  transform: scale(0.2) translate(-75%, -50%);
  opacity: 0;
}
.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0);
}
.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-60deg);
  transform: translateX(0) rotateY(-60deg);
}
.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}
.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0.5);
  transform: translateX(0) scale(0.5);
}
.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0;
}
.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
}
.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0;
}
.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-25%, -50%);
  transform: scale(0.2) translate(-25%, -50%);
  opacity: 0;
}
.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left;
}
.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0);
}
.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(60deg);
  transform: translateX(0) rotateY(60deg);
}
.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}
.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0.5);
  transform: translateX(0) scale(0.5);
}
.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 0.3rem 0.6rem;
  max-width: 350px;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333;
}
.tippy-tooltip[data-size=small] {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
}
.tippy-tooltip[data-size=large] {
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
}
.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}
.tippy-tooltip[data-interactive],
.tippy-tooltip[data-interactive] path {
  pointer-events: auto;
}
.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
          transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}
.tippy-tooltip[data-inertia][data-state=hidden] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.tippy-arrow,
.tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tippy-roundarrow {
  width: 24px;
  height: 8px;
  fill: #333;
  pointer-events: none;
}
.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}
.tippy-backdrop+.tippy-content {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.tippy-backdrop+.tippy-content[data-state=visible] {
  opacity: 1;
}
.tippy-backdrop+.tippy-content[data-state=hidden] {
  opacity: 0;
}
@media (max-width: 360px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}
.breadcrumbs {
  color: #c1bac5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__item {
  margin-right: 5rem;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item--section {
  color: #e6017d;
}
.breadcrumbs__link {
  color: #c1bac5;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.breadcrumbs__link:hover {
  color: #ff39a4;
}
.breadcrumbs__item--section .breadcrumbs__link {
  color: #e6017d;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.breadcrumbs__item--section .breadcrumbs__link:hover {
  color: #ff39a4;
}
.channels-list {
  margin-top: 3.5rem;
  margin-bottom: 1px;
}
@media (max-width: 575px) {
  .channels-list {
    margin-top: 2.5rem;
  }
}
.channels-list__box {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  .channels-list__box {
    margin-top: 0;
  }
}
.channels-list + .content {
  padding-top: 4rem;
}
.cnt-reliability {
  max-width: 75rem;
}
.content-container .cnt-reliability {
  margin-bottom: -3rem;
}
@media (min-width: 576px) {
  .content-container .cnt-reliability {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cnt-reliability {
    margin-top: 7.5rem;
  }
}
.cnt-reliability__item {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .cnt-reliability__item {
    margin-bottom: 6rem;
  }
}
.cnt-reliability__position {
  color: #e6017d;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .cnt-reliability__position {
    margin-bottom: 2.5rem;
  }
}
.cnt-reliability__desc {
  color: #857b8b;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
.company-awards {
  padding-bottom: 3rem;
  color: #fff;
  background-color: #000;
}
.company-awards__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 3rem;
}
.company-awards__all a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #e6017d;
  -webkit-transition: color 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.company-awards__all a [class^="icon"] {
  margin-left: 1rem;
  margin-top: 0.25rem;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.company-awards__inner {
  margin: 0 auto;
}
.company-awards__header {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-awards__slider-container {
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .company-awards__slider-container {
    margin-right: -2rem;
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.company-awards__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company-awards__slider-nav-arrow {
  max-width: 7.9rem;
  color: #e6017d;
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.company-awards__slider-nav-arrow:active {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.company-awards__slider-nav-arrow--right {
  margin-left: 5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.company-awards__slider-nav-arrow--right:active {
  -webkit-transform: translateX(2px) rotate(180deg);
          transform: translateX(2px) rotate(180deg);
}
.company-awards__slider-item {
  width: 23rem;
}
.company-awards__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.2rem;
}
.company-awards__month {
  color: #e6017d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
}
.company-awards__year {
  color: #e6017d;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 5rem;
  text-transform: lowercase;
}
.company-awards__name {
  margin-top: 1.3rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
}
.company-awards__content {
  margin: 2rem 0;
  color: #c1bac5;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media (min-width: 1000px) {
  .company-awards__slider-container {
    margin-top: 11.5rem;
  }
  .company-awards__nav {
    margin-left: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .company-awards__all a:hover {
    color: #fff;
  }
  .company-awards__all a:hover [class^="icon"] {
    -webkit-transform: translateX(2.5rem);
            transform: translateX(2.5rem);
  }
  .company-awards__header {
    margin-top: 6rem;
  }
  .company-awards__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company-awards__slider-nav-arrow:hover {
    color: #fff;
  }
}
@media (min-width: 1240px) {
  .company-awards {
    padding-bottom: 9rem;
  }
  .company-awards__header {
    margin-top: 6rem;
  }
  .company-awards__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company-awards__slider-container {
    margin-top: 10rem;
  }
  .company-awards__name {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .company-awards__title {
    font-size: 4.8rem;
  }
  .company-awards__content {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 400px) {
  .company-awards__slider-nav {
    display: none;
  }
}
.company-features {
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.company-features__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-features__slider-container {
  margin-top: 3rem;
}
.company-features__slider-nav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
  margin-top: -4rem;
}
@media (min-width: 842px) {
  .isNavShown .company-features__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company-features__slider-nav-arrow {
  max-width: 7.9rem;
  color: #e6017d;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
}
.company-features__slider-nav-arrow:active {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.company-features__slider-nav-arrow--right {
  margin-left: 5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.company-features__slider-nav-arrow--right:active {
  -webkit-transform: translateX(2px) rotate(180deg);
          transform: translateX(2px) rotate(180deg);
}
.company-features__slider-item {
  width: 23rem;
}
.company-features__title {
  color: #443349;
  font-size: 3.6rem;
  line-height: 1.166;
  font-weight: 700;
  margin-bottom: 3rem;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.company-features__subtitle {
  max-width: 60rem;
}
.company-features__icon {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.5rem;
}
.company-features__name {
  margin: 3rem 0 1rem;
  font-weight: 500;
  color: #443349;
}
.company-features__year {
  color: #e6017d;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
}
.company-features__content {
  margin: 2rem 0;
  color: #857b8b;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.company-features__content.content p + ul {
  margin-top: -1rem;
}
@media (min-width: 1000px) {
  .company-features__slider-container {
    margin-top: 11.5rem;
  }
}
@media (min-width: 768px) {
  .company-features__title {
    margin-bottom: 4rem;
  }
  .company-features__slider-container {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .company-features__slider-container {
    margin-top: 4rem;
  }
  .company-features__icon {
    width: 10rem;
    height: 10rem;
  }
  .company-features__title {
    font-size: 4.8rem;
    line-height: 4.2rem;
  }
  .company-features__slider-nav-arrow:hover {
    color: #afafaf;
  }
}
@media (min-width: 1240px) {
  .company-features {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .company-features__slider-container {
    margin-top: 4rem;
  }
  .company-features__title {
    font-size: 4.8rem;
  }
}
.company-history {
  margin: 0 auto;
  padding-bottom: 3rem;
}
.company-history__header {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-history__slider-container {
  margin-top: 3rem;
}
.company-history__slider-nav {
  margin-left: 2rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-history__slider-nav-arrow {
  max-width: 7.9rem;
  color: #e6017d;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
}
.company-history__slider-nav-arrow:active {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.company-history__slider-nav-arrow--right {
  margin-left: 5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.company-history__slider-nav-arrow--right:active {
  -webkit-transform: translateX(2px) rotate(180deg);
          transform: translateX(2px) rotate(180deg);
}
.company-history__slider-item {
  width: 23rem;
}
.company-history__title {
  color: #443349;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 4.2rem;
}
.company-history__year {
  color: #e6017d;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
}
.company-history__content {
  margin: 2rem 0;
  color: #857b8b;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (min-width: 1000px) {
  .company-history__slider-container {
    margin-top: 11.5rem;
  }
}
@media (min-width: 992px) {
  .company-history__header {
    margin-top: 6rem;
  }
  .company-history__slider-nav-arrow:hover {
    color: #afafaf;
  }
}
@media (min-width: 1240px) {
  .company-history {
    padding-bottom: 9rem;
  }
  .company-history__header {
    margin-top: 6rem;
  }
  .company-history__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company-history__slider-container {
    margin-top: 10rem;
  }
  .company-history__title {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  .company-history__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.show-license-about-enter-active,
.show-license-about-leave-active {
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.show-license-about-enter,
.show-license-about-leave-to {
  opacity: 0;
}
.company-license {
  padding-top: 7rem;
  padding-bottom: 9rem;
  border-bottom: 1px solid #c1bac5;
}
@media (min-width: 992px) {
  .company-license {
    padding-bottom: 9rem;
  }
}
.company-license__title {
  font-size: 2.4rem;
  line-height: 1.25;
}
@media (min-width: 1240px) {
  .company-license__title {
    font-size: 3.2rem;
  }
}
.company-license__slider {
  width: calc(100% + 4rem);
  overflow: hidden;
  margin: 0 -2rem;
  padding-left: 2rem;
}
.company-license__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -6rem;
}
@media (min-width: 992px) {
  .company-license__slider-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.company-license__items {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .company-license__item:hover .company-license__download {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .company-license__item:hover {
    opacity: 1;
  }
}
.company-license__item {
  margin-right: 3rem;
  position: relative;
  opacity: 1;
  width: 20rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 992px) {
  .company-license__item {
    width: 13.6rem;
    opacity: 0.5;
  }
}
.company-license__item:last-child {
  margin-right: 0;
}
.company-license__item-info {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #857b8b;
}
@media (min-width: 992px) {
  .company-license__item-info {
    display: none;
  }
}
.company-license__item-img {
  display: block;
}
.company-license__item-img img {
  width: 100%;
  height: auto;
}
.company-license__download {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.company-license__about {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #857b8b;
  display: none;
}
@media (min-width: 992px) {
  .company-license__about {
    display: block;
    min-height: 6rem;
  }
}
.company-map {
  padding: 9rem 0 5.8rem;
}
.company-map ~ .company-video {
  margin-top: 0;
}
.company-map__container {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .company-map__container {
    padding: 0;
    width: 85rem;
    margin: auto;
  }
}
.company-map__title {
  font-size: 3.6rem;
  color: #443349;
  line-height: 1.166;
  font-weight: 700;
  padding: 2rem 0 3rem;
}
@media (min-width: 992px) {
  .company-map__title {
    width: 50rem;
    font-size: 4.8rem;
  }
}
.company-map__satellites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -2rem;
}
@media (min-width: 992px) {
  .company-map__satellites {
    width: 60rem;
  }
}
.company-map__satellite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.7rem;
  padding-right: 2rem;
}
.company-map__satellite-icon {
  width: 3rem;
  height: 3rem;
  color: #c1bac5;
}
.company-map__satellite-text {
  font-size: 1.8rem;
  line-height: 1.44;
  color: #443349;
  padding-left: 2rem;
  font-weight: 400;
}
.company-map__img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.company-map__img-container {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 1390px;
  margin: auto;
}
@media (min-width: 1240px) {
  .company-map__img-container {
    min-height: 80vh;
  }
}
.company-map__img svg {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .company-map__legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company-map__legend-item {
  padding: 3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .company-map__legend-item {
    width: 50%;
    padding-right: 6rem;
  }
}
.company-map__legend-item-dot {
  width: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #e6017d;
  padding: 0.7rem 0 0 0.5rem;
}
@media (min-width: 992px) {
  .company-map__legend-item-dot {
    margin-left: -3rem;
  }
}
.company-map__legend-item-dot svg {
  width: 1.2rem;
  height: 1.2rem;
}
.company-map__legend-item-desc {
  color: #afafaf;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
}
.company-service {
  padding-top: 3.8rem;
  margin: auto;
}
@media (min-width: 576px) {
  .company-service {
    padding-top: 7.5rem;
  }
}
.company-service__title {
  font-size: 3.6rem;
  line-height: 1.16;
  color: #443349;
  font-weight: 700;
}
@media (min-width: 992px) {
  .company-service__title {
    font-size: 4.8rem;
  }
}
.company-service__descr {
  font-size: 1.6rem;
  line-height: 1.625;
  color: #443349;
  font-weight: 400;
  padding: 1.2rem 0 4rem;
  max-width: 70rem;
}
@media (min-width: 992px) {
  .company-service__descr {
    font-size: 2rem;
    padding: 3rem 0 5rem;
  }
}
.company-service__container {
  max-width: 1920px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.company-service__item {
  width: 100%;
  height: 113vw;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 4rem 0;
}
@media (min-width: 576px) {
  .company-service__item {
    height: 70vw;
  }
}
@media (min-width: 768px) {
  .company-service__item {
    width: 50%;
    height: 60vw;
  }
}
@media (min-width: 992px) {
  .company-service__item {
    height: 50vw;
  }
}
@media (min-width: 1240px) {
  .company-service__item {
    height: 48rem;
    padding: 4rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.company-service__item .company-service__item-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-service__item--b2b {
  background-image: url("../img//assets/company-service/b2b.png");
}
.company-service__item--b2c {
  background-image: url("../img//assets/company-service/b2c.png");
}
.company-service__item-title {
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 700;
}
.company-service__item-descr {
  font-size: 1.8rem;
  line-height: 1.444;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 2rem;
  max-width: 25rem;
}
.company-service__item-descr-container {
  margin-bottom: 1rem;
}
.company-team {
  padding: 5rem 0;
  border-top: 1px solid #c1bac5;
  border-bottom: 1px solid #c1bac5;
  background-color: #fcfcfc;
}
@media (min-width: 1200px) and (max-width: 1239px) {
  .company-team__inner {
    margin-left: 0;
  }
}
.company-team__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .company-team__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-team__title {
  color: #443349;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.25;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .company-team__title {
    font-size: 3.2rem;
  }
}
.company-team__list {
  padding: 4rem 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% + 4rem);
  overflow: hidden;
  margin: 0 -2rem;
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .company-team__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    width: 100%;
    padding-left: 0;
  }
}
.company-team__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -6rem;
}
@media (min-width: 992px) {
  .company-team__list-wrapper {
    margin-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.company-team__item {
  width: 15rem;
  margin-right: 6rem;
}
@media (min-width: 992px) {
  .company-team__item {
    margin-right: 0;
  }
}
.company-team__img {
  height: 15rem;
  width: 15rem;
}
.company-team__img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
}
.company-team__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  margin-top: 2rem;
  color: #5c5460;
  width: 90%;
}
.company-team__all {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .company-team__all {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.company-team__all-link {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e6017d;
  font-size: 1.6rem;
  font-weight: 500;
}
.company-team__all-arrow {
  max-width: 3.9rem;
  max-height: 1.1rem;
  margin-left: 2rem;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 992px) {
  .company-team__all-link:hover .company-team__all-arrow,
  .company-team__all-link:focus .company-team__all-arrow {
    -webkit-transform: translateX(2.5rem);
            transform: translateX(2.5rem);
  }
}
.company-trust {
  border-top: 1px solid #c1bac5;
  border-bottom: 1px solid #c1bac5;
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .company-trust {
    padding-bottom: 0;
  }
}
.company-trust__slider-nav {
  display: none;
  margin-left: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 8rem;
  z-index: 6;
}
@media (min-width: 768px) {
  .company-trust__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    right: 0;
    padding-right: 2rem;
  }
}
.company-trust__slider-nav-arrow {
  cursor: pointer;
  color: #e6017d;
  max-width: 7.9rem;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 992px) {
  .company-trust__slider-nav-arrow:active {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .company-trust__slider-nav-arrow:hover {
    color: #afafaf;
  }
}
.company-trust__slider-nav-arrow--right {
  margin-left: 5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.company-trust__slider-nav-arrow--right:active {
  -webkit-transform: translateX(2px) rotate(180deg);
          transform: translateX(2px) rotate(180deg);
}
.company-trust__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .company-trust__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.company-trust__slider {
  overflow: hidden;
}
.company-trust__slide {
  display: none;
}
.company-trust__slide.isActive {
  display: block;
}
@media (min-width: 768px) {
  .company-trust__slide {
    display: block;
  }
}
@media (min-width: 768px) {
  .company-trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.company-trust__left {
  border-bottom: 1px solid #c1bac5;
}
@media (min-width: 768px) {
  .company-trust__left {
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-right: 1px solid #c1bac5;
    border-bottom: none;
  }
}
.company-trust__left-container {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .company-trust__left-container {
    max-width: 49rem;
    padding: 8rem 0;
  }
}
.company-trust__right {
  position: relative;
}
@media (min-width: 768px) {
  .company-trust__right {
    width: 65%;
    padding-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .company-trust__right {
    padding-bottom: 0;
  }
}
.company-trust__title {
  font-size: 3.6rem;
  line-height: 1.166;
  font-weight: 700;
  word-spacing: 1000px;
}
@media (min-width: 992px) {
  .company-trust__title {
    font-size: 4.8rem;
  }
}
.company-trust__icons {
  margin-top: 5rem;
}
.company-trust__icons img {
  width: 100%;
  height: auto;
}
.company-trust__icon {
  margin-right: 2rem;
  margin-bottom: 4rem;
}
.company-trust__slide-container {
  padding: 4rem 2rem 0;
}
@media (min-width: 992px) {
  .company-trust__slide-container {
    padding: 8rem 5rem;
  }
}
.company-trust__person {
  padding-right: 9rem;
}
@media (min-width: 768px) {
  .company-trust__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .company-trust__person-right {
    margin-left: 2rem;
    width: 70%;
  }
}
.company-trust__person-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 4rem;
  overflow: hidden;
}
.company-trust__person-img img {
  height: 100%;
  width: auto;
}
.company-trust__person-title {
  font-weight: 400;
  font-size: 1.8rem;
  color: #443349;
  line-height: 1.444;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .company-trust__person-title {
    margin-top: 0;
  }
}
.company-trust__person-desc {
  font-weight: 500;
  line-height: 1.428;
  margin-top: 1rem;
  color: #c1bac5;
}
.company-trust__text {
  color: #443349;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 4rem;
  line-height: 1.75;
}
.company-trust__bottom {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .company-trust__bottom {
    margin-top: 6rem;
  }
}
.company-trust__img {
  width: 16rem;
  opacity: 0.3;
}
.company-trust__img img {
  width: 100%;
  height: auto;
}
.company-trust__btn {
  margin-top: 6rem;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .company-trust__btn {
    display: none;
  }
}
.fade-popup-enter-active,
.fade-popup-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fade-popup-enter,
.fade-popup-leave-to {
  opacity: 0;
}
.company-video {
  height: calc(60vh - 5.5rem);
  position: relative;
}
@media (min-width: 768px) {
  .company-video {
    height: 60vh;
    margin-top: -10rem;
  }
}
@media (min-width: 992px) {
  .company-video {
    min-height: 70rem;
  }
}
.company-video--inner {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.company-video__container {
  height: 100%;
}
.company-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #e6017d;
}
@media (min-width: 992px) {
  .company-video__play {
    cursor: pointer;
  }
  .company-video__play:hover {
    opacity: 0.8;
  }
}
.company-video__img {
  height: 100%;
  width: 100%;
}
.company-video__img iframe {
  width: 100vw;
  height: 60vh;
  z-index: 1;
}
.company-video__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  font-family: 'object-fit: cover;';
}
.connect-channel {
  padding-top: 6.5rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.connect-channel__item {
  margin-bottom: 4rem;
}
.connect-channel__title {
  margin-bottom: 7.5rem;
  color: #443349;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
}
.connect-channel__number {
  margin-bottom: 1rem;
  color: #e6017d;
  font-size: 4.8rem;
  line-height: 6rem;
}
.connect-channel__desc {
  margin-top: 1rem;
  color: #c1bac5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
@media (min-width: 576px) {
  .connect-channel__item {
    margin-bottom: 8rem;
  }
}
@media (max-width: 575px) {
  .connect-channel__title {
    margin-bottom: 6.5rem;
  }
  .connect-channel__item {
    max-width: 28rem;
  }
}
h5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
.content {
  color: #443349;
}
.content.content-text {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
.content.max-70 {
  max-width: 70rem;
}
.content-container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 576px) {
  .content-container {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .content {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
.content h1 {
  font-size: 3.6rem;
  line-height: 4rem;
  margin-bottom: 3rem;
}
.content h1:last-child {
  margin-bottom: 0;
}
.content h1:first-child {
  margin-top: 0;
}
@media (min-width: 1240px) {
  .content h1 {
    font-size: 4.8rem;
    line-height: 6rem;
    margin-bottom: 4rem;
  }
}
.content h2 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
}
.content h2:last-child {
  margin-bottom: 0;
}
.content h2:first-child {
  margin-top: 0;
}
@media (min-width: 576px) {
  .content h2 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1240px) {
  .content h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.content h3 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
}
.content h3:last-child {
  margin-bottom: 0;
}
.content h3:first-child {
  margin-top: 0;
}
@media (min-width: 1240px) {
  .content h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.content h4 {
  margin-top: 6rem;
  margin-bottom: 6rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
}
@media (min-width: 1240px) {
  .content h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.content p {
  margin: 2.8rem 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.content p:last-child {
  margin-bottom: 0;
}
.content p:first-child {
  margin-top: 0;
}
@media (min-width: 1240px) {
  .content p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.content h2 + p,
.content h2 + ul,
.content h3 + ul,
.content h4 + ul,
.content h2 + ol,
.content h3 + ol,
.content h4 + ol {
  margin-top: -3rem;
}
.content p + ul,
.content p + ol {
  margin-top: -1rem;
}
.content h3 + p,
.content h4 + p {
  margin-top: -4rem;
}
.content ol {
  margin: 3.5rem 0;
  list-style: none;
  counter-reset: li;
}
.content ol:last-child {
  margin-bottom: 0;
}
.content ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0;
  color: #443349;
  font-size: 1.6rem;
  line-height: 3rem;
  counter-increment: li;
}
.content ol li:last-child {
  margin-bottom: 0;
}
.content ol li::before {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  margin-left: -2rem;
  color: #e6017d;
  font-size: 2.4rem;
  font-weight: 500;
  content: counter(li);
}
.content ul {
  margin: 3.5rem 0;
  padding-left: 40px;
  list-style: none;
}
@media (max-width: 767px) {
  .content ul {
    padding-left: 0;
  }
}
.content ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0;
  padding: 0 0 0 2.3rem;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #443349;
}
@media (max-width: 767px) {
  .content ul li {
    margin: 1.5rem 0;
  }
}
.content ul li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e6017d;
}
@media (max-width: 767px) {
  .content ul li::before {
    left: 0;
  }
}
.content-header {
  border-bottom: 1px solid #e6017d;
}
.content-header__popover-content {
  display: none;
}
.content-header__button-wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 3rem;
}
@media (min-width: 575px) {
  .content-header__button-wrapper {
    margin-left: 11rem;
  }
}
.content-header .persona__description {
  min-height: 8.7rem;
}
.content-header .persona__image {
  margin-bottom: 3rem;
}
@media (min-width: 575px) {
  .content-header .persona__image {
    margin-bottom: 0;
  }
}
.content-header__meta {
  margin: 0 -2rem 7rem;
  background-size: cover;
  background-position: center;
}
.content-header__meta-mask {
  position: relative;
  padding: 5rem 2rem 2rem;
  background-color: rgba(255,255,255,0.81);
}
@media (min-width: 992px) {
  .content-header__meta-mask {
    padding: 8rem 2rem 0 2rem;
  }
}
.content-header__teaser {
  display: none;
  height: 100%;
}
@media (min-width: 992px) {
  .content-header__teaser {
    display: block;
  }
}
.content-header__title {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4rem;
}
@media (min-width: 1240px) {
  .content-header__title {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.content-header__title mark {
  color: #e6017d;
  background: none;
}
.content-header__bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-header .persona {
  margin-top: -3rem;
  margin-bottom: 7rem;
}
@media (min-width: 992px) {
  .content-header__meta {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .content-header__teaser {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
}
@media (min-width: 1240px) {
  .content-header__teaser {
    margin-left: 0;
    width: calc(100% + 5rem);
  }
}
.page.page--contents {
  background-color: #fff;
  color: #000;
}
.page.page--contents a {
  color: #000;
}
.debug-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1000000;
  display: none;
}
.debug-wrapper .debug-service {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem;
  background: rgba(0,0,0,0.5);
  font-size: 1.2rem;
}
.debug-wrapper .debug-service a {
  color: #fff;
  text-decoration: underline;
}
.is-debug .debug-wrapper {
  display: block;
}
#debug {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#debug .debug-container {
  -webkit-box-shadow: inset -4rem 0 0 -2rem rgba(0,255,255,0.2), inset 4rem 0 0 -2rem rgba(0,255,255,0.2);
          box-shadow: inset -4rem 0 0 -2rem rgba(0,255,255,0.2), inset 4rem 0 0 -2rem rgba(0,255,255,0.2);
}
#debug .debug-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(100%, auto);
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
}
#debug .debug-content div {
  outline: 1px solid #0dd;
  margin: 0;
}
@media (min-width: 576px) {
  #debug .debug-content {
    grid-template-columns: repeat(6, 1fr);
  }
  #debug .debug-content div:nth-child(7),
  #debug .debug-content div:nth-child(8),
  #debug .debug-content div:nth-child(9),
  #debug .debug-content div:nth-child(10),
  #debug .debug-content div:nth-child(11),
  #debug .debug-content div:nth-child(12) {
    display: none;
  }
}
.is-debug-outline * {
  outline: 1px dotted rgba(255,0,0,0.5);
}
.is-debug-outline * * {
  outline: 1px dotted rgba(0,128,0,0.5);
}
.is-debug-outline * * * {
  outline: 1px dotted rgba(255,165,0,0.5);
}
.is-debug-outline * * * * {
  outline: 1px dotted rgba(0,0,255,0.5);
}
.is-debug-outline * * * * * {
  outline: 1px solid rgba(255,0,0,0.5);
}
.is-debug-outline * * * * * * {
  outline: 1px solid rgba(0,128,0,0.5);
}
.is-debug-outline * * * * * * * {
  outline: 1px solid rgba(255,165,0,0.5);
}
.is-debug-outline * * * * * * * * {
  outline: 1px solid rgba(0,0,255,0.5);
}
.is-debug-outline * * * * * * * * * {
  outline: 1px solid rgba(240,248,255,0.5);
}
.is-debug-outline * * * * * * * * * * {
  outline: 1px solid rgba(250,235,215,0.5);
}
.is-debug-outline * * * * * * * * * * * {
  outline: 1px solid rgba(0,255,255,0.5);
}
.is-debug-outline * * * * * * * * * * * * {
  outline: 1px solid rgba(127,255,212,0.5);
}
.is-debug-outline * * * * * * * * * * * * * {
  outline: 1px solid rgba(138,43,226,0.5);
}
.is-debug-outline * * * * * * * * * * * * * * {
  outline: 1px solid rgba(165,42,42,0.5);
}
.is-debug-outline * * * * * * * * * * * * * * * {
  outline: 1px solid rgba(222,184,135,0.5);
}
.is-debug-outline * * * * * * * * * * * * * * * * {
  outline: 1px solid rgba(95,158,160,0.5);
}
.table-of-contents .contents-wrapper {
  width: 100%;
  margin-top: 2rem;
}
.table-of-contents .contents-wrapper h2 {
  font-size: 3rem;
  margin: 3rem 0;
}
.table-of-contents .contents-wrapper .contents-row {
  display: grid;
  grid-template-columns: 4rem 1fr 15rem 10rem;
  grid-auto-rows: 5rem;
  grid-column-gap: 0rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table-of-contents .contents-wrapper .contents-row .contents-col {
  text-align: left;
  padding: 1rem;
  font-size: 2rem;
  border-top: 1px solid #ccc;
}
.table-of-contents .contents-wrapper .contents-row .contents-col.done,
.table-of-contents .contents-wrapper .contents-row .contents-col.wait,
.table-of-contents .contents-wrapper .contents-row .contents-col.wip {
  border-left: 1px solid #ccc;
}
.table-of-contents .contents-wrapper .contents-row a {
  text-decoration: underline;
}
.table-of-contents .legend {
  margin-top: 1rem;
}
.table-of-contents .legend .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.table-of-contents .legend .status div {
  font-size: 1.8rem;
  border: 1px solid #ccc;
  padding: 1rem;
}
.table-of-contents .done {
  background: #64ffda;
}
.table-of-contents .wip {
  background: #ffff8d;
}
.ui h1 {
  margin-bottom: 5rem;
}
.ui h2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.ui h3 {
  margin: 2rem 0 2rem 0rem;
}
.ui h4 {
  margin: 2rem 0 2rem 0rem;
}
.ui .descr {
  font-size: 1.4rem;
  color: #ccc;
  padding: 1rem 0 2rem;
}
.ui .descr p {
  font-size: 1.2rem;
}
.ui .descr p + p {
  margin-top: 0.5rem;
}
.feedback {
  padding: 4rem 0;
  background-color: #000;
}
.feedback input:-webkit-autofill,
.feedback input:-webkit-autofill:hover,
.feedback input:-webkit-autofill:focus,
.feedback textarea:-webkit-autofill,
.feedback textarea:-webkit-autofill:hover,
.feedback textarea:-webkit-autofill:focus,
.feedback select:-webkit-autofill,
.feedback select:-webkit-autofill:hover,
.feedback select:-webkit-autofill:focus {
  border-color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,174,255,0.04) 50%, rgba(255,255,255,0) 51%, rgba(0,174,255,0.03) 100%);
}
.feedback__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4rem;
}
.feedback .persona {
  margin-top: 5rem;
}
.feedback .persona__text {
  color: #c1bac5;
}
.feedback-form {
  color: #fff;
  overflow: hidden;
}
.feedback-form .btn[type="submit"] {
  min-width: 26rem;
}
.feedback-form__form-group {
  position: relative;
  margin: 2rem 0;
}
.feedback-form__form-group:first-child {
  margin-top: 0.2rem;
}
.feedback-form__form-group:last-child {
  margin-top: 3rem;
}
.feedback-form__form-control {
  width: 100%;
  max-width: 100%;
  min-height: 5rem;
  padding: 1.4rem 1.8rem;
  color: #fff;
  border: 1px solid #c1bac5;
  border-radius: 0.5rem;
  background-color: transparent;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.feedback-form__form-control:hover,
.feedback-form__form-control:focus {
  color: #fff;
  border-color: #fff;
}
.feedback-form__form-control::-webkit-input-placeholder {
  color: #857b8b;
}
.feedback-form__form-control::-moz-placeholder {
  color: #857b8b;
}
.feedback-form__form-control:-ms-input-placeholder {
  color: #857b8b;
}
.feedback-form__form-control::-ms-input-placeholder {
  color: #857b8b;
}
.feedback-form__form-control::placeholder {
  color: #857b8b;
}
.feedback-form__form-control--error {
  color: #ff1b45;
  border-color: #ff1b45;
}
.feedback-form__form-label {
  position: absolute;
  top: -12px;
  left: 14px;
  padding: 0 0.5rem;
  color: #ebebeb;
  background-color: #000;
  font-size: 1.2rem;
  line-height: 2.5rem;
}
.feedback-form__attach {
  margin-top: 2rem;
  margin-bottom: 5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .feedback-form__attach {
    width: 25rem;
  }
}
.feedback-form__attach-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  -webkit-transition: color 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.feedback-form__attach-label-img {
  width: 1.3rem;
  height: 1.3rem;
  left: 0;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
  margin-top: -3px;
}
.feedback-form__attach-input {
  position: absolute;
  top: 0;
  left: -10rem;
  width: 50rem;
  height: 2.5rem;
  opacity: 0;
  cursor: pointer;
  max-width: 100%;
}
@media (min-width: 576px) {
  .feedback-form__attach-input {
    max-width: none;
  }
}
.feedback-form__form-control--file + .feedback-form__form-label--file {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  display: inline-block;
  cursor: pointer;
}
.feedback-form__form-control--file:focus + .feedback-form__form-label--file,
.feedback-form__form-control--file + .feedback-form__form-label--file:hover {
  background-color: #f00;
}
.feedback-form__form-info {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.feedback-form__form-info--error {
  color: #ff1b45;
}
.feedback-form__agreement {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.feedback-form__success-message {
  max-width: 29rem;
  color: #c1bac5;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (max-width: 767px) {
  .feedback-form {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .feedback-form {
    max-width: 40rem;
  }
  .feedback-form__agreement a {
    color: #e6017d;
    -webkit-transition: color 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: color 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .feedback-form__agreement a:hover {
    color: #ff7ec4;
  }
  .feedback-form__attach-input:hover ~ .feedback-form__attach-label {
    color: #e6017d;
  }
  .feedback {
    padding: 8rem 0;
  }
  .feedback__title {
    font-size: 4.8rem;
    line-height: 6rem;
    max-width: 65rem;
  }
}
@media (min-width: 1240px) {
  .feedback .persona {
    margin-top: 3.5rem;
  }
}
.filter__controls {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  max-height: 70%;
  max-width: 28rem;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 550ms cubic-bezier(0.77, 0, 0.175, 1), visibility 10ms 560ms, -webkit-transform 550ms ease-in-out;
  transition: opacity 550ms cubic-bezier(0.77, 0, 0.175, 1), visibility 10ms 560ms, -webkit-transform 550ms ease-in-out;
  transition: opacity 550ms cubic-bezier(0.77, 0, 0.175, 1), visibility 10ms 560ms, transform 550ms ease-in-out;
  transition: opacity 550ms cubic-bezier(0.77, 0, 0.175, 1), visibility 10ms 560ms, transform 550ms ease-in-out, -webkit-transform 550ms ease-in-out;
}
.filter__controls.isShown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 550ms 250ms ease-in-out, visibility 10ms, -webkit-transform 550ms 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 550ms 250ms ease-in-out, visibility 10ms, -webkit-transform 550ms 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 550ms 250ms ease-in-out, visibility 10ms, transform 550ms 50ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 550ms 250ms ease-in-out, visibility 10ms, transform 550ms 50ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 550ms 50ms cubic-bezier(0.77, 0, 0.175, 1);
}
.filter__title {
  display: block;
  padding-left: 4rem;
  padding-right: 4rem;
  line-height: 6.5rem;
  font-weight: 500;
  font-size: 2rem;
}
.filter__button.btn {
  color: #443349;
}
.filter__button.btn .btn__text {
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.filter__list.isMobile .filter__button.btn {
  border: none;
  background-color: transparent;
  padding-left: 4rem;
  padding-right: 4rem;
  line-height: 4.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 0;
}
.filter__list.isMobile .filter__button.btn.isActive {
  background-color: #ebebeb;
}
.filter__list {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.filter__mobile-btn.btn {
  position: fixed;
  bottom: 4rem;
  display: block;
  max-width: calc(100vw - 4rem);
  z-index: 2;
}
.filter__mobile-btn.btn .icon__filter {
  width: 2.2rem;
  height: 1.4rem;
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 576px) {
  .filter {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .filter__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: static;
    z-index: 1;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .filter__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .filter__button.isActive {
    color: #fff;
    border-color: transparent;
    background-color: #e6017d;
  }
  .filter__title {
    display: none;
  }
  .filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter__mobile-btn {
    display: none;
  }
}
.footer {
  padding-top: 5rem;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer__bottom {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.footer__logo {
  display: block;
  margin-bottom: 4rem;
}
.footer__logo-img {
  width: 15rem;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.footer__logo:hover .footer__logo-img,
.footer__logo:focus .footer__logo-img {
  opacity: 0.6;
}
.footer__copyright {
  color: #c1bac5;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.footer__agreement {
  color: #e6017d;
  font-size: 1.4rem;
  line-height: 2.4rem;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
.footer__agreement:hover,
.footer__agreement:focus {
  color: #ff39a4;
}
.footer__madein {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #c1bac5;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer__madein-logo {
  height: 1.2rem;
  max-width: 6.8rem;
  margin-left: 0.5rem;
  color: #36444c;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
.footer__madein:hover .footer__madein-logo,
.footer__madein:focus .footer__madein-logo {
  color: #e6017d;
}
.footer a {
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 5rem;
  }
  .footer__logo {
    margin: 0;
  }
  .footer__logo-img {
    width: 12.5rem;
  }
}
@media (min-width: 1240px) {
  .footer {
    padding-top: 6rem;
  }
  .footer__bottom {
    margin-top: 12.5rem;
  }
}
@media (max-width: 325px) {
  .footer__agreement {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer__agreement {
    margin-top: 1.5rem;
  }
  .footer__madein {
    margin-top: 5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 890px) {
  .footer__copyright {
    font-size: 1.15rem;
  }
  .footer__agreement {
    font-size: 1.15rem;
  }
  .footer__madein {
    font-size: 1.15rem;
  }
  .footer__madein-logo {
    max-width: 5.5rem;
  }
}
@media (min-width: 1240px) and (max-width: 1360px) {
  .footer__logo-img {
    width: 12.5rem;
  }
}
.header {
  position: relative;
  height: 5.5rem;
  color: #000;
  background-color: transparent;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__account-link {
  color: #443349;
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  display: none;
}
.page__header--inverse .header__account-link {
  color: #fff;
}
.header__account-link:hover {
  color: #e6017d;
}
@media (min-width: 768px) {
  .header {
    height: 8rem;
  }
}
@media (min-width: 992px) {
  .header__account-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 1240px) {
  .header {
    height: 10rem;
  }
  .header__account-link {
    font-size: 1.6rem;
  }
}
.latest-news {
  border-top: 1px solid #303030;
  background: #181818;
}
@media (min-width: 576px) {
  .latest-news {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, #181818), to(#181818));
    background: -webkit-linear-gradient(left, #000 0, #000 50%, #181818 50%, #181818 100%);
    background: linear-gradient(to right, #000 0, #000 50%, #181818 50%, #181818 100%);
  }
}
.latest-news__right-side {
  padding-left: 0;
}
@media (min-width: 576px) {
  .latest-news__right-side {
    border-left: 1px solid rgba(255,255,255,0.1);
  }
}
.latest-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 576px) {
  .latest-news__list {
    border-right: 1px solid rgba(255,255,255,0.1);
  }
}
.latest-news__meta {
  height: 100%;
}
.latest-news__item {
  position: relative;
  width: 100%;
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.latest-news__item:last-child {
  border-bottom: none;
}
.latest-news__title {
  max-width: 50rem;
  margin-bottom: 4rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.latest-news__left-side .latest-news__title {
  word-spacing: 1000px;
}
.latest-news__item:hover .latest-news__title {
  color: #e6017d;
}
.latest-news__meta .latest-news__title {
  margin: 4rem 0;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4rem;
}
.latest-news__date {
  margin-top: 3rem;
  color: #5c5460;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
}
.latest-news__arrow {
  display: inline-block;
  width: 5.4rem;
  height: 3.8rem;
  color: #e6017d;
  position: absolute;
  right: 2rem;
  bottom: -1rem;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
}
.latest-news__arrow:hover {
  color: #fff;
  -webkit-transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
}
.latest-news__view-all {
  margin: 0;
}
@media (min-width: 576px) {
  .latest-news__view-all {
    margin: 2rem 0 3rem;
  }
}
.latest-news__view-all-link {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e6017d;
  font-size: 1.6rem;
  font-weight: 500;
}
.latest-news__view-all-arrow {
  max-width: 3.9rem;
  max-height: 1.1rem;
  margin-left: 2rem;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 992px) {
  .latest-news__view-all-link:hover .latest-news__view-all-arrow,
  .latest-news__view-all-link:focus .latest-news__view-all-arrow {
    -webkit-transform: translateX(2.5rem);
            transform: translateX(2.5rem);
  }
}
@media (min-width: 576px) {
  .latest-news__item {
    padding: 4rem 0;
  }
  .latest-news__list {
    margin-right: -2rem;
  }
  .latest-news__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .latest-news__arrow {
    display: inline-block;
    width: 7.9rem;
    height: 5.2rem;
    opacity: 0;
    bottom: 0;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
    -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .latest-news__item:hover .latest-news__arrow {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media (min-width: 1240px) {
  .latest-news__left-side .latest-news__title {
    font-size: 4.6rem;
    line-height: 6rem;
  }
  .latest-news__list {
    margin-right: -5rem;
  }
}
@media (min-width: 1921px) {
  .latest-news__list {
    margin-right: 0;
  }
}
.layout-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.layout-contacts__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 4rem;
}
.layout-contacts__social {
  margin-top: 0.25rem;
  margin-left: 0;
}
.layout-contacts__item {
  display: block;
  line-height: 2.6rem;
  white-space: nowrap;
}
.layout-contacts a {
  color: #c1bac5;
  font-weight: 500;
}
.layout-contacts--mobile-menu {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.layout-contacts--mobile-menu .layout-contacts__social {
  margin-top: 3.5rem;
}
.layout-contacts--mobile-menu .layout-social__icon {
  --color-1: #000;
  --color-2: #fff;
}
@media (min-width: 768px) {
  .layout-contacts {
    margin-top: 5rem;
  }
  .layout-contacts__social {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-left: auto;
  }
  .layout-contacts__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout-contacts a {
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
  }
  .layout-contacts a:hover,
  .layout-contacts a:focus {
    color: #e6017d;
  }
}
@media (min-width: 992px) {
  .layout-contacts {
    margin-top: 0.5rem;
  }
  .layout-contacts__social {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1240px) {
  .layout-contacts {
    margin-left: 4.5rem;
  }
  .layout-contacts__contact {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .layout-contacts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1361px) {
  .layout-contacts__contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .layout-contacts__social {
    min-width: auto;
  }
  .layout-contacts__item:first-child {
    margin-right: 4.5rem;
  }
}
.layout-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-social__link {
  background: #000;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 1025px) {
  .layout-social__link {
    -webkit-transition: 0.3s ease-out !important;
    transition: 0.3s ease-out !important;
  }
  .layout-social__link:hover {
    background: #e6017d;
  }
}
.layout-social__link:not(:last-child) {
  margin-right: 2rem;
}
.layout-social__icon {
  width: 3.8rem;
  fill: #fff;
}
@media (min-width: 768px) {
  .layout-social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.main-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 40rem;
  height: calc(100vh - 5.5rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .main-slider {
    height: 100vh;
    margin-top: -10rem;
  }
}
@media (min-width: 992px) {
  .main-slider {
    min-height: 70rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-slider__videos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: 0;
  overflow: hidden;
}
.main-slider__videos.is-ready .main-slider__videos-item {
  display: block;
}
.main-slider__videos-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.main-slider__videos-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media (max-width: 1024) {
  .main-slider__videos-item video {
    display: none;
  }
}
.main-slider__videos-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  font-family: 'object-fit: cover;';
}
@media (min-width: 992px) {
  .main-slider__videos-item img {
    display: none;
  }
}
.main-slider__content {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-slider .main-slider__container {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .main-slider .main-slider__container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .main-slider .main-slider__container {
    margin-top: 10rem;
  }
}
.main-slider__tagline {
  color: #afafaf;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .main-slider__tagline {
    padding-bottom: 1.6rem;
  }
}
.main-slider__title {
  color: #000;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4rem;
  max-width: 65rem;
}
@media (min-width: 992px) {
  .main-slider__title {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.main-slider__category {
  color: #5c5460;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.main-slider__category.is-active {
  color: #e6017d;
}
@media (min-width: 992px) {
  .main-slider__category:not(.is-active):hover {
    cursor: pointer;
    color: #e6017d;
  }
}
.main-slider__indicators {
  max-width: 26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
}
.main-slider__indicators.is-ready {
  visibility: visible;
}
@media (min-width: 992px) {
  .main-slider__indicators {
    max-width: 41rem;
    margin-top: 2.2rem;
  }
}
.main-slider__types {
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .main-slider__types {
    display: block;
  }
}
@media (min-width: 992px) {
  .main-slider__types-mobile {
    display: none;
  }
}
.main-slider__indicator {
  width: 45%;
  height: 0.8rem;
  background-color: rgba(127,127,127,0.3);
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.main-slider__indicator:not(.is-active) {
  cursor: pointer;
}
.main-slider__indicator-line {
  display: block;
  height: 100%;
  background: #e6017d;
  position: absolute;
  width: 100%;
  left: 100%;
  will-change: transform, left;
}
.main-slider__indicator.is-active .main-slider__indicator-line {
  -webkit-animation: progress 5s linear;
          animation: progress 5s linear;
  left: 0;
}
.main-slider .main-slider__btn-container {
  height: auto;
  padding-top: 6rem;
}
@media (min-width: 992px) {
  .main-slider .main-slider__btn-container {
    display: none;
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
@-webkit-keyframes progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.media-center__news-list {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
  max-width: none;
}
@media (max-width: 1499px) {
  .media-center__news-list {
    border-top: 1px solid #e6017d;
  }
}
.media-center__news-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1920px) {
  .media-center__news-list-inner {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
.media-center__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 3.5rem 2rem 4.5rem;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #fbfbfb;
  color: #443349;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 550ms 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 550ms 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 1500px) {
  .media-center__item:nth-child(-n+2) {
    border-top: 1px solid #e6017d;
  }
}
.media-center__item:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fbfbfb;
  -webkit-transition: all 550ms 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 550ms 100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.media-center__title {
  min-height: 8rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 2rem;
  color: currentColor;
  line-height: 3rem;
  max-width: 51rem;
}
.media-center__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
.media-center__meta .tag {
  line-height: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.media-center__meta .tag:first-child {
  margin-right: 3rem;
}
.media-center__read-more {
  display: none;
}
.media-center__read-more svg {
  width: 8rem;
  height: 5.25rem;
}
.media-center__load-more {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  .media-center__title {
    font-size: 3.2rem;
  }
  .media-center__read-more {
    display: inline-block;
    color: #e6017d;
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
    -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
  }
  .media-center__read-more:hover {
    color: #fff;
    -webkit-transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .media-center__item:hover .media-center__read-more {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .media-center__item {
    padding: 5.5rem 2rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .media-center__item:hover {
    -webkit-transition: all 550ms;
    transition: all 550ms;
    color: #fff;
  }
  .media-center__item:hover:before {
    -webkit-transition: all 550ms;
    transition: all 550ms;
    background-color: rgba(0,0,0,0.66);
  }
  .media-center__item:hover .tag {
    color: #afafaf;
  }
  .media-center__item:hover .media-center__read-more {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .media-center__load-more {
    padding: 6.5rem 0;
  }
}
@media (min-width: 992px) {
  .media-center__item {
    height: 26rem;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    border-left: 0;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .media-center__item:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 1240px) {
  .media-center__news-list {
    width: calc(100% + 10rem);
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 1920px) {
  .media-center__news-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .media-center__item {
    padding: 3.5rem 5rem 4.5rem;
  }
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.modal__container {
  background-color: #fff;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__header {
  margin-top: 2rem;
  margin-left: 3.5rem;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #443349;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__close {
  margin-top: 0.3rem;
  background: transparent;
  border: 0;
}
.modal__header .modal__close:before {
  content: "\2715";
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.page-404 {
  margin-top: 2.5rem;
  margin-bottom: 7rem;
}
.page-404__container {
  max-width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.page-404__title {
  color: #443349;
  font-size: 3.6rem;
  line-height: 4.2rem;
  width: 100%;
}
.page-404__front-link--top.btn {
  display: none;
  margin-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-404__satellite {
  position: relative;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32.5rem;
}
.page-404__satellite-number-left {
  position: absolute;
  top: 3.8rem;
  left: 1.8rem;
  max-width: 8rem;
  z-index: -1;
}
.page-404__satellite-photo {
  max-width: 23rem;
}
.page-404__satellite-number-right {
  position: absolute;
  top: 3.7rem;
  right: 2rem;
  max-width: 8rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-404__title {
    margin-top: 8.5rem;
    width: auto;
  }
  .page-404__front-link.btn {
    min-width: 21rem;
  }
  .page-404__front-link--top.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-404__front-link--bottom.btn {
    display: none;
  }
  .page-404__satellite {
    margin-top: 6.5rem;
  }
}
@media (min-width: 1240px) {
  .page-404__title {
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .page-404__front-link.btn {
    min-width: 26rem;
  }
  .page-404__front-link--top.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-404__front-link--bottom.btn {
    display: none;
  }
  .page-404__satellite-number-left {
    max-width: 15.8rem;
    left: -6.7rem;
  }
  .page-404__satellite-photo {
    max-width: 57.5rem;
  }
  .page-404__satellite-number-right {
    max-width: 15.8rem;
    right: -6.7rem;
  }
}
@media (min-width: 768px) {
  .page-404__container {
    margin-left: 0;
  }
  .page-404__container--left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .page-404__container {
    margin-left: auto;
  }
  .page-404__container--left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.contacts__top {
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.contacts__bottom {
  margin: 3.5rem 0;
}
.contacts__address {
  margin-top: 2.5rem;
}
.contacts__address p {
  color: #443349;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.contacts__address br {
  display: none;
}
.contacts__map {
  min-height: 37.5rem;
  background-color: #f5f5f5;
}
.contacts #contactsmap {
  min-width: 100%;
  min-height: 37.5rem;
}
@media (min-width: 1240px) {
  .contacts__address {
    margin-top: 4rem;
  }
  .contacts__address p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .contacts__top {
    margin-top: 3rem;
  }
}
@media (min-width: 950px) {
  .contacts__address br {
    display: block;
  }
}
.page-team__header {
  margin-top: 3rem;
  margin-bottom: 7rem;
}
.page-team__title {
  margin-top: 1rem;
}
.page-team__desc p {
  color: #443349;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (max-width: 991px) {
  .page-team__desc {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .page-team__meta {
    margin-bottom: 2rem;
  }
  .page-team__header {
    margin-top: 5rem;
    margin-bottom: 11rem;
  }
  .page-team__desc p {
    color: #443349;
    font-size: 2rem;
    line-height: 3rem;
  }
}
.partners-slider {
  padding: 3rem 0;
}
@media (min-width: 576px) {
  .partners-slider {
    padding: 4rem 0;
  }
}
.partners-slider + .content-video {
  margin-top: -5rem;
}
.partners-slider__container {
  padding-left: 2rem;
  padding-right: 2rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 768px) {
  .partners-slider__container {
    padding: 0 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.partners-slider__slide {
  border: 1px solid rgba(0,0,0,0.05);
  padding: 1.5rem;
  width: 33.3333%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 768px) {
  .partners-slider__slide {
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.partners-slider__slide img {
  height: auto;
  width: 135px;
}
@media (min-width: 768px) {
  .partners-slider__slide img {
    width: 100%;
  }
}
.partners-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h3.partners-slider__title {
  margin: 0;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media (min-width: 576px) {
  h3.partners-slider__title {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
}
.partners-slider__nav {
  display: none;
}
@media (min-width: 576px) {
  .partners-slider__nav {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
}
@media (min-width: 992px) {
  .partners-slider__nav {
    padding-top: 0;
  }
}
.partners-slider__button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  color: #e6017d;
}
.partners-slider__button:hover {
  color: #afafaf;
}
.partners-slider__button--right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.partners-slider__button--left:hover {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
.partners-slider__button--left:hover:active {
  -webkit-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
}
.partners-slider__button--right:hover {
  -webkit-transform: translateX(0.5rem) rotate(180deg);
          transform: translateX(0.5rem) rotate(180deg);
}
.partners-slider__button--right:hover:active {
  -webkit-transform: translateX(0.75rem) rotate(180deg);
          transform: translateX(0.75rem) rotate(180deg);
}
@media (min-width: 1024px) {
  .partners-slider:not(.isInit) .partners-slider__slide {
    width: calc(25% - 60px);
  }
  .partners-slider:not(.isInit) .partners-slider__slide:not(:last-child) {
    margin-right: 60px;
  }
}
@media (max-width: 768px) {
  .partners-slider:not(.isInit) .partners-slider__slide:not(:last-child) {
    margin-right: 30px;
  }
}
.persona {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 1.75rem;
}
.persona__image {
  border-radius: 50%;
  overflow: hidden;
  width: 8.5rem;
  height: 8.5rem;
  margin-bottom: 3rem;
  text-align: left;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .persona__image {
    margin-right: 3rem;
  }
}
.persona__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.persona__text {
  margin-top: 0;
  padding-top: 0.5rem;
  font-size: 1.8rem;
  color: #000;
  line-height: 2.6rem;
  font-weight: normal;
}
.persona__position {
  font-size: 1.4rem;
  font-weight: 500;
  color: #afafaf;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .persona__description {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .persona__position,
  .persona__text {
    max-width: 40rem;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  pointer-events: none;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.popup.popup--show {
  opacity: 1;
  pointer-events: auto;
}
.popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.popup-content {
  width: 98rem;
  height: 100%;
  margin: auto;
  z-index: 6;
  max-width: 100%;
}
.popup-hide {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.5rem;
  height: 7.5rem;
  padding: 2.6rem;
  z-index: 10001;
}
.popup-hide button {
  display: block;
  width: inherit;
  height: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 2.2rem;
  height: 2.2rem;
}
.popup-hide button:focus {
  outline: 0;
}
.popup-hide button:hover {
  color: #000;
}
.popup-present {
  padding: 6rem 0;
  background: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
  will-change: transform;
}
.popup-present:focus {
  outline: 0;
}
.popup-present > form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.popup-present.popup-present--show {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.popup-present .title {
  font-size: 4.8rem;
  line-height: 6.2rem;
  margin: 0 0 4rem 0;
  text-align: center;
}
body.popup-scroll--locked {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .popup {
    padding: 0;
  }
  .popup-content {
    width: 100%;
    margin: auto;
  }
  .popup-present .title {
    font-size: 3.4rem;
    line-height: 4.6rem;
    margin: 0 0 2rem 0;
  }
}
.projects {
  border-bottom: 1px solid #e6017d;
}
.projects__meta {
  height: 100%;
}
.projects__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.projects__item {
  position: relative;
  width: calc(100% + 2rem);
  margin: 0 -2rem;
  padding: 4rem 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.projects__item:last-child {
  border-bottom: 0;
}
@media (min-width: 576px) {
  .projects__item {
    width: 100%;
    margin: 0;
  }
}
.projects__title {
  max-width: 51.5rem;
  margin-bottom: 7rem;
  color: #000;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.projects__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 0;
  -webkit-filter: contrast(0.4) brightness(1.38) saturate(0);
          filter: contrast(0.4) brightness(1.38) saturate(0);
  opacity: 0.3;
}
.projects__quote {
  visibility: visible;
}
.projects__quote .persona {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.projects__quote .persona__description {
  padding-left: 0;
}
.projects__item:hover .projects__title {
  color: #e6017d;
}
.projects__meta .projects__title {
  margin: 4rem 0;
  color: #000;
  font-weight: 700;
}
.projects__date {
  margin-top: 7rem;
  color: rgba(152,147,154,0.6);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.projects__arrow {
  width: 5.4rem;
  height: 3.8rem;
  display: inline-block;
  color: #e6017d;
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: -1rem;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
}
.projects__arrow:hover {
  color: #fff;
  -webkit-transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
}
.projects__view-all {
  margin: 4rem 0;
}
.projects__view-all-link {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e6017d;
  font-size: 1.6rem;
  font-weight: 500;
}
.projects__view-all-arrow {
  max-width: 3.9rem;
  max-height: 1.1rem;
  margin-left: 2rem;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 992px) {
  .projects__view-all-link:hover .projects__view-all-arrow,
  .projects__view-all-link:focus .projects__view-all-arrow {
    -webkit-transform: translateX(2.5rem);
            transform: translateX(2.5rem);
  }
}
@media (min-width: 576px) {
  .projects__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projects__arrow {
    bottom: 0;
  }
  .projects__view-all {
    margin: 2rem 0 3rem;
    margin-top: auto;
  }
  .projects__list {
    border-left: 1px solid rgba(0,0,0,0.1);
  }
}
@media (min-width: 1240px) {
  .projects__meta .projects__title {
    line-height: 6rem;
    font-size: 4.8rem;
    word-spacing: 1000px;
  }
  .projects__list {
    margin-right: -3rem;
  }
  .projects__item {
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid rgba(0,0,0,0.2);
  }
  .projects__arrow {
    width: 7.9rem;
    height: 5.2rem;
    opacity: 0;
  }
  .projects__item:hover .projects__arrow {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media (min-width: 1921px) {
  .projects__list {
    margin-right: 0;
    padding-right: 2rem;
  }
}
.related-content__header {
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.related-content__title {
  color: #443349;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 6rem;
}
.related-content__view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-content__view-all-link {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e6017d;
  font-size: 1.6rem;
  font-weight: 500;
}
.related-content__view-all-arrow {
  max-width: 4rem;
  max-height: 1.1rem;
  margin-left: 3.5rem;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
}
.related-content__view-all-link:hover .related-content__view-all-arrow {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
}
.related-content__main {
  border-top: 1px solid #e6e6e6;
}
.related-content__item {
  min-height: 25rem;
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fafafa;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 100%;
}
.related-content__bg {
  display: block;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.related-content__item:hover .related-content__bg {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms 10ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 250ms 10ms cubic-bezier(0.77, 0, 0.175, 1);
}
.related-content__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24,24,24,0.34);
}
.related-content__item-title {
  color: #443349;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  z-index: 2;
}
.related-content__item:hover .related-content__item-title {
  color: #fff;
}
.related-content__item-date {
  color: #c1bac5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  z-index: 2;
}
.related-content__item:hover .related-content__item-date {
  color: #afafaf;
}
.related-content__arrow {
  display: inline-block;
  width: 7.9rem;
  height: 5.2rem;
  color: #e6017d;
  position: absolute;
  z-index: 5;
  right: 2rem;
  bottom: 4rem;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
.related-content__arrow:hover {
  color: #fff;
  -webkit-transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
}
.related-content__item:hover .related-content__arrow {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 767px) {
  .related-content__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .related-content__view-all {
    margin-top: 1rem;
  }
  .related-content__title {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .related-content__item {
    min-height: inherit;
    padding: 3.5rem 2em;
  }
  .related-content__item:hover .related-content__bg {
    display: none;
  }
  .related-content__item-title {
    margin-bottom: 5rem;
    font-size: 2rem;
    line-height: 3rem;
  }
  .related-content__item:hover .related-content__item-title {
    color: #443349;
  }
  .related-content__item:hover .related-content__arrow {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .related-content__title {
    font-size: 3.6rem;
  }
  .related-content__item-title {
    margin-bottom: 5rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1240px) {
  .related-content__arrow {
    right: 5rem;
  }
  .related-content__item {
    padding: 3.5rem 5rem 4.5rem 5rem;
  }
}
@media (max-width: 768px) {
  .related-content__header {
    margin-bottom: 2rem;
  }
}
.related-services {
  background: #181818 100%;
}
.related-services__right .row {
  background-color: #181818;
}
.related-services__title {
  margin-top: 5.5rem;
  padding-bottom: 5.5rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4rem;
}
.related-services__item {
  display: block;
  position: relative;
  width: 100%;
  min-height: 22.5rem;
  padding: 2rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
  border: 1px solid #2f2f2f;
}
.related-services__item:first-child {
  border-bottom: 1px solid #2f2f2f;
}
.related-services__name {
  max-width: 49rem;
  color: #fff;
}
.related-services__item:hover .related-services__name {
  color: #e6017d;
}
.related-services__arrow {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: #e6017d;
}
.related-services__arrow-img {
  max-width: 5.4rem;
}
.related-services__arrow:hover {
  color: #fff;
  -webkit-transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 768px) {
  .related-services {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, #181818), to(#181818));
    background: -webkit-linear-gradient(left, #000 0, #000 50%, #181818 50%, #181818 100%);
    background: linear-gradient(to right, #000 0, #000 50%, #181818 50%, #181818 100%);
  }
  .related-services__title {
    margin-top: 3rem;
    padding-bottom: 0;
  }
  .related-services__item {
    border-top: none;
    padding-top: 3rem;
  }
}
@media (min-width: 1240px) {
  .related-services__title {
    margin-top: 5rem;
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .related-services__item {
    padding-top: 5rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .related-services__arrow {
    display: inline-block;
    width: 7.9rem;
    height: 5.2rem;
    color: #e6017d;
    position: absolute;
    right: 2rem;
    bottom: 4rem;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
    -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
  }
  .related-services__arrow:hover {
    color: #fff;
    -webkit-transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .related-services__arrow-img {
    max-width: 7.9rem;
  }
  .related-services__item:hover .related-services__arrow {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .related-services__right .row {
    margin-right: -5rem;
  }
  .related-services__title {
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .related-services__item {
    padding-bottom: 4rem;
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .related-services__arrow {
    display: inline-block;
    width: 7.9rem;
    height: 5.2rem;
    color: #e6017d;
    position: absolute;
    right: 6rem;
    bottom: 4rem;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
    -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
  }
  .related-services__arrow:hover {
    color: #fff;
    -webkit-transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 350ms 0 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .related-services__item:hover .related-services__arrow {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
.satelllites {
  border-top: 1px solid #e6017d;
  border-bottom: 1px solid #e6017d;
  margin-bottom: 6rem;
}
.satelllites .content li {
  display: list-item !important;
}
.content + .satelllites {
  margin-top: 3rem;
}
@media (min-width: 576px) {
  .content + .satelllites {
    margin-top: 6rem;
  }
}
.satelllites + .satelllites {
  margin-top: calc(-6rem - 1px);
}
.satelllites__left {
  padding-top: 3.5rem;
}
.satelllites__title {
  margin-bottom: 6rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 6rem;
}
.satelllites__item {
  margin-top: 4.95rem;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.satelllites__item:last-child {
  border: none;
}
.satelllites__content {
  margin-bottom: 5rem;
}
.satelllites__content.content {
  padding-right: 20%;
}
.satelllites__content.content ul li,
.satelllites__content.content ol li {
  margin: 1.4rem 0;
}
.satelllites__name {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
}
.satelllites__features {
  min-width: 46rem;
  margin-top: 4rem;
  color: #afafaf;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3rem;
  text-transform: uppercase;
}
.satelllites__features-title {
  position: relative;
}
.satelllites__features-title:before {
  position: absolute;
  left: 0;
  right: -3.5rem;
  top: 1.5rem;
  content: "";
  border-bottom: 1px solid rgba(175,175,175,0.1);
}
.satelllites__features-title span {
  position: relative;
  display: inline-block;
  padding: 0 2.5rem 0 0;
  background: #fff;
}
.satelllites__features-value {
  text-align: right;
}
.satelllites__features-value span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.5rem;
  background: #fff;
}
.satelllites__separator {
  display: block;
  height: 0.1;
  margin: 5rem 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.satelllites__zone {
  margin: 0 auto;
  text-align: center;
}
.satelllites__zone-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.satelllites__zone-desc {
  margin: 5rem 0;
  color: #857b8b;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: left;
}
@media (min-width: 576px) {
  .satelllites__item {
    margin-top: 4.95rem;
  }
  .satelllites__left {
    border-right: 1px solid rgba(0,0,0,0.2);
  }
}
@media (max-width: 767px) {
  .satelllites__title {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .satelllites__name {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .satelllites__features {
    min-width: initial;
    line-height: 2rem;
  }
  .satelllites__zone-desc {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 991px) {
  .satelllites__right {
    max-width: 70rem;
    margin-top: 4rem;
    border-top: 1px solid rgba(0,0,0,0.2);
  }
}
.search__form {
  width: 100%;
  max-width: 100%;
  margin: 4rem 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
@media (min-width: 992px) {
  .search__form {
    margin: 5rem 0 6rem;
  }
}
.search__input {
  height: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: 0;
  border-bottom: 1px solid #979797;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  .search__input {
    max-width: 50%;
    height: 5rem;
    margin-right: 2rem;
  }
}
.search__input::-webkit-input-placeholder {
  opacity: 0.3;
  color: #443349;
}
.search__input:-ms-input-placeholder {
  opacity: 0.3;
  color: #443349;
}
.search__input::-ms-input-placeholder {
  opacity: 0.3;
  color: #443349;
}
.search__input::-moz-placeholder {
  opacity: 0.3;
  color: #443349;
}
.search__input::placeholder {
  opacity: 0.3;
  color: #443349;
}
.btn.search__submit {
  display: none;
}
@media (min-width: 992px) {
  .btn.search__submit {
    display: block;
    min-width: 16.6666667%;
  }
}
.search__mobile-submit {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 992px) {
  .search__mobile-submit {
    display: none;
  }
}
.search__mobile-submit [class^="icon"] {
  width: 3rem;
  color: #000;
}
.search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search__result-category {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .search__result-category {
    margin-bottom: 5rem;
  }
}
.search__subtitle {
  font-weight: 500;
  font-size: 2.4rem;
  color: #857b8b;
  line-height: 1;
  margin-bottom: 2rem;
}
.search__link {
  display: inline-block;
  margin-bottom: 1.5rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .search__link {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.section:last-child {
  margin-bottom: 4rem;
}
.section--big-pad {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.container {
  position: relative;
  height: inherit;
}
@media (min-width: 1240px) {
  .section:last-child {
    margin-bottom: 8rem;
  }
  .section--big-pad {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .container {
    margin: 0 auto;
    max-width: 1920px;
  }
}
@media (min-width: 1240px) and (min-width: 1240px) {
  .container {
    padding: 0 5rem;
  }
}
#service-menu {
  display: none;
}
@media (min-width: 992px) {
  #service-menu {
    display: none;
  }
  #service-menu.is-ready {
    display: block;
  }
}
.service-menu {
  background: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 6;
  color: #fff;
  overflow: auto;
}
.service-menu.is-open {
  display: block;
}
.service-menu__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70rem;
  height: 100%;
}
.service-menu__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 1.5rem;
  right: 4rem;
  cursor: pointer;
}
.service-menu__close:hover .service-menu__close-text {
  color: #fff;
}
.service-menu__close:hover .service-menu__close-icon {
  background: #ff39a4;
}
.service-menu__close-text {
  width: 5.5rem;
  text-align: center;
  color: #5c5460;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 1rem;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  line-height: 1.25;
}
.service-menu__close-icon {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #e6017d;
  color: #000;
  -webkit-transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-menu__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 5rem;
  height: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-menu__list {
  padding-right: 15rem;
  position: relative;
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 2;
}
.service-menu__item {
  font-weight: 500;
  color: #5c5460;
  cursor: pointer;
}
.service-menu__item.is-active .service-menu__item-container {
  color: #fff;
}
.service-menu__item.is-active .service-menu__item-container:hover,
.service-menu__item-container:hover {
  color: #e6017d;
}
.service-menu__item-container {
  font-size: 1.25em;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.service-menu__item:first-child {
  padding-left: 0;
}
.service-menu__item:last-child {
  padding-left: 0;
}
.service-menu__item:last-child:after {
  content: "";
}
.service-menu__item:after {
  width: 4.5rem;
  text-align: center;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.2em;
  content: "•";
  vertical-align: baseline;
}
.open-enter-active {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.open-leave-active {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.open-enter {
  max-height: 0;
  opacity: 0;
}
.open-leave {
  max-height: 70rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  opacity: 1;
}
.open-enter-to {
  max-height: 70rem;
  opacity: 1;
}
.open-leave-to {
  max-height: 0;
  opacity: 0;
}
#service-menu-mobile {
  display: none;
}
#service-menu-mobile.is-ready {
  display: block;
}
@media (min-width: 992px) {
  #service-menu-mobile {
    display: none;
  }
}
.service-menu-mobile {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  color: #fff;
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .service-menu-mobile {
    -webkit-overflow-scrolling: auto;
  }
}
.service-menu-mobile__header {
  padding: 2rem 2rem 0;
  font-size: 3.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-menu-mobile__item {
  padding: 2.6rem 2rem 2rem;
  font-size: 1.4rem;
}
.service-menu-mobile__item.is-open .service-menu-mobile__item-header {
  color: #e6017d;
}
.service-menu-mobile__item.is-open .service-menu-mobile__item-open {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.service-menu-mobile__item.is-open .service-menu-mobile__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-menu-mobile__item:nth-child(2n) {
  background: #181818;
}
.service-menu-mobile__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.service-menu-mobile__item-open {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.6rem;
  color: #e6017d;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.service-menu-mobile__item-number {
  font-size: 3.6rem;
  width: 3.6rem;
  text-align: center;
  margin-right: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service-menu-mobile__item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
.service-menu-mobile__item-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 3.6rem 1rem;
  line-height: 2.4rem;
  overflow: hidden;
}
.service-menu-mobile__item-list .service-menu-mobile__item-list-item {
  padding: 1rem 1.6rem;
  display: block;
  color: #fff;
}
.service-menu-mobile__close {
  width: 2.4rem;
  height: 2.4rem;
}
.service-types {
  -webkit-transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 1;
}
.service-types:hover:not(.service-types--active) {
  background: rgba(0,0,0,0.9);
}
.service-types:hover .service-types__item.is-active {
  color: #5c5460;
}
.service-types.is-active:hover .service-types__item.is-active {
  color: #e6017d;
  cursor: default;
}
.service-types.is-active .service-types__item.is-active .service-types__item-title {
  opacity: 1;
}
.service-types:hover .service-types__item:hover {
  color: #fff;
}
.service-types:hover .service-types__title,
.service-types.is-active .service-types__title {
  color: #5c5460;
}
.service-types:hover .service-types__title:after,
.service-types.is-active .service-types__title:after {
  background: #5c5460;
  opacity: 1;
}
.service-types--active {
  background: #000;
}
.service-types__container {
  height: auto;
  padding: 2rem 2rem;
}
@media (min-width: 1240px) {
  .service-types__container {
    padding: 5rem;
  }
}
.service-types__title {
  color: #afafaf;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.service-types__title:after {
  content: "";
  display: inline-block;
  height: 0.1rem;
  background: #000;
  opacity: 0.1;
  margin-left: 3rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.3 cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.service-types__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.6rem;
}
@media (min-width: 992px) {
  .service-types__list {
    padding-top: 4.8rem;
  }
}
.service-types__type {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: 1rem;
  color: #5c5460;
}
@media (min-width: 1240px) {
  .service-types__type {
    padding-right: 4rem;
  }
}
.service-types__item {
  font-weight: 500;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  color: #5c5460;
  line-height: 1rem;
}
@media (min-width: 1240px) {
  .service-types__item {
    line-height: 2.3rem;
  }
}
.service-types__item.is-active {
  color: #e6017d;
}
.service-types__item:hover {
  color: #fff;
}
.service-types__item:hover .service-types__item-title {
  opacity: 1;
}
.service-types__item-number {
  font-size: 4.8rem;
  display: inline-block;
}
.service-types__item-title {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.service-types__item-text {
  padding-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 1240px) {
  .service-types__item-text {
    padding-top: 2rem;
    line-height: 2rem;
  }
}
.slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 5.5rem);
}
@media (min-width: 768px) {
  .slider {
    margin-top: -10rem;
    height: 100vh;
    min-height: 70rem;
  }
}
.slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.slider__container {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .slider__container {
    margin-top: 10rem;
  }
}
.slider__tagline {
  color: #afafaf;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
}
.slider__title {
  color: #000;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4rem;
  max-width: 63rem;
}
@media (min-width: 992px) {
  .slider__title {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
.slider__category {
  color: #5c5460;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.slider__category--active,
.slider__category:hover {
  color: #e6017d;
}
.slider__indicators {
  margin-top: 2.2rem;
}
.slider__types {
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .slider__types {
    display: block;
  }
}
.slider__indicator {
  width: 19rem;
  height: 0.8rem;
  background-color: rgba(127,127,127,0.3);
  display: inline-block;
  margin-right: 3rem;
}
.slider__indicator--active:before {
  content: "";
  display: block;
  height: 100%;
  background: #e6017d;
  -webkit-animation: progress 5s infinite linear;
          animation: progress 5s infinite linear;
}
.slider__btn-container {
  height: auto;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .slider__btn-container {
    display: none;
  }
}
@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.specialist {
  position: relative;
  border-top: 1px solid #e6017d;
  background-color: #f3f3f3;
}
.specialist__wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.specialist__item {
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  padding: 0 2rem;
}
.specialist__item:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 12rem;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,0)), color-stop(99%, #f3f3f3), to(#f3f3f3));
  background: -webkit-linear-gradient(top, rgba(243,243,243,0) 0%, #f3f3f3 99%, #f3f3f3 100%);
  background: linear-gradient(to bottom, rgba(243,243,243,0) 0%, #f3f3f3 99%, #f3f3f3 100%);
  z-index: 0;
}
.specialist__item-inner {
  padding-top: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.specialist__view-all {
  min-width: 26rem;
  position: absolute;
  top: 3rem;
  left: 2rem;
  z-index: 2;
}
.specialist__view-all-link {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e6017d;
  font-size: 1.6rem;
  font-weight: 500;
}
.specialist__view-all-arrow {
  max-width: 3.9rem;
  max-height: 1.1rem;
  margin-left: 2rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.specialist__view-all-link:hover .specialist__view-all-arrow,
.specialist__view-all-link:focus .specialist__view-all-arrow {
  -webkit-transform: translateX(2.5rem);
          transform: translateX(2.5rem);
}
.specialist__name {
  margin-bottom: 2.5rem;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  word-break: 1000px;
  max-width: 50%;
}
.specialist__position {
  color: #c1bac5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  max-width: 50%;
}
.specialist__contact-btn {
  min-width: 26rem;
  width: 100%;
  margin-top: 9rem;
  margin-bottom: 6rem;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 1.6rem 6rem;
  color: #443349;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid #443349;
  border-radius: 2.55rem;
  z-index: 2;
}
.specialist__contact-btn:hover,
.specialist__contact-btn:focus {
  color: #fff;
  background-color: #e6017d;
  border-color: #e6017d;
}
.specialist__contact-popover-content {
  display: none;
}
@media (min-width: 576px) {
  .specialist__item-inner {
    padding-bottom: 3.5rem;
  }
  .specialist__contact-btn {
    max-width: 26rem;
    margin-top: 5.1rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .specialist__item:after {
    height: 24rem;
  }
  .specialist__item-inner {
    padding-bottom: 14rem;
  }
  .specialist__view-all {
    top: auto;
    bottom: 2.7rem;
  }
  .specialist__name {
    margin-bottom: 1rem;
    font-size: 3.8rem;
    line-height: 5rem;
    max-width: 34rem;
  }
  .specialist__position {
    margin-top: 2.5rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
    max-width: 34rem;
  }
}
@media (min-width: 992px) {
  .specialist__view-all {
    top: auto;
    left: 5rem;
    bottom: 6rem;
  }
  .specialist__slider-buttons {
    position: absolute;
    right: 5rem;
    bottom: 4rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 2;
  }
  .specialist__slider-buttons--left:hover {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  .specialist__slider-buttons--right:hover {
    -webkit-transform: translateX(1rem) rotate(180deg);
            transform: translateX(1rem) rotate(180deg);
  }
  .specialist__name {
    margin-bottom: 0;
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .specialist__position {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .specialist__contact {
    color: #7f7f7f;
    -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .specialist br {
    display: none;
  }
}
@media (min-width: 1240px) {
  .specialist__wrap {
    padding: 0 5rem;
  }
  .specialist__item {
    padding-left: 0;
    padding-right: 0;
    background-size: 100rem;
  }
  .specialist__item:after {
    display: none;
  }
  .specialist__name {
    margin-bottom: 0;
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .specialist__position {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .specialist__contact:hover {
    color: #e6017d;
  }
}
.specialists {
  position: relative;
  background-color: #f3f3f3;
}
.specialists__wrap {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.specialists__item {
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
}
.specialists__item:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 12rem;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,0)), color-stop(99%, #f3f3f3), to(#f3f3f3));
  background: -webkit-linear-gradient(top, rgba(243,243,243,0) 0%, #f3f3f3 99%, #f3f3f3 100%);
  background: linear-gradient(to bottom, rgba(243,243,243,0) 0%, #f3f3f3 99%, #f3f3f3 100%);
  z-index: 0;
}
.specialists__item-inner {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media (min-width: 1240px) {
  .specialists__item-inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.specialists__view-all {
  min-width: 26rem;
  position: absolute;
  top: 3rem;
  left: 0;
  padding: 0 2rem;
  z-index: 2;
}
.specialists__view-all-link {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e6017d;
  font-size: 1.6rem;
  font-weight: 500;
}
.specialists__view-all-arrow {
  max-width: 3.9rem;
  max-height: 1rem;
  margin-left: 2rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.specialists__view-all-link:hover .specialists__view-all-arrow,
.specialists__view-all-link:focus .specialists__view-all-arrow {
  -webkit-transform: translateX(2.5rem);
          transform: translateX(2.5rem);
}
.specialists__name {
  margin-bottom: 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  word-spacing: 1000px;
}
.specialists__position {
  margin-top: 2.5rem;
  color: #c1bac5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  width: 50%;
}
@media (min-width: 576px) {
  .specialists__position {
    min-height: 8rem;
    width: auto;
  }
}
.specialists__name,
.specialists__position {
  max-width: 28rem;
}
.specialists__contact-btn.btn {
  width: 100%;
  margin-top: 9rem;
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 2;
}
.specialists__contact {
  color: #7f7f7f;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.specialists__contact-btn.btn:hover,
.specialists__contact-btn.btn:focus {
  color: #fff;
  background-color: #e6017d;
  border-color: #e6017d;
}
.specialists__slider-buttons {
  padding: 3rem 2rem 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.specialists__slider-button {
  cursor: pointer;
  color: #e6017d;
}
.specialists__slider-button--right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.specialists__counter {
  min-width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.specialists__counter-item {
  margin: 0 0.4rem;
  font-size: 1.8rem;
}
.specialists__popover {
  display: none;
}
@media (min-width: 576px) {
  .specialists__item-inner {
    padding-bottom: 3.5rem;
  }
  .specialists__contact-btn.btn {
    max-width: 26rem;
    margin-top: 5.1rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .specialists__view-all {
    left: 0;
  }
  .specialists__slider-buttons {
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    padding: 2rem 2rem 3rem 2rem;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .specialists__item:after {
    height: 24rem;
  }
  .specialists__item-inner {
    padding-bottom: 21rem;
  }
  .specialists__view-all {
    top: auto;
    bottom: 2.7rem;
  }
  .specialists__slider-buttons {
    position: absolute;
    right: 3.5rem;
    bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 2;
  }
  .specialists__name {
    margin-bottom: 2.5rem;
    font-size: 3.8rem;
    line-height: 5rem;
  }
  .specialists__position {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .specialists__name,
  .specialists__position {
    max-width: 40rem;
  }
  .specialists__contact:hover {
    color: #e6017d;
  }
}
@media (min-width: 992px) {
  .specialists__item-inner {
    padding-bottom: 21rem;
  }
  .specialists__view-all {
    top: auto;
    bottom: 6rem;
  }
  .specialists__slider-buttons {
    position: absolute;
    right: 3.5rem;
    bottom: 4rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 2;
  }
  .specialists__slider-button {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .specialists__slider-button:hover {
    color: #afafaf;
  }
  .specialists__slider-button--left:hover {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  .specialists__slider-button--right:hover {
    -webkit-transform: translateX(1rem) rotate(180deg);
            transform: translateX(1rem) rotate(180deg);
  }
  .specialists__slider-button:active {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .specialists__slider-button--right {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .specialists__slider-button--right:active {
    -webkit-transform: translateX(2px) rotate(180deg);
            transform: translateX(2px) rotate(180deg);
  }
  .specialists__name {
    margin-bottom: 0;
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .specialists__position {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .specialists br {
    display: none;
  }
}
@media (min-width: 1240px) {
  .specialists__item {
    background-size: 100rem;
  }
  .specialists__item:after {
    display: none;
  }
  .specialists__view-all {
    left: 3rem;
  }
  .specialists__name {
    margin-bottom: 0;
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .specialists__position {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 350px) {
  .specialists__slider-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.statistic {
  padding: 6rem 0;
}
.statistic-content {
  padding-top: 2.5rem;
}
.statistic-content ~ .company-map {
  padding-top: 0;
  margin-top: -1.5rem;
}
.statistic__list {
  margin-bottom: -5rem;
}
@media (min-width: 768px) {
  .statistic__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.statistic__item {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .statistic__item {
    width: 50%;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .statistic__item {
    padding-right: 3rem;
    width: 33.333333333333336%;
  }
}
.statistic__item-title {
  font-size: 4.8rem;
  line-height: 1.1;
  color: #e6017d;
  font-weight: 500;
}
.statistic__item-desc {
  color: #e6017d;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.52;
}
.statistic__item-text {
  color: #c1bac5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  padding-top: 2rem;
  max-width: 70%;
}
svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.team-card {
  font-weight: 500;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
}
.team-card__inner {
  height: 100%;
  -webkit-transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card__photo {
  display: none;
}
.team-card__content {
  padding: 2rem 2rem 6.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 100%;
}
.team-card__name {
  margin-bottom: 0.5rem;
  color: #443349;
  font-size: 3.2rem;
  line-height: 4rem;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card__name br {
  display: none;
}
.team-card__desc {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  min-height: 5rem;
  color: #c1bac5;
  font-size: 1.8rem;
  line-height: 2.6rem;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card__services {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  display: inline-block;
  margin-bottom: 2rem;
  color: #e6017d;
  line-height: 2.6rem;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card__contact {
  margin-top: 1.5rem;
  padding: 1.4rem 0;
  font-weight: 400;
  border: 1px solid #443349;
  border-radius: 2.55rem;
}
.team-card__contact:hover {
  color: #fff;
  background-color: #e6017d;
  border-color: #e6017d;
}
.team-card__link {
  color: #7f7f7f;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.team-card:hover .team-card__contact,
.team-card--inverse .team-card__contact {
  color: #fff;
  background-color: #e6017d;
  border-color: #e6017d;
}
.team-card__popover-close {
  display: none;
}
@media (max-width: 767px) {
  .team-card {
    background: none !important;
  }
  .team-card__photo {
    display: block;
  }
  .team-card__services br {
    display: none;
  }
  .team-card__popover-close {
    content: "\2715";
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .team-card__desc {
    height: 10rem;
    max-width: 50%;
  }
  .team-card:hover .team-card__inner,
  .team-card--inverse .team-card__inner {
    background-color: rgba(0,0,0,0.65);
  }
  .team-card:hover .team-card__name,
  .team-card--inverse .team-card__name {
    color: #fff;
  }
  .team-card:hover .team-card__desc,
  .team-card--inverse .team-card__desc {
    color: #fff;
  }
  .team-card:hover .team-card__services,
  .team-card--inverse .team-card__services {
    color: #fff;
  }
  .team-card:hover .team-card__services:hover,
  .team-card--inverse .team-card__services:hover,
  .team-card__services--active {
    color: #ff39a4 !important;
  }
  .team-card:hover .team-card__contact .btn__hover,
  .team-card--inverse .team-card__contact .btn__hover {
    background-color: #ff39a4;
  }
}
@media (min-width: 768px) {
  .team-card__inner {
    min-height: 43rem;
  }
  .team-card__name {
    word-spacing: 10000px;
  }
}
@media (min-width: 992px) {
  .team-card__content {
    padding: 4rem 5rem 5rem 5rem;
  }
  .team-card__name {
    margin-bottom: 0.8rem;
    color: #5c5460;
    font-size: 4.8rem;
    line-height: 6rem;
  }
  .team-card__desc {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .team-card__link:hover {
    color: #e6017d;
  }
  .team-card__services {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .team-card__contact {
    margin-top: auto;
    max-width: 19.5rem;
  }
}
.team-list {
  border-top: 1px solid #e6017d;
  min-height: 60rem;
}
.team-list__view-more {
  margin-top: 6rem;
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .team-list__view-more {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.team-list__view-more-btn {
  min-width: 26rem;
}
@media (min-width: 768px) {
  .team-list .row > [class*="col-"]:nth-child(odd) > .team-card {
    border-right: 1px solid #c1bac5;
    border-bottom: 1px solid #c1bac5;
  }
  .team-list .row > [class*="col-"]:nth-child(even) > .team-card {
    border-bottom: 1px solid #c1bac5;
  }
}
.channels-list-filter__item {
  margin: 0.6rem;
  text-transform: lowercase;
}
.channels-list-filter__item:first-child,
.channels-list-filter__item:last-child {
  text-transform: none;
}
.channels-list-filter__filter-btn.btn {
  display: none;
}
.channels-list-filter__filter-btn.btn .icon__filter {
  display: inline-block;
  width: 2.2rem;
  height: 1.4rem;
  margin-right: 1rem;
}
.channels-list-filter__modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.channels-list-filter__modal-item {
  min-width: 25rem;
  min-height: 4.5rem;
  margin: 0;
  padding-left: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #443349;
  font-size: 1.4rem;
  text-transform: none;
}
.channels-list-filter__modal-item--active {
  background-color: #ebebeb;
}
@media (max-width: 575px) {
  .channels-list-filter__item.btn {
    display: none;
  }
  .channels-list-filter__filter-btn.btn {
    position: fixed;
    bottom: 4rem;
    display: block;
    max-width: calc(100vw - 4rem);
    z-index: 5;
  }
}
.channels-list-item {
  position: relative;
  min-height: 26.5rem;
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  outline: 1px solid #e6e6e6 !important;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
}
.channels-list-item:hover {
  background-position: center -100%;
}
.channels-list-item__logo {
  margin-bottom: 2.5rem;
}
.channels-list-item__logo-img {
  max-height: 55px;
}
.channels-list-item__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .channels-list-item__inner {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  .channels-list-item:hover .channels-list-item__inner {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.channels-list-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.channels-list-item__bg-img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.channels-list-item__bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.43);
}
.channels-list-item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 3rem;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  z-index: 2;
}
.channels-list-item__desc {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.channels-list-item__cat {
  margin-top: auto;
  color: #c1bac5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
}
.company-video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.company-video-popup__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -10rem;
  right: 2rem;
  cursor: pointer;
}
@media (min-width: 1240px) {
  .company-video-popup__close {
    top: 0;
    right: -10rem;
  }
}
.company-video-popup__close:hover .company-video-popup__close-text {
  color: #fff;
}
.company-video-popup__close:hover .company-video-popup__close-icon {
  background: #ff39a4;
}
.company-video-popup__close-text {
  width: 5.5rem;
  text-align: center;
  color: #857b8b;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 1rem;
  -webkit-transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  line-height: 1.25;
}
.company-video-popup__close-icon {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #e6017d;
  color: #000;
  -webkit-transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-video-popup__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
}
.company-video-popup__container {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  max-width: 100%;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (min-width: 1240px) {
  .company-video-popup__container {
    padding-bottom: 33.25%;
    width: 59%;
  }
}
.company-video-popup__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-caption {
  margin-bottom: 5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .content-caption {
    margin-bottom: 3rem;
  }
}
.content-caption__text {
  color: #857b8b;
  font-size: 1.4rem;
  margin-top: 0;
  line-height: 2rem;
}
.content-docs {
  padding: 3rem 0;
}
@media (min-width: 576px) {
  .content-docs {
    padding: 4rem 0;
  }
}
.content-docs + .content-video {
  margin-top: -5rem;
}
.content-docs__container {
  padding-left: 2rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (min-width: 576px) {
  .content-docs__container {
    padding-left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-docs__slide {
  cursor: pointer;
  width: 33.3333%;
  display: block;
}
@media (min-width: 576px) {
  .content-docs__slide {
    width: auto;
  }
}
.content-docs__slide [class^="icon"] {
  width: 100%;
  height: 100%;
}
.content-docs__image {
  position: relative;
}
.content-docs__image img {
  display: none;
  width: 100%;
  height: auto;
}
.isInit .content-docs__image img {
  display: block;
}
.content-docs__image img,
.content-docs__image [class^="icon"],
.content-docs__image:after {
  opacity: 0.6;
  cursor: pointer;
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.content-docs__image:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  opacity: 0;
  display: none;
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNzUgNzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8Y2lyY2xlIGlkPSJPdmFsLTYiIGZpbGw9IiM1QzU0NjAiIGN4PSIzNy40NjgiIGN5PSIzNy40NjgiIHI9IjM3LjQ2OCIvPiAgPHBhdGggZD0iTTM3LjQ3IDU0LjY1NlYxNy4yMDNtLjA1MSAzNy43MDJsMTMuNDU2LTEyLjk1N00zNy40NDUgNTQuOTMyTDIzLjkxNyA0MS45MDUiIHN0cm9rZT0iI0ZGRiIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .content-docs__image:after {
    display: block;
  }
}
@media (min-width: 768px) {
  .content-docs__slide:hover img,
  .content-docs__slide:hover [class^="icon"],
  .content-docs__slide:hover .content-docs__image:after {
    opacity: 1;
  }
}
.content-docs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h2.content-docs__title {
  margin: 0;
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media (min-width: 576px) {
  h2.content-docs__title {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 3rem;
    max-width: calc(100% - 17rem);
  }
}
p.content-docs__description {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 1.5rem;
  color: #443349;
}
.content-docs__nav {
  display: none;
}
@media (min-width: 576px) {
  .content-docs__nav {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
}
.content-docs__button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  color: #e6017d;
}
.content-docs__button:hover {
  color: #afafaf;
}
.content-docs__button--right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-docs__button--left:hover {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
.content-docs__button--left:hover:active {
  -webkit-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
}
.content-docs__button--right:hover {
  -webkit-transform: translateX(0.5rem) rotate(180deg);
          transform: translateX(0.5rem) rotate(180deg);
}
.content-docs__button--right:hover:active {
  -webkit-transform: translateX(0.75rem) rotate(180deg);
          transform: translateX(0.75rem) rotate(180deg);
}
.content-employee-quote {
  margin: 6rem 0;
}
.content-employee-quote__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 5rem 2rem;
  background-color: #fcfcfc;
  border-top: 1px solid #c1bac5;
  border-bottom: 1px solid #c1bac5;
}
.content-employee-quote__quote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.content-employee-quote__content {
  max-width: 36.5rem;
}
@media (min-width: 575px) and (max-width: 630px) {
  .content-employee-quote__content {
    margin-left: 3rem;
  }
}
.content-employee-quote__employee {
  color: #c1bac5;
  font-size: 1.4rem;
  line-height: 2rem;
}
.content-employee-quote__contact {
  min-width: 19.5rem;
  margin-top: 3.5rem;
  font-size: 1.6rem;
}
.content-employee-quote__popover-content {
  display: none;
}
.content-employee-quote__photo-img {
  border-radius: 50%;
  background-color: #fcfcfc;
  max-width: 16rem;
}
@media (min-width: 576px) {
  .content-employee-quote__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content-employee-quote__content {
    margin-left: 6rem;
  }
  .content-employee-quote__quote {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-employee-quote__inner {
    margin: 0 2rem;
    padding: 5rem 2rem;
    border: none;
  }
}
@media (min-width: 992px) {
  .content-employee-quote__inner {
    padding-left: 7rem;
  }
}
.content-go-back {
  margin: 4rem 0 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}
@media (min-width: 576px) {
  .content-go-back {
    margin: 8rem 0;
  }
}
.content-go-back__arrow {
  margin-left: 3.5rem;
  -webkit-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
  -webkit-transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 550ms cubic-bezier(0.77, 0, 0.175, 1);
}
.content-go-back:hover .content-go-back__arrow {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
}
.content-media {
  padding: 2.5rem;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 1240px) {
  .content-media {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .content-media__item {
    margin: 0 -2rem;
  }
}
.content-media__img {
  display: block;
  margin: auto;
  width: 100%;
}
.content-share {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-share__item {
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-share__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #e6017d;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.content-share__link:last-child {
  margin-right: 0;
}
.content-share__link svg {
  width: calc(100% - 1.5rem);
  height: calc(100% - 2rem);
}
.content-share__link:hover {
  background-color: #000;
}
.content-share__icon {
  max-width: 4rem;
}
.content-share__counter {
  margin-left: 1rem;
  color: #afafaf;
  font-size: 1.2rem;
  line-height: 2.4rem;
  display: none;
}
.content-slider {
  margin: 7.5rem 0;
  width: 100%;
}
.content-slider__img {
  width: 100%;
  height: auto;
}
.content-slider__buttons {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-slider__button {
  max-width: 5.8rem;
  color: #e6017d;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.content-slider__button--right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-slider__counter {
  max-width: 10rem;
  min-width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-slider__counter-item {
  margin: 0 0.4rem;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .content-slider__buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    justify-items: flex-start;
  }
  .content-slider__button:hover {
    color: #afafaf;
  }
  .content-slider__button:active {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .content-slider__button--right:active {
    -webkit-transform: rotate(180deg) translateX(-2px);
            transform: rotate(180deg) translateX(-2px);
  }
}
@media (max-width: 767px) {
  .content-slider {
    margin: 6rem 0rem;
  }
  .content-slider__buttons {
    margin: 0 2rem;
    padding-top: 2.2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.content-video {
  padding: 5rem 0 4rem 0;
  text-align: center;
}
@media (min-width: 1240px) {
  .content-video {
    padding: 5rem 0 4rem 0;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.content-video__preview {
  position: relative;
}
.content-video__preview-img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-video--play .content-video__preview {
  display: none;
}
.content-video__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: rgba(0,0,0,0.6);
}
.content-video__play-btn-img {
  width: 13.3rem;
  height: 13.3rem;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .content-video__play-btn-img {
    width: 10rem;
    height: 10rem;
  }
}
.content-video__play-btn-img:hover {
  opacity: 0.5;
}
.content-video__video {
  display: none;
}
.content-video--play .content-video__video {
  display: block;
}
.btn {
  outline: none;
  width: 100%;
  display: inline-block;
  min-height: 5rem;
  border-radius: 4.5rem;
  border: 1px solid #443349;
  color: #000;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  padding: 0;
}
.btn:active:not([disabled]) {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.btn[disabled] {
  opacity: 0.5;
}
.btn[disabled] .btn__hover {
  display: none;
  border-radius: 4.5rem;
  border: 1px solid #443349;
  color: #e6017d;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.btn:active:not([disabled]) {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.btn[disabled] {
  opacity: 0.5;
}
.btn[disabled] .btn__hover {
  display: none;
}
.btn--pink {
  background: #e6017d;
  color: #fff;
  border-color: #e6017d;
}
.btn--mini {
  min-height: 4.2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
.btn--link {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.btn__text {
  opacity: 0.9;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .btn {
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .btn--wide {
    min-width: 26rem;
    min-height: 5.5rem;
  }
}
@media (min-width: 992px) {
  .btn:hover .btn__hover {
    width: 225%;
    height: 58.5rem;
  }
  .btn__hover {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
    background-color: #e6017d;
  }
  .btn--pink .btn__hover {
    background-color: #ff39a4;
  }
  .btn:hover {
    color: #fff;
    border-color: transparent;
    background-color: #e6017d;
  }
  .btn--link:hover {
    color: #e6017d;
    background-color: transparent;
  }
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 33rem;
}
.footer-menu__item {
  padding-bottom: 2.7rem;
  width: 16.3rem;
}
.footer-menu__link {
  color: #181818;
  font-weight: 500;
  line-height: 2rem;
}
.footer-menu__link.isActive {
  color: #e6017d;
}
@media (min-width: 768px) {
  .footer-menu {
    margin-top: 5rem;
  }
  .footer-menu__link {
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
  }
  .footer-menu__link--is-active,
  .footer-menu__link:hover,
  .footer-menu__link:focus {
    color: #e6017d;
  }
  .footer-menu__item {
    width: 14rem;
  }
}
@media (min-width: 992px) {
  .footer-menu {
    margin-top: 1rem;
    max-width: initial;
  }
}
@media (min-width: 1240px) {
  .footer-menu {
    max-width: 50rem;
  }
  .footer-menu__item {
    min-width: 16rem;
    max-width: initial;
  }
}
@media (max-width: 400px) {
  .footer-menu__item {
    min-width: initial;
  }
  .footer-menu__item:nth-child(2n+1) {
    width: 16.3rem;
  }
}
@media (min-width: 991px) and (max-width: 1120px) {
  .footer-menu__item {
    width: initial;
  }
  .footer-menu__item:nth-child(2n+1) {
    width: 14rem;
  }
}
.header-language {
  display: none;
}
@media (min-width: 992px) {
  .header-language {
    display: block;
    margin-left: 2rem;
  }
}
@media (min-width: 1240px) {
  .header-language {
    margin-left: 2.5rem;
  }
}
.header-language__link {
  color: #443349;
  font-size: 1.3rem;
  font-weight: 500;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.page__header--inverse .header-language__link {
  color: #fff;
}
@media (min-width: 1240px) {
  .header-language__link {
    font-size: 1.6rem;
  }
}
.header-language__link:hover {
  color: #e6017d;
}
.header-logo {
  margin: 1.3rem 0;
}
.header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo__img {
  max-width: 9rem;
}
.header-logo__img-color-1 {
  fill: #e6017d;
}
.header-logo__img-color-2 {
  fill: #000;
}
.page__header--inverse .header-logo__img-color-2 {
  fill: #fff;
}
@media (min-width: 992px) {
  .header-logo {
    margin: 1.3rem 1rem 1.3rem 0;
  }
  .header-logo__img {
    max-width: 12rem;
  }
}
@media (min-width: 1240px) {
  .header-logo {
    margin: 1.3rem 1.5rem 1.3rem 0;
  }
  .header-logo__img {
    max-width: 15rem;
  }
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}
.header-menu__list {
  display: none;
}
.header-menu__item:first-child {
  margin-left: 0;
}
.header-menu__link {
  font-weight: 500;
  color: #443349;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
.header-menu__link-—is-active {
  color: #e6017d;
}
.page__header--inverse .header-menu__link {
  color: #fff;
}
.header-menu__link:hover,
.header-menu__item--is-active .header-menu__link {
  color: #e6017d;
}
.header-menu__services {
  display: block;
  color: #e6017d;
  font-weight: 500;
  line-height: 2rem;
}
.header-menu__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2rem;
  margin-right: -1rem;
  width: 5.5rem;
  height: 5.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/minified-svg/menu-burger.svg");
}
.header-menu__trigger--is-active {
  background-image: url("../img/minified-svg/burger-close.svg");
}
.header-menu__trigger__icon {
  width: 5.5rem;
}
@media (min-width: 992px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  .header-menu__services {
    display: none;
  }
  .header-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-menu__link {
    margin-left: 2.75rem;
    font-size: 1.3rem;
  }
  .header-menu__trigger {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1100px) {
  .header-menu__link {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1240px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .header-menu__link {
    margin-left: 3rem;
    font-size: 1.45rem;
  }
  .header-menu__link:hover {
    color: #e6017d;
  }
}
@media (min-width: 1440px) {
  .header-menu__link {
    margin-left: 5.5rem;
    font-size: 1.6rem;
  }
}
.header-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 2rem;
  display: none;
}
@media (min-width: 992px) {
  .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media (min-width: 1240px) {
  .header-search {
    margin-left: 2.5rem;
  }
}
.header-search__form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: auto;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-transition: -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header-search__form.isOpened {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-search__wrap {
  max-width: 1920px;
  width: 100%;
  padding: 0 5rem;
  margin: auto;
}
@media (min-width: 992px) {
  .header-search__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 8rem;
  }
}
@media (min-width: 1240px) {
  .header-search__wrap {
    height: 10rem;
  }
}
.header-search__button {
  padding: 0;
}
.header-search [class^="icon"] {
  color: #443349;
  margin-top: 0.5rem;
  height: 2rem;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.page__header--inverse .header-search [class^="icon"] {
  color: #fff;
}
.header-search [class^="icon"]:hover {
  color: #e6017d;
}
@media (min-width: 1240px) {
  .header-search [class^="icon"] {
    height: 3rem;
  }
}
.header-search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 5vw;
  border: 0;
  height: 65%;
  border-bottom: 1px solid #c1bac5;
  font-weight: 500;
  font-size: 2.4rem;
  color: #000;
  letter-spacing: 0;
  line-height: 3rem;
  text-overflow: ellipsis;
}
.header-search__input::-webkit-input-placeholder {
  opacity: 0.3;
  color: #2f2f2f;
}
.header-search__input:-ms-input-placeholder {
  opacity: 0.3;
  color: #2f2f2f;
}
.header-search__input::-ms-input-placeholder {
  opacity: 0.3;
  color: #2f2f2f;
}
.header-search__input::-moz-placeholder {
  opacity: 0.3;
  color: #2f2f2f;
}
.header-search__input::placeholder {
  opacity: 0.3;
  color: #2f2f2f;
}
.header-search__submit {
  min-width: 19rem;
}
.header-search__close {
  margin-left: 3rem;
}
.header-search__close:hover {
  color: #e6017d;
}
.header-menu-mobile {
  display: none;
  position: absolute;
  top: calc(5.5rem + 1px);
  left: 0;
  width: 100vw;
  height: calc(100vh - 5.5rem - 1px);
  padding: 0 2rem 2rem;
  background-color: #000;
  border-top: 1px rgba(255,255,255,0.23);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6rem;
}
.header-menu-mobile__userbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 2rem 0;
}
.header-menu-mobile__account {
  margin-right: 5rem;
}
.header-menu-mobile__account,
.header-menu-mobile__lang {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-menu-mobile__list {
  margin-top: 2rem;
}
.header-menu-mobile__link {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-menu-mobile__link-—is-active {
  color: #e6017d;
}
.header-menu-mobile__contacts {
  margin-top: 2rem;
}
.header-menu-mobile--is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .header-menu-mobile {
    -webkit-overflow-scrolling: auto;
  }
}
.header-search-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 4rem;
  margin-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.header-search-mobile__input {
  min-width: 22rem;
  margin-right: 5vw;
  border: 0;
  height: 4rem;
  border-bottom: 1px solid #c1bac5;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 3rem;
  text-overflow: ellipsis;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  border-radius: 0;
}
.header-search-mobile__input::-webkit-input-placeholder {
  opacity: 0.3;
  color: #fff;
}
.header-search-mobile__input:-ms-input-placeholder {
  opacity: 0.3;
  color: #fff;
}
.header-search-mobile__input::-ms-input-placeholder {
  opacity: 0.3;
  color: #fff;
}
.header-search-mobile__input::-moz-placeholder {
  opacity: 0.3;
  color: #fff;
}
.header-search-mobile__input::placeholder {
  opacity: 0.3;
  color: #fff;
}
.header-search-mobile__submit {
  color: #fff;
  padding: 0;
  height: 2.6rem;
  background-color: transparent;
}
.contacts-addresses {
  margin: 4.5rem 0;
}
.contacts-addresses__item {
  margin: 3rem 0;
}
.contacts-addresses__item--one-line {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-addresses__item--one-line:first-child {
  margin-right: 4rem;
}
.contacts-addresses__name {
  margin: 1rem 0;
  color: #c1bac5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
}
.contacts-addresses__item--one-line .contacts-addresses__name {
  margin-right: 1rem;
}
.contacts-addresses__content {
  max-width: 32rem;
  margin: 1rem 0;
  color: #857b8b;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.contacts-addresses__oneline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-departments {
  margin: 4.5rem 0;
}
.contacts-departments__item {
  margin: 3rem 0;
}
.contacts-departments__name {
  margin: 1rem 0;
  color: #c1bac5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
}
.contacts-departments__email {
  display: inline-block;
  margin: 0 0 1rem 0;
  color: #e6017d;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-transform: lowercase;
}
@media (min-width: 992px) {
  .contacts-departments__email {
    -webkit-transition: opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .contacts-departments__email:hover {
    opacity: 0.4;
  }
}
