/* Base */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
}

html *, html *:before, html *:after {
  box-sizing: inherit;
}

body {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.6;
  color: #565867;
  font-weight: 400;
  background: #f3f5f7;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

img, video, svg {
  max-width: 100%;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
  flex: 1 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 600px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content {
  max-width: 100%;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content__narrow {
  width: 640px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.24;
  font-weight: 400;
  color: #3a3c4c;
}

.intercom-messenger-auto-opened .intercom-sheet-header-close-button,
.intercom-messenger-auto-opened .intercom-sheet-header-minimize-button,
.intercom-messenger-auto-opened .intercom-launcher-button {
  display: none;
}

.mo {
  display: flex;
  align-items: flex-start;
}

.mo.o__centered {
  align-items: center;
}

.mo.o__reversed > .mo__aside {
  order: 1;
  margin: 0 0 0 1em;
}

.mo__body {
  flex: 1;
  min-width: 0;
  position: relative;
}

.mo__aside {
  margin-right: 1rem;
}

/* Components */
.t__h1 {
  margin: 0 0 8px;
  font-size: 33px;
  font-weight: normal;
}

.t__h2 {
  margin: 0 0 2px;
  font-size: 22px;
}

.t__h3 {
  margin: -5px 0 2px;
  font-size: 18px;
}

.t__small {
  font-size: 14px;
}

.t__h4 {
  font-size: 18px;
}

.t__h4-section {
  position: relative;
  top: 12px;
}

@media (max-width: 600px) {
  .t__h1 {
    font-size: 34px;
  }
  .t__h2 {
    font-size: 30px;
  }
}

.t__no-und {
  text-decoration: none;
}

.c__light {
  color: #8f919d;
}

.c__body-2 {
  color: #565867;
}

.c__secondary {
  color: #6b6e85;
}

.c__darker {
  color: #4f5e6b;
}

.g__row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -26px -13px 0;
}

.no-flexbox .g__row:before, .no-flexbox .g__row:after {
  content: ' ';
  display: table;
}

.no-flexbox .g__row:after {
  clear: both;
}

.g__row + .g__row {
  margin-top: 0;
}

[class^=g__c],
[class*=" g__c"] {
  padding: 26px 13px 0;
  flex: 0 0 auto;
  display: flex;
}

.g__c1 {
  flex-basis: 8.3333333333%;
  width: 8.3333333333%;
}

.no-flexbox .g__c1 {
  float: left;
}

.g__c2 {
  flex-basis: 16.6666666667%;
  width: 16.6666666667%;
}

.no-flexbox .g__c2 {
  float: left;
}

.g__c3 {
  flex-basis: 25%;
  width: 25%;
}

.no-flexbox .g__c3 {
  float: left;
}

.g__c4 {
  flex-basis: 33.3333333333%;
  width: 33.3333333333%;
}

.no-flexbox .g__c4 {
  float: left;
}

.g__c5 {
  flex-basis: 41.6666666667%;
  width: 41.6666666667%;
}

.no-flexbox .g__c5 {
  float: left;
}

.g__c6 {
  flex-basis: 50%;
  width: 50%;
}

.no-flexbox .g__c6 {
  float: left;
}

.g__c7 {
  flex-basis: 58.3333333333%;
  width: 58.3333333333%;
}

.no-flexbox .g__c7 {
  float: left;
}

.g__c8 {
  flex-basis: 66.6666666667%;
  width: 66.6666666667%;
}

.no-flexbox .g__c8 {
  float: left;
}

.g__c9 {
  flex-basis: 75%;
  width: 75%;
}

.no-flexbox .g__c9 {
  float: left;
}

.g__c10 {
  flex-basis: 83.3333333333%;
  width: 83.3333333333%;
}

.no-flexbox .g__c10 {
  float: left;
}

.g__c11 {
  flex-basis: 91.6666666667%;
  width: 91.6666666667%;
}

.no-flexbox .g__c11 {
  float: left;
}

.g__c12 {
  flex-basis: 100%;
  width: 100%;
}

.no-flexbox .g__c12 {
  float: left;
}

@media (max-width: 600px) {
  .g__c1--sm {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .no-flexbox .g__c1--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c1--md {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .no-flexbox .g__c1--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c1--lg {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .no-flexbox .g__c1--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c1--xlg {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .no-flexbox .g__c1--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c2--sm {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .no-flexbox .g__c2--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c2--md {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .no-flexbox .g__c2--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c2--lg {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .no-flexbox .g__c2--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c2--xlg {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .no-flexbox .g__c2--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c3--sm {
    flex-basis: 25%;
    width: 25%;
  }
  .no-flexbox .g__c3--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c3--md {
    flex-basis: 25%;
    width: 25%;
  }
  .no-flexbox .g__c3--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c3--lg {
    flex-basis: 25%;
    width: 25%;
  }
  .no-flexbox .g__c3--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c3--xlg {
    flex-basis: 25%;
    width: 25%;
  }
  .no-flexbox .g__c3--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c4--sm {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .no-flexbox .g__c4--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c4--md {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .no-flexbox .g__c4--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c4--lg {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .no-flexbox .g__c4--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c4--xlg {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .no-flexbox .g__c4--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c5--sm {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .no-flexbox .g__c5--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c5--md {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .no-flexbox .g__c5--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c5--lg {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .no-flexbox .g__c5--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c5--xlg {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .no-flexbox .g__c5--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c6--sm {
    flex-basis: 50%;
    width: 50%;
  }
  .no-flexbox .g__c6--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c6--md {
    flex-basis: 50%;
    width: 50%;
  }
  .no-flexbox .g__c6--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c6--lg {
    flex-basis: 50%;
    width: 50%;
  }
  .no-flexbox .g__c6--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c6--xlg {
    flex-basis: 50%;
    width: 50%;
  }
  .no-flexbox .g__c6--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c7--sm {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .no-flexbox .g__c7--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c7--md {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .no-flexbox .g__c7--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c7--lg {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .no-flexbox .g__c7--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c7--xlg {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .no-flexbox .g__c7--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c8--sm {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .no-flexbox .g__c8--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c8--md {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .no-flexbox .g__c8--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c8--lg {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .no-flexbox .g__c8--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c8--xlg {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .no-flexbox .g__c8--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c9--sm {
    flex-basis: 75%;
    width: 75%;
  }
  .no-flexbox .g__c9--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c9--md {
    flex-basis: 75%;
    width: 75%;
  }
  .no-flexbox .g__c9--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c9--lg {
    flex-basis: 75%;
    width: 75%;
  }
  .no-flexbox .g__c9--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c9--xlg {
    flex-basis: 75%;
    width: 75%;
  }
  .no-flexbox .g__c9--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c10--sm {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .no-flexbox .g__c10--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c10--md {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .no-flexbox .g__c10--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c10--lg {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .no-flexbox .g__c10--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c10--xlg {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .no-flexbox .g__c10--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c11--sm {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .no-flexbox .g__c11--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c11--md {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .no-flexbox .g__c11--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c11--lg {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .no-flexbox .g__c11--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c11--xlg {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .no-flexbox .g__c11--xlg {
    float: left;
  }
}

@media (max-width: 600px) {
  .g__c12--sm {
    flex-basis: 100%;
    width: 100%;
  }
  .no-flexbox .g__c12--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .g__c12--md {
    flex-basis: 100%;
    width: 100%;
  }
  .no-flexbox .g__c12--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .g__c12--lg {
    flex-basis: 100%;
    width: 100%;
  }
  .no-flexbox .g__c12--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .g__c12--xlg {
    flex-basis: 100%;
    width: 100%;
  }
  .no-flexbox .g__c12--xlg {
    float: left;
  }
}

.g__space + .g__space {
  margin-top: 16px;
}

.g__space + .g__space:empty {
  margin-top: 0;
}

.g__space-lite + .g__space-lite {
  margin-top: 15px;
}

.u__hidden {
  display: none !important;
}

@media (max-width: 600px) {
  .u__hidden--sm {
    display: none !important;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .u__hidden--md {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .u__hidden--lg {
    display: none !important;
  }
}

@media (min-width: 1601px) {
  .u__hidden--xlg {
    display: none !important;
  }
}

.u__cf:before, .u__cf:after {
  content: ' ';
  display: table;
}

.u__cf:after {
  clear: both;
}

@media (max-width: 600px) {
  .u__cf--sm:before, .u__cf--sm:after {
    content: ' ';
    display: table;
  }
  .u__cf--sm:after {
    clear: both;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .u__cf--md:before, .u__cf--md:after {
    content: ' ';
    display: table;
  }
  .u__cf--md:after {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .u__cf--lg:before, .u__cf--lg:after {
    content: ' ';
    display: table;
  }
  .u__cf--lg:after {
    clear: both;
  }
}

@media (min-width: 1601px) {
  .u__cf--xlg:before, .u__cf--xlg:after {
    content: ' ';
    display: table;
  }
  .u__cf--xlg:after {
    clear: both;
  }
}

.u__left {
  float: left;
}

@media (max-width: 600px) {
  .u__left--sm {
    float: left;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .u__left--md {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .u__left--lg {
    float: left;
  }
}

@media (min-width: 1601px) {
  .u__left--xlg {
    float: left;
  }
}

.u__right {
  float: right;
}

@media (max-width: 600px) {
  .u__right--sm {
    float: right;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .u__right--md {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .u__right--lg {
    float: right;
  }
}

@media (min-width: 1601px) {
  .u__right--xlg {
    float: right;
  }
}

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

.u__block {
  display: block;
}

.u__inline-block {
  display: inline-block;
}

.u__flex {
  display: flex;
}

.u__flex-center {
  display: flex;
  align-items: center;
}

.u__last-item {
  margin-bottom: 0;
}

.u__relative {
  position: relative;
}

.u__full-width {
  width: 100%;
}

.sp__1 {
  display: block;
  height: 10px;
}

.sp__2 {
  display: block;
  height: 20px;
}

.sp__3 {
  display: block;
  height: 30px;
}

.sp__4 {
  display: block;
  height: 40px;
}

.sp__5 {
  display: block;
  height: 50px;
}

.sp__6 {
  display: block;
  height: 60px;
}

.sp__7 {
  display: block;
  height: 70px;
}

.sp__8 {
  display: block;
  height: 80px;
}

.sp__9 {
  display: block;
  height: 90px;
}

.sp__10 {
  display: block;
  height: 100px;
}

.sp__11 {
  display: block;
  height: 110px;
}

.sp__12 {
  display: block;
  height: 120px;
}

.sp__13 {
  display: block;
  height: 130px;
}

.sp__14 {
  display: block;
  height: 140px;
}

.sp__15 {
  display: block;
  height: 150px;
}

.sp__16 {
  display: block;
  height: 160px;
}

.sp__17 {
  display: block;
  height: 170px;
}

.sp__18 {
  display: block;
  height: 180px;
}

.sp__19 {
  display: block;
  height: 190px;
}

.sp__20 {
  display: block;
  height: 200px;
}

@media (max-width: 600px) {
  .sp__1--sm {
    display: block;
    height: 10px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__1--md {
    display: block;
    height: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__1--lg {
    display: block;
    height: 10px;
  }
}

@media (min-width: 1601px) {
  .sp__1--xlg {
    display: block;
    height: 10px;
  }
}

@media (max-width: 600px) {
  .sp__2--sm {
    display: block;
    height: 20px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__2--md {
    display: block;
    height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__2--lg {
    display: block;
    height: 20px;
  }
}

@media (min-width: 1601px) {
  .sp__2--xlg {
    display: block;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .sp__3--sm {
    display: block;
    height: 30px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__3--md {
    display: block;
    height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__3--lg {
    display: block;
    height: 30px;
  }
}

@media (min-width: 1601px) {
  .sp__3--xlg {
    display: block;
    height: 30px;
  }
}

@media (max-width: 600px) {
  .sp__4--sm {
    display: block;
    height: 40px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__4--md {
    display: block;
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__4--lg {
    display: block;
    height: 40px;
  }
}

@media (min-width: 1601px) {
  .sp__4--xlg {
    display: block;
    height: 40px;
  }
}

@media (max-width: 600px) {
  .sp__5--sm {
    display: block;
    height: 50px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__5--md {
    display: block;
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__5--lg {
    display: block;
    height: 50px;
  }
}

@media (min-width: 1601px) {
  .sp__5--xlg {
    display: block;
    height: 50px;
  }
}

@media (max-width: 600px) {
  .sp__6--sm {
    display: block;
    height: 60px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__6--md {
    display: block;
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__6--lg {
    display: block;
    height: 60px;
  }
}

@media (min-width: 1601px) {
  .sp__6--xlg {
    display: block;
    height: 60px;
  }
}

@media (max-width: 600px) {
  .sp__7--sm {
    display: block;
    height: 70px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__7--md {
    display: block;
    height: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__7--lg {
    display: block;
    height: 70px;
  }
}

@media (min-width: 1601px) {
  .sp__7--xlg {
    display: block;
    height: 70px;
  }
}

@media (max-width: 600px) {
  .sp__8--sm {
    display: block;
    height: 80px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__8--md {
    display: block;
    height: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__8--lg {
    display: block;
    height: 80px;
  }
}

@media (min-width: 1601px) {
  .sp__8--xlg {
    display: block;
    height: 80px;
  }
}

@media (max-width: 600px) {
  .sp__9--sm {
    display: block;
    height: 90px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__9--md {
    display: block;
    height: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__9--lg {
    display: block;
    height: 90px;
  }
}

@media (min-width: 1601px) {
  .sp__9--xlg {
    display: block;
    height: 90px;
  }
}

@media (max-width: 600px) {
  .sp__10--sm {
    display: block;
    height: 100px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__10--md {
    display: block;
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__10--lg {
    display: block;
    height: 100px;
  }
}

@media (min-width: 1601px) {
  .sp__10--xlg {
    display: block;
    height: 100px;
  }
}

@media (max-width: 600px) {
  .sp__11--sm {
    display: block;
    height: 110px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__11--md {
    display: block;
    height: 110px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__11--lg {
    display: block;
    height: 110px;
  }
}

@media (min-width: 1601px) {
  .sp__11--xlg {
    display: block;
    height: 110px;
  }
}

@media (max-width: 600px) {
  .sp__12--sm {
    display: block;
    height: 120px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__12--md {
    display: block;
    height: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__12--lg {
    display: block;
    height: 120px;
  }
}

@media (min-width: 1601px) {
  .sp__12--xlg {
    display: block;
    height: 120px;
  }
}

@media (max-width: 600px) {
  .sp__13--sm {
    display: block;
    height: 130px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__13--md {
    display: block;
    height: 130px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__13--lg {
    display: block;
    height: 130px;
  }
}

@media (min-width: 1601px) {
  .sp__13--xlg {
    display: block;
    height: 130px;
  }
}

@media (max-width: 600px) {
  .sp__14--sm {
    display: block;
    height: 140px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__14--md {
    display: block;
    height: 140px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__14--lg {
    display: block;
    height: 140px;
  }
}

@media (min-width: 1601px) {
  .sp__14--xlg {
    display: block;
    height: 140px;
  }
}

@media (max-width: 600px) {
  .sp__15--sm {
    display: block;
    height: 150px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__15--md {
    display: block;
    height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__15--lg {
    display: block;
    height: 150px;
  }
}

@media (min-width: 1601px) {
  .sp__15--xlg {
    display: block;
    height: 150px;
  }
}

@media (max-width: 600px) {
  .sp__16--sm {
    display: block;
    height: 160px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__16--md {
    display: block;
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__16--lg {
    display: block;
    height: 160px;
  }
}

@media (min-width: 1601px) {
  .sp__16--xlg {
    display: block;
    height: 160px;
  }
}

@media (max-width: 600px) {
  .sp__17--sm {
    display: block;
    height: 170px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__17--md {
    display: block;
    height: 170px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__17--lg {
    display: block;
    height: 170px;
  }
}

@media (min-width: 1601px) {
  .sp__17--xlg {
    display: block;
    height: 170px;
  }
}

@media (max-width: 600px) {
  .sp__18--sm {
    display: block;
    height: 180px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__18--md {
    display: block;
    height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__18--lg {
    display: block;
    height: 180px;
  }
}

@media (min-width: 1601px) {
  .sp__18--xlg {
    display: block;
    height: 180px;
  }
}

@media (max-width: 600px) {
  .sp__19--sm {
    display: block;
    height: 190px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__19--md {
    display: block;
    height: 190px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__19--lg {
    display: block;
    height: 190px;
  }
}

@media (min-width: 1601px) {
  .sp__19--xlg {
    display: block;
    height: 190px;
  }
}

@media (max-width: 600px) {
  .sp__20--sm {
    display: block;
    height: 200px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .sp__20--md {
    display: block;
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .sp__20--lg {
    display: block;
    height: 200px;
  }
}

@media (min-width: 1601px) {
  .sp__20--xlg {
    display: block;
    height: 200px;
  }
}

.section {
  padding-top: 26px;
}

.section__centered {
  align-items: center;
  justify-content: center;
  display: flex;
}

.section__bg {
  padding-top: 0;
  padding-bottom: 26px;
  position: relative;
}

.section__bg > * {
  position: relative;
  z-index: 1;
}

.section__bg:before {
  content: ' ';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  z-index: 0;
}

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

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

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

.intercom-align-left .intercom-h2b-button {
  margin-left: 0 !important;
}

/* Over-ride for RTL */
.right-to-left .intercom-align-right,
[dir="rtl"] .intercom-align-right {
  text-align: left !important;
}

.right-to-left .intercom-align-left,
[dir="rtl"] .intercom-align-left {
  text-align: right !important;
}

[dir="rtl"] .intercom-align-left,
.right-to-left .intercom-align-left {
  text-align: right !important;
}

[dir="rtl"] li,
.right-to-left li {
  text-align: right !important;
  direction: rtl;
}

[dir="rtl"] .intercom-align-left img,
.right-to-left .intercom-align-left img,
[dir="rtl"] .intercom-align-left .intercom-h2b-button,
.right-to-left .intercom-align-left .intercom-h2b-button {
  margin-left: 0 !important;
}

.intercom-attachment,
.intercom-attachments,
.intercom-attachments td,
.intercom-attachments th,
.intercom-attachments tr,
.intercom-attachments tbody,
.intercom-attachments .icon,
.intercom-attachments .icon img {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.intercom-attachments {
  margin: 10px 0 !important;
}

.intercom-attachments .icon,
.intercom-attachments .icon img {
  width: 16px !important;
  height: 16px !important;
}

.intercom-attachments .icon {
  padding-right: 5px !important;
}

.intercom-attachment {
  display: inline-block !important;
  margin-bottom: 5px !important;
}

.intercom-force-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.pagy-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.pagy-nav .pages-info {
  padding: 0 10px;
}

.pagy-nav .page {
  border-radius: 4px;
}

.pagy-nav .page a {
  display: block;
  padding: 4px 12px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagy-nav .page.next, .pagy-nav .page.prev {
  background-color: white;
  border: 1px solid #d4dadf;
  border-radius: 4px;
  position: relative;
  z-index: 3;
  text-decoration: none;
  overflow: hidden;
  display: block;
  outline: none;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
  padding-left: 4px;
  padding-right: 4px;
}

.pagy-nav .page.next.disabled, .pagy-nav .page.prev.disabled {
  cursor: not-allowed;
  padding: 4px 16px;
  color: #777;
  background-color: #f0f3f5;
}

.pagy-nav .page.next:hover:not(.disabled), .pagy-nav .page.prev:hover:not(.disabled) {
  border: 1px solid #c3cdd5;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.08);
}

/* Modules */
.avatar {
  font-size: 18px;
  color: #8f919d;
  margin-bottom: 25px;
}

.avatar:before, .avatar:after {
  content: ' ';
  display: table;
}

.avatar:after {
  clear: both;
}

.avatar__image {
  width: 32px;
  height: 32px;
  vertical-align: bottom;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white;
  position: relative;
  z-index: 4;
  object-fit: cover;
}

.avatar__fallback {
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: #1f8ded;
}

.avatar__photo {
  margin-right: 10px;
  float: left;
}

.avatar__photo.o__rtl {
  margin-right: auto;
  margin-left: 10px;
  float: right;
}

.avatar__image:nth-child(n + 2) {
  margin-left: -8px;
}

.avatar__image:nth-child(2) {
  z-index: 3;
  opacity: .8;
}

.avatar__image:nth-child(3) {
  z-index: 2;
  opacity: .6;
}

.avatar__image:nth-child(4) {
  z-index: 1;
  opacity: .4;
}

.avatars__images.o__rtl .avatar__image:nth-child(n + 2) {
  margin-left: 0;
  margin-right: -8px;
}

.avatar__info,
.avatar__photo {
  line-height: 2;
}

@media (max-width: 1023px) {
  .avatar__image:nth-child(n + 2) {
    display: none;
  }
}

@media (max-width: 400px) {
  .avatar__info {
    float: right;
    width: calc(100% - 42px);
  }
}

.error__404 {
  text-align: center;
}

.error__title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #e04e50;
  font-weight: 600;
}

.error__headline {
  font-size: 32px;
}

.header {
  color: white;
  padding: 35px 0;
  margin-bottom: 7px;
  flex: none;
  position: relative;
  z-index: 10;
  background-size: cover;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background-position: 50%;
}

.header:before, .header:after {
  content: ' ';
  display: table;
}

.header:after {
  clear: both;
}

.header__meta_wrapper {
  margin-bottom: 15px;
  line-height: 1;
}

.header__logo {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.header__logo img {
  max-width: 360px;
  max-height: 35px;
  vertical-align: baseline;
  /* translation fixes subpixel logo fuzziness */
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header__logo a {
  display: inline-block;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .header__logo {
    margin-top: 20px;
  }
}

.header__headline {
  font-size: 28px;
  font-weight: 300;
  color: inherit;
}

.animation__header-lite .header, .header__lite .header {
  padding: 25px 0;
}

.animation__header-lite .header__form.header__form, .header__lite .header__form.header__form {
  width: 100%;
}

.animation__header-lite .search__input, .header__lite .search__input {
  padding-top: 16px;
  padding-bottom: 16px;
}

.animation__header-lite .header__logo, .header__lite .header__logo {
  margin-bottom: 0 !important;
}

.animation__header-lite .header__name, .header__lite .header__name {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 600px) {
  .animation__header-lite .header__form.header__form, .header__lite .header__form.header__form {
    width: 100%;
  }
  .animation__header-lite .header__logo, .header__lite .header__logo {
    margin-top: 30px;
  }
}

.header__lite .header__logo {
  margin: 0;
}

.header__lite .header__form.header__form {
  margin-left: auto;
  float: right;
}

.header__lite .header__container.o__rtl .header__form.header__form {
  float: left;
}

@media (max-width: 600px) {
  .header__lite .header__logo {
    margin: 30px 0;
  }
  .header__lite .header__form.header__form {
    float: none;
    margin-top: 20px;
  }
  .header__lite .header__container {
    display: block;
  }
}

@media (max-width: 600px) {
  .header__search-input {
    font-size: 16px;
    padding: 18px 65px 18px 18px;
  }
}

.header__links {
  width: auto;
  font-weight: 600;
}

.header__links a:hover {
  opacity: 0.8;
}

.header__links svg {
  width: 13px;
  height: 13px;
  margin: 0 8px;
  vertical-align: middle;
}

.header__links span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .header__links span {
    font-size: 13px;
  }
  .header__links svg {
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 170px) {
  .header__links {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .header__container.o__rtl .header__links {
    position: absolute;
    top: 10px;
    left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .header__container.o__ltr .header__links {
    position: absolute;
    top: 10px;
    right: 20px;
  }
}

.header.o__mobile_embedded {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header.o__mobile_embedded .header__site_name,
.header.o__mobile_embedded .header__home__url,
.header.o__mobile_embedded .header__headline {
  display: none;
}

.header__home__url {
  text-decoration: none;
}

.header.o__mobile_embedded .header__meta_wrapper {
  min-height: 16px;
}

.footer {
  margin-top: 35px;
  padding: 40px 0;
  text-align: left;
  font-size: 14px;
  flex-shrink: 0;
  background: #ffffff;
  color: #a3abb5;
}

.footer a {
  color: #909aa5;
  text-decoration: none;
}

.footer__logo {
  height: 50px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}

.footer__logo img {
  max-height: 32px;
  filter: grayscale(100%) contrast(80%);
}

.footer__logo span {
  line-height: 1.2;
  font-size: 18px;
}

.footer__advert {
  text-align: center;
  font-size: 14px;
}

.footer__advert img {
  height: 14px;
  vertical-align: middle;
}

.footer__advert a {
  padding-left: 5px;
  color: #a8b6c2;
  vertical-align: middle;
}

.footer__links {
  margin-top: 14px;
  margin-bottom: 28px;
}

.footer__link-list {
  padding: 0;
  text-align: center;
}

.footer__link {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  list-style-type: none;
}

.footer__links__social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer__privacy {
  text-align: center;
  margin: 20px auto;
  padding: 10px;
}

.footer__privacy .privacy-choices {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.footer__privacy .privacy-choices img {
  display: block;
}

.footer__privacy .privacy-choices button {
  text-decoration: none;
  color: black;
  border: none;
  background: none;
  padding: 2px;
  cursor: pointer;
  font-family: inherit;
}

.section__headline {
  padding: 16px 30px 11px;
  margin: -5px 0;
  color: #3a3c4c;
  font-weight: 600;
  letter-spacing: .02em;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .section__headline {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.collection__header + .section__headline .section__content {
  border-top: none;
}

.social__facebook {
  display: inline-block;
  vertical-align: bottom;
}

.social__facebook svg {
  height: 16px;
}

.social__facebook * {
  fill: #96a4b4;
}

.social__twitter {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 1px;
}

.social__twitter svg {
  height: 16px;
}

.social__twitter * {
  fill: #96a4b4;
}

.social__linkedin {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px 0 3px;
}

.social__linkedin svg {
  height: 16px;
}

.social__linkedin * {
  fill: #96a4b4;
}

.social__facebook:hover *,
.social__twitter:hover *,
.social__linkedin:hover * {
  fill: #788a9f;
}

.newsfeed__image {
  transition: all .3s linear;
}

.newsfeed__image img {
  border-radius: 4px 4px 0px 0px;
  min-width: 100%;
  min-height: 100%;
}

.newsfeed__body {
  padding: 0px 41px 20px;
}

.newsfeed__newsitem {
  margin-bottom: 25px;
}

.paper {
  background-color: white;
  border-radius: 4px;
  position: relative;
  z-index: 3;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  display: block;
  outline: none;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
}

.paper .c__primary {
  transition: -webkit-filter .15s;
}

.paper a.newsitem__title {
  text-decoration: none;
}

.newsitem_labels {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px 10px 41px;
  gap: 10px;
}

.newsitem_label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: white;
  padding: 0px 12px;
  background: #1f8ded;
  border: 2px solid white;
  border-radius: 100px;
}

.newsitem {
  font-size: 17px;
  color: #565867;
}

.newsitem p {
  margin-top: 0;
}

.newsitem p.no-margin {
  margin-bottom: 0;
  min-height: 1.53em;
}

.newsitem h1 {
  font-size: 32px;
  margin: 2em 0 1.2em;
  line-height: 1.24;
}

.newsitem h2 {
  font-size: 22px;
  margin: 0 0 17px;
  line-height: 1.24;
}

.newsitem h3 {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 600;
  line-height: 1.24;
}

.newsitem h4 {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 600;
  line-height: 1.24;
}

.newsitem h5 {
  font-size: 14px;
  margin: 1.2em 0 .8em;
  line-height: 1.24;
}

.newsitem h6 {
  font-size: 13px;
  margin: 1em 0 .5em;
  line-height: 1.24;
}

.newsitem a {
  text-decoration: underline;
}

.newsitem a:hover {
  text-decoration: none;
}

.newsitem pre {
  word-wrap: break-word;
  word-break: break-word;
  padding: 16px;
  margin: 1em 0;
  line-height: 1.65;
  color: #333;
  background: #f8f8f8;
  overflow: auto;
}

.newsitem code {
  word-break: break-word;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.newsitem pre, .newsitem code {
  font-family: monospace;
  font-size: 13px;
}

.newsitem hr {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  margin: 1em 0;
}

.newsitem ul, .newsitem ol {
  padding-left: 16px;
}

.newsitem li {
  margin-left: 15px;
  line-height: 1.53;
}

.newsitem li > .intercom-container:first-child {
  display: inline-block;
  vertical-align: top;
}

.newsitem li > pre:first-child {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.newsitem li > hr:first-child {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.newsitem li hr {
  margin: 0;
}

.newsitem li img,
.newsitem li .intercom-h2b-video,
.newsitem li a.intercom-h2b-button {
  margin-bottom: 0;
}

.newsitem ul > li,
.newsitem ul > li ul > li ul > li ul > li,
.newsitem ul > li ul > li ul > li ul > li ul > li ul > li ul > li {
  list-style-type: disc;
}

.newsitem ul > li ul > li,
.newsitem ul > li ul > li ul > li ul > li ul > li,
.newsitem ul > li ul > li ul > li ul > li ul > li ul > li ul > li ul > li {
  list-style-type: circle;
}

.newsitem ul > li ul > li ul > li,
.newsitem ul > li ul > li ul > li ul > li ul > li ul > li,
.newsitem ul > li ul > li ul > li ul > li ul > li ul > li ul > li ul > li ul > li {
  list-style-type: square;
}

.newsitem ol > li,
.newsitem ol > li ol > li ol > li ol > li,
.newsitem ol > li ol > li ol > li ol > li ol > li ol > li ol > li {
  list-style-type: decimal;
}

.newsitem ol > li ol > li,
.newsitem ol > li ol > li ol > li ol > li ol > li,
.newsitem ol > li ol > li ol > li ol > li ol > li ol > li ol > li ol > li {
  list-style-type: lower-latin;
}

.newsitem ol > li ol > li ol > li,
.newsitem ol > li ol > li ol > li ol > li ol > li ol > li,
.newsitem ol > li ol > li ol > li ol > li ol > li ol > li ol > li ol > li ol > li {
  list-style-type: lower-roman;
}

.newsitem img, .newsitem video, .newsitem iframe {
  margin-top: 0;
  margin-bottom: 34px;
}

.newsitem a:hover {
  text-decoration: none;
}

.newsitem a.intercom-h2b-button {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #de2cde;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 40px;
  font-size: 17px;
  line-height: 1.4;
  text-decoration: none;
  filter: brightness(100%);
  margin: 0 0 17px;
}

.newsitem .intercom-h2b-video {
  position: relative;
  display: block;
  margin: 0 0 40px;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
}

.newsitem .intercom-h2b-video iframe, .newsitem .intercom-h2b-video embed, .newsitem .intercom-h2b-video object, .newsitem .intercom-h2b-video video {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.newsitem table {
  display: block;
  overflow-x: auto;
  margin: 36px -20px 24px;
}

.newsitem table a.intercom-h2b-button {
  padding: 8px;
}

.newsitem tbody {
  width: 800px;
  display: inline-table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin: 0 20px 12px;
  vertical-align: top;
}

.newsitem th, .newsitem td {
  padding: 8px;
  border-inline-start: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.newsitem tr:first-child > td {
  border-top: none;
}

.newsitem td:first-child, .newsitem th:first-child {
  border-inline-start: none;
}

.newsitem > .intercom-container:first-child > :first-child, .newsitem > :first-child {
  margin-top: 0 !important;
}

.newsitem > .intercom-container:last-child > :last-child, .newsitem > :last-child {
  margin-bottom: 0 !important;
}

.link__arrow {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  color: #8f919d;
  margin: 0 7px 14px 0;
  padding-right: 16px;
}

.link__arrow a {
  color: #4f5e6b;
  text-decoration: none;
}

.link__arrow a:hover {
  color: #242a30;
}

.link__arrow:before {
  content: ' ';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -5px;
  right: 0;
  width: 7px;
  height: 12px;
  font-size: 36px;
  color: #acb8c2;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAqUlEQVR4AbXUNRLCABSEYbTC3a6BU8ftBlyA+/dscHYii+TN/OUXzyvFEx1PdbRFzZI4MaqiAwqQidoqXN3QPQt1FLhAPmEbdRU8Q14C7it4moAdNFDwOAG7aKTgEXIT8FjBgwTsoamC+8hJwDMF95BN2EcLBXeQRXhVDJQvNeHh2MrD4dfhqK+DPwBG498/OfkjF34rRv1vfuReIauDl5WlLitejy3VnAHtSsjA994UIwAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100%;
}

.link__arrow:last-child:before {
  display: none;
}

.link__arrow.o__rtl {
  margin: 0 0 7px 7px;
  padding-right: 0;
  padding-left: 16px;
}

.link__arrow.o__rtl:before {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

.breadcrumb {
  position: relative;
  z-index: 11;
  padding-top: 7px;
}
