.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

dialog {
  position: absolute;
  left: 0; right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
.display-none{display:none !important}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}

.slick-list{position:relative;overflow:hidden;display:block}

[dir] .slick-list{margin:0;padding:0}

.slick-list:focus{outline:none}

.slick-list.dragging{cursor:pointer}

[dir] .slick-list.dragging{cursor:hand}

[dir] .slick-slider .slick-track,[dir] .slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}

.slick-track{position:relative;top:0;display:block}

[dir] .slick-track{margin-left:auto;margin-right:auto}

[dir="ltr"] .slick-track{left:0}

[dir="rtl"] .slick-track{right:0}

.slick-track:before,.slick-track:after{content:"";display:table}

[dir] .slick-track:after{clear:both}

.slick-loading .slick-track{visibility:hidden}

.slick-slide{height:100%;min-height:1px;display:none}

[dir="ltr"] .slick-slide{float:left}

[dir="rtl"] .slick-slide{float:right}

[dir="ltr"] [dir=rtl] .slick-slide{float:right}

[dir="rtl"] [dir=rtl] .slick-slide{float:left}

.slick-slide img{display:block}

.slick-slide.slick-loading img{display:none}

.slick-slide.dragging img{pointer-events:none}

.slick-initialized .slick-slide{display:block}

.slick-loading .slick-slide{visibility:hidden}

.slick-vertical .slick-slide{display:block;height:auto}

[dir] .slick-vertical .slick-slide{border:1px solid rgba(0,0,0,0)}

.slick-arrow.slick-hidden{display:none}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}

[dir] body{margin:0}

main{display:block}

h1{font-size:2em}

[dir] h1{margin:.67em 0}

hr{box-sizing:content-box;height:0;overflow:visible}

pre{font-family:monospace,monospace;font-size:1em}

[dir] a{background-color:transparent}

abbr[title]{text-decoration:underline;text-decoration:underline dotted}

[dir] abbr[title]{border-bottom:none}

b,strong{font-weight:bolder}

code,kbd,samp{font-family:monospace,monospace;font-size:1em}

small{font-size:80%}

sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}

sub{bottom:-0.25em}

sup{top:-0.5em}

[dir] img{border-style:none}

button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}

[dir] button,[dir] input,[dir] optgroup,[dir] select,[dir] textarea{margin:0}

button,input{overflow:visible}

button,select{text-transform:none}

button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}

[dir] button::-moz-focus-inner,[dir] [type=button]::-moz-focus-inner,[dir] [type=reset]::-moz-focus-inner,[dir] [type=submit]::-moz-focus-inner{border-style:none;padding:0}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}

[dir] fieldset{padding:.35em .75em .625em}

legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}

[dir] legend{padding:0}

progress{vertical-align:baseline}

textarea{overflow:auto}

[type=checkbox],[type=radio]{box-sizing:border-box}

[dir] [type=checkbox],[dir] [type=radio]{padding:0}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}

[type=search]{-webkit-appearance:textfield;outline-offset:-2px}

[type=search]::-webkit-search-decoration{-webkit-appearance:none}

::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

details{display:block}

summary{display:list-item}

template{display:none}

[hidden]{display:none}

@font-face{font-family:"Mark for MC Narrow W00";font-style:normal;font-weight:100;src:local("Mark for MC Narrow W00 Thin"),url(assets/fonts/MarkForMCNarrowW00-Thin.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-Thin.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-Thin.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-Thin.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:normal;font-weight:200;src:local("Mark for MC Narrow W00 XLight"),url(assets/fonts/MarkForMCNarrowW00-XLight.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-XLight.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-XLight.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-XLight.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:normal;font-weight:300;src:local("Mark for MC Narrow W00 Light"),url(assets/fonts/MarkForMCNarrowW00-Light.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-Light.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-Light.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-Light.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:normal;font-weight:400;src:local("Mark for MC Narrow W00 Regular"),url(assets/fonts/MarkForMCNarrowW00-Regular.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-Regular.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-Regular.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:normal;font-weight:500;src:local("Mark for MC Narrow W00 Book"),url(assets/fonts/MarkForMCNarrowW00-Book.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-Book.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-Book.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-Book.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:normal;font-weight:600;src:local("Mark for MC Narrow W00 Medium"),url(assets/fonts/MarkForMCNarrowW00-Medium.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-Medium.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-Medium.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-Medium.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:normal;font-weight:700;src:local("Mark for MC Narrow W00 Bold"),url(assets/fonts/MarkForMCNarrowW00-Bold.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-Bold.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-Bold.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-Bold.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:normal;font-weight:800;src:local("Mark for MC Narrow W00 Heavy"),url(assets/fonts/MarkForMCNarrowW00-Heavy.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-Heavy.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-Heavy.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-Heavy.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:normal;font-weight:900;src:local("Mark for MC Narrow W00 Black"),url(assets/fonts/MarkForMCNarrowW00-Black.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-Black.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-Black.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-Black.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:italic;font-weight:100;src:local("Mark for MC Narrow W00ThinIt"),url(assets/fonts/MarkForMCNarrowW00-ThinIt.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-ThinIt.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-ThinIt.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-ThinIt.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:italic;font-weight:200;src:local("Mark for MC Narrow W00XLightIt"),url(assets/fonts/MarkForMCNarrowW00-XLightIt.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-XLightIt.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-XLightIt.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-XLightIt.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:italic;font-weight:300;src:local("Mark for MC Narrow W00LightIt"),url(assets/fonts/MarkForMCNarrowW00-LightIt.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-LightIt.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-LightIt.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-LightIt.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:italic;font-weight:400;src:local("Mark for MC Narrow W00RegularIt"),url(assets/fonts/MarkForMCNarrowW00-Italic.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-Italic.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-Italic.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-Italic.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:italic;font-weight:500;src:local("Mark for MC Narrow W00BookIt"),url(assets/fonts/MarkForMCNarrowW00-BookIt.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-BookIt.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-BookIt.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-BookIt.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:italic;font-weight:600;src:local("Mark for MC Narrow W00MediumIt"),url(assets/fonts/MarkForMCNarrowW00-MediumIt.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-MediumIt.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-MediumIt.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-MediumIt.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:italic;font-weight:700;src:local("Mark for MC Narrow W00BoldIt"),url(assets/fonts/MarkForMCNarrowW00-BoldIt.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-BoldIt.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-BoldIt.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-BoldIt.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:italic;font-weight:800;src:local("Mark for MC Narrow W00HeavyIt"),url(assets/fonts/MarkForMCNarrowW00-HeavyIt.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-HeavyIt.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-HeavyIt.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-HeavyIt.eot) format("embedded-opentype")}

@font-face{font-family:"Mark for MC Narrow W00";font-style:italic;font-weight:900;src:local("Mark for MC Narrow W00BlackIt"),url(assets/fonts/MarkForMCNarrowW00-BlackIt.woff2) format("woff2"),url(assets/fonts/MarkForMCNarrowW00-BlackIt.woff) format("woff"),url(assets/fonts/MarkForMCNarrowW00-BlackIt.ttf) format("truetype"),url(assets/fonts/MarkForMCNarrowW00-BlackIt.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:normal;font-weight:100;src:local("Mark Web Pro Thin"),url(assets/fonts/MarkWebPro-ThinW01Regular.woff2) format("woff2"),url(assets/fonts/MarkWebPro-ThinW01Regular.woff) format("woff"),url(assets/fonts/MarkWebPro-ThinW01Regular.ttf) format("truetype"),url(assets/fonts/MarkWebPro-ThinW01Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:normal;font-weight:200;src:local("Mark Web Pro XLight"),url(assets/fonts/MarkWebPro-ExtraLightW01Rg.woff2) format("woff2"),url(assets/fonts/MarkWebPro-ExtraLightW01Rg.woff) format("woff"),url(assets/fonts/MarkWebPro-ExtraLightW01Rg.ttf) format("truetype"),url(assets/fonts/MarkWebPro-ExtraLightW01Rg.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:normal;font-weight:300;src:local("Mark Web Pro Light"),url(assets/fonts/MarkWebPro-LightW01Regular.woff2) format("woff2"),url(assets/fonts/MarkWebPro-LightW01Regular.woff) format("woff"),url(assets/fonts/MarkWebPro-LightW01Regular.ttf) format("truetype"),url(assets/fonts/MarkWebPro-LightW01Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:normal;font-weight:400;src:local("Mark Web Pro Regular"),url(assets/fonts/MarkWebW01Regular.woff2) format("woff2"),url(assets/fonts/MarkWebW01Regular.woff) format("woff"),url(assets/fonts/MarkWebW01Regular.ttf) format("truetype"),url(assets/fonts/MarkWebW01Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:normal;font-weight:500;src:local("Mark Web Pro Book"),url(assets/fonts/MarkWebPro-BookW01Regular.woff2) format("woff2"),url(assets/fonts/MarkWebPro-BookW01Regular.woff) format("woff"),url(assets/fonts/MarkWebPro-BookW01Regular.ttf) format("truetype"),url(assets/fonts/MarkWebPro-BookW01Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:normal;font-weight:600;src:local("Mark Web Pro Medium"),url(assets/fonts/MarkWebPro-MediumW01Regular.woff2) format("woff2"),url(assets/fonts/MarkWebPro-MediumW01Regular.woff) format("woff"),url(assets/fonts/MarkWebPro-MediumW01Regular.ttf) format("truetype"),url(assets/fonts/MarkWebPro-MediumW01Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:normal;font-weight:700;src:local("Mark Web Pro Bold"),url(assets/fonts/MarkWebPro-BoldW01Regular.woff2) format("woff2"),url(assets/fonts/MarkWebPro-BoldW01Regular.woff) format("woff"),url(assets/fonts/MarkWebPro-BoldW01Regular.ttf) format("truetype"),url(assets/fonts/MarkWebPro-BoldW01Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:normal;font-weight:800;src:local("Mark Web Pro Heavy"),url(assets/fonts/MarkWebPro-HeavyW01Regular.woff2) format("woff2"),url(assets/fonts/MarkWebPro-HeavyW01Regular.woff) format("woff"),url(assets/fonts/MarkWebPro-HeavyW01Regular.ttf) format("truetype"),url(assets/fonts/MarkWebPro-HeavyW01Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:normal;font-weight:900;src:local("Mark Web Pro Black"),url(assets/fonts/MarkWebPro-BlackW01Regular.woff2) format("woff2"),url(assets/fonts/MarkWebPro-BlackW01Regular.woff) format("woff"),url(assets/fonts/MarkWebPro-BlackW01Regular.ttf) format("truetype"),url(assets/fonts/MarkWebPro-BlackW01Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:italic;font-weight:100;src:local("Mark Web ProThinIt"),url(assets/fonts/MarkWebPro-ThinItalicW01Rg.woff2) format("woff2"),url(assets/fonts/MarkWebPro-ThinItalicW01Rg.woff) format("woff"),url(assets/fonts/MarkWebPro-ThinItalicW01Rg.ttf) format("truetype"),url(assets/fonts/MarkWebPro-ThinItalicW01Rg.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:italic;font-weight:200;src:local("Mark Web ProXLightIt"),url(assets/fonts/MarkWebPro-ExtraLightIt1466020.woff2) format("woff2"),url(assets/fonts/MarkWebPro-ExtraLightIt1466020.woff) format("woff"),url(assets/fonts/MarkWebPro-ExtraLightIt1466020.ttf) format("truetype"),url(assets/fonts/MarkWebPro-ExtraLightIt1466020.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:italic;font-weight:300;src:local("Mark Web ProLightIt"),url(assets/fonts/MarkWebPro-LightItalicW01Rg.woff2) format("woff2"),url(assets/fonts/MarkWebPro-LightItalicW01Rg.woff) format("woff"),url(assets/fonts/MarkWebPro-LightItalicW01Rg.ttf) format("truetype"),url(assets/fonts/MarkWebPro-LightItalicW01Rg.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:italic;font-weight:400;src:local("Mark Web ProRegularIt"),url(assets/fonts/MarkWebPro-ItalicW01Regular.woff2) format("woff2"),url(assets/fonts/MarkWebPro-ItalicW01Regular.woff) format("woff"),url(assets/fonts/MarkWebPro-ItalicW01Regular.ttf) format("truetype"),url(assets/fonts/MarkWebPro-ItalicW01Regular.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:italic;font-weight:500;src:local("Mark Web ProBookIt"),url(assets/fonts/MarkWebPro-BookItalicW01Rg.woff2) format("woff2"),url(assets/fonts/MarkWebPro-BookItalicW01Rg.woff) format("woff"),url(assets/fonts/MarkWebPro-BookItalicW01Rg.ttf) format("truetype"),url(assets/fonts/MarkWebPro-BookItalicW01Rg.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:italic;font-weight:600;src:local("Mark Web ProMediumIt"),url(assets/fonts/MarkWebPro-MediumItalicW01Rg.woff2) format("woff2"),url(assets/fonts/MarkWebPro-MediumItalicW01Rg.woff) format("woff"),url(assets/fonts/MarkWebPro-MediumItalicW01Rg.ttf) format("truetype"),url(assets/fonts/MarkWebPro-MediumItalicW01Rg.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:italic;font-weight:700;src:local("Mark Web ProBoldIt"),url(assets/fonts/MarkWebPro-BoldItalicW01Rg.woff2) format("woff2"),url(assets/fonts/MarkWebPro-BoldItalicW01Rg.woff) format("woff"),url(assets/fonts/MarkWebPro-BoldItalicW01Rg.ttf) format("truetype"),url(assets/fonts/MarkWebPro-BoldItalicW01Rg.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:italic;font-weight:800;src:local("Mark Web ProHeavyIt"),url(assets/fonts/MarkWebPro-HeavyItalicW01Rg.woff2) format("woff2"),url(assets/fonts/MarkWebPro-HeavyItalicW01Rg.woff) format("woff"),url(assets/fonts/MarkWebPro-HeavyItalicW01Rg.ttf) format("truetype"),url(assets/fonts/MarkWebPro-HeavyItalicW01Rg.eot) format("embedded-opentype")}

@font-face{font-family:"Mark Web Pro";font-style:italic;font-weight:900;src:local("Mark Web ProBlackIt"),url(assets/fonts/MarkWebPro-BlackItalicW01Rg.woff2) format("woff2"),url(assets/fonts/MarkWebPro-BlackItalicW01Rg.woff) format("woff"),url(assets/fonts/MarkWebPro-BlackItalicW01Rg.ttf) format("truetype"),url(assets/fonts/MarkWebPro-BlackItalicW01Rg.eot) format("embedded-opentype")}

@font-face{font-weight:300;font-style:normal;font-family:"Frutiger LT W23";src:local("FrutigerLTW23-45Light"),local("Frutiger LT W23 45 Light"),url(assets/fonts/FrutigerLTW23-45Light.woff2) format("woff2"),url(assets/fonts/FrutigerLTW23-45Light.woff) format("woff"),url(assets/fonts/FrutigerLTW23-45Light.ttf) format("truetype"),url(assets/fonts/FrutigerLTW23-45Light.eot) format("embedded-opentype")}

@font-face{font-weight:400;font-style:normal;font-family:"Frutiger LT W23";src:local("FrutigerLTW23-55Roman"),local("Frutiger LT W23 55 Roman"),url(assets/fonts/FrutigerLTW23-55Roman.woff2) format("woff2"),url(assets/fonts/FrutigerLTW23-55Roman.woff) format("woff"),url(assets/fonts/FrutigerLTW23-55Roman.ttf) format("truetype"),url(assets/fonts/FrutigerLTW23-55Roman.eot) format("embedded-opentype")}

@font-face{font-weight:700;font-style:normal;font-family:"Frutiger LT W23";src:local("FrutigerLTW23-65Bold"),local("Frutiger LT W23 65 Bold"),url(assets/fonts/FrutigerLTW23-65Bold.woff2) format("woff2"),url(assets/fonts/FrutigerLTW23-65Bold.woff) format("woff"),url(assets/fonts/FrutigerLTW23-65Bold.ttf) format("truetype"),url(assets/fonts/FrutigerLTW23-65Bold.eot) format("embedded-opentype")}

@font-face{font-weight:900;font-style:normal;font-family:"Frutiger LT W23";src:local("FrutigerLTW23-75Black"),local("Frutiger LT W23 75 Black"),url(assets/fonts/FrutigerLTW23-75Black.woff2) format("woff2"),url(assets/fonts/FrutigerLTW23-75Black.woff) format("woff"),url(assets/fonts/FrutigerLTW23-75Black.ttf) format("truetype"),url(assets/fonts/FrutigerLTW23-75Black.eot) format("embedded-opentype")}

@font-face{font-weight:300;font-style:normal;font-family:"Frutiger LT W23 Condensed";src:local("FrutigerLTW23-47LightCond"),local("Frutiger LT W23 47 Light Cond"),url(assets/fonts/FrutigerLTW23-47LightCond.woff2) format("woff2"),url(assets/fonts/FrutigerLTW23-47LightCond.woff) format("woff"),url(assets/fonts/FrutigerLTW23-47LightCond.ttf) format("truetype"),url(assets/fonts/FrutigerLTW23-47LightCond.eot) format("embedded-opentype")}

@font-face{font-weight:400;font-style:normal;font-family:"Frutiger LT W23 Condensed";src:local("FrutigerLTW23-57Condensed"),local("Frutiger LT W23 57 Condensed"),url(assets/fonts/FrutigerLTW23-57Condensed.woff2) format("woff2"),url(assets/fonts/FrutigerLTW23-57Condensed.woff) format("woff"),url(assets/fonts/FrutigerLTW23-57Condensed.ttf) format("truetype"),url(assets/fonts/FrutigerLTW23-57Condensed.eot) format("embedded-opentype")}

@font-face{font-weight:700;font-style:normal;font-family:"Frutiger LT W23 Condensed";src:local("FrutigerLTW23-67BoldCond"),local("Frutiger LT W23 67 Bold Cond"),url(assets/fonts/FrutigerLTW23-67BoldCond.woff2) format("woff2"),url(assets/fonts/FrutigerLTW23-67BoldCond.woff) format("woff"),url(assets/fonts/FrutigerLTW23-67BoldCond.ttf) format("truetype"),url(assets/fonts/FrutigerLTW23-67BoldCond.eot) format("embedded-opentype")}

@font-face{font-weight:900;font-style:normal;font-family:"Frutiger LT W23 Condensed";src:local("FrutigerLTW23-77BlackCond"),local("Frutiger LT W23 77 Black Cond"),url(assets/fonts/FrutigerLTW23-77BlackCond.woff2) format("woff2"),url(assets/fonts/FrutigerLTW23-77BlackCond.woff) format("woff"),url(assets/fonts/FrutigerLTW23-77BlackCond.ttf) format("truetype"),url(assets/fonts/FrutigerLTW23-77BlackCond.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:normal;font-weight:700;src:local("FuturaPTW10-Bold"),local("Futura PT W10 Bold"),url(assets/fonts/FuturaPTW10-Bold.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-Bold.woff) format("woff"),url(assets/fonts/FuturaPTW10-Bold.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-Bold.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:normal;font-weight:300;src:local("FuturaPTW10-Book"),local("Futura PT W10 Book"),url(assets/fonts/FuturaPTW10-Book.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-Book.woff) format("woff"),url(assets/fonts/FuturaPTW10-Book.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-Book.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:normal;font-weight:600;src:local("FuturaPTW10-Demi"),local("Futura PT W10 Demi"),url(assets/fonts/FuturaPTW10-Demi.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-Demi.woff) format("woff"),url(assets/fonts/FuturaPTW10-Demi.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-Demi.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:normal;font-weight:800;src:local("FuturaPTW10-ExtraBold"),local("Futura PT W10 Extra Bold"),url(assets/fonts/FuturaPTW10-ExtraBold.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-ExtraBold.woff) format("woff"),url(assets/fonts/FuturaPTW10-ExtraBold.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-ExtraBold.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:normal;font-weight:900;src:local("FuturaPTW10-Heavy"),local("Futura PT W10 Heavy"),url(assets/fonts/FuturaPTW10-Heavy.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-Heavy.woff) format("woff"),url(assets/fonts/FuturaPTW10-Heavy.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-Heavy.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:normal;font-weight:200;src:local("FuturaPTW10-Light"),local("Futura PT W10 Light"),url(assets/fonts/FuturaPTW10-Light.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-Light.woff) format("woff"),url(assets/fonts/FuturaPTW10-Light.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-Light.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:normal;font-weight:500;src:local("FuturaPTW10-Medium"),local("Futura PT W10 Medium"),url(assets/fonts/FuturaPTW10-Medium.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-Medium.woff) format("woff"),url(assets/fonts/FuturaPTW10-Medium.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-Medium.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:oblique;font-weight:700;src:local("FuturaPTW10-BoldOblique"),local("Futura PT W10 Bold Oblique"),url(assets/fonts/FuturaPTW10-BoldOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-BoldOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-BoldOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-BoldOblique.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:oblique;font-weight:300;src:local("FuturaPTW10-BookOblique"),local("Futura PT W10 Book Oblique"),url(assets/fonts/FuturaPTW10-BookOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-BookOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-BookOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-BookOblique.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:oblique;font-weight:600;src:local("FuturaPTW10-DemiOblique"),local("Futura PT W10 Demi Oblique"),url(assets/fonts/FuturaPTW10-DemiOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-DemiOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-DemiOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-DemiOblique.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:oblique;font-weight:800;src:local("FuturaPTW10-ExtraBdOblique"),local("Futura PT W10 ExtraBd Oblique"),url(assets/fonts/FuturaPTW10-ExtraBdOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-ExtraBdOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-ExtraBdOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-ExtraBdOblique.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:oblique;font-weight:900;src:local("FuturaPTW10-HeavyOblique"),local("Futura PT W10 Heavy Oblique"),url(assets/fonts/FuturaPTW10-HeavyOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-HeavyOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-HeavyOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-HeavyOblique.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:oblique;font-weight:200;src:local("FuturaPTW10-LightOblique"),local("Futura PT W10 Light Oblique"),url(assets/fonts/FuturaPTW10-LightOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-LightOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-LightOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-LightOblique.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10";font-style:oblique;font-weight:500;src:local("FuturaPTW10-MediumOblique"),local("Futura PT W10 Medium Oblique"),url(assets/fonts/FuturaPTW10-MediumOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-MediumOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-MediumOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-MediumOblique.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10 Cond";font-style:normal;font-weight:700;src:local("FuturaPTW10-CondBold"),local("Futura PT W10 Cond Bold"),url(assets/fonts/FuturaPTW10-CondBold.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-CondBold.woff) format("woff"),url(assets/fonts/FuturaPTW10-CondBold.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-CondBold.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10 Cond";font-style:normal;font-weight:300;src:local("FuturaPTW10-CondBook"),local("Futura PT W10 Cond Book"),url(assets/fonts/FuturaPTW10-CondBook.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-CondBook.woff) format("woff"),url(assets/fonts/FuturaPTW10-CondBook.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-CondBook.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10 Cond";font-style:oblique;font-weight:800;src:local("FuturaPTW10-CondExtraBdOblq"),local("Futura PT W10 Cond ExtraBd Oblq"),url(assets/fonts/FuturaPTW10-CondExtraBdOblq.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-CondExtraBdOblq.woff) format("woff"),url(assets/fonts/FuturaPTW10-CondExtraBdOblq.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-CondExtraBdOblq.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10 Cond";font-style:normal;font-weight:800;src:local("FuturaPTW10-CondExtraBold"),local("Futura PT W10 Cond Extra Bold"),url(assets/fonts/FuturaPTW10-CondExtraBold.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-CondExtraBold.woff) format("woff"),url(assets/fonts/FuturaPTW10-CondExtraBold.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-CondExtraBold.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10 Cond";font-style:normal;font-weight:500;src:local("FuturaPTW10-CondMedium"),local("Futura PT W10 Cond Medium"),url(assets/fonts/FuturaPTW10-CondMedium.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-CondMedium.woff) format("woff"),url(assets/fonts/FuturaPTW10-CondMedium.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-CondMedium.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10 Cond";font-style:oblique;font-weight:700;src:local("FuturaPTW10-CondBoldOblique"),local("Futura PT W10 Cond Bold Oblique"),url(assets/fonts/FuturaPTW10-CondBoldOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-CondBoldOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-CondBoldOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-CondBoldOblique.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10 Cond";font-style:oblique;font-weight:300;src:local("FuturaPTW10-CondBookOblique"),local("Futura PT W10 Cond Book Oblique"),url(assets/fonts/FuturaPTW10-CondBookOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-CondBookOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-CondBookOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-CondBookOblique.eot) format("embedded-opentype")}

@font-face{font-family:"Futura PT W10 Cond";font-style:oblique;font-weight:500;src:local("FuturaPTW10-CondMedOblique"),local("Futura PT W10 Cond Med Oblique"),url(assets/fonts/FuturaPTW10-CondMedOblique.woff2) format("woff2"),url(assets/fonts/FuturaPTW10-CondMedOblique.woff) format("woff"),url(assets/fonts/FuturaPTW10-CondMedOblique.ttf) format("truetype"),url(assets/fonts/FuturaPTW10-CondMedOblique.eot) format("embedded-opentype")}

@font-face{font-family:"AxidStd";font-style:normal;font-weight:700;src:local("AxidStd-Bold"),url(assets/fonts/AxisStd-Bold.eot) format("embedded-opentype"),url(assets/fonts/AxisStd-Bold.ttf) format("truetype"),url(assets/fonts/AxisStd-Bold.woff) format("woff"),url(assets/fonts/AxisStd-Bold.woff2) format("woff2")}

@font-face{font-family:"AxidStd";font-style:normal;font-weight:300;src:local("AxidStd-Light"),url(assets/fonts/AxisStd-Light.eot) format("embedded-opentype"),url(assets/fonts/AxisStd-Light.ttf) format("truetype"),url(assets/fonts/AxisStd-Light.woff) format("woff"),url(assets/fonts/AxisStd-Light.woff2) format("woff2")}

@font-face{font-family:"AxidStd";font-style:normal;font-weight:400;src:local("AxidStd-Regular"),url(assets/fonts/AxisStd-Regular.eot) format("embedded-opentype"),url(assets/fonts/AxisStd-Regular.ttf) format("truetype"),url(assets/fonts/AxisStd-Regular.woff) format("woff"),url(assets/fonts/AxisStd-Regular.woff2) format("woff2")}/*!
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/@font-face{font-family:"M Ying Hei HK W40";font-style:normal;font-weight:200;src:local("M Ying Hei HK W40 W2"),local("MYingHeiHKW40-W2"),url(assets/fonts/6a27e93e-2b59-436b-987e-3be606045bd6.woff2) format("woff2"),url(assets/fonts/5562ed64-b2e7-4db5-8539-7cfec9ccc5f2.woff) format("woff"),url(assets/fonts/c65ddcc6-2d31-406f-9514-c24f0d4dbaa1.ttf) format("truetype"),url(assets/fonts/384b6228-5b96-4e64-8f00-d48e531c5c84.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei HK W40";font-style:normal;font-weight:300;src:local("M Ying Hei HK W40 W3"),local("MYingHeiHKW40-W3"),url(assets/fonts/65994e62-df6c-4a64-9d46-7da05c167137.woff2) format("woff2"),url(assets/fonts/c5639610-3c5e-4160-8945-cafaaa29ae4c.woff) format("woff"),url(assets/fonts/f0cfd35c-8dad-448f-a36e-75317d833268.ttf) format("truetype"),url(assets/fonts/3e19e37e-3a82-4b2c-9625-1c826bf28cbe.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei HK W40";font-style:normal;font-weight:400;src:local("M Ying Hei HK W40 W4"),local("MYingHeiHKW40-W4"),url(assets/fonts/19c9cee6-86d9-4d75-91f8-40a53af13cb4.woff2) format("woff2"),url(assets/fonts/10b7a67e-8ab4-4af1-bb6f-5d68a7ad1579.woff) format("woff"),url(assets/fonts/077c9fe3-6dfb-4b5c-978b-ee6d0564405b.ttf) format("truetype"),url(assets/fonts/d7f564dc-2735-4e7e-ac26-3cc5906a4bda.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei HK W40";font-style:normal;font-weight:500;src:local("M Ying Hei HK W40 W5"),local("MYingHeiHKW40-W5"),url(assets/fonts/053335bd-d7c6-4811-9007-b529eae26a79.woff2) format("woff2"),url(assets/fonts/5da30e21-3948-4ea8-8ede-ffa9c809bad6.woff) format("woff"),url(assets/fonts/1eebe537-7ff7-4a6f-b84e-fd823160dc3d.ttf) format("truetype"),url(assets/fonts/5dfd5824-ef8f-4909-bcbe-b1cc4bf31b6f.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei HK W40";font-style:normal;font-weight:700;src:local("M Ying Hei HK W40 W7"),local("MYingHeiHKW40-W7"),url(assets/fonts/1003794a-d2cb-4c94-b551-d66487c9dcfd.woff2) format("woff2"),url(assets/fonts/0a065bf3-5f00-41fc-a2cb-6acebf669d7a.woff) format("woff"),url(assets/fonts/e2f6ec3d-0a9d-4abc-b891-864187376e49.ttf) format("truetype"),url(assets/fonts/3a0cd3a8-549d-4e4e-b834-d7cdf8185991.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei HK W40";font-style:normal;font-weight:800;src:local("M Ying Hei HK W40 W8"),local("MYingHeiHKW40-W8"),url(assets/fonts/a89c99ea-a4bc-4fab-b5a8-376992a0ae38.woff2) format("woff2"),url(assets/fonts/6d20df6b-a192-421b-8c64-d52c4748ddec.woff) format("woff"),url(assets/fonts/f4630c15-3e63-48ea-98e8-a2d64b951592.ttf) format("truetype"),url(assets/fonts/7bca839d-72fc-4573-8723-0d91e0136b6c.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei HK W40";font-style:normal;font-weight:900;src:local("M Ying Hei HK W40 W9"),local("MYingHeiHKW40-W9"),url(assets/fonts/5695ae1d-eb48-4dd4-b5b7-617e0aeae3bd.woff2) format("woff2"),url(assets/fonts/a1e502a1-dee6-4181-ae5c-ce22e9477a50.woff) format("woff"),url(assets/fonts/b654c297-23ea-46ea-9e2d-c963ac7ff2af.ttf) format("truetype"),url(assets/fonts/cb8d608d-bc7a-4ae8-99ac-70d31ba1d913.eot) format("embedded-opentype")}/*!
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/@font-face{font-family:"M Ying Hei PRC W48";font-weight:200;font-style:normal;src:local("MYingHeiPRCW48-W2"),local("M Ying Hei PRC W48 W2"),url(assets/fonts/41c9f1bf-7ae4-49ec-8361-32e9e2285588.woff2) format("woff2"),url(assets/fonts/bea170e5-f480-410b-ac8a-a5395d99bc14.woff) format("woff"),url(assets/fonts/57ab3719-207f-429b-ba59-58b96a876c68.ttf) format("truetype"),url(assets/fonts/7a929a19-2fa2-4186-b3a0-f07552c9951c.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei PRC W48";font-weight:300;font-style:normal;src:local("MYingHeiPRCW48-W3"),local("M Ying Hei PRC W48 W3"),url(assets/fonts/eed22010-e81c-4a26-89e1-b195ce68f1db.woff2) format("woff2"),url(assets/fonts/e993fa4c-406b-47cb-af12-3b235ec2da13.woff) format("woff"),url(assets/fonts/c2214f43-dc60-4eae-88e3-c97bc92bfd2d.ttf) format("truetype"),url(assets/fonts/537ee37a-8e1e-4cdd-bb96-ab34b9b6ada8.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei PRC W48";font-weight:400;font-style:normal;src:local("MYingHeiPRCW48-W4"),local("M Ying Hei PRC W48 W4"),url(assets/fonts/8d35d791-4855-4d07-a375-74086a98f3ef.woff2) format("woff2"),url(assets/fonts/f3713ce6-cbf5-48c7-bf86-9bebfc2e72e8.woff) format("woff"),url(assets/fonts/12ffff62-5c44-4b97-8dcd-2aaa7be80908.ttf) format("truetype"),url(assets/fonts/9727a3d7-5eb6-40b5-99f3-731264278598.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei PRC W48";font-weight:500;font-style:normal;src:local("MYingHeiPRCW48-W5"),local("M Ying Hei PRC W48 W5"),url(assets/fonts/ad9b964b-03b9-4d8e-84c6-f3ce4bce7b26.woff2) format("woff2"),url(assets/fonts/04312fad-12c3-4032-8936-b8f869e402dd.woff) format("woff"),url(assets/fonts/f92830e5-ce17-4d20-bc5b-4a6dbb582a8d.ttf) format("truetype"),url(assets/fonts/ecf5b70f-d3b4-4a71-85bf-04a03e40afae.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei PRC W48";font-weight:700;font-style:normal;src:local("MYingHeiPRCW48-W7"),local("M Ying Hei PRC W48 W7"),url(assets/fonts/4467f251-5326-4c3e-8a18-6ef8a520ddeb.woff2) format("woff2"),url(assets/fonts/524f4aa8-853c-4ecd-931d-16d8d3543b00.woff) format("woff"),url(assets/fonts/0df8613c-4f4e-4e3a-bda5-2f59d865088f.ttf) format("truetype"),url(assets/fonts/a9eb19a6-2c88-40dc-b457-52ef8216b48e.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei PRC W48";font-weight:800;font-style:normal;src:local("MYingHeiPRCW48-W8"),local("M Ying Hei PRC W48 W8"),url(assets/fonts/e9f66f91-34e8-4183-bcd9-d11797f26bb6.woff2) format("woff2"),url(assets/fonts/175492fd-de68-4188-b310-b9420ae62fa3.woff) format("woff"),url(assets/fonts/c7bdb219-f65b-4057-849d-119da02247ae.ttf) format("truetype"),url(assets/fonts/ee566f3e-1928-4b30-9f2b-0e2c7623185b.eot) format("embedded-opentype")}

@font-face{font-family:"M Ying Hei PRC W48";font-weight:900;font-style:normal;src:local("MYingHeiPRCW48-W9"),local("M Ying Hei PRC W48 W9"),url(assets/fonts/1cf9ed1d-1c7c-4db5-a7ad-aea3a3f13f15.woff2) format("woff2"),url(assets/fonts/eabd48ef-e431-481e-ba1d-5dfb4b32d7e0.woff) format("woff"),url(assets/fonts/d4f4e40a-41ed-4b3a-bfa7-6eca81b50c0e.ttf) format("truetype"),url(assets/fonts/a8d11cdc-1a0b-460b-b1f0-2aaf02e453c4.eot) format("embedded-opentype")}

@keyframes fadebounce{
0%{transform:translateY(0);opacity:.2}

50%{transform:translateY(25px);opacity:1}

100%{transform:translateY(0);opacity:.2}}

@keyframes mc-loader1{
0%{transform:translate(0, 0)}

50%{transform:translate(50px, 0)}

100%{transform:translate(0, 0)}}

@keyframes mc-loader2{
0%{transform:translate(0, 0)}

50%{transform:translate(-50px, 0)}

100%{transform:translate(0, 0)}}

html,body{font-family:"Mark for MC Narrow W00","Century Gothic",sans-serif;color:#141413;box-sizing:border-box;font-size:16px;width:100%;min-height:100%}

html:lang(ar),body:lang(ar){font-family:"Frutiger LT W23","Mark for MC Narrow W00","Century Gothic",sans-serif}

html:lang(ru),html:lang(ru-RU),html:lang(uk),html:lang(uk-UA),body:lang(ru),body:lang(ru-RU),body:lang(uk),body:lang(uk-UA){font-family:"Futura PT W10","Mark for MC Narrow W00","Century Gothic",sans-serif}

html:lang(ja),html:lang(ja-JP),body:lang(ja),body:lang(ja-JP){font-family:"AxidStd","Mark for MC Narrow W00","Century Gothic",sans-serif}

html:lang(zh-CN),html:lang(zh-Hans),body:lang(zh-CN),body:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark for MC Narrow W00","Century Gothic",sans-serif}

html:lang(zh-TW),html:lang(zh-HK),html:lang(zh-Hant),body:lang(zh-TW),body:lang(zh-HK),body:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark for MC Narrow W00","Century Gothic",sans-serif}

html:lang(tr-TR),html:lang(cs-CZ),html:lang(pl-PL),body:lang(tr-TR),body:lang(cs-CZ),body:lang(pl-PL){font-family:"Century Gothic",sans-serif}

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

[dir] p,[dir] ul,[dir] ol,[dir] blockquote{margin-top:0;margin-bottom:1.25em}

[dir] ul ul,[dir] ul ol,[dir] ol ul,[dir] ol ol{margin-bottom:0}

h1{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.2222222222;font-weight:300;font-style:normal}

[dir] h1{margin-top:0;margin-bottom:.6666666667em}

h1:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(ru),h1:lang(ru-RU),h1:lang(uk),h1:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(ja),h1:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(zh-CN),h1:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(zh-TW),h1:lang(zh-HK),h1:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(tr-TR),h1:lang(cs-CZ),h1:lang(pl-PL){font-family:"Century Gothic",sans-serif}

h2{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

[dir] h2{margin-top:0;margin-bottom:.8333333333em}

h2:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(ru),h2:lang(ru-RU),h2:lang(uk),h2:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(ja),h2:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(zh-CN),h2:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(zh-TW),h2:lang(zh-HK),h2:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(tr-TR),h2:lang(cs-CZ),h2:lang(pl-PL){font-family:"Century Gothic",sans-serif}

h3{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

[dir] h3{margin-top:0;margin-bottom:1em}

h3:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(ru),h3:lang(ru-RU),h3:lang(uk),h3:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(ja),h3:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(zh-CN),h3:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(zh-TW),h3:lang(zh-HK),h3:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(tr-TR),h3:lang(cs-CZ),h3:lang(pl-PL){font-family:"Century Gothic",sans-serif}

h4{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

[dir] h4{margin-top:0;margin-bottom:1.3333333333em}

h4:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

h4:lang(ru),h4:lang(ru-RU),h4:lang(uk),h4:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

h4:lang(ja),h4:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

h4:lang(zh-CN),h4:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

h4:lang(zh-TW),h4:lang(zh-HK),h4:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

h4:lang(tr-TR),h4:lang(cs-CZ),h4:lang(pl-PL){font-family:"Century Gothic",sans-serif}

h5{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-weight:400;font-style:normal}

[dir] h5{margin-top:0;margin-bottom:1.6666666667em}

h5:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

h5:lang(ru),h5:lang(ru-RU),h5:lang(uk),h5:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

h5:lang(ja),h5:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

h5:lang(zh-CN),h5:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

h5:lang(zh-TW),h5:lang(zh-HK),h5:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

h5:lang(tr-TR),h5:lang(cs-CZ),h5:lang(pl-PL){font-family:"Century Gothic",sans-serif}

h6{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:18px;line-height:1.3333333333;font-weight:600;font-style:normal}

[dir] h6{margin-top:0;margin-bottom:2.3333333333em}

h6:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

h6:lang(ru),h6:lang(ru-RU),h6:lang(uk),h6:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

h6:lang(ja),h6:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

h6:lang(zh-CN),h6:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

h6:lang(zh-TW),h6:lang(zh-HK),h6:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

h6:lang(tr-TR),h6:lang(cs-CZ),h6:lang(pl-PL){font-family:"Century Gothic",sans-serif}

@media(min-width: 75em){
h1{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:48px;line-height:1.1666666667;font-weight:300;font-style:normal}

h1:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(ru),h1:lang(ru-RU),h1:lang(uk),h1:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(ja),h1:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(zh-CN),h1:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(zh-TW),h1:lang(zh-HK),h1:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

h1:lang(tr-TR),h1:lang(cs-CZ),h1:lang(pl-PL){font-family:"Century Gothic",sans-serif}

h2{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.1666666667;font-weight:300;font-style:normal}

h2:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(ru),h2:lang(ru-RU),h2:lang(uk),h2:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(ja),h2:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(zh-CN),h2:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(zh-TW),h2:lang(zh-HK),h2:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

h2:lang(tr-TR),h2:lang(cs-CZ),h2:lang(pl-PL){font-family:"Century Gothic",sans-serif}

h3{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:28px;line-height:1.4285714286;font-weight:300;font-style:normal}

h3:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(ru),h3:lang(ru-RU),h3:lang(uk),h3:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(ja),h3:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(zh-CN),h3:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(zh-TW),h3:lang(zh-HK),h3:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

h3:lang(tr-TR),h3:lang(cs-CZ),h3:lang(pl-PL){font-family:"Century Gothic",sans-serif}}

p{font-size:16px;line-height:1.5}

ul,ol{font-family:"Mark for MC Narrow W00","Century Gothic",sans-serif;list-style-position:outside}

[dir="ltr"] ul,[dir="ltr"] ol{padding-left:30px}

[dir="rtl"] ul,[dir="rtl"] ol{padding-right:30px}

ul:lang(ar),ol:lang(ar){font-family:"Frutiger LT W23","Mark for MC Narrow W00","Century Gothic",sans-serif}

ul:lang(ru),ul:lang(ru-RU),ul:lang(uk),ul:lang(uk-UA),ol:lang(ru),ol:lang(ru-RU),ol:lang(uk),ol:lang(uk-UA){font-family:"Futura PT W10","Mark for MC Narrow W00","Century Gothic",sans-serif}

ul:lang(ja),ul:lang(ja-JP),ol:lang(ja),ol:lang(ja-JP){font-family:"AxidStd","Mark for MC Narrow W00","Century Gothic",sans-serif}

ul:lang(zh-CN),ul:lang(zh-Hans),ol:lang(zh-CN),ol:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark for MC Narrow W00","Century Gothic",sans-serif}

ul:lang(zh-TW),ul:lang(zh-HK),ul:lang(zh-Hant),ol:lang(zh-TW),ol:lang(zh-HK),ol:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark for MC Narrow W00","Century Gothic",sans-serif}

ul:lang(tr-TR),ul:lang(cs-CZ),ul:lang(pl-PL),ol:lang(tr-TR),ol:lang(cs-CZ),ol:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] li{margin-bottom:8px}

[dir="ltr"] li{padding-left:10px}

[dir="rtl"] li{padding-right:10px}

[dir] li>ul,[dir] li>ol{margin-top:8px}

[dir] li:last-of-type{margin-bottom:0}

a{text-decoration:none;color:#cf4500}

[dir] a{cursor:pointer}

p a{font-weight:500}

a:hover{text-decoration:underline;color:#852d01}

input[type=text]::-ms-clear{display:none;width:0;height:0}

input[type=text]::-ms-reveal{display:none;width:0;height:0}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}

table{border-collapse:collapse;border-spacing:0}

[dir] table{border-color:#898989;border-style:solid}

[dir] table caption{margin-bottom:5px}

[dir] td{margin:0;padding:8px}

hr{height:2px}

[dir] hr{background-color:#b1ada6;border:none}

@media(max-width: 43.74em){
[dir="ltr"] ul,[dir="ltr"] ol{padding-left:20px}

[dir="rtl"] ul,[dir="rtl"] ol{padding-right:20px}}

.typography__heading--display-1{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.2222222222;font-weight:300;font-style:normal}

.typography__heading--display-1:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(ru),.typography__heading--display-1:lang(ru-RU),.typography__heading--display-1:lang(uk),.typography__heading--display-1:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(ja),.typography__heading--display-1:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(zh-CN),.typography__heading--display-1:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(zh-TW),.typography__heading--display-1:lang(zh-HK),.typography__heading--display-1:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(tr-TR),.typography__heading--display-1:lang(cs-CZ),.typography__heading--display-1:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--display-2{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.2222222222;font-weight:300;font-style:normal}

.typography__heading--display-2:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(ru),.typography__heading--display-2:lang(ru-RU),.typography__heading--display-2:lang(uk),.typography__heading--display-2:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(ja),.typography__heading--display-2:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(zh-CN),.typography__heading--display-2:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(zh-TW),.typography__heading--display-2:lang(zh-HK),.typography__heading--display-2:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(tr-TR),.typography__heading--display-2:lang(cs-CZ),.typography__heading--display-2:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--h1{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.2222222222;font-weight:300;font-style:normal}

.typography__heading--h1:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(ru),.typography__heading--h1:lang(ru-RU),.typography__heading--h1:lang(uk),.typography__heading--h1:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(ja),.typography__heading--h1:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(zh-CN),.typography__heading--h1:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(zh-TW),.typography__heading--h1:lang(zh-HK),.typography__heading--h1:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(tr-TR),.typography__heading--h1:lang(cs-CZ),.typography__heading--h1:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--h2{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

.typography__heading--h2:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(ru),.typography__heading--h2:lang(ru-RU),.typography__heading--h2:lang(uk),.typography__heading--h2:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(ja),.typography__heading--h2:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(zh-CN),.typography__heading--h2:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(zh-TW),.typography__heading--h2:lang(zh-HK),.typography__heading--h2:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(tr-TR),.typography__heading--h2:lang(cs-CZ),.typography__heading--h2:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--h3{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

.typography__heading--h3:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(ru),.typography__heading--h3:lang(ru-RU),.typography__heading--h3:lang(uk),.typography__heading--h3:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(ja),.typography__heading--h3:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(zh-CN),.typography__heading--h3:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(zh-TW),.typography__heading--h3:lang(zh-HK),.typography__heading--h3:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(tr-TR),.typography__heading--h3:lang(cs-CZ),.typography__heading--h3:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--h4{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

.typography__heading--h4:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h4:lang(ru),.typography__heading--h4:lang(ru-RU),.typography__heading--h4:lang(uk),.typography__heading--h4:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h4:lang(ja),.typography__heading--h4:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h4:lang(zh-CN),.typography__heading--h4:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h4:lang(zh-TW),.typography__heading--h4:lang(zh-HK),.typography__heading--h4:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h4:lang(tr-TR),.typography__heading--h4:lang(cs-CZ),.typography__heading--h4:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--h5{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-weight:400;font-style:normal}

.typography__heading--h5:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h5:lang(ru),.typography__heading--h5:lang(ru-RU),.typography__heading--h5:lang(uk),.typography__heading--h5:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h5:lang(ja),.typography__heading--h5:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h5:lang(zh-CN),.typography__heading--h5:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h5:lang(zh-TW),.typography__heading--h5:lang(zh-HK),.typography__heading--h5:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h5:lang(tr-TR),.typography__heading--h5:lang(cs-CZ),.typography__heading--h5:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--h6{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:18px;line-height:1.3333333333;font-weight:600;font-style:normal}

.typography__heading--h6:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h6:lang(ru),.typography__heading--h6:lang(ru-RU),.typography__heading--h6:lang(uk),.typography__heading--h6:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h6:lang(ja),.typography__heading--h6:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h6:lang(zh-CN),.typography__heading--h6:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h6:lang(zh-TW),.typography__heading--h6:lang(zh-HK),.typography__heading--h6:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h6:lang(tr-TR),.typography__heading--h6:lang(cs-CZ),.typography__heading--h6:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__eyebrow-heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340}

.typography__eyebrow-heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__eyebrow-heading:lang(ru),.typography__eyebrow-heading:lang(ru-RU),.typography__eyebrow-heading:lang(uk),.typography__eyebrow-heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__eyebrow-heading:lang(ja),.typography__eyebrow-heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__eyebrow-heading:lang(zh-CN),.typography__eyebrow-heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__eyebrow-heading:lang(zh-TW),.typography__eyebrow-heading:lang(zh-HK),.typography__eyebrow-heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__eyebrow-heading:lang(tr-TR),.typography__eyebrow-heading:lang(cs-CZ),.typography__eyebrow-heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__paragraph--large{font-family:"Mark for MC Narrow W00","Century Gothic",sans-serif;font-size:18px;line-height:1.4444444444;font-weight:400;font-style:normal}

.typography__paragraph--large:lang(ar){font-family:"Frutiger LT W23","Mark for MC Narrow W00","Century Gothic",sans-serif}

.typography__paragraph--large:lang(ru),.typography__paragraph--large:lang(ru-RU),.typography__paragraph--large:lang(uk),.typography__paragraph--large:lang(uk-UA){font-family:"Futura PT W10","Mark for MC Narrow W00","Century Gothic",sans-serif}

.typography__paragraph--large:lang(ja),.typography__paragraph--large:lang(ja-JP){font-family:"AxidStd","Mark for MC Narrow W00","Century Gothic",sans-serif}

.typography__paragraph--large:lang(zh-CN),.typography__paragraph--large:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark for MC Narrow W00","Century Gothic",sans-serif}

.typography__paragraph--large:lang(zh-TW),.typography__paragraph--large:lang(zh-HK),.typography__paragraph--large:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark for MC Narrow W00","Century Gothic",sans-serif}

.typography__paragraph--large:lang(tr-TR),.typography__paragraph--large:lang(cs-CZ),.typography__paragraph--large:lang(pl-PL){font-family:"Century Gothic",sans-serif}

@media(min-width: 43.75em){
.typography__heading--display-1{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:48px;line-height:1.25;font-weight:300;font-style:normal}

.typography__heading--display-1:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(ru),.typography__heading--display-1:lang(ru-RU),.typography__heading--display-1:lang(uk),.typography__heading--display-1:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(ja),.typography__heading--display-1:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(zh-CN),.typography__heading--display-1:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(zh-TW),.typography__heading--display-1:lang(zh-HK),.typography__heading--display-1:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(tr-TR),.typography__heading--display-1:lang(cs-CZ),.typography__heading--display-1:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--display-2{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:48px;line-height:1.25;font-weight:300;font-style:normal}

.typography__heading--display-2:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(ru),.typography__heading--display-2:lang(ru-RU),.typography__heading--display-2:lang(uk),.typography__heading--display-2:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(ja),.typography__heading--display-2:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(zh-CN),.typography__heading--display-2:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(zh-TW),.typography__heading--display-2:lang(zh-HK),.typography__heading--display-2:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(tr-TR),.typography__heading--display-2:lang(cs-CZ),.typography__heading--display-2:lang(pl-PL){font-family:"Century Gothic",sans-serif}}

@media(min-width: 75em){
.typography__heading--display-1{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:84px;line-height:1.1428571429;font-weight:200;font-style:normal}

.typography__heading--display-1:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(ru),.typography__heading--display-1:lang(ru-RU),.typography__heading--display-1:lang(uk),.typography__heading--display-1:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(ja),.typography__heading--display-1:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(zh-CN),.typography__heading--display-1:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(zh-TW),.typography__heading--display-1:lang(zh-HK),.typography__heading--display-1:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-1:lang(tr-TR),.typography__heading--display-1:lang(cs-CZ),.typography__heading--display-1:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--display-2{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:60px;line-height:1.2;font-weight:200;font-style:normal}

.typography__heading--display-2:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(ru),.typography__heading--display-2:lang(ru-RU),.typography__heading--display-2:lang(uk),.typography__heading--display-2:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(ja),.typography__heading--display-2:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(zh-CN),.typography__heading--display-2:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(zh-TW),.typography__heading--display-2:lang(zh-HK),.typography__heading--display-2:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--display-2:lang(tr-TR),.typography__heading--display-2:lang(cs-CZ),.typography__heading--display-2:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--h1{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:48px;line-height:1.1666666667;font-weight:300;font-style:normal}

.typography__heading--h1:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(ru),.typography__heading--h1:lang(ru-RU),.typography__heading--h1:lang(uk),.typography__heading--h1:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(ja),.typography__heading--h1:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(zh-CN),.typography__heading--h1:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(zh-TW),.typography__heading--h1:lang(zh-HK),.typography__heading--h1:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h1:lang(tr-TR),.typography__heading--h1:lang(cs-CZ),.typography__heading--h1:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--h2{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.1666666667;font-weight:300;font-style:normal}

.typography__heading--h2:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(ru),.typography__heading--h2:lang(ru-RU),.typography__heading--h2:lang(uk),.typography__heading--h2:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(ja),.typography__heading--h2:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(zh-CN),.typography__heading--h2:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(zh-TW),.typography__heading--h2:lang(zh-HK),.typography__heading--h2:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h2:lang(tr-TR),.typography__heading--h2:lang(cs-CZ),.typography__heading--h2:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.typography__heading--h3{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:28px;line-height:1.4285714286;font-weight:300;font-style:normal}

.typography__heading--h3:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(ru),.typography__heading--h3:lang(ru-RU),.typography__heading--h3:lang(uk),.typography__heading--h3:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(ja),.typography__heading--h3:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(zh-CN),.typography__heading--h3:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(zh-TW),.typography__heading--h3:lang(zh-HK),.typography__heading--h3:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.typography__heading--h3:lang(tr-TR),.typography__heading--h3:lang(cs-CZ),.typography__heading--h3:lang(pl-PL){font-family:"Century Gothic",sans-serif}}

.page{height:100%}

.page-content{height:100%;display:flex;flex-direction:column}

.page-content>*{flex-shrink:0}

.page-grid{flex-grow:1;display:flex;flex-direction:column;overflow-x:hidden}

.constrain{width:90%;max-width:1260px}

[dir] .constrain{padding:0;margin:0 auto}

.row{font-size:0}

[dir="ltr"] .row{margin-left:-30px}

[dir="rtl"] .row{margin-right:-30px}

.constrain:after,.row:after{content:"";display:table}

[dir] .constrain:after,[dir] .row:after{clear:both}

.column{display:inline-block;vertical-align:top;width:100%;min-height:1px;font-size:1rem}

[dir="ltr"] .column{padding-left:30px}

[dir="rtl"] .column{padding-right:30px}

.rowValignBottom .column{vertical-align:bottom}

.rowValignMiddle .column{vertical-align:middle}

.rowValignMiddle .column .column,.rowValignBottom .column .column{vertical-align:top}

.column>img{display:block}

[dir] .sidebarOnLeft .sidebar,[dir] .sidebarOnRight .content,[dir] .column.fiftyFifty,[dir] .column.third,[dir] .column.four{margin-bottom:40px}

[dir] .column.fiftyFifty:last-of-type,[dir] .column.third:last-of-type,[dir] .column.four:last-of-type{margin-bottom:0}

@media(min-width: 43.75em){
.constrain{width:100%}

[dir] .constrain{padding:0 60px}

.column.sidebar{width:33.3333333333%}

.column.sidebar .form-field__container{flex-wrap:wrap}

.column.sidebar .form-field__container .form-field--half{width:100%;flex:0 0 100%}

.column.content{width:66.6666666667%}

.column.third{width:33.3333333333%}

[dir] .column.third{margin-bottom:0}

.column.twoThirds{width:66.6666666667%}

.column.slice{width:50%}

[dir="ltr"] .column.push1\/6{margin-left:16.6666666667%}

[dir="rtl"] .column.push1\/6{margin-right:16.6666666667%}

[dir] .sidebarOnLeft .sidebar,[dir] .sidebarOnRight .content{margin-bottom:0}}

@media(min-width: 43.75em){
[dir="ltr"] .sidebarOnLeft .sidebar .inwardsPadding{padding-right:30px}

[dir="rtl"] .sidebarOnLeft .sidebar .inwardsPadding{padding-left:30px}

[dir="ltr"] .sidebarOnLeft .content .inwardsPadding{padding-left:30px}

[dir="rtl"] .sidebarOnLeft .content .inwardsPadding{padding-right:30px}

[dir="ltr"] .sidebarOnRight .sidebar .inwardsPadding{padding-left:30px}

[dir="rtl"] .sidebarOnRight .sidebar .inwardsPadding{padding-right:30px}

[dir="ltr"] .sidebarOnRight .content .inwardsPadding{padding-right:30px}

[dir="rtl"] .sidebarOnRight .content .inwardsPadding{padding-left:30px}}

@media(min-width: 64em){
.column.fiftyFifty{width:50%}

[dir] .column.fiftyFifty{margin-bottom:0}

[dir="ltr"] .column.fiftyFifty .rte{padding-right:30px}

[dir="rtl"] .column.fiftyFifty .rte{padding-left:30px}

[dir="ltr"] .column.third .rte,[dir="ltr"] .column.four .rte{padding-right:20px}

[dir="rtl"] .column.third .rte,[dir="rtl"] .column.four .rte{padding-left:20px}

.column.four{width:25%}

[dir] .column.four{margin-bottom:0}

[dir="ltr"] .column.fiftyFifty .fiftyFiftyPadded .rte{padding-right:0}

[dir="rtl"] .column.fiftyFifty .fiftyFiftyPadded .rte{padding-left:0}

.fiftyFiftyLeftSwap{position:relative}

[dir="ltr"] .fiftyFiftyLeftSwap{left:-50%}

[dir="rtl"] .fiftyFiftyLeftSwap{right:-50%}

.fiftyFiftyRightSwap{position:relative}

[dir="ltr"] .fiftyFiftyRightSwap{left:50%}

[dir="rtl"] .fiftyFiftyRightSwap{right:50%}}

@media screen and (min-width: 1024px){
[dir="ltr"] .fiftyFiftyLeft .fiftyFiftyPadded{padding-right:calc(60px + 20 * ((100vw - 1024px) / 256))}

[dir="rtl"] .fiftyFiftyLeft .fiftyFiftyPadded{padding-left:calc(60px + 20 * ((100vw - 1024px) / 256))}}

@media screen and (min-width: 1280px){
[dir="ltr"] .fiftyFiftyLeft .fiftyFiftyPadded{padding-right:80px}

[dir="rtl"] .fiftyFiftyLeft .fiftyFiftyPadded{padding-left:80px}}

@media screen and (min-width: 1024px){
[dir="ltr"] .fiftyFiftyRight .fiftyFiftyPadded{padding-left:calc(60px + 20 * ((100vw - 1024px) / 256))}

[dir="rtl"] .fiftyFiftyRight .fiftyFiftyPadded{padding-right:calc(60px + 20 * ((100vw - 1024px) / 256))}}

@media screen and (min-width: 1280px){
[dir="ltr"] .fiftyFiftyRight .fiftyFiftyPadded{padding-left:80px}

[dir="rtl"] .fiftyFiftyRight .fiftyFiftyPadded{padding-right:80px}}

@media screen and (min-width: 1024px){
[dir="ltr"] .fiftyFiftyLeftSwap .fiftyFiftyPadded{padding-right:calc(60px + 20 * ((100vw - 1024px) / 256))}

[dir="rtl"] .fiftyFiftyLeftSwap .fiftyFiftyPadded{padding-left:calc(60px + 20 * ((100vw - 1024px) / 256))}}

@media screen and (min-width: 1280px){
[dir="ltr"] .fiftyFiftyLeftSwap .fiftyFiftyPadded{padding-right:80px}

[dir="rtl"] .fiftyFiftyLeftSwap .fiftyFiftyPadded{padding-left:80px}}

@media screen and (min-width: 1024px){
[dir="ltr"] .fiftyFiftyRightSwap .fiftyFiftyPadded{padding-left:calc(60px + 20 * ((100vw - 1024px) / 256))}

[dir="rtl"] .fiftyFiftyRightSwap .fiftyFiftyPadded{padding-right:calc(60px + 20 * ((100vw - 1024px) / 256))}}

@media screen and (min-width: 1280px){
[dir="ltr"] .fiftyFiftyRightSwap .fiftyFiftyPadded{padding-left:80px}

[dir="rtl"] .fiftyFiftyRightSwap .fiftyFiftyPadded{padding-right:80px}}

.section{position:relative;overflow:hidden;flex-grow:1}

[dir] .section{padding-left:0;padding-right:0;padding-top:40px;padding-bottom:40px;background-color:#fcfbfa}

[dir] .section--no-padding{padding-top:0;padding-bottom:0}

[dir] .section--no-bottom-padding{padding-bottom:0}

[dir] .section--no-top-padding{padding-top:0}

@media(min-width: 43.75em){
[dir] .section{padding-left:0;padding-right:0;padding-top:80px;padding-bottom:80px}

[dir] .section--no-padding{padding-top:0;padding-bottom:0}

[dir] .section--no-bottom-padding{padding-bottom:0}

[dir] .section--no-top-padding{padding-top:0}

[dir="ltr"] .section--padding-right{padding-right:15px}

[dir="rtl"] .section--padding-right{padding-left:15px}

[dir="ltr"] .section--padding-left{padding-left:15px}

[dir="rtl"] .section--padding-left{padding-right:15px}}

[dir] .control{margin-bottom:40px}

[dir] .control:last-child{margin-bottom:0}

[dir] .control--no-margin-bottom{margin-bottom:0}

[dir] .control--reduced-margin{margin-bottom:20px}

img.control{width:100%}

[dir] img.control{margin-bottom:20px}

[dir] .rte+.control{margin-top:40px}

@media(min-width: 43.75em){
[dir] .control{margin-bottom:60px}

[dir] .control:last-child{margin-bottom:0}

[dir] .control--no-margin-bottom{margin-bottom:0}

[dir] .control--reduced-margin{margin-bottom:20px}}

.sliceSpacer{display:none}

.sliceImage{display:block;width:100%}

[dir] .sliceContent{padding-top:40px;padding-bottom:40px}

@media(min-width: 64em){
.sliceSection{height:42.92vw;position:relative;z-index:0;width:100%;display:table;overflow:hidden}

.sliceSection .constrain,.sliceSection .row{height:100%}

.sliceSection>.constrain{display:table-cell}

[dir] .sliceSection>.constrain{padding:0}

.sliceImage{position:absolute;top:0;height:100%;width:auto;z-index:1}

[dir="ltr"] .sliceSectionLeft .sliceImage{left:0}

[dir="rtl"] .sliceSectionLeft .sliceImage{right:0}

[dir="ltr"] .sliceSectionRight .sliceImage{right:0}

[dir="rtl"] .sliceSectionRight .sliceImage{left:0}

.sliceCover{width:100vw;height:100%;position:absolute;z-index:2;top:0}

[dir] .sliceCover{background-color:#fff}

.sliceSection .row{display:table;width:100%}

[dir] .sliceSection .row{padding:0 60px}

[dir="ltr"] .sliceSection .row{margin-left:0}

[dir="rtl"] .sliceSection .row{margin-right:0}

.sliceSection .column{display:table-cell}

[dir="ltr"] .left{padding-left:0;padding-right:100px}

[dir="rtl"] .left{padding-right:0;padding-left:100px}

[dir="ltr"] .right{padding-right:0;padding-left:100px}

[dir="rtl"] .right{padding-left:0;padding-right:100px}

.sliceContent{position:relative;z-index:3}

.sliceSpacer{height:100%;display:inline-block}

.sliceContent,.sliceSpacer{width:50%}

[dir="ltr"] .sliceSectionLeft .sliceCover{transform-origin:right top;left:50%}

[dir="rtl"] .sliceSectionLeft .sliceCover{transform-origin:left top;right:50%}

[dir="ltr"] .sliceSectionRight .sliceCover{transform-origin:left bottom;right:50%}

[dir="rtl"] .sliceSectionRight .sliceCover{transform-origin:right bottom;left:50%}}

@media screen and (min-width: 1122px){
.sliceSection>.constrain{display:table-cell}

[dir] .sliceSection>.constrain{padding-left:calc(50% - 570px - 60px);padding-right:calc(50% - 570px - 60px)}}

[dir="ltr"] .site-header__action-buttons{margin-right:-12px}

[dir="rtl"] .site-header__action-buttons{margin-left:-12px}

.site-header__image-button{height:100%;display:flex;width:48px;position:relative}

[dir] .site-header__expand-menu-button{background-image:url(5226ebb5f1ea444a8d99.svg);background-position:center;background-size:24px;background-repeat:no-repeat}

[dir] .site-header__expand-menu-button--close{background-image:url(f91384ad66cb05aaf0a0.svg)}

.site-header{box-sizing:border-box;max-height:100vh;font-family:"Mark Web Pro","Century Gothic",sans-serif;z-index:9998;height:56px;flex-shrink:0;position:fixed;width:100%}

.site-header:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.site-header:lang(ru),.site-header:lang(ru-RU),.site-header:lang(uk),.site-header:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.site-header:lang(ja),.site-header:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.site-header:lang(zh-CN),.site-header:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.site-header:lang(zh-TW),.site-header:lang(zh-HK),.site-header:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.site-header:lang(tr-TR),.site-header:lang(cs-CZ),.site-header:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.site-header:before,.site-header:after,.site-header *,.site-header *:before,.site-header *:after{box-sizing:inherit}

.site-header:after{position:absolute;content:"";display:block;top:0;bottom:0;z-index:-1}

[dir] .site-header:after{background-color:#141413;left:0;right:0}

[dir] .site-header+div{padding-top:103px}

[dir] .site-header__image-button{margin:0;background-color:rgba(0,0,0,0);border:none;padding:0;cursor:pointer}

.site-header__image-button:hover{text-decoration:none}

.site-header__image-button img{vertical-align:middle}

.site-header__image-button--icon img,.site-header__image-button--icon object{height:24px;width:24px}

.site-header__logo{display:flex}

.site-header__logo img,.site-header__logo object{align-self:center;height:24px;width:39px;pointer-events:none}

.site-header__logo span{font-size:16px;color:#fff;line-height:1.125;align-self:center;display:none}

[dir] .site-header__logo span{margin-top:-2px}

[dir="ltr"] .site-header__logo span{margin-left:23px;text-align:left}

[dir="rtl"] .site-header__logo span{margin-right:23px;text-align:right}

.site-header #member-logout{color:#fff;vertical-align:middle;display:table-cell;max-height:calc(100vh - 104px)}

[dir] .site-header #member-logout{text-align:center;left:0;right:0}

[dir="ltr"] .site-header #member-logout{padding-left:18px}

[dir="rtl"] .site-header #member-logout{padding-right:18px}

.site-header #member-logout:hover{text-decoration:underline}

[dir] .site-header form{margin-top:41px}

@media(max-width: 63.99em){
[dir] .site-header form{margin-top:5px}}

.site-header__logout{color:#e7343d;vertical-align:middle;display:table-cell;max-height:calc(100vh - 104px);font-size:15px}

[dir] .site-header__logout{text-align:center;left:0;right:0;margin-top:41px}

[dir="ltr"] .site-header__logout{padding-left:18px}

[dir="rtl"] .site-header__logout{padding-right:18px}

@media(max-width: 63.99em){
[dir] .site-header__logout{margin-top:5px}}

.site-header__container{display:flex;height:100%}

@media(max-width: 63.99em){
.site-header .constrain{width:100%}

[dir] .site-header .constrain{padding:0 20px}

[dir] .site-header+div{padding-top:56px}

[dir="ltr"] .site-header__action-buttons{margin-left:auto}

[dir="rtl"] .site-header__action-buttons{margin-right:auto}

.site-header__image-button{line-height:56px}

.site-header__nav-links{display:none;position:absolute;top:56px;max-height:calc(100vh - 56px);overflow:auto}

[dir] .site-header__nav-links{left:0;right:0}

[dir] .site-header__nav-links{background-color:#141413}

[dir="ltr"] .site-header__action-buttons--left{float:left;margin-left:-12px}

[dir="rtl"] .site-header__action-buttons--left{float:right;margin-right:-12px}}

@media(min-width: 64em){
.site-header__logo img,.site-header__logo object{height:32px;width:52px}

.site-header__logo span{display:flex}

.site-header__nav-link-text:hover{text-decoration:underline}

.site-header__nav-link-menu{height:calc(100vh - 104px)}

[dir] .site-header__nav-link-menu{background-color:#222221}

.site-header{height:104px}

[dir] .site-header__action-buttons{margin-right:-16px;margin-left:-16px}}

.site-header__nav-links--expanded{display:block;z-index:10}

.site-header__nav-link{display:block;font-size:1rem}

[dir] .site-header__nav-link--last .nav-links__heading:first-of-type::before{border-top:none}

.site-header__nav-link-text{font-weight:300;line-height:1.5;font-size:16px;display:table;width:100%}

[dir] .site-header__nav-link-text{cursor:pointer;padding:20px;border-top:1px solid #444340;background-image:url(04de697c539b4b2c7e48.svg);background-repeat:no-repeat;background-size:12px}

[dir="ltr"] .site-header__nav-link-text{background-position:calc(100% - 20px - 6px) center}

[dir="rtl"] .site-header__nav-link-text{background-position:calc(100% - (100% - 20px - 6px)) center}

.site-header__nav-link-text,.site-header__nav-link-text:hover{color:#fff}

.site-header__nav-link-text span{vertical-align:middle;display:table-cell}

[dir="ltr"] .site-header__nav-link-text span{text-align:left}

[dir="rtl"] .site-header__nav-link-text span{text-align:right}

.site-header__nav-link-text--active{color:#cf4500}

[dir] .site-header__nav-link-text--active{background-image:url(f225591abbd2779f5e16.svg);border-bottom:none}

.site-header__nav-link-text--active,.site-header__nav-link-text--active:hover{color:#cf4500}

[dir] .site-header__nav-link-text--last{border-bottom:1px solid #444340}

[dir] .site-header__nav-link-text--direct{background-image:none}

.site-header__nav-link-menu{display:none;z-index:0}

[dir="ltr"] .site-header__nav-link-menu{text-align:left}

[dir="rtl"] .site-header__nav-link-menu{text-align:right}

.site-header__nav-link-menu:target,.site-header__nav-link-menu--visible{display:block}

.site-header__nav-links-active-state-bar{height:2px;width:0;position:absolute;bottom:0;display:none}

[dir] .site-header__nav-links-active-state-bar{background-color:#fff}

[dir="ltr"] .site-header__nav-links-active-state-bar{left:0}

[dir="rtl"] .site-header__nav-links-active-state-bar{right:0}

.site-header-search-button{position:relative}

.site-header-search-button__icon{top:50%;position:absolute;height:16px;width:16px}

[dir] .site-header-search-button__icon{transition:opacity 500ms ease-out;transition-delay:500ms}

[dir="ltr"] .site-header-search-button__icon{left:50%;transform:translate(-50%, -50%)}

[dir="rtl"] .site-header-search-button__icon{right:50%;transform:translate(50%, -50%)}

.site-header-search-button__icon path{fill:#fff}

[dir] .site-header-search-button__icon path{transition:fill 125ms ease-out}

.site-header-search-button:hover .site-header-search-button__icon path{fill:#b1ada6}

.site-header-search-button__icon--search{opacity:1}

[dir] .site-header-search-button__icon--search{transition-delay:225ms}

.site-header-search-button__icon--close{opacity:0}

[dir] .site-header-search-button__icon--close{transition-delay:0ms}

.site-header-search-button--close .site-header-search-button__icon--search{opacity:0}

[dir] .site-header-search-button--close .site-header-search-button__icon--search{transition-delay:0ms}

.site-header-search-button--close .site-header-search-button__icon--close{opacity:1}

[dir] .site-header-search-button--close .site-header-search-button__icon--close{transition-delay:225ms}

.site-header__sub-menus{display:none}

.site-header-search-button{display:none}

@media(max-width: 63.99em){
.site-header__nav-links{overflow-x:hidden}}

@media(min-width: 64em){
.site-header-search-button{display:block}

[dir="ltr"] .site-header{text-align:right}

[dir="rtl"] .site-header{text-align:left}

.site-header__nav-links{display:flex}

[dir="ltr"] .site-header__nav-links{margin-left:auto;margin-right:48px}

[dir="rtl"] .site-header__nav-links{margin-right:auto;margin-left:48px}

.site-header__nav-link{vertical-align:middle}

[dir] .site-header__nav-link{margin-top:0;margin-bottom:0;margin-right:18px;margin-left:18px}

.site-header__nav-link-text{height:100%}

[dir] .site-header__nav-link-text{padding-top:0;padding-bottom:0;border-top:none}

[dir="ltr"] .site-header__nav-link-text{padding-left:5px;padding-right:22px;background-position:calc(100% - 5px) center}

[dir="rtl"] .site-header__nav-link-text{padding-right:5px;padding-left:22px;background-position:calc(100% - (100% - 5px)) center}

[dir] .site-header__nav-link-text span{padding:0;text-align:center}

[dir] .site-header__nav-link-text--last{border-bottom:none}

[dir="ltr"] .site-header__nav-link-text--direct{padding-right:5px}

[dir="rtl"] .site-header__nav-link-text--direct{padding-left:5px}

.site-header__nav-link-menu{position:absolute;top:100%;max-height:calc(100vh - 104px);overflow:auto}

[dir] .site-header__nav-link-menu{left:0;right:0}

.site-header__expand-menu-button{display:none}

.site-header__nav-links-active-state-bar{display:block}

.site-header__sub-menus{display:block}

.site-header__nav-link .site-header__nav-link-menu{display:none}}

@media(min-width: 75em){
[dir] .site-header__nav-link{margin-right:24px;margin-left:24px}}

.site-search{z-index:9999}

[dir] .site-search{background-color:#222221;padding-top:40px}

.site-search__search-box{appearance:none;color:#fff;font-family:"Mark Web Pro","Century Gothic",sans-serif;line-height:2.7142857143;height:40px;font-size:14px;width:100%}

[dir] .site-search__search-box{background-color:#444340;border-style:none;border-radius:20px;background-image:url(d23ffbeeed47bdcacc9a.svg);background-repeat:no-repeat;background-size:16px 16px;background-position:12px center;padding-bottom:2px;margin-bottom:30px}

[dir="ltr"] .site-search__search-box{padding-left:36px}

[dir="rtl"] .site-search__search-box{padding-right:36px}

.site-search__search-box:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.site-search__search-box:lang(ru),.site-search__search-box:lang(ru-RU),.site-search__search-box:lang(uk),.site-search__search-box:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.site-search__search-box:lang(ja),.site-search__search-box:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.site-search__search-box:lang(zh-CN),.site-search__search-box:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.site-search__search-box:lang(zh-TW),.site-search__search-box:lang(zh-HK),.site-search__search-box:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.site-search__search-box:lang(tr-TR),.site-search__search-box:lang(cs-CZ),.site-search__search-box:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.site-search__search-box::placeholder{color:#96918b}

.site-search__results-heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;letter-spacing:.15em;color:#96918b;font-weight:bold;text-transform:uppercase;font-size:12px;line-height:1.3333333333}

[dir] .site-search__results-heading{margin-bottom:20px}

[dir="ltr"] .site-search__results-heading{padding-left:36px}

[dir="rtl"] .site-search__results-heading{padding-right:36px}

.site-search__results-heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.site-search__results-heading:lang(ru),.site-search__results-heading:lang(ru-RU),.site-search__results-heading:lang(uk),.site-search__results-heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.site-search__results-heading:lang(ja),.site-search__results-heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.site-search__results-heading:lang(zh-CN),.site-search__results-heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.site-search__results-heading:lang(zh-TW),.site-search__results-heading:lang(zh-HK),.site-search__results-heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.site-search__results-heading:lang(tr-TR),.site-search__results-heading:lang(cs-CZ),.site-search__results-heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.site-search__results{list-style:none}

[dir] .site-search__results{margin:0;margin-bottom:40px}

[dir="ltr"] .site-search__results{padding-left:36px}

[dir="rtl"] .site-search__results{padding-right:36px}

[dir] .site-search__all-results{margin-bottom:40px}

[dir="ltr"] .site-search__all-results{padding-left:36px}

[dir="rtl"] .site-search__all-results{padding-right:36px}

.site-search__result{font-size:16px;line-height:1.5}

[dir] .site-search__result{margin-bottom:10px}

[dir="ltr"] .site-search__result{padding-left:0}

[dir="rtl"] .site-search__result{padding-right:0}

.site-search__result-link{font-family:"Mark Web Pro","Century Gothic",sans-serif;color:#fff}

.site-search__result-link:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.site-search__result-link:lang(ru),.site-search__result-link:lang(ru-RU),.site-search__result-link:lang(uk),.site-search__result-link:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.site-search__result-link:lang(ja),.site-search__result-link:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.site-search__result-link:lang(zh-CN),.site-search__result-link:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.site-search__result-link:lang(zh-TW),.site-search__result-link:lang(zh-HK),.site-search__result-link:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.site-search__result-link:lang(tr-TR),.site-search__result-link:lang(cs-CZ),.site-search__result-link:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.site-search__result-link:hover{color:#96918b}

.site-search__scrolling-region{overflow:auto}

@media(min-width: 64em){
.site-search{display:none;z-index:99999;opacity:1;overflow:visible;top:100%;position:absolute;height:calc(100vh - 104px)}

[dir] .site-search{padding-top:0;text-align:center;background-color:rgba(0,0,0,0);left:0;right:0}

.site-search--open,.site-search--show{display:block;opacity:1}

[dir] .site-search--open,[dir] .site-search--show{background-color:#222221}

.site-search__column{max-width:555px;opacity:0}

[dir="ltr"] .site-search__column{text-align:left}

[dir="rtl"] .site-search__column{text-align:right}

.site-search--open .site-search__column,.site-search--show .site-search__column{opacity:1}

[dir] .site-search--open .site-search__column,[dir] .site-search--show .site-search__column{transform:translateX(0)}

.site-search__search-box{position:relative;max-width:555px}

[dir] .site-search__search-box{margin:0 auto}

[dir] .site-search__search-form{margin-top:40px}

[dir] .site-search__popular-results,[dir] .site-search__search-results{margin-top:40px}}

@media(min-width: 75em){
[dir] .site-search__search-form{margin-top:80px}}

.footer{color:#fbfbfb}

[dir] .footer{background-color:#0d0d0d}

.footer__site-identifier{font-size:0}

[dir] .footer__site-identifier{padding:80px 0 20px}

.footer__site-identifier img{height:32px;width:52px;display:inline-block;vertical-align:middle}

.footer__site-identifier span{line-height:36px;display:inline-block;vertical-align:middle;font-size:16px;color:#fff;font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:400}

[dir] .footer__site-identifier span{margin-top:-2px}

[dir="ltr"] .footer__site-identifier span{margin-left:23px}

[dir="rtl"] .footer__site-identifier span{margin-right:23px}

.footer__site-identifier span:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-identifier span:lang(ru),.footer__site-identifier span:lang(ru-RU),.footer__site-identifier span:lang(uk),.footer__site-identifier span:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-identifier span:lang(ja),.footer__site-identifier span:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-identifier span:lang(zh-CN),.footer__site-identifier span:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-identifier span:lang(zh-TW),.footer__site-identifier span:lang(zh-HK),.footer__site-identifier span:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-identifier span:lang(tr-TR),.footer__site-identifier span:lang(cs-CZ),.footer__site-identifier span:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.footer__content-row{display:flex;flex-direction:column;flex-wrap:nowrap}

[dir] .footer__content-row{padding-bottom:40px}

.footer__support-content{width:100%}

[dir] .footer__support-content{margin-bottom:40px}

.footer__support-message{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:300;font-size:24px;line-height:30px}

[dir] .footer__support-message{margin:0 0 20px 0}

[dir="ltr"] .footer__support-message{text-align:left}

[dir="rtl"] .footer__support-message{text-align:right}

.footer__support-message:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.footer__support-message:lang(ru),.footer__support-message:lang(ru-RU),.footer__support-message:lang(uk),.footer__support-message:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.footer__support-message:lang(ja),.footer__support-message:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.footer__support-message:lang(zh-CN),.footer__support-message:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.footer__support-message:lang(zh-TW),.footer__support-message:lang(zh-HK),.footer__support-message:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.footer__support-message:lang(tr-TR),.footer__support-message:lang(cs-CZ),.footer__support-message:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.footer__support-link{font-weight:400;font-size:16px;line-height:24px;color:#b1ada6;display:inline-block}

[dir] .footer__support-link{margin:0}

[dir="ltr"] .footer__support-link{padding-left:40px;background:url(f97629b920204e639371.svg) no-repeat rgba(0,0,0,0) left center}

[dir="rtl"] .footer__support-link{padding-right:40px;background:url(f97629b920204e639371.svg) no-repeat rgba(0,0,0,0) right center}

[dir] .footer__support-link{background-size:24px}

.footer__support-link:active,.footer__support-link:visited,.footer__support-link:hover{text-decoration:none}

.footer__site-links-container{width:100%}

.footer__site-links-group{box-sizing:border-box;width:100%}

[dir] .footer__site-links-group{background-color:#0d0d0d;margin-bottom:40px}

[dir] .footer__site-links-group:last-child{margin-bottom:0}

.footer__site-links-group-heading{color:#b1ada6;line-height:24px;font-size:16px;letter-spacing:1.8px;text-transform:uppercase;font-weight:700}

[dir] .footer__site-links-group-heading{margin:0 0 24px}

[dir="ltr"] .footer__site-links-group-heading{text-align:left}

[dir="rtl"] .footer__site-links-group-heading{text-align:right}

.footer__site-links-group-item{font-family:"Mark Web Pro","Century Gothic",sans-serif;text-decoration:none;color:#fff;font-size:14px;line-height:20px;font-weight:600}

.footer__site-links-group-item:active,.footer__site-links-group-item:visited,.footer__site-links-group-item:hover{text-decoration:none}

.footer__site-links-group-item:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-links-group-item:lang(ru),.footer__site-links-group-item:lang(ru-RU),.footer__site-links-group-item:lang(uk),.footer__site-links-group-item:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-links-group-item:lang(ja),.footer__site-links-group-item:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-links-group-item:lang(zh-CN),.footer__site-links-group-item:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-links-group-item:lang(zh-TW),.footer__site-links-group-item:lang(zh-HK),.footer__site-links-group-item:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.footer__site-links-group-item:lang(tr-TR),.footer__site-links-group-item:lang(cs-CZ),.footer__site-links-group-item:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.footer__site-links-group-list{display:inline-block;text-decoration:none;list-style:none;line-height:24px}

[dir] .footer__site-links-group-list{padding:0;margin-bottom:0}

.footer__site-links-group-list li{font-size:14px;line-height:20px}

[dir] .footer__site-links-group-list li{margin:8px 0 0 0}

[dir="ltr"] .footer__site-links-group-list li{padding-left:0}

[dir="rtl"] .footer__site-links-group-list li{padding-right:0}

[dir] .footer__site-links-group-list li:first-child{margin-top:0}

.footer__copyright-row{width:100%;display:flex;flex-direction:column-reverse}

[dir] .footer__copyright-row{border-top:1px solid #343331;padding-top:40px;padding-bottom:80px}

.footer__copyright-message{font-size:14px;line-height:20px;font-weight:600;font-family:"Mark Web Pro","Century Gothic",sans-serif}

.footer__copyright-message:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.footer__copyright-message:lang(ru),.footer__copyright-message:lang(ru-RU),.footer__copyright-message:lang(uk),.footer__copyright-message:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.footer__copyright-message:lang(ja),.footer__copyright-message:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.footer__copyright-message:lang(zh-CN),.footer__copyright-message:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.footer__copyright-message:lang(zh-TW),.footer__copyright-message:lang(zh-HK),.footer__copyright-message:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.footer__copyright-message:lang(tr-TR),.footer__copyright-message:lang(cs-CZ),.footer__copyright-message:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.footer__legal-links-container{display:flex;flex-direction:column}

[dir] .footer__legal-links-container{margin-bottom:30px}

.footer__legal-link{font-family:"Mark Web Pro","Century Gothic",sans-serif;text-decoration:none;color:#fff;font-size:14px;line-height:20px;font-weight:600}

[dir] .footer__legal-link{margin:8px 0 0 0}

.footer__legal-link:active,.footer__legal-link:visited,.footer__legal-link:hover{text-decoration:none}

.footer__legal-link:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.footer__legal-link:lang(ru),.footer__legal-link:lang(ru-RU),.footer__legal-link:lang(uk),.footer__legal-link:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.footer__legal-link:lang(ja),.footer__legal-link:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.footer__legal-link:lang(zh-CN),.footer__legal-link:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.footer__legal-link:lang(zh-TW),.footer__legal-link:lang(zh-HK),.footer__legal-link:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.footer__legal-link:lang(tr-TR),.footer__legal-link:lang(cs-CZ),.footer__legal-link:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .footer__legal-link:first-child{margin-top:0}

.footer__social-media-container{display:flex}

[dir] .footer__social-media-container{margin-bottom:40px}

.footer__social-media-item{color:rgba(0,0,0,0);text-decoration:none;display:block;height:24px;width:24px;text-indent:-999999px}

[dir] .footer__social-media-item{padding:0;background-size:24px 24px;background-repeat:no-repeat;background-position:center center}

[dir="ltr"] .footer__social-media-item{margin:0 24px 0 0}

[dir="rtl"] .footer__social-media-item{margin:0 0 0 24px}

[dir] .footer__social-media-item--facebook{background-image:url(2b2d3a83e2b65393811d.svg)}

[dir] .footer__social-media-item--instagram{background-image:url(8f24818099c6ba1a32b6.svg)}

[dir] .footer__social-media-item--twitter{background-image:url(4d73a49285dbe9cac801.png)}

[dir] .footer__social-media-item--linkedIn{background-image:url(4f3c62840d2685bdc3a9.svg)}

[dir] .footer__social-media-item--youtube{background-image:url(839396d6c409e1b68f44.svg)}

@media(min-width: 43.75em){
.footer__site-links-container{width:100%;display:flex;flex-direction:row;justify-content:flex-end}

.footer__support-content{width:60%}

.footer__site-links-group{width:50%}

[dir] .footer__site-links-group{margin-bottom:0;margin-top:40px}

[dir="ltr"] .footer__site-links-group{padding-right:1.25rem}

[dir="rtl"] .footer__site-links-group{padding-left:1.25rem}

[dir] .footer__site-links-group:nth-child(1),[dir] .footer__site-links-group:nth-child(2){margin-top:0}}

@media(min-width: 64em){
.footer__site-identifier img{height:32px;width:52px}}

@media(min-width: 75em){
.footer__content-row{flex-direction:row;justify-content:space-between}

[dir] .footer__content-row{padding-bottom:70px}

[dir="ltr"] .footer__copyright-message{margin-right:48px}

[dir="rtl"] .footer__copyright-message{margin-left:48px}

.footer__support-content{width:30%}

[dir] .footer__support-content{margin-bottom:0}

[dir="ltr"] .footer__support-content{padding-right:1.25rem}

[dir="rtl"] .footer__support-content{padding-left:1.25rem}

.footer__site-links-container{width:60%}

.footer__site-links-group{width:36.3636363636%}

[dir="ltr"] .footer__site-links-group{padding-right:1.25rem}

[dir="rtl"] .footer__site-links-group{padding-left:1.25rem}

.footer__legal-links-container{flex-direction:row;flex-wrap:nowrap}

[dir] .footer__legal-links-container{margin-bottom:0}

[dir] .footer__legal-link{margin-top:0}

[dir="ltr"] .footer__legal-link{margin-right:48px}

[dir="rtl"] .footer__legal-link{margin-left:48px}

.footer__copyright-row{flex-direction:row;flex-wrap:nowrap}

[dir] .footer__copyright-row{padding-bottom:40px}

.footer__social-media-container{flex-grow:1;justify-content:flex-end}

[dir] .footer__social-media-container{margin-bottom:0}

[dir="ltr"] .footer__social-media-item{margin:0 24px 0 0}

[dir="rtl"] .footer__social-media-item{margin:0 0 0 24px}

[dir="ltr"] .footer__social-media-item:last-child{margin-right:0}

[dir="rtl"] .footer__social-media-item:last-child{margin-left:0}}

[dir] .rte .mc-button__rte{margin-bottom:20px}

[dir] .rte .link-with-arrow,[dir] .rte .link-with-icon{margin-bottom:20px}

[dir] .rte table{margin-bottom:20px}

.rte img{vertical-align:middle;max-width:100%}

[dir] .rte img[style*="float: left"]{margin-bottom:20px}

[dir="ltr"] .rte img[style*="float: left"]{margin-right:20px}

[dir="rtl"] .rte img[style*="float: left"]{margin-left:20px}

[dir] .rte img[style*="float: right"]{margin-bottom:20px}

[dir="ltr"] .rte img[style*="float: right"]{margin-left:20px}

[dir="rtl"] .rte img[style*="float: right"]{margin-right:20px}

[dir] .rte hr{margin:40px 0;clear:both}

.rte hr:before{content:"";display:table}

[dir] .rte hr:before{clear:both}

[dir] .rte>:last-child{margin-bottom:0}

.rte p:not(.typography__heading--display-1,.typography__heading--display-2,.typography__heading--h1,.typography__heading--h2,.typography__heading--h3,.typography__heading--h4,.typography__heading--h5,.typography__heading--h6){color:#444340}

.rte p>span.typography__heading--display-1,.rte p>span.typography__heading--display-2,.rte p>span.typography__heading--h1,.rte p>span.typography__heading--h2,.rte p>span.typography__heading--h3,.rte p>span.typography__heading--h4,.rte p>span.typography__heading--h5,.rte p>span.typography__heading--h6{color:#141413}

.theme-dark .rte p:not(.typography__heading--display-1,.typography__heading--display-2,.typography__heading--h1,.typography__heading--h2,.typography__heading--h3,.typography__heading--h4,.typography__heading--h5,.typography__heading--h6){color:#fff}

.theme-dark .rte p>span.typography__heading--display-1,.theme-dark .rte p>span.typography__heading--display-2,.theme-dark .rte p>span.typography__heading--h1,.theme-dark .rte p>span.typography__heading--h2,.theme-dark .rte p>span.typography__heading--h3,.theme-dark .rte p>span.typography__heading--h4,.theme-dark .rte p>span.typography__heading--h5,.theme-dark .rte p>span.typography__heading--h6{color:#fff}

.rte ul{list-style:none}

[dir] .rte ul{padding:0;margin:0}

.rte li{position:relative}

[dir="ltr"] .rte li{padding-left:16px}

[dir="rtl"] .rte li{padding-right:16px}

.rte li:before{content:"";position:absolute;display:inline-block;top:7px;width:6px;height:6px}

[dir] .rte li:before{background-color:#6e6d6a;border-radius:50%}

[dir="ltr"] .rte li:before{left:0}

[dir="rtl"] .rte li:before{right:0}

.mc-button{appearance:none;backface-visibility:hidden;color:#fff;min-width:100px;display:inline-block;position:relative;overflow:hidden;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;vertical-align:middle;min-width:145px;font-family:"Mark Web Pro","Century Gothic",sans-serif}

[dir] .mc-button{cursor:pointer;border-color:rgba(255,255,255,.999) rgba(255,255,255,.995);background-color:rgba(0,0,0,0);padding:9px 20px 11px;margin:0 auto;text-align:center}

.mc-button:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.mc-button:lang(ru),.mc-button:lang(ru-RU),.mc-button:lang(uk),.mc-button:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.mc-button:lang(ja),.mc-button:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.mc-button:lang(zh-CN),.mc-button:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.mc-button:lang(zh-TW),.mc-button:lang(zh-HK),.mc-button:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.mc-button:lang(tr-TR),.mc-button:lang(cs-CZ),.mc-button:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.mc-button:hover{text-decoration:none}

.mc-button font{vertical-align:baseline !important}

[dir] .mc-button--primary,[dir] .mc-button--secondary{border:2px solid;border-radius:20px}

.mc-button--link-with-arrow{background-position:right center;display:inline-block;width:auto;min-width:0;font-weight:700}

[dir] .mc-button--link-with-arrow{background-repeat:no-repeat;border-radius:0;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2712%27%3E%3Cpath d=%27M22.198 5.5L18 .705 18.747 0 24 6l-5.253 6-.747-.705L22.198 6.5H0v-1h22.198z%27 fill=%27#cf4500%27%20fill-rule=%27nonzero%27/%3E%3C/svg%3E");background-size:30px 15px}

[dir="ltr"] .mc-button--link-with-arrow{background-position:right 5px center;padding:10px 45px 10px 0}

[dir="rtl"] .mc-button--link-with-arrow{background-position:left 5px center;padding:10px 0 10px 45px}

[dir] .mc-button--link-with-arrow:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2712%27%3E%3Cpath d=%27M22.198 5.5L18 .705 18.747 0 24 6l-5.253 6-.747-.705L22.198 6.5H0v-1h22.198z%27 fill=%27#852d01%27%20fill-rule=%27nonzero%27/%3E%3C/svg%3E")}

@media screen and (min-width: 0�){
[dir] .mc-button--link-with-arrow{background-image:url(9011e71180d4604e378a.svg);background-size:24px 12px}}

.mc-button--link-with-arrow span,.mc-button--link-with-arrow a{display:block}

.mc-button--orange.mc-button--primary{color:#fff}

[dir] .mc-button--orange.mc-button--primary{background-color:#cf4500;border-color:#cf4500}

.mc-button--orange.mc-button--primary:hover{color:#fff}

[dir] .mc-button--orange.mc-button--primary:hover{background-color:#852d01;border-color:#852d01}

[dir] .mc-button--orange.mc-button--primary:active{border-color:#e7cec1}

[dir] .mc-button--orange.mc-button--primary:disabled{background-color:#e49e7a;border-color:#e49e7a}

.mc-button--orange.mc-button--secondary{color:#cf4500}

[dir] .mc-button--orange.mc-button--secondary{border-color:#cf4500}

.mc-button--orange.mc-button--secondary:hover{color:#852d01}

[dir] .mc-button--orange.mc-button--secondary:hover{border-color:#852d01}

[dir] .mc-button--orange.mc-button--secondary:disabled{border-color:#e49e7a}

.mc-button--orange.mc-button--link-with-arrow{color:#141413}

.mc-button--orange.mc-button--link-with-arrow:hover{color:#030303;text-decoration:underline}

.mc-button--white.mc-button--primary{color:#565656}

[dir] .mc-button--white.mc-button--primary{background-color:#fff;border-color:#fff}

.mc-button--white.mc-button--primary:hover{color:#565656}

[dir] .mc-button--white.mc-button--primary:hover{background-color:#d3d3d3;border-color:#d3d3d3}

.mc-button--white.mc-button--primary:active{color:#565656}

.mc-button--white.mc-button--primary:disabled{color:#565656}

[dir] .mc-button--white.mc-button--primary:disabled{background-color:#898989;border-color:#898989}

[dir] .mc-button--white.mc-button--secondary{border-color:#fff}

.mc-button--white.mc-button--secondary:hover{color:#d3d3d3}

[dir] .mc-button--white.mc-button--secondary:hover{border-color:#d3d3d3}

.mc-button--white.mc-button--secondary:disabled{color:#898989}

[dir] .mc-button--white.mc-button--secondary:disabled{border-color:#898989}

.mc-button--white.mc-button--link-with-arrow{color:#fff}

[dir] .mc-button--white.mc-button--link-with-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2712%27%3E%3Cpath d=%27M22.198 5.5L18 .705 18.747 0 24 6l-5.253 6-.747-.705L22.198 6.5H0v-1h22.198z%27 fill=%27white%27 fill-rule=%27nonzero%27/%3E%3C/svg%3E")}

.mc-button--white.mc-button--link-with-arrow:hover{text-decoration:underline;color:#fff}

[dir] .mc-button--white.mc-button--link-with-arrow:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2712%27%3E%3Cpath d=%27M22.198 5.5L18 .705 18.747 0 24 6l-5.253 6-.747-.705L22.198 6.5H0v-1h22.198z%27 fill=%27white%27 fill-rule=%27nonzero%27/%3E%3C/svg%3E")}

.link-with-icon,.link-with-arrow{font-weight:600;font-size:16px;line-height:24px;display:block;font-family:"Mark Web Pro","Century Gothic",sans-serif}

.link-with-icon:lang(ar),.link-with-arrow:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.link-with-icon:lang(ru),.link-with-icon:lang(ru-RU),.link-with-icon:lang(uk),.link-with-icon:lang(uk-UA),.link-with-arrow:lang(ru),.link-with-arrow:lang(ru-RU),.link-with-arrow:lang(uk),.link-with-arrow:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.link-with-icon:lang(ja),.link-with-icon:lang(ja-JP),.link-with-arrow:lang(ja),.link-with-arrow:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.link-with-icon:lang(zh-CN),.link-with-icon:lang(zh-Hans),.link-with-arrow:lang(zh-CN),.link-with-arrow:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.link-with-icon:lang(zh-TW),.link-with-icon:lang(zh-HK),.link-with-icon:lang(zh-Hant),.link-with-arrow:lang(zh-TW),.link-with-arrow:lang(zh-HK),.link-with-arrow:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.link-with-icon:lang(tr-TR),.link-with-icon:lang(cs-CZ),.link-with-icon:lang(pl-PL),.link-with-arrow:lang(tr-TR),.link-with-arrow:lang(cs-CZ),.link-with-arrow:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.link-with-icon svg,.link-with-arrow svg{vertical-align:middle;display:inline-block;position:relative;top:-2px}

[dir="ltr"] .link-with-icon svg,[dir="ltr"] .link-with-arrow svg{margin-left:8px}

[dir="rtl"] .link-with-icon svg,[dir="rtl"] .link-with-arrow svg{margin-right:8px}

.link-with-icon svg.link-with-icon__arrow,.link-with-arrow svg.link-with-icon__arrow{width:13px;height:12px}

[dir="ltr"] .link-with-icon svg.link-with-icon__arrow,[dir="ltr"] .link-with-arrow svg.link-with-icon__arrow{margin-left:10px}

[dir="rtl"] .link-with-icon svg.link-with-icon__arrow,[dir="rtl"] .link-with-arrow svg.link-with-icon__arrow{margin-right:10px}

.link-with-icon svg.link-with-icon__download,.link-with-icon svg.link-with-icon__external,.link-with-arrow svg.link-with-icon__download,.link-with-arrow svg.link-with-icon__external{width:16px;height:16px}

.modal-close-button{width:45px;height:45px;-webkit-appearance:none;font-size:0;display:block}

[dir] .modal-close-button{background-color:rgba(0,0,0,0);background-image:url(a5cd6034a45377099116.svg);background-position:center center;background-size:20px;background-repeat:no-repeat;cursor:pointer;border:none;padding:10px}

.modal{position:fixed;overflow:visible;max-width:1140px;min-width:300px;max-height:100%}

[dir] .modal{margin:auto;background-color:#f3f0ee;border-radius:5px;border:none;box-shadow:0 1px 3px rgba(20,20,19,.27),0 3px 7px 3px rgba(20,20,19,.27);padding:20px}

.modal[style*=z-index]{top:50%}

[dir] .modal[style*=z-index]{margin:0}

[dir="ltr"] .modal[style*=z-index]{left:50%;transform:translate(-50%, -50%)}

[dir="rtl"] .modal[style*=z-index]{right:50%;transform:translate(50%, -50%)}

[dir] .modal::backdrop,[dir] .modal+.backdrop{background-color:rgba(20,20,19,.7)}

.modal__contents{display:flex;flex-direction:row;overflow:auto}

[dir] .modal__contents{margin:60px 60px}

.modal__contents-text,.modal__contents-image{display:flex;flex-direction:column;width:50%}

@media(min-width: 64em){
[dir] .modal__contents-text{margin-top:auto;margin-bottom:auto}

[dir="ltr"] .modal__contents-text{margin-right:30px}

[dir="rtl"] .modal__contents-text{margin-left:30px}}

.modal__contents-image img{width:100%;height:auto}

@media(min-width: 64em){
.modal__contents-image img{max-width:475px}}

.modal__close-button{position:absolute;top:22.5px;z-index:10000}

[dir="ltr"] .modal__close-button{margin-left:auto;right:22.5px}

[dir="rtl"] .modal__close-button{margin-right:auto;left:22.5px}

@media(max-width: 63.99em){
.modal{max-width:768px}

.modal__contents{flex-direction:column}

[dir] .modal__contents{margin:60px 20px}

.modal__contents-text,.modal__contents-image{width:100%}

.modal__contents-image{order:1}

.modal__contents-image img{max-width:688px;max-height:516px}

[dir] .modal__contents-image img{margin-left:auto;margin-right:auto}

.modal__contents-text{order:2}

[dir] .modal__contents-text{margin-top:40px}}

[dir] .breadcrumbs-container{padding:30px 0;background:#222}

.breadcrumbs{color:#fff;font-size:0;display:flex;flex-wrap:wrap}

[dir] .breadcrumbs{margin:0;margin-top:-10px}

[dir="ltr"] .breadcrumbs{padding-left:0}

[dir="rtl"] .breadcrumbs{padding-right:0;text-align: right}

[dir] .breadcrumbs{padding:0}

@media(max-width: 43.74em){
.breadcrumbs{overflow-x:auto;overflow-y:hidden;white-space:nowrap}}

.breadcrumbs__arrow{width:7px;height:12px}

[dir] .breadcrumbs__arrow{margin:0 16px}

.breadcrumbs__text{color:#838383}

.breadcrumbs__text--active{font-weight:700;color:#fff}

.breadcrumbs__item{list-style-type:none;color:#fff;font-size:14px;line-height:1;vertical-align:middle;white-space:nowrap}

[dir] .breadcrumbs__item{margin-bottom:0;margin-top:10px}

[dir="ltr"] .breadcrumbs__item{padding-left:0}

[dir="rtl"] .breadcrumbs__item{padding-right:0}

[dir="ltr"] .breadcrumbs__item--with-arrow{margin-right:16px}

[dir="rtl"] .breadcrumbs__item--with-arrow{margin-left:16px}

[dir="ltr"] .breadcrumbs__item--with-arrow a,[dir="ltr"] .breadcrumbs__item--with-arrow span{padding-right:17px}

[dir="rtl"] .breadcrumbs__item--with-arrow a,[dir="rtl"] .breadcrumbs__item--with-arrow span{padding-left:17px}

.breadcrumbs__item--with-arrow svg{width:7px;height:12px;vertical-align:middle;}

[dir="rtl"] .breadcrumbs__item--with-arrow svg{transform: scaleX(-1);}

.breadcrumbs__link{display:flex;color:#838383;fill:#838383;text-decoration:none;align-items:center}

.breadcrumbs__link a{color:inherit}

.breadcrumbs__link--active{font-weight:700;color:#fff}

.breadcrumbs__link--active:hover{color:#fff;text-decoration:none}

.breadcrumbs__link:hover{color:#838383;text-decoration:none}

.ot-sdk-show-settings{font-family:"Mark Web Pro","Century Gothic",sans-serif;z-index:1;position:fixed;bottom:0;color:#141413 !important}

[dir] .ot-sdk-show-settings{border:solid 1px #141413 !important}

[dir="ltr"] .ot-sdk-show-settings{right:0}

[dir="rtl"] .ot-sdk-show-settings{left:0}

.ot-sdk-show-settings:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.ot-sdk-show-settings:lang(ru),.ot-sdk-show-settings:lang(ru-RU),.ot-sdk-show-settings:lang(uk),.ot-sdk-show-settings:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.ot-sdk-show-settings:lang(ja),.ot-sdk-show-settings:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.ot-sdk-show-settings:lang(zh-CN),.ot-sdk-show-settings:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.ot-sdk-show-settings:lang(zh-TW),.ot-sdk-show-settings:lang(zh-HK),.ot-sdk-show-settings:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.ot-sdk-show-settings:lang(tr-TR),.ot-sdk-show-settings:lang(cs-CZ),.ot-sdk-show-settings:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.ot-sdk-show-settings:hover,.optanon-show-settings:hover{color:#fff !important}

[dir] .ot-sdk-show-settings:hover,[dir] .optanon-show-settings:hover{background-color:#cf4500 !important;cursor:pointer}

.subscribe-page-banner{font-size:0}

[dir] .subscribe-page-banner{background-color:#222221;text-align:center}

.subscribe-page-banner__link{line-height:24px;display:inline-block;vertical-align:middle;color:#e7e7e7}

[dir] .subscribe-page-banner__link{padding-top:17px;padding-bottom:21px}

.subscribe-page-banner__link:hover{color:#fff}

.subscribe-page-banner__link span{font-size:20px}

.subscribe-page-banner__link strong{color:#fff}

[dir] .subscribe-page-banner__link svg{transition:transform 225ms ease-out}

[dir="ltr"] .subscribe-page-banner__link svg{margin-left:10px}

[dir="rtl"] .subscribe-page-banner__link svg{margin-right:10px}

a.subscribe-page-banner__link{text-decoration:none}

a.subscribe-page-banner__link:hover span{text-decoration:underline}

[dir] .media-contact{margin-bottom:30px}

[dir] .media-contact:last-child{margin-bottom:0}

.media-contact__name{font-weight:bold}

[dir] .media-contact__name{margin-bottom:10px}

[dir] .media-contact__heading{margin-bottom:40px}

[dir] .media-contact__container{background-color:#f3f0ee;padding-top:40px;padding-bottom:40px}

@media(min-width: 43.75em){
[dir] .media-contact__container{padding-top:60px;padding-bottom:60px}}

.video-overlay{position:fixed;top:0;bottom:0;z-index:9999;display:none;min-width:0;min-height:0;max-width:100%;max-height:100%;width:100%;height:100%}

[dir] .video-overlay{padding:0;margin:0;left:0;right:0;text-align:center;background-color:#171717;transform:none}

.video-overlay--open{display:flex}

.video-overlay__close{top:30px}

[dir="ltr"] .video-overlay__close{right:30px}

[dir="rtl"] .video-overlay__close{left:30px}

.video-overlay__video{flex-grow:1;align-self:stretch;justify-self:stretch}

.video-overlay__video-container{align-self:stretch}

.social-share-bar__container{width:94%;height:60px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}

[dir] .social-share-bar__container{margin:auto;padding:10px 0;background-color:#fcfbfa}

.social-share-bar__button{width:55px;height:40px;text-indent:-9999rem;overflow:hidden;display:block;position:relative}

.social-share-bar__button svg{position:absolute;height:45px;width:45px;top:0;bottom:0}

[dir] .social-share-bar__button svg{left:0;right:0;margin:auto}

.social-share-bar__button svg .icon-fill{fill:#242423;fill-opacity:1}

.social-share-bar__button--email svg{height:25px;width:25px}

@media(min-width: 43.75em){
.social-share-bar__container{position:fixed;top:0;width:70px;height:220px;bottom:0;top:0;flex-direction:column;z-index:1;justify-content:center}

[dir] .social-share-bar__container{background-color:#242423;padding:0}

[dir="ltr"] .social-share-bar__container{right:0;right:0}

[dir="rtl"] .social-share-bar__container{left:0;left:0}

.social-share-bar__button{width:100%;height:50px}

.social-share-bar__button svg .icon-fill{fill:#fff}}

.form__error{color:#e7343d;display:block;font-size:16px;line-height:1.5}

[dir] .form__error{margin-bottom:20px}

.form__error.field-validation-valid{display:none}

.form__loading-cover-container{position:relative;z-index:0}

.form__loading-animation{display:none}

.form__loading-cover{width:100%;height:100%;top:0;position:absolute;display:none;box-sizing:border-box;z-index:-1}

[dir] .form__loading-cover{left:0;right:0;background-color:#f8f7f5}

[dir] .form__loading-cover--light{background-color:#fcfbfa}

.form__loading-cover--visible{display:block}

.download-page-thanks__animation,.form__loading-animation{filter:saturate(1)}

.form-confirmation__video-container{width:90px;height:90px}

[dir] .form-confirmation__video-container{margin-bottom:40px}

.form-field__container--start{justify-content:flex-start}

.form-field__container--end{justify-content:flex-end}

.form-field{width:100%}

[dir] .form-field{margin-bottom:19px}

.form-field__divider{height:1px}

[dir] .form-field__divider{margin:10px auto 30px auto;background-color:#e8e5e1}

.form-section__permission-body{font-size:12px;line-height:1.5;color:#444340}

[dir] .form-section__permission-body{margin-bottom:20px}

[dir] .form-section fieldset{border:none}

[dir="ltr"] .form-section fieldset{padding-left:0}

[dir="rtl"] .form-section fieldset{padding-right:0}

.form-se .form-section__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-style:normal}

[dir] .form-se .form-section__heading{margin-bottom:20px}

.form-se .form-section__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.form-se .form-section__heading:lang(ru),.form-se .form-section__heading:lang(ru-RU),.form-se .form-section__heading:lang(uk),.form-se .form-section__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.form-se .form-section__heading:lang(ja),.form-se .form-section__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.form-se .form-section__heading:lang(zh-CN),.form-se .form-section__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.form-se .form-section__heading:lang(zh-TW),.form-se .form-section__heading:lang(zh-HK),.form-se .form-section__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.form-se .form-section__heading:lang(tr-TR),.form-se .form-section__heading:lang(cs-CZ),.form-se .form-section__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .form-se .form-section__heading--less-margin-bottom{margin-bottom:10px}

[dir] .form-section__description{margin-bottom:20px}

[dir] .form-section__description--margin-top{margin-top:20px}

.form-section__description--small{font-size:12px}

.form-section__description--left-indent{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:12px;line-height:1.25;font-weight:300;font-style:normal;font-size:16px}

[dir="ltr"] .form-section__description--left-indent{margin-left:32px}

[dir="rtl"] .form-section__description--left-indent{margin-right:32px}

.form-section__description--left-indent:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.form-section__description--left-indent:lang(ru),.form-section__description--left-indent:lang(ru-RU),.form-section__description--left-indent:lang(uk),.form-section__description--left-indent:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.form-section__description--left-indent:lang(ja),.form-section__description--left-indent:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.form-section__description--left-indent:lang(zh-CN),.form-section__description--left-indent:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.form-section__description--left-indent:lang(zh-TW),.form-section__description--left-indent:lang(zh-HK),.form-section__description--left-indent:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.form-section__description--left-indent:lang(tr-TR),.form-section__description--left-indent:lang(cs-CZ),.form-section__description--left-indent:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir="ltr"] .form-section__captcha{margin-left:32px}

[dir="rtl"] .form-section__captcha{margin-right:32px}

.form-field--sort-code{width:50px}

[dir="ltr"] .form-field--sort-code{margin-right:20px}

[dir="rtl"] .form-field--sort-code{margin-left:20px}

.form-field__label{display:block}

.form-field__label--single-line{display:flex;flex-direction:row}

.form-field__label-text{display:block;font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:12px;line-height:1.25;font-weight:300;font-style:normal}

[dir] .form-field__label-text{margin-bottom:4px}

[dir="ltr"] .form-field__label-text{text-align:left}

[dir="rtl"] .form-field__label-text{text-align:right}

.form-field__label-text:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.form-field__label-text:lang(ru),.form-field__label-text:lang(ru-RU),.form-field__label-text:lang(uk),.form-field__label-text:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.form-field__label-text:lang(ja),.form-field__label-text:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.form-field__label-text:lang(zh-CN),.form-field__label-text:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.form-field__label-text:lang(zh-TW),.form-field__label-text:lang(zh-HK),.form-field__label-text:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.form-field__label-text:lang(tr-TR),.form-field__label-text:lang(cs-CZ),.form-field__label-text:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .form-field__label--single-line .form-field__label-text{margin-bottom:0;margin-top:-1px}

.form-field__label-text--large{font-size:16px;line-height:1.5}

[dir] .form-field__label--single-line .form-field__label-text--large{margin-top:-1px}

.form-field__text-input{min-height:40px;color:#141413;display:block;width:100%;box-sizing:border-box}

[dir] .form-field__text-input{padding-top:0;padding-bottom:0;padding-left:16px;padding-right:16px;border-radius:4px;border:1px solid #96918b}

.form-field__text-input::placeholder{color:#96918b}

[dir] .form-field__text-input--sort-code{padding-left:10px;padding-right:10px;text-align:center}

#loginModel_Password,#loginModel_Username{min-height:50px;color:#141413;display:block;width:90%;box-sizing:border-box}

[dir] #loginModel_Password,[dir] #loginModel_Username{padding-top:0;padding-bottom:0;padding-left:16px;padding-right:16px;border-radius:4px;border:1px solid #96918b}

[dir="ltr"] #loginModel_Password,[dir="ltr"] #loginModel_Username{margin-right:16px}

[dir="rtl"] #loginModel_Password,[dir="rtl"] #loginModel_Username{margin-left:16px}

#loginModel_Password::placeholder,#loginModel_Username::placeholder{color:#96918b}

.form-field__textarea{min-height:100px;color:#141413;display:block;width:100%;box-sizing:border-box;resize:vertical}

[dir] .form-field__textarea{padding:16px 16px 0 16px;border-radius:4px;border:1px solid #96918b}

.form-field__textarea::placeholder{color:#96918b}

.form-field__dropdown{height:40px;width:100%}

[dir] .form-field__dropdown{border:1px solid #96918b;padding-left:16px;padding-right:16px;border-radius:4px;background-color:#fff}

.form-field__dropdown:required:not(.valid):not(:valid):not(:invalid),.form-field__dropdown:required:invalid{color:#96918b}

.form-field__dropdown option:not(:first-of-type){color:#030303}

.form-field__instructions{color:#444340}

[dir] .form-field__instructions{background-image:url(87bcedf51332f47f9328.svg);background-repeat:no-repeat;background-size:24px 24px}

[dir="ltr"] .form-field__instructions{background-position:left center;padding-left:44px}

[dir="rtl"] .form-field__instructions{background-position:right center;padding-right:44px}

[dir] .select2-container--form-field.select2{border:1px solid #96918b;border-radius:4px;background-repeat:no-repeat;background-size:16px 12px;background-color:#fff;background-image:url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27><path fill=%27none%27 stroke=%27%2396918B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/></svg>")}

[dir="ltr"] .select2-container--form-field.select2{background-position:right 10px center}

[dir="rtl"] .select2-container--form-field.select2{background-position:left 10px center}

[dir] .select2-container--form-field.select2.select2-container--open{background-image:url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27><path fill=%27none%27 stroke=%27%2396918B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M 14,11 8,5 2,11%27/></svg>")}

.select2-container--form-field .select2-selection__placeholder{color:#96918b}

.select2-container--form-field .select2-results__options{max-height:250px;overflow:auto}

[dir] .select2-container--form-field .select2-results__options{margin-bottom:0}

.select2-container--form-field .select2-selection--single{height:40px;display:flex;flex-direction:row;align-items:center}

[dir="ltr"] .select2-container--form-field .select2-selection--single{padding-left:16px;padding-right:36px}

[dir="rtl"] .select2-container--form-field .select2-selection--single{padding-right:16px;padding-left:36px}

[dir] .select2-container--form-field .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:0}

[dir="ltr"] .select2-container--form-field .select2-results__options{padding-left:0}

[dir="rtl"] .select2-container--form-field .select2-results__options{padding-right:0}

[dir] .select2-container--form-field .select2-results__option{padding-left:14px;padding-right:14px;padding-top:8px;padding-bottom:8px;margin-bottom:0;border:2px solid rgba(0,0,0,0)}

.select2-container--form-field .select2-results__option--selected{color:#fff}

[dir] .select2-container--form-field .select2-results__option--selected{background-color:#cf4500}

[dir] .select2-container--form-field .select2-results__option--highlighted{border-color:#777470}

[dir] .form-field__text-input--error,[dir] .form-field__dropdown--error,[dir] .form-field__multi-select--error{border-color:#e7343d}

.form-field__fake-checkbox-input{opacity:0;width:0;height:0;pointer-events:none}

[dir] .form-field__fake-checkbox-input{margin:0;padding:0;border:none}

.form-field__checkbox-input{position:relative;height:16px;width:16px;flex-shrink:0;flex-grow:0;box-sizing:border-box}

[dir] .form-field__checkbox-input{margin:0;margin-top:4px;padding:0;border:1px solid #54524f;border-radius:2px;cursor:pointer;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIuOTEwNCAyLjkxMDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIuODYyOSAwLjQyMjA4YTAuMTUzNDIgMC4xNTM0MiAwIDAgMC0wLjIxNDQyIDAuMDAyNTQyIDAuMTUzNDIgMC4xNTM0MiAwIDAgMC0wLjAwMjU0IDAuMDAyNTQzbC0xLjczMzIgMS43MzMyLTAuNjUwOS0wLjY1MDlhMC4xNTM0MiAwLjE1MzQyIDAgMCAwLTAuMjE2OTcgMCAwLjE1MzQyIDAuMTUzNDIgMCAwIDAtM2UtOCAwLjIxNjk3IDAuMTUzNDIgMC4xNTM0MiAwIDAgMCAwLjAwMjU0MyAwLjAwMjU0bDAuNzU2ODQgMC43NTY4M2EwLjE1MzQyIDAuMTUzNDIgMCAwIDAgMC4yMTQ0MiAwLjAwMjU0bDAuMTExMDMtMC4xMTEwMiAxLjczNTctMS43MzU3YTAuMTUzNDIgMC4xNTM0MiAwIDAgMCAwLTAuMjE2OTcgMC4xNTM0MiAwLjE1MzQyIDAgMCAwLTAuMDAyNTQtMC4wMDI1NDJ6IiBmaWxsPSIjY2Y0NTAwIiBzdHJva2Utd2lkdGg9IjAiLz48L3N2Zz4);background-size:0 0;background-repeat:no-repeat;background-position:center;transition:background-size 50ms ease-out,background-color 50ms ease-out}

[dir="ltr"] .form-field__checkbox-input{margin-right:15px}

[dir="rtl"] .form-field__checkbox-input{margin-left:15px}

[dir] .form-field__fake-checkbox-input:focus~.form-field__checkbox-input{box-shadow:inset 0px 0px 0px 1px #54524f}

[dir] input[type=checkbox]:checked+.form-field__checkbox-input{background-size:10px 10px;background-color:#fff}

input[type=checkbox].focus-visible+.form-field__checkbox-input,.noJs input[type=checkbox]:focus+.form-field__checkbox-input{outline:2px solid #3b99fc;outline-color:Highlight;outline-color:-webkit-focus-ring-color}

[dir] input[type=checkbox].focus-visible+.form-field__checkbox-input,[dir] .noJs input[type=checkbox]:focus+.form-field__checkbox-input{border-radius:0}

.form-field__validation-message{color:#e7343d;display:block;font-size:14px;line-height:1.125}

[dir] .form-field__validation-message{margin-top:4px}

.form-field__radio-button{position:relative}

[dir] .form-field__radio-button{margin:20px 0}

[dir] .form-field__radio-button:first-of-type{margin-top:0}

.form-field__radio-button-input{position:absolute;top:0;height:16px;width:16px;opacity:0;z-index:1}

[dir] .form-field__radio-button-input{margin:0;cursor:pointer}

[dir="ltr"] .form-field__radio-button-input{left:0}

[dir="rtl"] .form-field__radio-button-input{right:0}

[dir] .form-field__radio-button-input:checked~.form-field__radio-button-label:before{border:2px solid #ff671b}

.form-field__radio-button-input:checked~.form-field__radio-button-label:after{opacity:1}

.form-field__radio-button-label{display:block;line-height:16px;z-index:0}

[dir="ltr"] .form-field__radio-button-label{padding:0 0 0 32px}

[dir="rtl"] .form-field__radio-button-label{padding:0 32px 0 0}

.form-field__radio-button-label:before{position:absolute;top:0;height:16px;width:16px;content:""}

[dir] .form-field__radio-button-label:before{border-radius:50%;border:1px solid #54524f}

[dir="ltr"] .form-field__radio-button-label:before{left:0}

[dir="rtl"] .form-field__radio-button-label:before{right:0}

.form-field__radio-button-label:after{position:absolute;top:4px;height:8px;width:8px;content:"";opacity:0}

[dir] .form-field__radio-button-label:after{border-radius:50%;background:#141413}

[dir="ltr"] .form-field__radio-button-label:after{left:4px}

[dir="rtl"] .form-field__radio-button-label:after{right:4px}

@media(min-width: 43.75em){
.form-field__container{display:flex;justify-content:space-between}

.form-field__container--start{justify-content:flex-start}

.form-field__container--end{justify-content:flex-end}

.form-field--half{width:calc(50% - 15px)}}

.form-sidebar{font-family:"Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar:lang(ar){font-family:"Frutiger LT W23","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar:lang(ru),.form-sidebar:lang(ru-RU),.form-sidebar:lang(uk),.form-sidebar:lang(uk-UA){font-family:"Futura PT W10","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar:lang(ja),.form-sidebar:lang(ja-JP){font-family:"AxidStd","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar:lang(zh-CN),.form-sidebar:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar:lang(zh-TW),.form-sidebar:lang(zh-HK),.form-sidebar:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar:lang(tr-TR),.form-sidebar:lang(cs-CZ),.form-sidebar:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .form-sidebar__section{padding:30px;background-color:#f3f0ee}

[dir] .form-sidebar__section:not(:last-child){margin-bottom:20px}

.form-sidebar__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-style:normal;font-size:20px}

[dir] .form-sidebar__heading{margin-bottom:20px}

.form-sidebar__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.form-sidebar__heading:lang(ru),.form-sidebar__heading:lang(ru-RU),.form-sidebar__heading:lang(uk),.form-sidebar__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.form-sidebar__heading:lang(ja),.form-sidebar__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.form-sidebar__heading:lang(zh-CN),.form-sidebar__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.form-sidebar__heading:lang(zh-TW),.form-sidebar__heading:lang(zh-HK),.form-sidebar__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.form-sidebar__heading:lang(tr-TR),.form-sidebar__heading:lang(cs-CZ),.form-sidebar__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .form-sidebar__content:not(:last-child){margin-bottom:20px}

.form-sidebar__link{display:block;word-break:break-word;font-family:"Mark for MC Narrow W00","Century Gothic",sans-serif;font-size:18px;line-height:1.4444444444;font-weight:400;font-style:normal}

[dir] .form-sidebar__link{margin-bottom:0}

.form-sidebar__link:lang(ar){font-family:"Frutiger LT W23","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar__link:lang(ru),.form-sidebar__link:lang(ru-RU),.form-sidebar__link:lang(uk),.form-sidebar__link:lang(uk-UA){font-family:"Futura PT W10","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar__link:lang(ja),.form-sidebar__link:lang(ja-JP){font-family:"AxidStd","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar__link:lang(zh-CN),.form-sidebar__link:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar__link:lang(zh-TW),.form-sidebar__link:lang(zh-HK),.form-sidebar__link:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark for MC Narrow W00","Century Gothic",sans-serif}

.form-sidebar__link:lang(tr-TR),.form-sidebar__link:lang(cs-CZ),.form-sidebar__link:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.form-sidebar__description{line-height:1.5}

[dir] .form-sidebar__description{margin-bottom:0}

.form-sidebar__textarea{white-space:pre-wrap}

[dir] .form-sidebar__textarea{margin-bottom:0}

[dir] .form-step__button-container{margin-bottom:40px;margin-top:20px}

[dir] .form-step__button-container--no-margin-bottom{margin-bottom:0}

[dir] .form-step__button-container--margin-top{margin-top:40px}

[dir="ltr"] .form-step__button--back{margin-left:20px}

[dir="rtl"] .form-step__button--back{margin-right:20px}

.form-step__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:28px;line-height:1.3571428571;font-weight:300;font-style:normal}

[dir] .form-step__heading{padding-top:40px;border-top:1px solid #b1ada6;margin-bottom:40px}

.form-step__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.form-step__heading:lang(ru),.form-step__heading:lang(ru-RU),.form-step__heading:lang(uk),.form-step__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.form-step__heading:lang(ja),.form-step__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.form-step__heading:lang(zh-CN),.form-step__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.form-step__heading:lang(zh-TW),.form-step__heading:lang(zh-HK),.form-step__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.form-step__heading:lang(tr-TR),.form-step__heading:lang(cs-CZ),.form-step__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir="ltr"] .form-step__heading-number{padding-right:30px}

[dir="rtl"] .form-step__heading-number{padding-left:30px}

.tabs__links{list-style:none;display:flex;flex-wrap:nowrap;overflow:auto;position:relative}

[dir] .tabs__links{margin:0;padding:0}

.tabs__links:before{content:"";display:block;position:absolute;bottom:0;height:1px;z-index:0}

[dir] .tabs__links:before{left:0;right:0;background-color:#96918b}

.tabs__link-item{flex:auto;display:block;z-index:1}

[dir] .tabs__link-item{margin:0;padding:0;text-align:center}

[dir="ltr"] .tabs__link-item{margin-left:20px}

[dir="rtl"] .tabs__link-item{margin-right:20px}

[dir="ltr"] .tabs__link-item:first-child{margin-left:0}

[dir="rtl"] .tabs__link-item:first-child{margin-right:0}

.tabs__link-item>.tabs__link{display:block;font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340;font-size:14px;color:#777470;white-space:nowrap;display:flex;flex-direction:column;justify-content:space-around}

[dir] .tabs__link-item>.tabs__link{padding:20px 0 20px 0;border-bottom:1px solid #96918b}

.tabs__link-item>.tabs__link:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.tabs__link-item>.tabs__link:lang(ru),.tabs__link-item>.tabs__link:lang(ru-RU),.tabs__link-item>.tabs__link:lang(uk),.tabs__link-item>.tabs__link:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.tabs__link-item>.tabs__link:lang(ja),.tabs__link-item>.tabs__link:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.tabs__link-item>.tabs__link:lang(zh-CN),.tabs__link-item>.tabs__link:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.tabs__link-item>.tabs__link:lang(zh-TW),.tabs__link-item>.tabs__link:lang(zh-HK),.tabs__link-item>.tabs__link:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.tabs__link-item>.tabs__link:lang(tr-TR),.tabs__link-item>.tabs__link:lang(cs-CZ),.tabs__link-item>.tabs__link:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.tabs__link-item>.tabs__link:hover{color:#141413;text-decoration:none}

[dir] .tabs__link-item>.tabs__link:hover{padding-bottom:19px;border-bottom:2px solid #cf4500}

.tabs__link-item--active>.tabs__link{color:#cf4500}

[dir] .tabs__link-item--active>.tabs__link{padding-bottom:15px;border-bottom:6px solid #cf4500}

.tabs__link-item--active>.tabs__link:hover{color:#cf4500;text-decoration:none}

[dir] .tabs__link-item--active>.tabs__link:hover{padding-bottom:15px;border-bottom:6px solid #cf4500}

[dir] .tabs__panel{padding-top:20px;animation:fadein .8s}

.tabs__panel--module{display:flex;flex-wrap:wrap;justify-content:space-between}

[dir] .tabs__panel--module{padding-top:60px}

.tabs__image-container{width:calc(50% - 10px)}

.tabs__text-container{width:calc(50% - 10px);align-self:center}

[dir="ltr"] .tabs__text-container{padding-left:90px}

[dir="rtl"] .tabs__text-container{padding-right:90px}

[dir="ltr"] .tabs__text-container--left{padding:0 30px 0 0}

[dir="rtl"] .tabs__text-container--left{padding:0 0 0 30px}

[dir="ltr"] .tabs__text-container--right{padding:0 0 0 30px}

[dir="rtl"] .tabs__text-container--right{padding:0 30px 0 0}

.tabs__image{width:100%}

@keyframes fadein{
from{opacity:0}

to{opacity:1}}

@media(max-width: 43.74em){
.tabs__image-container{width:100%}

[dir] .tabs__image-container{margin-bottom:30px}

.tabs__text-container{width:100%}

[dir] .tabs__text-container{padding:0}}

.form-confirmation__icon{height:90px;width:90px}

[dir] .form-confirmation__icon{margin-bottom:40px}

[dir] .form-confirmation__heading{margin-bottom:20px}

[dir] .form-confirmation__text{margin-bottom:40px}

[dir] .stories-signup-banner{background-color:#323231;border-bottom:1px solid #555250}

[dir] .stories-signup-banner__constrain{padding-top:20px;padding-bottom:20px;text-align:center}

[dir="ltr"] .stories-signup-banner__button{margin-right:0}

[dir="rtl"] .stories-signup-banner__button{margin-left:0}

.stories-signup-banner__button--open{color:#fff}

.stories-signup-banner__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:16px;line-height:1.5;font-weight:400;font-style:normal}

.stories-signup-banner__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(ru),.stories-signup-banner__heading:lang(ru-RU),.stories-signup-banner__heading:lang(uk),.stories-signup-banner__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(ja),.stories-signup-banner__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(zh-CN),.stories-signup-banner__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(zh-TW),.stories-signup-banner__heading:lang(zh-HK),.stories-signup-banner__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(tr-TR),.stories-signup-banner__heading:lang(cs-CZ),.stories-signup-banner__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .stories-signup-form__thank-you-constrain{text-align:center}

.stories-signup-form__thank-you-image{width:100%;height:auto}

[dir] .stories-signup-form__thank-you-image{margin-top:60px;margin-bottom:30px}

[dir] .stories-signup-form__thank-you-message{margin-bottom:80px}

.stories-signup-form__form-container{display:none}

[dir] .stories-signup-form__form-container{background-color:#fff}

[dir] .stories-signup-form__form{text-align:center;background-color:#fcfbfa;padding:20px 0 60px 0}

.stories-signup-form__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-weight:400;font-style:normal}

[dir] .stories-signup-form__heading{margin-bottom:20px}

.stories-signup-form__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(ru),.stories-signup-form__heading:lang(ru-RU),.stories-signup-form__heading:lang(uk),.stories-signup-form__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(ja),.stories-signup-form__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(zh-CN),.stories-signup-form__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(zh-TW),.stories-signup-form__heading:lang(zh-HK),.stories-signup-form__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(tr-TR),.stories-signup-form__heading:lang(cs-CZ),.stories-signup-form__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.stories-signup-form__column{max-width:780px}

[dir] .stories-signup-form__column{margin:0 auto}

[dir="ltr"] .stories-signup-form__column{text-align:left}

[dir="rtl"] .stories-signup-form__column{text-align:right}

.stories-signup-form__contact-permission-disclaimer{font-size:12px}

[dir] .stories-signup-form__contact-permission-disclaimer{margin-bottom:30px}

@media(min-width: 43.75em){
.stories-signup-banner__constrain{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:76px}

[dir] .stories-signup-banner__constrain{padding-top:10px;padding-bottom:10px}

.stories-signup-banner__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-weight:400;font-style:normal;color:#fff}

[dir] .stories-signup-banner__heading{margin-bottom:0}

.stories-signup-banner__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(ru),.stories-signup-banner__heading:lang(ru-RU),.stories-signup-banner__heading:lang(uk),.stories-signup-banner__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(ja),.stories-signup-banner__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(zh-CN),.stories-signup-banner__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(zh-TW),.stories-signup-banner__heading:lang(zh-HK),.stories-signup-banner__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-banner__heading:lang(tr-TR),.stories-signup-banner__heading:lang(cs-CZ),.stories-signup-banner__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .stories-signup-form__form{padding-top:60px}

.stories-signup-form__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

.stories-signup-form__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(ru),.stories-signup-form__heading:lang(ru-RU),.stories-signup-form__heading:lang(uk),.stories-signup-form__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(ja),.stories-signup-form__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(zh-CN),.stories-signup-form__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(zh-TW),.stories-signup-form__heading:lang(zh-HK),.stories-signup-form__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.stories-signup-form__heading:lang(tr-TR),.stories-signup-form__heading:lang(cs-CZ),.stories-signup-form__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .stories-signup-form__fields{margin-bottom:20px}

[dir] .stories-signup-form__contact-permission-disclaimer{margin-bottom:40px}}

.stories-signup-form-loading-container{display:none;height:150px}

[dir] .stories-signup-form-loading-container{background-color:#f8f7f5;margin-bottom:30px}

[dir] .stories-signup-form-loading-spinner{margin-top:50px}

.mc-loader__container{display:none}

.mc-loader{position:absolute;width:130px;height:80px;top:0}

[dir] .mc-loader{left:0;right:0;margin:auto}

.mc-loader div{position:absolute;top:0;width:80px;height:80px}

[dir] .mc-loader div{border-radius:50%;animation-timing-function:cubic-bezier(0, 1, 1, 0)}

[dir] .mc-loader div:nth-child(1){background-color:rgba(235,0,27,.8)}

[dir="ltr"] .mc-loader div:nth-child(1){left:0}

[dir="rtl"] .mc-loader div:nth-child(1){right:0}

[dir] .mc-loader div:nth-child(2){background-color:rgba(247,158,27,.8)}

[dir="ltr"] .mc-loader div:nth-child(2){right:0}

[dir="rtl"] .mc-loader div:nth-child(2){left:0}

[dir] .mc-loader div:nth-child(1){animation:mc-loader1 2s infinite}

[dir="ltr"] .mc-loader div:nth-child(1){left:0}

[dir="rtl"] .mc-loader div:nth-child(1){right:0}

[dir] .mc-loader div:nth-child(2){animation:mc-loader2 2s infinite}

[dir="ltr"] .mc-loader div:nth-child(2){right:0}

[dir="rtl"] .mc-loader div:nth-child(2){left:0}

.nav-links{font-size:0}

.nav-links a{color:#fff}

.nav-links a:hover{text-decoration:none}

.nav-links .constrain{max-width:1260px}

.nav-links__headings-container{width:100%}

a.nav-links__heading{display:block;position:relative;font-weight:300;font-size:16px;line-height:1.5}

[dir] a.nav-links__heading{background-image:url(04de697c539b4b2c7e48.svg);background-repeat:no-repeat;background-size:12px}

[dir="ltr"] a.nav-links__heading{background-position:calc(100% - 20px - 6px) center}

[dir="rtl"] a.nav-links__heading{background-position:calc(100% - (100% - 20px - 6px)) center}

a.nav-links__heading--active{color:#cf4500 !important}

[dir] a.nav-links__heading--active{background-image:url(f225591abbd2779f5e16.svg)}

a.nav-links__heading:hover{color:#cf4500;text-decoration:underline}

.nav-links__wrapper{display:flex;flex-direction:column}

.nav-links__submenu{display:none}

.nav-links__submenu--expanded{display:block}

[dir="ltr"] .nav-links__links{padding-left:20px}

[dir="rtl"] .nav-links__links{padding-right:20px}

.nav-links__link-description{display:block;color:#898989}

.nav-links__link-description:hover{color:#898989;text-decoration:none}

.nav-links__link,a.nav-links__link{line-height:1.5;display:block;font-size:16px;position:relative}

[dir] .nav-links__link,[dir] a.nav-links__link{margin-bottom:20px}

.nav-links__link--active,a.nav-links__link--active{color:#fff}

@media(max-width: 63.99em){
[dir] .nav-links__link,[dir] a.nav-links__link{padding-top:20px;margin-left:40px;margin-right:40px}

.nav-links__link-border{width:100%;height:1px}

[dir] .nav-links__link-border{background-color:#444340}

[dir] .nav-links__heading{padding:20px 40px}

.nav-links__heading::before{content:"";position:absolute;width:calc(100% + 60px);top:0}

[dir] .nav-links__heading::before{border-top:1px #444340 solid}

[dir="ltr"] .nav-links__heading::before{left:-40px}

[dir="rtl"] .nav-links__heading::before{right:-40px}}

@media(min-width: 64em){
[dir="ltr"] .nav-links .constrain{padding-left:60px}

[dir="rtl"] .nav-links .constrain{padding-right:60px}

.nav-links__wrapper{flex-direction:row;height:calc(100% - 75px - 80px)}

a.nav-links__link:hover .nav-links__link-title{color:#cf4500;text-decoration:underline}

a.nav-links__link:hover span.nav-links__link-description{text-decoration:none}

.nav-links__submenu-container{width:100%}

[dir] .nav-links__columns-container{margin-top:40px;margin-bottom:20px;padding-top:0}

a.nav-links__heading{margin-bottom:40px;width:33.3333333333%;font-size:24px;line-height:1.25;color:#fff;position:relative}

[dir] a.nav-links__heading{margin-bottom:40px;background-image:url(e951d2d114abd45c3b33.svg);background-size:18px}

[dir="ltr"] a.nav-links__heading{background-position:calc(100% - 16px) center;padding-right:50px}

[dir="rtl"] a.nav-links__heading{background-position:calc(100% - (100% - 16px)) center;padding-left:50px}

[dir] a.nav-links__heading--active{background-image:url(f225591abbd2779f5e16.svg)}

.nav-links__column{position:relative}

[dir] .nav-links__column{margin-bottom:30px}

.nav-links__submenu{position:absolute;top:80px}

[dir="ltr"] .nav-links__submenu{left:33.3333333333%;margin-left:30px}

[dir="rtl"] .nav-links__submenu{right:33.3333333333%;margin-right:30px}

.nav-links__headings-container{position:relative}

[dir] .nav-links__headings-container{padding-top:80px}

.nav-links__headings-container:after{content:"";height:100%;width:1px;height:calc(100vh - 80px - 104px - 80px);position:absolute;top:80px}

[dir] .nav-links__headings-container:after{background-color:#444340}

[dir="ltr"] .nav-links__headings-container:after{left:33.3333333333%}

[dir="rtl"] .nav-links__headings-container:after{right:33.3333333333%}}

.nav-quote-menu a{color:#fff}

.nav-quote-menu.constrain{max-width:1260px}

.nav-quote-menu__main-link{font-weight:600;font-size:16px;line-height:1.5;font-family:"Mark Web Pro","Century Gothic",sans-serif}

[dir] .nav-quote-menu__main-link{background-image:url(5e817e7b23cf4b840574.svg);background-size:16px;background-repeat:no-repeat}

[dir="ltr"] .nav-quote-menu__main-link{background-position:right center;padding-right:22px}

[dir="rtl"] .nav-quote-menu__main-link{background-position:left center;padding-left:22px}

.nav-quote-menu__main-link:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.nav-quote-menu__main-link:lang(ru),.nav-quote-menu__main-link:lang(ru-RU),.nav-quote-menu__main-link:lang(uk),.nav-quote-menu__main-link:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.nav-quote-menu__main-link:lang(ja),.nav-quote-menu__main-link:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.nav-quote-menu__main-link:lang(zh-CN),.nav-quote-menu__main-link:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.nav-quote-menu__main-link:lang(zh-TW),.nav-quote-menu__main-link:lang(zh-HK),.nav-quote-menu__main-link:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.nav-quote-menu__main-link:lang(tr-TR),.nav-quote-menu__main-link:lang(cs-CZ),.nav-quote-menu__main-link:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .nav-quote-menu__main-link:hover{cursor:pointer}

.nav-quote-menu__heading{color:#fff;font-size:24px;line-height:30px/24;font-weight:300}

[dir] .nav-quote-menu__heading{margin-bottom:20px}

.nav-quote-menu__link{font-size:16px;display:block;line-height:1.5}

.nav-quote-menu__linka:hover{text-decoration:underline}

[dir] .nav-quote-menu__linka:hover{cursor:pointer}

@media(max-width: 63.99em){
[dir] .nav-quote-menu__main-link-container{margin-bottom:20px}

[dir="ltr"] .nav-quote-menu__main-link-container{padding-left:40px;padding-right:20px}

[dir="rtl"] .nav-quote-menu__main-link-container{padding-right:40px;padding-left:20px}

[dir] .nav-quote-menu__link{padding:20px 40px}

.nav-quote-menu__link:hover{color:#cf4500}

[dir] .nav-quote-menu__content{border-top:1px solid #444340}

[dir] .nav-quote-menu__heading{padding-left:40px;padding-right:40px;padding-top:20px}

[dir] .nav-quote-menu__main-link{margin-bottom:20px}}

@media(min-width: 64em){
.nav-quote-menu{display:flex;position:relative}

[dir] .nav-quote-menu{margin-top:80px;margin-right:0;margin-left:0;margin-bottom:0}

.nav-quote-menu:after{content:"";height:100%;width:1px;height:calc(100vh - 80px - 104px - 80px);position:absolute}

[dir] .nav-quote-menu:after{background-color:#444340}

[dir="ltr"] .nav-quote-menu:after{left:33.3333333333%}

[dir="rtl"] .nav-quote-menu:after{right:33.3333333333%}

[dir] .nav-quote-menu__link{margin-bottom:20px}

.nav-quote-menu__content{width:33.3333333333%}

[dir] .nav-quote-menu__content{margin-bottom:0}

.nav-quote-menu__links{width:66.6666666667%}

[dir="ltr"] .nav-quote-menu__links{margin-left:30px}

[dir="rtl"] .nav-quote-menu__links{margin-right:30px}}

.arithmetic-captcha{display:flex;flex-direction:column}

[dir] .arithmetic-captcha{margin:0 0 20px 0}

.arithmetic-captcha .hidden{display:none}

.arithmetic-captcha__label,.arithmetic-captcha__input,.arithmetic-captcha__generator,.arithmetic-captcha__equation,.arithmetic-captcha__refresh-button{display:inline-flex;flex-wrap:nowrap}

[dir="ltr"] .arithmetic-captcha__label:not(:last-child),[dir="ltr"] .arithmetic-captcha__input:not(:last-child),[dir="ltr"] .arithmetic-captcha__generator:not(:last-child),[dir="ltr"] .arithmetic-captcha__equation:not(:last-child),[dir="ltr"] .arithmetic-captcha__refresh-button:not(:last-child){margin-right:8px}

[dir="rtl"] .arithmetic-captcha__label:not(:last-child),[dir="rtl"] .arithmetic-captcha__input:not(:last-child),[dir="rtl"] .arithmetic-captcha__generator:not(:last-child),[dir="rtl"] .arithmetic-captcha__equation:not(:last-child),[dir="rtl"] .arithmetic-captcha__refresh-button:not(:last-child){margin-left:8px}

.arithmetic-captcha__label span{display:contents;color:#d7373c}

.arithmetic-captcha__container{display:flex;flex-wrap:wrap;width:auto;align-items:center}

[dir="ltr"] .arithmetic-captcha__container{margin:4px auto 4px 0}

[dir="rtl"] .arithmetic-captcha__container{margin:4px 0 4px auto}

.arithmetic-captcha__container.nowrap{flex-wrap:nowrap}

.arithmetic-captcha__container.relative-column{flex-direction:column;align-items:normal;position:relative}

.arithmetic-captcha__input{height:32px;width:100%;line-height:1;font-size:14px;min-width:64px;max-width:100px}

[dir] .arithmetic-captcha__input{border:2px solid #b9b9b9;border-radius:3px;padding:5px 10px}

.arithmetic-captcha__error,.arithmetic-captcha__invalid{display:inline-flex;flex-wrap:nowrap;flex-direction:row;color:#d7373c;font-size:12px}

.arithmetic-captcha__error span,.arithmetic-captcha__invalid span{display:inline-flex}

[dir="ltr"] .arithmetic-captcha__error span:not(:last-child),[dir="ltr"] .arithmetic-captcha__invalid span:not(:last-child){margin-right:8px}

[dir="rtl"] .arithmetic-captcha__error span:not(:last-child),[dir="rtl"] .arithmetic-captcha__invalid span:not(:last-child){margin-left:8px}

.arithmetic-captcha__invalid{position:absolute;max-height:30px;overflow:hidden;top:38px}

.arithmetic-captcha__refresh-button{content:"";display:inline-flex;height:32px;min-height:32px;width:32px;min-width:32px}

[dir] .arithmetic-captcha__refresh-button{background-color:#898989;background-image:url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27white%27><path d=%27M9 12l-4.463 4.969-4.537-4.969h3c0-4.97 4.03-9 9-9 2.395 0 4.565.942 6.179 2.468l-2.004 2.231c-1.081-1.05-2.553-1.699-4.175-1.699-3.309 0-6 2.691-6 6h3zm10.463-4.969l-4.463 4.969h3c0 3.309-2.691 6-6 6-1.623 0-3.094-.65-4.175-1.699l-2.004 2.231c1.613 1.526 3.784 2.468 6.179 2.468 4.97 0 9-4.03 9-9h3l-4.537-4.969z%27/></svg>");background-repeat:no-repeat;background-position:center;border-radius:5px;cursor:pointer}

[dir] .arithmetic-captcha__refresh-button:hover,[dir] .arithmetic-captcha__refresh-button:focus{background-color:#707070}

.arithmetic-captcha__refresh-button:focus{outline:thin solid;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}

[dir] .accordion{border-bottom:1px solid #a2a2a2;}

[dir="rtl"] .accordion{text-align: right;}

[dir] .accordion-item{border-top:1px solid #a2a2a2}

[dir] .accordion-item:first-child{border-top:none}

.accordion-item__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:24px;font-weight:400;letter-spacing:0;position:relative}

[dir] .accordion-item__heading{padding-top:18px;padding-bottom:20px;margin:0}

[dir="ltr"] .accordion-item__heading{padding-right:0}

[dir="rtl"] .accordion-item__heading{padding-left:0}

.accordion-item__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__heading:lang(ru),.accordion-item__heading:lang(ru-RU),.accordion-item__heading:lang(uk),.accordion-item__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__heading:lang(ja),.accordion-item__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__heading:lang(zh-CN),.accordion-item__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__heading:lang(zh-TW),.accordion-item__heading:lang(zh-HK),.accordion-item__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__heading:lang(tr-TR),.accordion-item__heading:lang(cs-CZ),.accordion-item__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.accordion-item__underline{width:0;height:5px;position:absolute;bottom:0}

[dir] .accordion-item__underline{background-color:#cf4500;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}

[dir="ltr"] .accordion-item__underline{left:0}

[dir="rtl"] .accordion-item__underline{right:0}

.accordion-item__content{max-width:750px}

[dir] .accordion-item__content{padding-bottom:30px;padding-top:27px}

[dir] .accordion-item__separator{margin-bottom:30px}

.accordion-item__separator-eyebrow{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340}

[dir] .accordion-item__separator-eyebrow{margin-bottom:10px}

.accordion-item__separator-eyebrow:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-eyebrow:lang(ru),.accordion-item__separator-eyebrow:lang(ru-RU),.accordion-item__separator-eyebrow:lang(uk),.accordion-item__separator-eyebrow:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-eyebrow:lang(ja),.accordion-item__separator-eyebrow:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-eyebrow:lang(zh-CN),.accordion-item__separator-eyebrow:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-eyebrow:lang(zh-TW),.accordion-item__separator-eyebrow:lang(zh-HK),.accordion-item__separator-eyebrow:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-eyebrow:lang(tr-TR),.accordion-item__separator-eyebrow:lang(cs-CZ),.accordion-item__separator-eyebrow:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.accordion-item__separator-heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-weight:400;font-style:normal}

[dir] .accordion-item__separator-heading{margin-bottom:10px}

.accordion-item__separator-heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-heading:lang(ru),.accordion-item__separator-heading:lang(ru-RU),.accordion-item__separator-heading:lang(uk),.accordion-item__separator-heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-heading:lang(ja),.accordion-item__separator-heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-heading:lang(zh-CN),.accordion-item__separator-heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-heading:lang(zh-TW),.accordion-item__separator-heading:lang(zh-HK),.accordion-item__separator-heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.accordion-item__separator-heading:lang(tr-TR),.accordion-item__separator-heading:lang(cs-CZ),.accordion-item__separator-heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .accordion-item__separator-content{margin-bottom:0}

[dir] .accordion-item__separator:last-child{margin-bottom:0}

.accordion-item__heading-container{position:relative}

[dir] .accordion-item__heading-container{cursor:pointer}

.accordion-item__icon{width:16px;height:16px;position:absolute;top:0;bottom:0;display:block;fill:#5a5e63}

[dir] .accordion-item__icon{margin-top:auto;margin-bottom:auto}

[dir="ltr"] .accordion-item__icon{right:16px}

[dir="rtl"] .accordion-item__icon{left:16px}

[dir] .accordion-item__icon--plus{transition:transform 300ms ease-out;transform-origin:center center;transform:scaleY(1)}

[dir] .ui-accordion-header-active .accordion-item__icon--plus{transform:scaleY(0)}

[dir] .accordion-item__heading-container--border{border-bottom:1px solid #a2a2a2}

.article-heading__topic,.article-heading__info{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340;display:block}

[dir] .article-heading__topic,[dir] .article-heading__info{margin-bottom:20px}

.article-heading__topic:lang(ar),.article-heading__info:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__topic:lang(ru),.article-heading__topic:lang(ru-RU),.article-heading__topic:lang(uk),.article-heading__topic:lang(uk-UA),.article-heading__info:lang(ru),.article-heading__info:lang(ru-RU),.article-heading__info:lang(uk),.article-heading__info:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__topic:lang(ja),.article-heading__topic:lang(ja-JP),.article-heading__info:lang(ja),.article-heading__info:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__topic:lang(zh-CN),.article-heading__topic:lang(zh-Hans),.article-heading__info:lang(zh-CN),.article-heading__info:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__topic:lang(zh-TW),.article-heading__topic:lang(zh-HK),.article-heading__topic:lang(zh-Hant),.article-heading__info:lang(zh-TW),.article-heading__info:lang(zh-HK),.article-heading__info:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__topic:lang(tr-TR),.article-heading__topic:lang(cs-CZ),.article-heading__topic:lang(pl-PL),.article-heading__info:lang(tr-TR),.article-heading__info:lang(cs-CZ),.article-heading__info:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.article-heading__topic{color:#444340}

.article-heading__info{color:#676561}

.article-heading__title{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

[dir] .article-heading__title{margin-bottom:30px}

.article-heading__title:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(ru),.article-heading__title:lang(ru-RU),.article-heading__title:lang(uk),.article-heading__title:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(ja),.article-heading__title:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(zh-CN),.article-heading__title:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(zh-TW),.article-heading__title:lang(zh-HK),.article-heading__title:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(tr-TR),.article-heading__title:lang(cs-CZ),.article-heading__title:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .article-heading :last-child{margin-bottom:0}

@media(min-width: 75em){
.article-heading__topic,.article-heading__info{font-size:16px;line-height:24px}

[dir] .article-heading{margin-bottom:60px}

.article-heading__title{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:48px;line-height:1.1666666667;font-weight:300;font-style:normal}

[dir] .article-heading__title{margin-bottom:40px}

.article-heading__title:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(ru),.article-heading__title:lang(ru-RU),.article-heading__title:lang(uk),.article-heading__title:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(ja),.article-heading__title:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(zh-CN),.article-heading__title:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(zh-TW),.article-heading__title:lang(zh-HK),.article-heading__title:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.article-heading__title:lang(tr-TR),.article-heading__title:lang(cs-CZ),.article-heading__title:lang(pl-PL){font-family:"Century Gothic",sans-serif}}

.author__image{width:83px;height:83px;display:block;font-size:0;box-sizing:border-box}

[dir] .author__image{border-radius:100%;background-repeat:no-repeat;background-size:cover;background-color:rgba(0,0,0,.27)}

.author__image-container{display:none}

[dir] .author__image-container{margin-bottom:15px}

.author__blurb,.author__blurb p{font-size:18px;line-height:32px;color:#141413}

[dir] .author__blurb p:last-of-type{margin-bottom:0}

.author__name{text-transform:uppercase;font-size:16px;font-weight:700;line-height:24px;letter-spacing:1.8px;font-family:"Mark Web Pro","Century Gothic",sans-serif;color:#141413;font-size:16px;line-height:24px}

[dir] .author__name{margin-bottom:15px}

.author__name:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.author__name:lang(ru),.author__name:lang(ru-RU),.author__name:lang(uk),.author__name:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.author__name:lang(ja),.author__name:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.author__name:lang(zh-CN),.author__name:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.author__name:lang(zh-TW),.author__name:lang(zh-HK),.author__name:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.author__name:lang(tr-TR),.author__name:lang(cs-CZ),.author__name:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .author__name:last-child{margin-bottom:0}

@media(min-width: 75em){
.author{display:table}

.author__image-container,.author__text{display:table-cell;vertical-align:middle}

.author__image-container{display:table-cell;vertical-align:middle}

[dir] .author__image-container{margin-bottom:0}

.author__image{width:165px;height:165px}

[dir="ltr"] .author__image-container{padding-right:30px}

[dir="rtl"] .author__image-container{padding-left:30px}}

@keyframes slick-fade-in{
0%{opacity:0}

100%{opacity:1}}

@keyframes slick-swipe-right{
0%{transform:translateX(40px)}

100%{transform:translateX(0)}}

@keyframes slick-swipe-left{
0%{transform:translateX(-40px)}

100%{transform:translateX(0)}}

@keyframes slick-swipe-image-right{
0%{transform:translateX(10px)}

100%{transform:translateX(0)}}

@keyframes slick-swipe-image-left{
0%{transform:translateX(-10px)}

100%{transform:translateX(0)}}

.slick-track{display:flex !important}

[dir] .slick-active.slick-right .carousel-four-by-three__image-container{animation:slick-swipe-image-right cubic-bezier(0.16, 1, 0.29, 0.99) 1s both}

[dir] .slick-active.slick-right .carousel-four-by-three__text-container{animation:slick-swipe-right cubic-bezier(0.16, 1, 0.29, 0.99) 1s both}

[dir] .slick-active.slick-left .carousel-four-by-three__image-container{animation:slick-swipe-image-left cubic-bezier(0.16, 1, 0.29, 0.99) 1s both}

[dir] .slick-active.slick-left .carousel-four-by-three__text-container{animation:slick-swipe-left cubic-bezier(0.16, 1, 0.29, 0.99) 1s both}

.carousel-four-by-three{display:flex;flex-direction:column;box-sizing:border-box}

.carousel-four-by-three>*{box-sizing:inherit}

.carousel-four-by-three__container,.carousel-four-by-three__container{width:100%;display:flex;flex-direction:column}

.carousel-four-by-three__text-container{display:flex;flex-direction:column;justify-content:center;flex-grow:1}

[dir] .carousel-four-by-three__text-container{padding-top:60px;padding-bottom:40px}

[dir="ltr"] .carousel-four-by-three__text-container{padding-right:60px;padding-left:50px}

[dir="rtl"] .carousel-four-by-three__text-container{padding-left:60px;padding-right:50px}

.carousel-four-by-three__image{height:0;overflow:hidden}

[dir] .carousel-four-by-three__image{padding-top:75%;background-position:center;background-repeat:no-repeat;background-size:cover}

.carousel-four-by-three__eyebrow{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340}

[dir] .carousel-four-by-three__eyebrow{margin-bottom:10px}

.carousel-four-by-three__eyebrow:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__eyebrow:lang(ru),.carousel-four-by-three__eyebrow:lang(ru-RU),.carousel-four-by-three__eyebrow:lang(uk),.carousel-four-by-three__eyebrow:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__eyebrow:lang(ja),.carousel-four-by-three__eyebrow:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__eyebrow:lang(zh-CN),.carousel-four-by-three__eyebrow:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__eyebrow:lang(zh-TW),.carousel-four-by-three__eyebrow:lang(zh-HK),.carousel-four-by-three__eyebrow:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__eyebrow:lang(tr-TR),.carousel-four-by-three__eyebrow:lang(cs-CZ),.carousel-four-by-three__eyebrow:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.carousel-four-by-three__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

[dir] .carousel-four-by-three__heading{margin-bottom:20px}

.carousel-four-by-three__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__heading:lang(ru),.carousel-four-by-three__heading:lang(ru-RU),.carousel-four-by-three__heading:lang(uk),.carousel-four-by-three__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__heading:lang(ja),.carousel-four-by-three__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__heading:lang(zh-CN),.carousel-four-by-three__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__heading:lang(zh-TW),.carousel-four-by-three__heading:lang(zh-HK),.carousel-four-by-three__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.carousel-four-by-three__heading:lang(tr-TR),.carousel-four-by-three__heading:lang(cs-CZ),.carousel-four-by-three__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.carousel-four-by-three__description{font-size:16px;line-height:24px;flex-grow:1}

[dir] .carousel-four-by-three__description{margin-bottom:30px}

.carousel-four-by-three__pagination-container{display:flex}

[dir] .carousel-four-by-three__pagination-container{margin-bottom:40px}

[dir="ltr"] .carousel-four-by-three__pagination-container{margin-left:50px}

[dir="rtl"] .carousel-four-by-three__pagination-container{margin-right:50px}

.carousel-four-by-three__dot{height:10px;width:10px}

[dir] .carousel-four-by-three__dot{border-radius:100%;background-color:#b1ada6}

[dir="ltr"] .carousel-four-by-three__dot{margin-right:22px}

[dir="rtl"] .carousel-four-by-three__dot{margin-left:22px}

[dir] .carousel-four-by-three__dot:hover{cursor:pointer}

[dir] .carousel-four-by-three__dot--active{background-color:#141413}

@media(min-width: 64em){
.carousel-four-by-three{flex-direction:row}

.carousel-four-by-three__container{width:50%}}

.embedded-video-box{position:relative;overflow:hidden;height:0}

[dir] .embedded-video-box{padding-bottom:56.25%}

.embedded-video-box iframe,.embedded-video-box object,.embedded-video-box embed{position:absolute;top:0;width:100%;height:100%}

[dir="ltr"] .embedded-video-box iframe,[dir="ltr"] .embedded-video-box object,[dir="ltr"] .embedded-video-box embed{left:0}

[dir="rtl"] .embedded-video-box iframe,[dir="rtl"] .embedded-video-box object,[dir="rtl"] .embedded-video-box embed{right:0}

.featured-box__container{display:flex;flex-direction:column}

.featured-box{width:100%;display:flex;flex-direction:column;box-sizing:border-box;color:inherit}

.featured-box:hover{color:inherit;text-decoration:none}

[dir] .featured-box:last-child{margin-bottom:0}

.featured-box>*{box-sizing:inherit}

[dir] .featured-box--multi{margin-bottom:30px;background-clip:content-box}

[dir] .featured-box--multi:last-child{margin-bottom:0}

.featured-box__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:24px}

[dir] .featured-box__heading{margin-bottom:20px}

.featured-box__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__heading:lang(ru),.featured-box__heading:lang(ru-RU),.featured-box__heading:lang(uk),.featured-box__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__heading:lang(ja),.featured-box__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__heading:lang(zh-CN),.featured-box__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__heading:lang(zh-TW),.featured-box__heading:lang(zh-HK),.featured-box__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__heading:lang(tr-TR),.featured-box__heading:lang(cs-CZ),.featured-box__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.featured-box__heading--light-mode{color:#fff}

.featured-box__eyebrow{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340}

[dir] .featured-box__eyebrow{margin-bottom:10px}

.featured-box__eyebrow:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__eyebrow:lang(ru),.featured-box__eyebrow:lang(ru-RU),.featured-box__eyebrow:lang(uk),.featured-box__eyebrow:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__eyebrow:lang(ja),.featured-box__eyebrow:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__eyebrow:lang(zh-CN),.featured-box__eyebrow:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__eyebrow:lang(zh-TW),.featured-box__eyebrow:lang(zh-HK),.featured-box__eyebrow:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.featured-box__eyebrow:lang(tr-TR),.featured-box__eyebrow:lang(cs-CZ),.featured-box__eyebrow:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.featured-box__description{flex-grow:1;font-size:16px;line-height:24px}

[dir] .featured-box__description{margin-bottom:30px}

.featured-box__description--light-mode{color:#e8e5e1}

[dir] .featured-box__description--no-margin-bottom{margin-bottom:0}

[dir] .featured-box__content{padding:20px}

.featured-box__image-container{width:100%;overflow:hidden;height:0;font-size:0}

[dir] .featured-box__image-container{padding-bottom:100%}

.featured-box__image{width:100%}

.featured-box--fixed-height .featured-box__heading{line-height:30px}

@media screen and (min-width: 900px){
.featured-box--fixed-height .featured-box__heading{font-size:calc(18px + 6 * ((100vw - 900px) / 380))}}

@media screen and (min-width: 1280px){
.featured-box--fixed-height .featured-box__heading{font-size:24px}}

.featured-box--fixed-height .featured-box__image-container{height:100%;overflow:auto}

[dir] .featured-box--fixed-height .featured-box__image-container{padding-bottom:0}

@media(min-width: 56.25em){
.featured-box--fixed-height{flex-direction:row;height:321px}

.featured-box--fixed-height .featured-box__content{display:flex;flex-direction:column;width:50%;justify-content:center}

[dir] .featured-box--fixed-height .featured-box__content{padding-top:35px;padding-left:60px;padding-right:60px;padding-bottom:35px}

[dir] .featured-box--fixed-height .featured-box__content>*:last-child{margin-bottom:0}

.featured-box--fixed-height .featured-box__description{flex-grow:0}

.featured-box--fixed-height .featured-box__image{height:100%;width:auto;position:relative}

[dir="ltr"] .featured-box--fixed-height .featured-box__image{left:50%;transform:translateX(-50%)}

[dir="rtl"] .featured-box--fixed-height .featured-box__image{right:50%;transform:translateX(50%)}

.featured-box--fixed-height .featured-box__image-container{height:100%;overflow:hidden;width:50%}}

@media(min-width: 64em){
.featured-box__container{flex-direction:row}

[dir="ltr"] .featured-box__container{margin-right:-30px}

[dir="rtl"] .featured-box__container{margin-left:-30px}

.featured-box{flex-direction:row-reverse}

[dir] .featured-box--multi{margin-bottom:0}

[dir="ltr"] .featured-box--multi{margin-right:30px}

[dir="rtl"] .featured-box--multi{margin-left:30px}

.featured-box--two{width:50%;-ms-flex-preferred-size:calc(50% - 30px)}

.featured-box--three{width:33.3333333333%;-ms-flex-preferred-size:calc(33.3333333333% - 30px)}

.featured-box--three .featured-box__heading{font-size:24px;line-height:30px;font-weight:400}

.featured-box:not(.featured-box--fixed-height):not(.featured-box--three) .featured-box__heading{font-size:30px;line-height:40px;font-weight:300}

[dir] .featured-box:not(.featured-box--fixed-height):not(.featured-box--three) .featured-box__heading{margin-bottom:30px}

[dir] .featured-box:not(.featured-box--fixed-height) .featured-box__eyebrow{margin-bottom:30px}

.featured-box:not(.featured-box--fixed-height) .featured-box__description{font-size:18px;line-height:32px}

.featured-box__content{display:flex;flex-direction:column;width:50%}

[dir] .featured-box__content{padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px}

[dir="ltr"] .featured-box--single-story .featured-box__content{padding-right:55px}

[dir="rtl"] .featured-box--single-story .featured-box__content{padding-left:55px}

.featured-box--fixed-height{flex-direction:row}

[dir] .featured-box--fixed-height .featured-box__content{padding-top:35px;padding-left:60px;padding-right:60px;padding-bottom:35px}

.featured-box__image-container{width:50%}

[dir] .featured-box__image-container{padding-bottom:50%}

.featured-box--no-image .featured-box__content{width:100%}}

@media screen and (min-width: 900px){
[dir="ltr"] .featured-box--fixed-height .featured-box__content{padding-left:calc(30px + 30 * ((100vw - 900px) / 380))}

[dir="rtl"] .featured-box--fixed-height .featured-box__content{padding-right:calc(30px + 30 * ((100vw - 900px) / 380))}}

@media screen and (min-width: 1280px){
[dir="ltr"] .featured-box--fixed-height .featured-box__content{padding-left:60px}

[dir="rtl"] .featured-box--fixed-height .featured-box__content{padding-right:60px}}

@media screen and (min-width: 900px){
[dir="ltr"] .featured-box--fixed-height .featured-box__content{padding-right:calc(30px + 30 * ((100vw - 900px) / 380))}

[dir="rtl"] .featured-box--fixed-height .featured-box__content{padding-left:calc(30px + 30 * ((100vw - 900px) / 380))}}

@media screen and (min-width: 1280px){
[dir="ltr"] .featured-box--fixed-height .featured-box__content{padding-right:60px}

[dir="rtl"] .featured-box--fixed-height .featured-box__content{padding-left:60px}}

.big-hero-content{font-size:16px;position:relative}

[dir] .big-hero-content{padding-bottom:30px;padding-top:30px}

.big-hero-content__intro{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-weight:400;font-style:normal}

.big-hero-content__intro:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__intro:lang(ru),.big-hero-content__intro:lang(ru-RU),.big-hero-content__intro:lang(uk),.big-hero-content__intro:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__intro:lang(ja),.big-hero-content__intro:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__intro:lang(zh-CN),.big-hero-content__intro:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__intro:lang(zh-TW),.big-hero-content__intro:lang(zh-HK),.big-hero-content__intro:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__intro:lang(tr-TR),.big-hero-content__intro:lang(cs-CZ),.big-hero-content__intro:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.big-hero-content__eyebrow{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340}

[dir] .big-hero-content__eyebrow{margin-bottom:10px}

.big-hero-content__eyebrow:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__eyebrow:lang(ru),.big-hero-content__eyebrow:lang(ru-RU),.big-hero-content__eyebrow:lang(uk),.big-hero-content__eyebrow:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__eyebrow:lang(ja),.big-hero-content__eyebrow:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__eyebrow:lang(zh-CN),.big-hero-content__eyebrow:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__eyebrow:lang(zh-TW),.big-hero-content__eyebrow:lang(zh-HK),.big-hero-content__eyebrow:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__eyebrow:lang(tr-TR),.big-hero-content__eyebrow:lang(cs-CZ),.big-hero-content__eyebrow:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.big-hero-content__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:28px;line-height:1.4285714286;font-weight:300;font-style:normal}

.big-hero-content__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__heading:lang(ru),.big-hero-content__heading:lang(ru-RU),.big-hero-content__heading:lang(uk),.big-hero-content__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__heading:lang(ja),.big-hero-content__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__heading:lang(zh-CN),.big-hero-content__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__heading:lang(zh-TW),.big-hero-content__heading:lang(zh-HK),.big-hero-content__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.big-hero-content__heading:lang(tr-TR),.big-hero-content__heading:lang(cs-CZ),.big-hero-content__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.big-hero-content__button-container{font-size:0}

[dir] .big-hero-content__button-container .mc-button{margin-top:20px}

[dir="ltr"] .big-hero-content__button-container .mc-button{margin-left:20px}

[dir="rtl"] .big-hero-content__button-container .mc-button{margin-right:20px}

[dir="ltr"] .big-hero-content__button-container .mc-button:first-child{margin-left:0}

[dir="rtl"] .big-hero-content__button-container .mc-button:first-child{margin-right:0}

[dir] .big-hero-content__button-container .mc-button>*:last-child{margin-bottom:0}

.big-hero{position:relative}

[dir] .big-hero .column{padding-top:20px;padding-bottom:0}

.big-hero .row{line-height:0}

.big-hero__push-down-container{display:none}

.big-hero .big-hero__background-image{width:100%;position:relative}

.big-hero .big-hero__background-image img{width:100%}

.big-hero .big-hero__background-image--known-size img{position:absolute}

.big-hero .big-hero__background-image--desktop{display:none}

.big-hero .big-hero__background-image--mobile{display:block}

.big-hero .heroLoopingVideo{position:absolute;min-height:100%;min-width:100%;top:-100000%;bottom:-100000%;display:none}

[dir] .big-hero .heroLoopingVideo{margin:auto;left:-100000%;right:-100000%}

@media(max-width: 63.99em){
.big-hero .big-hero-content__heading{color:#fff !important}

.big-hero .big-hero-content__intro{color:#fff !important}

.big-hero .big-hero-content__eyebrow{color:#b1ada6 !important}

[dir] .big-hero .big-hero__container{background-color:#141413}}

@media(min-width: 43.75em){
[dir] .big-hero .column{padding-top:40px}

[dir] .big-hero-content__intro{margin-bottom:40px}

.big-hero .heroLoopingVideo{display:block}}

@media(min-width: 64em){
[dir] .big-hero-content{padding-bottom:40px;padding-top:40px}

.big-hero-content__heading{font-weight:400}

[dir] .big-hero-content__heading{margin-bottom:20px}

.big-hero .big-hero__background-image--mobile{display:none}

.big-hero .big-hero__background-image--desktop{display:block}

.big-hero__push-down-container{height:30px;position:absolute;bottom:60px;display:block}

[dir] .big-hero__push-down-container{margin:0 auto;animation-name:fadebounce;animation-duration:3s;animation-iteration-count:infinite}

[dir="ltr"] .big-hero__push-down-container{left:50%;transform:translateX(-50%)}

[dir="rtl"] .big-hero__push-down-container{right:50%;transform:translateX(50%)}

.big-hero__push-down-link{width:30px;height:30px;display:block;text-decoration:none}

[dir] .big-hero__push-down-link{background-repeat:no-repeat;background-image:url(33e427025b3bcb89cc75.svg);background-size:30px 30px;margin:0 auto;cursor:pointer}

[dir="ltr"] .big-hero__push-down-link{background-position:0 0}

[dir="rtl"] .big-hero__push-down-link{background-position:100% 0}

.big-hero__push-down-link:hover{text-decoration:none}

.big-hero__container{position:absolute;bottom:0;top:0;height:100%;width:100%}

[dir] .big-hero__container{left:0;right:0}

.big-hero__constrain{height:100%}

.big-hero__row{display:table;height:100%;width:100%}

[dir] .big-hero__row{margin:0}

.big-hero__column{display:table-cell;width:100%;vertical-align:middle}

[dir="ltr"] .big-hero__column{text-align:left}

[dir="rtl"] .big-hero__column{text-align:right}

[dir="ltr"] .big-hero__column--left{padding-left:0;padding-right:50%}

[dir="rtl"] .big-hero__column--left{padding-right:0;padding-left:50%}

[dir] .big-hero__column--centre{padding-left:25%;padding-right:25%;text-align:center}

[dir="ltr"] .big-hero__column--right{padding-left:50%;padding-right:0;text-align:right}

[dir="rtl"] .big-hero__column--right{padding-right:50%;padding-left:0;text-align:left}

.big-hero__column--top{vertical-align:top}

.big-hero__column--middle{vertical-align:middle}

.big-hero__column--bottom{vertical-align:bottom}

[dir] .big-hero .column{padding-bottom:40px}

[dir] .big-hero-content__button-container--textAndIcon{margin-top:30px}}

@media(min-width: 75em){
.big-hero-content__heading{font-weight:300}}

@media screen and (min-width: 1024px){
.big-hero-content__heading{font-size:calc(24px + 24 * ((100vw - 1024px) / 256))}}

@media screen and (min-width: 1280px){
.big-hero-content__heading{font-size:48px}}

@media screen and (min-width: 1024px){
.big-hero-content__heading{line-height:calc(30px + 30 * ((100vw - 1024px) / 256))}}

@media screen and (min-width: 1280px){
.big-hero-content__heading{line-height:60px}}

@media screen and (min-width: 1024px){
.big-hero-content__intro{font-size:calc(16px + 4 * ((100vw - 1024px) / 256))}}

@media screen and (min-width: 1280px){
.big-hero-content__intro{font-size:20px}}

@media screen and (min-width: 1024px){
.big-hero-content__intro{line-height:calc(20px + 4 * ((100vw - 1024px) / 256))}}

@media screen and (min-width: 1280px){
.big-hero-content__intro{line-height:24px}}

.simple-hero{color:#0d0d0d;box-sizing:border-box;position:relative;overflow:hidden}

[dir] .simple-hero{background-color:#f8f7f5;text-align:center;padding:0;background-position:center;background-repeat:no-repeat}

.simple-hero ìmg{display:block}

[dir="ltr"] .simple-hero .row--text-left{text-align:left}

[dir="rtl"] .simple-hero .row--text-left{text-align:right}

[dir] .simple-hero .row--text-centre{text-align:center}

[dir="ltr"] .simple-hero .row--text-right{text-align:right}

[dir="rtl"] .simple-hero .row--text-right{text-align:left}

.simple-hero .column{vertical-align:middle;line-height:1;position:relative;z-index:2}

[dir] .simple-hero .column{padding-top:40px;padding-bottom:40px;text-align:center}

[dir="ltr"] .simple-hero .column--text-left{text-align:left}

[dir="rtl"] .simple-hero .column--text-left{text-align:right}

[dir] .simple-hero .column--text-centre{text-align:center}

[dir="ltr"] .simple-hero .column--text-right{text-align:right}

[dir="rtl"] .simple-hero .column--text-right{text-align:left}

.simple-hero__eyebrow{line-height:1}

[dir] .simple-hero__eyebrow{margin-bottom:10px}

.simple-hero__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:28px;line-height:1.4285714286;font-weight:300;font-style:normal;font-weight:200}

[dir] .simple-hero__heading{margin-bottom:0}

.simple-hero__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(ru),.simple-hero__heading:lang(ru-RU),.simple-hero__heading:lang(uk),.simple-hero__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(ja),.simple-hero__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(zh-CN),.simple-hero__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(zh-TW),.simple-hero__heading:lang(zh-HK),.simple-hero__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(tr-TR),.simple-hero__heading:lang(cs-CZ),.simple-hero__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .simple-hero__heading--has-body{margin-bottom:20px}

.simple-hero__paragraph{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-weight:400;font-style:normal;font-size:16px;line-height:20px}

.simple-hero__paragraph:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(ru),.simple-hero__paragraph:lang(ru-RU),.simple-hero__paragraph:lang(uk),.simple-hero__paragraph:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(ja),.simple-hero__paragraph:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(zh-CN),.simple-hero__paragraph:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(zh-TW),.simple-hero__paragraph:lang(zh-HK),.simple-hero__paragraph:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(tr-TR),.simple-hero__paragraph:lang(cs-CZ),.simple-hero__paragraph:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.simple-hero__background{position:absolute;z-index:0;min-width:100%;min-height:100%;width:auto;top:-100000%;bottom:-100000%;display:block}

[dir] .simple-hero__background{margin:auto}

[dir="ltr"] .simple-hero__background{right:0;left:auto}

[dir="rtl"] .simple-hero__background{left:0;right:auto}

@media(min-width: 64em){
[dir] .simple-hero .column{padding-top:50px;padding-bottom:50px}

.simple-hero__paragraph{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-weight:400;font-style:normal}

.simple-hero__paragraph:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(ru),.simple-hero__paragraph:lang(ru-RU),.simple-hero__paragraph:lang(uk),.simple-hero__paragraph:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(ja),.simple-hero__paragraph:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(zh-CN),.simple-hero__paragraph:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(zh-TW),.simple-hero__paragraph:lang(zh-HK),.simple-hero__paragraph:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__paragraph:lang(tr-TR),.simple-hero__paragraph:lang(cs-CZ),.simple-hero__paragraph:lang(pl-PL){font-family:"Century Gothic",sans-serif}}

@media(min-width: 75em){
.simple-hero__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.1666666667;font-weight:300;font-style:normal}

.simple-hero__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(ru),.simple-hero__heading:lang(ru-RU),.simple-hero__heading:lang(uk),.simple-hero__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(ja),.simple-hero__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(zh-CN),.simple-hero__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(zh-TW),.simple-hero__heading:lang(zh-HK),.simple-hero__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(tr-TR),.simple-hero__heading:lang(cs-CZ),.simple-hero__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}}

@media(min-width: 80em){
[dir] .simple-hero .column{padding-top:60px;padding-bottom:60px}

.simple-hero__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:48px;line-height:1.1666666667;font-weight:300;font-style:normal}

.simple-hero__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(ru),.simple-hero__heading:lang(ru-RU),.simple-hero__heading:lang(uk),.simple-hero__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(ja),.simple-hero__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(zh-CN),.simple-hero__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(zh-TW),.simple-hero__heading:lang(zh-HK),.simple-hero__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.simple-hero__heading:lang(tr-TR),.simple-hero__heading:lang(cs-CZ),.simple-hero__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}}

.hero--featureHero{box-sizing:border-box;position:relative;overflow:hidden}

[dir] .hero--featureHero{text-align:center;padding:0;background-position:center;background-repeat:no-repeat}

.hero--featureHero .heroImageBackground{position:absolute;z-index:0;min-width:100%;min-height:100%;width:auto;top:-100000%;bottom:-100000%;display:block}

[dir] .hero--featureHero .heroImageBackground{margin:auto;left:-100000%;right:-100000%}

.hero--featureHero h1{max-width:none;width:auto}

[dir] .hero--featureHero h1{text-shadow:none;margin-bottom:40px}

.hero--featureHero .heroHeadingPlaceholder{height:80px;width:100%}

.hero--featureHero p{max-width:none;width:auto}

[dir="ltr"] .hero--featureHero .row--text-left{text-align:left}

[dir="rtl"] .hero--featureHero .row--text-left{text-align:right}

[dir="ltr"] .hero--featureHero .row--text-right{text-align:right}

[dir="rtl"] .hero--featureHero .row--text-right{text-align:left}

.hero--featureHero .column{vertical-align:middle;line-height:1;position:relative;z-index:2;max-width:650px}

[dir] .hero--featureHero .column{padding-top:40px;padding-bottom:40px;text-align:center}

[dir="ltr"] .hero--featureHero .column--text-left{text-align:left}

[dir="rtl"] .hero--featureHero .column--text-left{text-align:right}

[dir="ltr"] .hero--featureHero .column--text-right{text-align:right}

[dir="rtl"] .hero--featureHero .column--text-right{text-align:left}

[dir] .hero--featureHero .constrain{padding:10% 0}

[dir] .hero--featureHero .column{padding-top:60px;padding-bottom:60px}

.hero--featureHero .heroIntro{font-size:24px;line-height:30px;font-weight:300}

[dir] .hero--featureHero .heroIntro{margin-left:auto;margin-right:auto}

[dir] .hero--featureHero .mc-button{margin-top:30px}

.hero--featureHero .pageIntro{line-height:1}

[dir] .hero--featureHero .pageIntro{margin-bottom:30px}

.hero--featureHero .heroLoopingVideo,.hero--featureHero .heroFeatureVideo{position:absolute;z-index:1;min-height:100%;min-width:100%;top:-100000%;bottom:-100000%}

[dir] .hero--featureHero .heroLoopingVideo,[dir] .hero--featureHero .heroFeatureVideo{margin:auto;left:-100000%;right:-100000%}

.hero--featureHero .heroLoopingVideo{display:none}

.hero--featureHero .heroFeatureVideo{z-index:10;opacity:0;visibility:hidden}

[dir] .hero--featureHero .heroFeatureVideo{background-color:#000;transition:opacity .3s ease-out,visibility .3s linear .3s}

.hero--featureHero .heroFeatureVideo.open{display:block;opacity:1;visibility:visible;top:initial;bottom:0;max-height:100%;width:100%}

[dir] .hero--featureHero .heroFeatureVideo.open{transition-delay:0s,0s;margin:0 auto}

.featured-hero__button-container{font-size:0}

.featured-hero__button-container .mc-button--white.mc-button--primary{color:#444340 !important}

[dir="ltr"] .featured-hero__button{margin-left:20px}

[dir="rtl"] .featured-hero__button{margin-right:20px}

[dir="ltr"] .featured-hero__button:first-child{margin-left:0}

[dir="rtl"] .featured-hero__button:first-child{margin-right:0}

@media(min-width: 43.75em){
[dir] .hero--featureHero .mc-button{margin-top:50px}

[dir] .hero--featureHero h1{margin-bottom:50px}

.hero--featureHero .heroHeadingPlaceholder{height:90px}

[dir] .hero--featureHero .column{padding-top:50px;padding-bottom:50px}

.hero--featureHero .heroLoopingVideo{display:block}}

@media(min-width: 75em){
[dir] .hero--featureHero .mc-button{margin-top:70px}

[dir] .hero--featureHero h1{margin-bottom:60px}

.hero--featureHero .heroHeadingPlaceholder{height:100px}

.hero--featureHero .column{max-width:1000px;width:1000px}

[dir] .hero--featureHero .column{padding-top:60px;padding-bottom:60px}

.hero--featureHero .column p,.hero--featureHero .column a{max-width:620px}}

.box-hero{overflow:hidden;position:relative}

[dir] .box-hero{margin-bottom:40px}

.box-hero__eyebrow{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340}

[dir] .box-hero__eyebrow{margin-bottom:15px}

.box-hero__eyebrow:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.box-hero__eyebrow:lang(ru),.box-hero__eyebrow:lang(ru-RU),.box-hero__eyebrow:lang(uk),.box-hero__eyebrow:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.box-hero__eyebrow:lang(ja),.box-hero__eyebrow:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.box-hero__eyebrow:lang(zh-CN),.box-hero__eyebrow:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.box-hero__eyebrow:lang(zh-TW),.box-hero__eyebrow:lang(zh-HK),.box-hero__eyebrow:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.box-hero__eyebrow:lang(tr-TR),.box-hero__eyebrow:lang(cs-CZ),.box-hero__eyebrow:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.box-hero__content{box-sizing:border-box;padding-left:20px;min-height:250px}

[dir] .box-hero__content{background-color:rgba(255,255,255,.8);padding-top:20px;padding-right:30px;padding-left:30px}

[dir="ltr"] .box-hero__content{text-align:left}

[dir="rtl"] .box-hero__content{text-align:right}

.box-hero__image-container--known-size img{position:absolute}

.box-hero__image{width:100%;display:block}

[dir] .box-hero__text{padding-bottom:30px}

[dir] .box-hero__text h2{margin-bottom:30px}

[dir] .box-hero__text p:last-child{margin-bottom:0}

.box-hero__link-container{display:inline-block}

[dir] .box-hero__link-container{padding:10px 10px 10px 10px}

@media(max-width: 43.74em){
.box-hero__text .typography__paragraph--large{font-size:16px;line-height:24px;font-weight:normal}

.box-hero__text h2{font-size:20px;line-height:24px;font-weight:normal}

[dir] .box-hero__text h2{margin-bottom:20px}}

@media(min-width: 75em){
[dir] .box-hero{margin-bottom:0}

.box-hero__content{width:500px;min-height:400px;vertical-align:middle;position:absolute;top:50%;padding-left:40px}

[dir] .box-hero__content{transform:translateY(-50%);padding-top:40px;padding-right:40px;padding-left:40px}

[dir="ltr"] .box-hero__content{right:40px}

[dir="rtl"] .box-hero__content{left:40px}

.box-hero__link{position:absolute;bottom:40px}

[dir="ltr"] .box-hero__link{left:40px}

[dir="rtl"] .box-hero__link{right:40px}

[dir] .box-hero__eyebrow{margin-bottom:30px}}

@media(min-width: 80em){
.box-hero__content{width:555px;min-height:555px}

[dir="ltr"] .box-hero__content{right:80px}

[dir="rtl"] .box-hero__content{left:80px}}

.quote{font-family:"Mark Web Pro","Century Gothic",sans-serif;position:relative}

[dir="ltr"] .quote{padding-left:35px}

[dir="rtl"] .quote{padding-right:35px}

.quote:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.quote:lang(ru),.quote:lang(ru-RU),.quote:lang(uk),.quote:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.quote:lang(ja),.quote:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.quote:lang(zh-CN),.quote:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.quote:lang(zh-TW),.quote:lang(zh-HK),.quote:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.quote:lang(tr-TR),.quote:lang(cs-CZ),.quote:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.quote:before{position:absolute;display:block;content:"";top:0;bottom:5px;width:5px}

[dir] .quote:before{background-color:#cf4500}

[dir="ltr"] .quote:before{left:0}

[dir="rtl"] .quote:before{right:0}

.quote__inner{position:relative}

[dir] .quote__inner{padding-bottom:5px}

.quote__text{font-size:20px;line-height:1.2;font-weight:300;position:relative;top:-5px;color:#cf4500}

.quote__author{font-family:"Mark for MC Narrow W00","Century Gothic",sans-serif;font-size:16px;font-weight:600;line-height:1.5;color:#777470;position:relative;bottom:-5px}

.quote__author:lang(ar){font-family:"Frutiger LT W23","Mark for MC Narrow W00","Century Gothic",sans-serif}

.quote__author:lang(ru),.quote__author:lang(ru-RU),.quote__author:lang(uk),.quote__author:lang(uk-UA){font-family:"Futura PT W10","Mark for MC Narrow W00","Century Gothic",sans-serif}

.quote__author:lang(ja),.quote__author:lang(ja-JP){font-family:"AxidStd","Mark for MC Narrow W00","Century Gothic",sans-serif}

.quote__author:lang(zh-CN),.quote__author:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark for MC Narrow W00","Century Gothic",sans-serif}

.quote__author:lang(zh-TW),.quote__author:lang(zh-HK),.quote__author:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark for MC Narrow W00","Century Gothic",sans-serif}

.quote__author:lang(tr-TR),.quote__author:lang(cs-CZ),.quote__author:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .quote__text+.quote__author{margin-top:-3px}

@media(min-width: 75em){
[dir="ltr"] .quote{padding-left:70px}

[dir="rtl"] .quote{padding-right:70px}

.quote:before{width:10px}

.quote__text{font-size:28px;line-height:1.3571428571;top:-10px}

.quote__text--large{font-size:36px;line-height:1.1666666667;top:-10px}}

.statistic{font-family:"Mark Web Pro","Century Gothic",sans-serif;position:relative}

[dir="ltr"] .statistic{padding-left:35px}

[dir="rtl"] .statistic{padding-right:35px}

.statistic:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.statistic:lang(ru),.statistic:lang(ru-RU),.statistic:lang(uk),.statistic:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.statistic:lang(ja),.statistic:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.statistic:lang(zh-CN),.statistic:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.statistic:lang(zh-TW),.statistic:lang(zh-HK),.statistic:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.statistic:lang(tr-TR),.statistic:lang(cs-CZ),.statistic:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.statistic:before{position:absolute;display:block;content:"";top:0;bottom:0;width:5px}

[dir] .statistic:before{background-color:#8db92e}

[dir="ltr"] .statistic:before{left:0}

[dir="rtl"] .statistic:before{right:0}

.statistic__title{font-size:36px;line-height:44px;font-weight:300;color:#628020;position:relative;top:-12px}

.statistic__text{font-size:16px;font-weight:400;line-height:24px;position:relative}

@media(min-width: 75em){
[dir="ltr"] .statistic{padding-left:70px}

[dir="rtl"] .statistic{padding-right:70px}

.statistic:before{width:10px}

.statistic__title{font-size:48px;line-height:60px;top:-17px}

.statistic__text{font-size:20px;line-height:24px}}

.story-tile-container{display:flex;flex-wrap:wrap;justify-content:flex-start}

[dir] .story-tile-container{text-align:center}

.story-tile{width:100%}

[dir] .story-tile{margin-bottom:80px}

[dir] .story-tile__link{background-color:rgba(0,0,0,0)}

.story-tile__link:hover{text-decoration:none}

.story-tile__link:hover .story-tile__image{opacity:.65}

.story-tile__image-container{overflow:hidden}

[dir] .story-tile__image-container{background-color:#141413}

.story-tile__image{width:100%;height:auto;display:block}

[dir] .story-tile__image{transition:opacity .2s ease}

[dir] .story-tile__content{margin-top:30px}

[dir="ltr"] .story-tile__content{text-align:left}

[dir="rtl"] .story-tile__content{text-align:right}

.story-tile__eyebrowHeading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340;color:#444340}

[dir] .story-tile__eyebrowHeading{margin-bottom:12px}

.story-tile__eyebrowHeading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__eyebrowHeading:lang(ru),.story-tile__eyebrowHeading:lang(ru-RU),.story-tile__eyebrowHeading:lang(uk),.story-tile__eyebrowHeading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__eyebrowHeading:lang(ja),.story-tile__eyebrowHeading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__eyebrowHeading:lang(zh-CN),.story-tile__eyebrowHeading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__eyebrowHeading:lang(zh-TW),.story-tile__eyebrowHeading:lang(zh-HK),.story-tile__eyebrowHeading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__eyebrowHeading:lang(tr-TR),.story-tile__eyebrowHeading:lang(cs-CZ),.story-tile__eyebrowHeading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.story-tile__text{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal;color:#141413}

[dir] .story-tile__text{margin-bottom:25px}

.story-tile__text:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__text:lang(ru),.story-tile__text:lang(ru-RU),.story-tile__text:lang(uk),.story-tile__text:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__text:lang(ja),.story-tile__text:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__text:lang(zh-CN),.story-tile__text:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__text:lang(zh-TW),.story-tile__text:lang(zh-HK),.story-tile__text:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.story-tile__text:lang(tr-TR),.story-tile__text:lang(cs-CZ),.story-tile__text:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .story-tile__text--small-margin{margin-bottom:15px}

.story-tile__description{font-size:16px;line-height:24px;color:#444340;font-weight:400}

[dir] .story-tile__description{margin-bottom:15px}

.story-tile__description--dark-mode{color:#e8e5e1}

.story-tile--has-background-colour{max-width:360px}

[dir] .story-tile--has-background-colour{margin-bottom:30px}

[dir="ltr"] .story-tile--has-background-colour{margin-right:30px}

[dir="rtl"] .story-tile--has-background-colour{margin-left:30px}

[dir] .story-tile--has-background-colour .story-tile__content{margin-top:20px;padding-left:20px;padding-right:20px;padding-bottom:15px}

[dir] .story-tile__content>:last-child{margin-bottom:0}

@media(max-width: 74.99em){
.story-tile--has-background-colour .story-tile__text{font-size:20px;line-height:1.2}

[dir] .story-tile--has-background-colour .story-tile__text{margin-bottom:15px}}

@media(min-width: 56.25em){
.story-tile{max-width:calc((100% / 3) - 20px)}

[dir="ltr"] .story-tile{margin-right:30px}

[dir="rtl"] .story-tile{margin-left:30px}

[dir="ltr"] .story-tile:nth-child(3n){margin-right:0}

[dir="rtl"] .story-tile:nth-child(3n){margin-left:0}}

.tweet__date{color:#141413;font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:16px;font-weight:500;line-height:1;display:block}

[dir] .tweet__date{background-image:url(c9d69acfaf852c0ddb71.png);background-repeat:no-repeat;background-size:25px 25px;padding-top:2px;padding-bottom:5px;margin-bottom:30px}

[dir="ltr"] .tweet__date{background-position:left top;padding-left:32px}

[dir="rtl"] .tweet__date{background-position:right top;padding-right:32px}

.tweet__date:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.tweet__date:lang(ru),.tweet__date:lang(ru-RU),.tweet__date:lang(uk),.tweet__date:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.tweet__date:lang(ja),.tweet__date:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.tweet__date:lang(zh-CN),.tweet__date:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.tweet__date:lang(zh-TW),.tweet__date:lang(zh-HK),.tweet__date:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.tweet__date:lang(tr-TR),.tweet__date:lang(cs-CZ),.tweet__date:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.tweet__text{font-size:20px;line-height:1.3333333333;color:#141413;font-weight:300;font-family:"Mark Web Pro","Century Gothic",sans-serif}

[dir] .tweet__text{margin-bottom:30px}

.tweet__text:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.tweet__text:lang(ru),.tweet__text:lang(ru-RU),.tweet__text:lang(uk),.tweet__text:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.tweet__text:lang(ja),.tweet__text:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.tweet__text:lang(zh-CN),.tweet__text:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.tweet__text:lang(zh-TW),.tweet__text:lang(zh-HK),.tweet__text:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.tweet__text:lang(tr-TR),.tweet__text:lang(cs-CZ),.tweet__text:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.tweet__tweeter{font-size:16px;line-height:1.5;color:#141413;font-weight:500;font-family:"Mark Web Pro","Century Gothic",sans-serif;display:block}

.tweet__tweeter:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.tweet__tweeter:lang(ru),.tweet__tweeter:lang(ru-RU),.tweet__tweeter:lang(uk),.tweet__tweeter:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.tweet__tweeter:lang(ja),.tweet__tweeter:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.tweet__tweeter:lang(zh-CN),.tweet__tweeter:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.tweet__tweeter:lang(zh-TW),.tweet__tweeter:lang(zh-HK),.tweet__tweeter:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.tweet__tweeter:lang(tr-TR),.tweet__tweeter:lang(cs-CZ),.tweet__tweeter:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.tweet__tweeter-image{display:inline-block;width:64px;height:64px;vertical-align:middle}

[dir] .tweet__tweeter-image{border-radius:100%}

[dir="ltr"] .tweet__tweeter-image{margin-right:25px}

[dir="rtl"] .tweet__tweeter-image{margin-left:25px}

@media(min-width: 43.75em){
.tweet__text{font-size:30px}

[dir] .tweet__text{margin-bottom:60px}}

.image-carousel{position:relative}

.image-carousel .slick-slider .slick-list{overflow-y:hidden}

.image-carousel__button{position:absolute;top:0;width:40px;height:100%;-webkit-appearance:none;display:none}

[dir] .image-carousel__button{border:none;background:none;cursor:pointer;padding:0}

.image-carousel__button svg{fill:#3a5664;position:absolute;top:50%;height:42px}

[dir="ltr"] .image-carousel__button svg{transform:translateY(-50%)}

[dir="rtl"] .image-carousel__button svg{transform:translateY(-50%) scaleX(-1)}

[dir] .image-carousel__button path{transition:fill .15s ease-out}

[dir="ltr"] .image-carousel__button--previous{left:0}

[dir="rtl"] .image-carousel__button--previous{right:0}

[dir="ltr"] .image-carousel__button--previous svg{left:0}

[dir="rtl"] .image-carousel__button--previous svg{right:0}

[dir="ltr"] .image-carousel__button--next{right:0}

[dir="rtl"] .image-carousel__button--next{left:0}

[dir="ltr"] .image-carousel__button--next svg{right:0}

[dir="rtl"] .image-carousel__button--next svg{left:0}

.image-carousel__items{max-width:960px;white-space:nowrap;font-size:0;overflow:hidden}

[dir] .image-carousel__items{margin:0 auto}

.image-carousel__items.slick-initialized{max-width:1140px}

[dir] .image-carousel__items.slick-initialized{padding-left:40px;padding-right:40px}

.image-carousel__item{width:100%;display:inline-block;font-size:1rem;white-space:normal;vertical-align:top}

[dir] .image-carousel__item{text-align:center}

.image-carousel__image-container img{width:100%}

[dir] .image-carousel__image-container img{margin-bottom:40px}

.image-carousel__text-container{max-width:700px}

[dir] .image-carousel__text-container{margin:0 auto}

.image-carousel__pagination{font-size:0}

[dir] .image-carousel__pagination{text-align:center;margin-top:30px}

.image-carousel__pagination-button{display:inline-block}

[dir] .image-carousel__pagination-button{padding:10px;cursor:pointer}

[dir="ltr"] .image-carousel__pagination-button:first-child{margin-left:0}

[dir="rtl"] .image-carousel__pagination-button:first-child{margin-right:0}

.image-carousel__pagination-dot{height:10px;width:10px;display:block;opacity:.3}

[dir] .image-carousel__pagination-dot{border-radius:100%;background-color:#b1ada6;transition:opacity .3s ease-out}

.image-carousel__pagination-button.active .image-carousel__pagination-dot{opacity:1}

@media(min-width: 43.75em){
[dir] .image-carousel__items.slick-initialized{padding-left:65px;padding-right:65px}

.image-carousel__button{width:65px}}

@media(min-width: 80em){
.image-carousel{position:relative}

[dir] .image-carousel__items.slick-initialized{padding-left:90px;padding-right:90px}

.image-carousel__button{width:90px}}

.icon-with-text-and-link-container__header{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:bold}

[dir] .icon-with-text-and-link-container__header{margin-bottom:30px}

.icon-with-text-and-link-container__header:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link-container__header:lang(ru),.icon-with-text-and-link-container__header:lang(ru-RU),.icon-with-text-and-link-container__header:lang(uk),.icon-with-text-and-link-container__header:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link-container__header:lang(ja),.icon-with-text-and-link-container__header:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link-container__header:lang(zh-CN),.icon-with-text-and-link-container__header:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link-container__header:lang(zh-TW),.icon-with-text-and-link-container__header:lang(zh-HK),.icon-with-text-and-link-container__header:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link-container__header:lang(tr-TR),.icon-with-text-and-link-container__header:lang(cs-CZ),.icon-with-text-and-link-container__header:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .icon-with-text-and-link{margin-bottom:30px}

.icon-with-text-and-link:after{content:"";display:table}

[dir] .icon-with-text-and-link:after{clear:both}

.icon-with-text-and-link__image{width:60px;height:60px}

.icon-with-text-and-link__content-container{width:calc(100% - 90px)}

[dir="ltr"] .icon-with-text-and-link__content-container{float:right}

[dir="rtl"] .icon-with-text-and-link__content-container{float:left}

[dir] .icon-with-text-and-link__content-container>*:last-child{margin-bottom:0}

.icon-with-text-and-link__header{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:500;font-size:20px;line-height:24px}

[dir] .icon-with-text-and-link__header{margin-bottom:10px}

.icon-with-text-and-link__header:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link__header:lang(ru),.icon-with-text-and-link__header:lang(ru-RU),.icon-with-text-and-link__header:lang(uk),.icon-with-text-and-link__header:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link__header:lang(ja),.icon-with-text-and-link__header:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link__header:lang(zh-CN),.icon-with-text-and-link__header:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link__header:lang(zh-TW),.icon-with-text-and-link__header:lang(zh-HK),.icon-with-text-and-link__header:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.icon-with-text-and-link__header:lang(tr-TR),.icon-with-text-and-link__header:lang(cs-CZ),.icon-with-text-and-link__header:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.icon-with-text-and-link__description{font-family:"Mark for MC Narrow W00","Century Gothic",sans-serif;font-size:16px;font-weight:400;line-height:24px}

[dir] .icon-with-text-and-link__description{margin-bottom:15px}

.icon-with-text-and-link__description:lang(ar){font-family:"Frutiger LT W23","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-with-text-and-link__description:lang(ru),.icon-with-text-and-link__description:lang(ru-RU),.icon-with-text-and-link__description:lang(uk),.icon-with-text-and-link__description:lang(uk-UA){font-family:"Futura PT W10","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-with-text-and-link__description:lang(ja),.icon-with-text-and-link__description:lang(ja-JP){font-family:"AxidStd","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-with-text-and-link__description:lang(zh-CN),.icon-with-text-and-link__description:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-with-text-and-link__description:lang(zh-TW),.icon-with-text-and-link__description:lang(zh-HK),.icon-with-text-and-link__description:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-with-text-and-link__description:lang(tr-TR),.icon-with-text-and-link__description:lang(cs-CZ),.icon-with-text-and-link__description:lang(pl-PL){font-family:"Century Gothic",sans-serif}

@media(min-width: 64em){
[dir] .icon-with-text-and-link-container__header{margin-bottom:50px}

[dir] .icon-with-text-and-link{margin-bottom:60px}

.icon-with-text-and-link__image{width:80px;height:80px}

[dir="ltr"] .icon-with-text-and-link__image{float:left}

[dir="rtl"] .icon-with-text-and-link__image{float:right}

.icon-with-text-and-link__header{font-size:24px;line-height:30px}

.icon-with-text-and-link__description{font-size:18px;line-height:32px}

[dir] .icon-with-text-and-link__description{margin-bottom:30px}

.icon-with-text-and-link__content-container{width:calc(100% - 135px)}}

[dir] .icon-with-text-and-link:last-child{margin-bottom:0}

.image-carousel{position:relative}

.image-carousel .slick-slider .slick-list{overflow-y:hidden}

.image-carousel__button{position:absolute;top:0;width:40px;height:100%;-webkit-appearance:none;display:none}

[dir] .image-carousel__button{border:none;background:none;cursor:pointer;padding:0}

.image-carousel__button svg{fill:#3a5664;position:absolute;top:50%;height:42px}

[dir="ltr"] .image-carousel__button svg{transform:translateY(-50%)}

[dir="rtl"] .image-carousel__button svg{transform:translateY(-50%) scaleX(-1)}

[dir] .image-carousel__button path{transition:fill .15s ease-out}

[dir="ltr"] .image-carousel__button--previous{left:0}

[dir="rtl"] .image-carousel__button--previous{right:0}

[dir="ltr"] .image-carousel__button--previous svg{left:0}

[dir="rtl"] .image-carousel__button--previous svg{right:0}

[dir="ltr"] .image-carousel__button--next{right:0}

[dir="rtl"] .image-carousel__button--next{left:0}

[dir="ltr"] .image-carousel__button--next svg{right:0}

[dir="rtl"] .image-carousel__button--next svg{left:0}

.image-carousel__items{max-width:960px;white-space:nowrap;font-size:0;overflow:hidden}

[dir] .image-carousel__items{margin:0 auto}

.image-carousel__items.slick-initialized{max-width:1140px}

[dir] .image-carousel__items.slick-initialized{padding-left:40px;padding-right:40px}

.image-carousel__item{width:100%;display:inline-block;font-size:1rem;white-space:normal;vertical-align:top}

[dir] .image-carousel__item{text-align:center}

.image-carousel__image-container img{width:100%}

[dir] .image-carousel__image-container img{margin-bottom:40px}

.image-carousel__text-container{max-width:700px}

[dir] .image-carousel__text-container{margin:0 auto}

.image-carousel__pagination{font-size:0}

[dir] .image-carousel__pagination{text-align:center;margin-top:30px}

.image-carousel__pagination-button{display:inline-block}

[dir] .image-carousel__pagination-button{padding:10px;cursor:pointer}

[dir="ltr"] .image-carousel__pagination-button:first-child{margin-left:0}

[dir="rtl"] .image-carousel__pagination-button:first-child{margin-right:0}

.image-carousel__pagination-dot{height:10px;width:10px;display:block;opacity:.3}

[dir] .image-carousel__pagination-dot{border-radius:100%;background-color:#b1ada6;transition:opacity .3s ease-out}

.image-carousel__pagination-button.active .image-carousel__pagination-dot{opacity:1}

@media(min-width: 43.75em){
[dir] .image-carousel__items.slick-initialized{padding-left:65px;padding-right:65px}

.image-carousel__button{width:65px}}

@media(min-width: 80em){
.image-carousel{position:relative}

[dir] .image-carousel__items.slick-initialized{padding-left:90px;padding-right:90px}

.image-carousel__button{width:90px}}

[dir] .executive-bio-bar{margin-bottom:10px;background-color:rgba(220,222,223,.4)}

[dir] .executive-bio-bar:last-of-type{border-bottom:0}

[dir] .executive-bio-bar--closed .executive-bio-bar__header-icon{transform:rotate(0)}

.executive-bio-bar--closed .executive-bio-bar__content{max-height:0}

[dir="ltr"] .executive-bio-bar--open .executive-bio-bar__header-icon{transform:rotate(45deg)}

[dir="rtl"] .executive-bio-bar--open .executive-bio-bar__header-icon{transform:rotate(-45deg)}

.executive-bio-bar__thumb-image{height:120px;width:120px;display:inline-block;vertical-align:middle}

[dir] .executive-bio-bar__thumb-image{padding:16px}

.executive-bio-bar__header{position:relative;display:block;color:inherit}

[dir="ltr"] .executive-bio-bar__header{padding:0 60px 0 0}

[dir="rtl"] .executive-bio-bar__header{padding:0 0 0 60px}

.executive-bio-bar__header-icon{position:absolute;top:0;bottom:0;height:16px;width:16px}

[dir] .executive-bio-bar__header-icon{margin:auto;transition:.5s}

[dir="ltr"] .executive-bio-bar__header-icon{right:16px}

[dir="rtl"] .executive-bio-bar__header-icon{left:16px}

.executive-bio-bar__header:hover{text-decoration:none}

[dir] .executive-bio-bar__header:hover{box-shadow:0 0 0 #ccc}

.executive-bio-bar__name,.executive-bio-bar__role{display:block;text-decoration:none}

.executive-bio-bar__name-container{display:inline-block;vertical-align:middle;width:60%}

.executive-bio-bar__name{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

.executive-bio-bar__name:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(ru),.executive-bio-bar__name:lang(ru-RU),.executive-bio-bar__name:lang(uk),.executive-bio-bar__name:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(ja),.executive-bio-bar__name:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(zh-CN),.executive-bio-bar__name:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(zh-TW),.executive-bio-bar__name:lang(zh-HK),.executive-bio-bar__name:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(tr-TR),.executive-bio-bar__name:lang(cs-CZ),.executive-bio-bar__name:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.executive-bio-bar__role{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340;color:#cf4500}

.executive-bio-bar__role:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__role:lang(ru),.executive-bio-bar__role:lang(ru-RU),.executive-bio-bar__role:lang(uk),.executive-bio-bar__role:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__role:lang(ja),.executive-bio-bar__role:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__role:lang(zh-CN),.executive-bio-bar__role:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__role:lang(zh-TW),.executive-bio-bar__role:lang(zh-HK),.executive-bio-bar__role:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__role:lang(tr-TR),.executive-bio-bar__role:lang(cs-CZ),.executive-bio-bar__role:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.executive-bio-bar__content{overflow:hidden;max-height:0}

[dir] .executive-bio-bar__content{transition:max-height ease-in-out .5s}

.executive-bio-bar__content-box{overflow:hidden}

[dir] .executive-bio-bar__content-box{padding:20px 40px}

.executive-bio-bar__content-image{display:block;width:180px}

[dir] .executive-bio-bar__content-image{margin:0 auto 20px}

@media(min-width: 43.75em){
.executive-bio-bar__content-image{max-height:400px;width:25%;min-width:220px}

[dir="ltr"] .executive-bio-bar__content-image{float:left;margin:0 20px 10px 0}

[dir="rtl"] .executive-bio-bar__content-image{float:right;margin:0 0 10px 20px}}

@media(min-width: 64em){
.executive-bio-bar__name{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:28px;line-height:1.4285714286;font-weight:300;font-style:normal}

.executive-bio-bar__name:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(ru),.executive-bio-bar__name:lang(ru-RU),.executive-bio-bar__name:lang(uk),.executive-bio-bar__name:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(ja),.executive-bio-bar__name:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(zh-CN),.executive-bio-bar__name:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(zh-TW),.executive-bio-bar__name:lang(zh-HK),.executive-bio-bar__name:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.executive-bio-bar__name:lang(tr-TR),.executive-bio-bar__name:lang(cs-CZ),.executive-bio-bar__name:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.executive-bio-bar__header{min-height:68px}}

[dir] .story-tile-gallery-filter{margin-bottom:60px}

.story-tile-gallery__load-more-container{width:100%;display:block}

[dir] .story-tile-gallery__load-more-container{text-align:center}

.story-tile-gallery-filter__label{display:block;z-index:-10;position:absolute;opacity:.01;pointer-events:none;user-select:none}

[dir] .story-tile-gallery-filter__header{margin-bottom:30px}

.story-tile-gallery-filter__group{width:100%;max-width:390px;font-size:1rem}

.story-tile-gallery-filter__input{width:100%}

[dir] .story-tile-gallery-filter__button{padding:5px 10px}

@media(min-width: 43.75em){
.story-tile-gallery-filter__group{width:50%;display:inline-block}}

@media(min-width: 75em){
.story-tile-gallery-filter__group{width:33.3333333333%}

[dir="ltr"] .story-tile-gallery-filter__group{padding-right:0}

[dir="rtl"] .story-tile-gallery-filter__group{padding-left:0}}

.embed-iframe-module__container{height:calc(100vh - 75px);position:relative}

[dir] .embed-iframe-module__container{margin:0 auto}

.embed-iframe-module__iframe{position:absolute;height:100%}

[dir="ltr"] .icons-section{text-align:right}

[dir="rtl"] .icons-section{text-align:left}

[dir] .icons-section__column{margin-bottom:40px}

[dir] .icons-section__column:last-child{margin-bottom:0}

.icons-section-icon{max-width:320px}

[dir="ltr"] .icons-section-icon{text-align:left;margin:0 auto 0 0}

[dir="rtl"] .icons-section-icon{text-align:right;margin:0 0 0 auto}

.icon-section-icon__image{max-width:80px;max-height:80px;width:auto}

.icon-section-icon__image--larger-icon{max-width:160px;max-height:160px}

.icon-section-icon__heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:28px;line-height:1.4285714286;font-weight:300;font-style:normal}

[dir] .icon-section-icon__heading{margin-top:20px;margin-bottom:20px}

[dir="ltr"] .icon-section-icon__heading{text-align:left}

[dir="rtl"] .icon-section-icon__heading{text-align:right}

.icon-section-icon__heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.icon-section-icon__heading:lang(ru),.icon-section-icon__heading:lang(ru-RU),.icon-section-icon__heading:lang(uk),.icon-section-icon__heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.icon-section-icon__heading:lang(ja),.icon-section-icon__heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.icon-section-icon__heading:lang(zh-CN),.icon-section-icon__heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.icon-section-icon__heading:lang(zh-TW),.icon-section-icon__heading:lang(zh-HK),.icon-section-icon__heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.icon-section-icon__heading:lang(tr-TR),.icon-section-icon__heading:lang(cs-CZ),.icon-section-icon__heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.icon-section-icon__body{font-family:"Mark for MC Narrow W00","Century Gothic",sans-serif}

[dir] .icon-section-icon__body{margin-top:20px}

.icon-section-icon__body:lang(ar){font-family:"Frutiger LT W23","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-section-icon__body:lang(ru),.icon-section-icon__body:lang(ru-RU),.icon-section-icon__body:lang(uk),.icon-section-icon__body:lang(uk-UA){font-family:"Futura PT W10","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-section-icon__body:lang(ja),.icon-section-icon__body:lang(ja-JP){font-family:"AxidStd","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-section-icon__body:lang(zh-CN),.icon-section-icon__body:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-section-icon__body:lang(zh-TW),.icon-section-icon__body:lang(zh-HK),.icon-section-icon__body:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark for MC Narrow W00","Century Gothic",sans-serif}

.icon-section-icon__body:lang(tr-TR),.icon-section-icon__body:lang(cs-CZ),.icon-section-icon__body:lang(pl-PL){font-family:"Century Gothic",sans-serif}

@media(min-width: 43.75em){
.icons-section__column{width:33.3333333333%}

[dir] .icons-section__column{margin-bottom:0}}

.micro-tile-container{display:flex;flex-wrap:wrap;justify-content:flex-start}

.theme-dark.section a .micro-tile__heading-text{color:#fff}

.theme-dark.section a .micro-tile__eyebrow-text{color:#fff}

.theme-dark.section a .micro-tile__description-text{color:#fff}

.micro-tile{width:100%;display:flex;align-items:center}

[dir] .micro-tile{margin-bottom:60px;background-color:rgba(0,0,0,0)}

.micro-tile:hover{text-decoration:none}

.micro-tile:hover .micro-tile__image-overlay{opacity:.3}

[dir] .micro-tile:hover .micro-tile__image-overlay{transition:opacity .2s ease}

.micro-tile__image-container{position:relative;min-width:165px;min-height:110px;max-width:165px;max-height:110px;overflow:hidden}

[dir="ltr"] .micro-tile__image-container{margin-right:30px}

[dir="rtl"] .micro-tile__image-container{margin-left:30px}

[dir] .micro-tile__image-container--dark-mode{background-color:#fff}

.micro-tile__image{width:165px;height:110px;display:block}

.micro-tile__image-overlay{position:absolute;width:165px;height:110px;top:0;opacity:0}

[dir] .micro-tile__image-overlay{background-color:#141413}

.micro-tile__eyebrow-text{font-family:"Mark Web Pro";color:#444340;font-weight:bold;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:16px}

[dir] .micro-tile__eyebrow-text{margin-bottom:10px}

.micro-tile__heading-text{color:#141413;font-family:"Mark Web Pro";font-size:18px;letter-spacing:0;line-height:24px}

[dir] .micro-tile__heading-text{margin-bottom:10px}

.micro-tile__description-text{color:#777470;font-family:"Mark for MC Narrow W00";font-size:16px;letter-spacing:0;line-height:24px}

@media(min-width: 64em){
.micro-tile{width:calc(50% - 30px)}

[dir="ltr"] .micro-tile{margin-right:60px}

[dir="rtl"] .micro-tile{margin-left:60px}

[dir="ltr"] .micro-tile:nth-child(2n){margin-right:0}

[dir="rtl"] .micro-tile:nth-child(2n){margin-left:0}}

.slice{display:flex;flex-wrap:wrap}

.slice--switch{flex-direction:row-reverse}

.slice__image{width:100%}

.slice__text{align-self:center;width:90%}

[dir] .slice__text{margin:0 auto;padding-top:40px;padding-bottom:40px}

@media(min-width: 64em){
.slice__image{width:50%}

.slice__text{width:50%}

[dir] .slice__text{margin:0}

[dir="ltr"] .slice__text{padding-left:100px;padding-right:60px}

[dir="rtl"] .slice__text{padding-right:100px;padding-left:60px}

[dir="ltr"] .slice--switch .slice__text{padding-left:60px;padding-right:100px}

[dir="rtl"] .slice--switch .slice__text{padding-right:60px;padding-left:100px}}

@media(min-width: 80em){
.slice__text{max-width:570px}

[dir="ltr"] .slice__text{padding-right:0}

[dir="rtl"] .slice__text{padding-left:0}

[dir="ltr"] .slice--switch .slice__text{padding-left:0}

[dir="rtl"] .slice--switch .slice__text{padding-right:0}}

.divider{display:flex;flex-wrap:wrap;justify-content:space-between}

[dir] .divider{border-bottom:1px solid #b1ada6}

.divider__text{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

.divider__text:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.divider__text:lang(ru),.divider__text:lang(ru-RU),.divider__text:lang(uk),.divider__text:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.divider__text:lang(ja),.divider__text:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.divider__text:lang(zh-CN),.divider__text:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.divider__text:lang(zh-TW),.divider__text:lang(zh-HK),.divider__text:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.divider__text:lang(tr-TR),.divider__text:lang(cs-CZ),.divider__text:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.divider .mc-button{min-width:0;line-height:2.4em}

[dir] .divider .mc-button{padding:0}

.divider .mc-button:hover,.divider .mc-button:focus,.divider .mc-button:active{text-decoration:underline}

[dir="ltr"] .divider>*{margin:0 30px 30px 0}

[dir="rtl"] .divider>*{margin:0 0 30px 30px}

[dir] .divider>*:last-child{margin:0 0 30px 0}

@media(min-width: 64em){
.divider .divider__text{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:28px;line-height:1.4285714286;font-weight:300;font-style:normal}

.divider .divider__text:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.divider .divider__text:lang(ru),.divider .divider__text:lang(ru-RU),.divider .divider__text:lang(uk),.divider .divider__text:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.divider .divider__text:lang(ja),.divider .divider__text:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.divider .divider__text:lang(zh-CN),.divider .divider__text:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.divider .divider__text:lang(zh-TW),.divider .divider__text:lang(zh-HK),.divider .divider__text:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.divider .divider__text:lang(tr-TR),.divider .divider__text:lang(cs-CZ),.divider .divider__text:lang(pl-PL){font-family:"Century Gothic",sans-serif}}

.overflow-carousel__slide{position:relative;display:block}

.overflow-carousel__slide:hover{text-decoration:none}

.overflow-carousel__slide:hover .overflow-carousel__image-container:before{opacity:.35}

[dir] .overflow-carousel__slide:hover .overflow-carousel__image-container:before{-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}

.overflow-carousel__image-container{position:relative}

.overflow-carousel__image-container:before{content:"";position:absolute;top:0;width:100%;height:100%;display:inline-block;opacity:0}

[dir] .overflow-carousel__image-container:before{background:#141413}

[dir="ltr"] .overflow-carousel__image-container:before{left:0}

[dir="rtl"] .overflow-carousel__image-container:before{right:0}

.overflow-carousel__image-container--gradient:after{content:"";position:absolute;top:0;width:100%;height:100%;display:inline-block}

[dir="ltr"] .overflow-carousel__image-container--gradient:after{left:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 175%)}

[dir="rtl"] .overflow-carousel__image-container--gradient:after{right:0;background:linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 175%)}

.overflow-carousel__image{width:100%;height:auto}

.overflow-carousel__text-container{position:absolute;bottom:50px;width:75%;z-index:1}

[dir="ltr"] .overflow-carousel__text-container{left:50px}

[dir="rtl"] .overflow-carousel__text-container{right:50px}

.overflow-carousel__text-container--small{position:static;width:100%}

[dir] .overflow-carousel__text-container--small{margin-top:30px}

.overflow-carousel__eyebrow-text{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;font-size:12px;line-height:1.3333333333;color:#444340;color:#141413}

[dir] .overflow-carousel__eyebrow-text{margin-bottom:10px}

.overflow-carousel__eyebrow-text:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__eyebrow-text:lang(ru),.overflow-carousel__eyebrow-text:lang(ru-RU),.overflow-carousel__eyebrow-text:lang(uk),.overflow-carousel__eyebrow-text:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__eyebrow-text:lang(ja),.overflow-carousel__eyebrow-text:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__eyebrow-text:lang(zh-CN),.overflow-carousel__eyebrow-text:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__eyebrow-text:lang(zh-TW),.overflow-carousel__eyebrow-text:lang(zh-HK),.overflow-carousel__eyebrow-text:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__eyebrow-text:lang(tr-TR),.overflow-carousel__eyebrow-text:lang(cs-CZ),.overflow-carousel__eyebrow-text:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.overflow-carousel__eyebrow-text--dark-theme{color:#fff}

.overflow-carousel__heading-text{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.1666666667;font-weight:300;font-style:normal;color:#141413;overflow-wrap:break-word}

[dir] .overflow-carousel__heading-text{margin:0}

.overflow-carousel__heading-text:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(ru),.overflow-carousel__heading-text:lang(ru-RU),.overflow-carousel__heading-text:lang(uk),.overflow-carousel__heading-text:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(ja),.overflow-carousel__heading-text:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(zh-CN),.overflow-carousel__heading-text:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(zh-TW),.overflow-carousel__heading-text:lang(zh-HK),.overflow-carousel__heading-text:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(tr-TR),.overflow-carousel__heading-text:lang(cs-CZ),.overflow-carousel__heading-text:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.overflow-carousel__heading-text--small{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

.overflow-carousel__heading-text--small:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text--small:lang(ru),.overflow-carousel__heading-text--small:lang(ru-RU),.overflow-carousel__heading-text--small:lang(uk),.overflow-carousel__heading-text--small:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text--small:lang(ja),.overflow-carousel__heading-text--small:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text--small:lang(zh-CN),.overflow-carousel__heading-text--small:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text--small:lang(zh-TW),.overflow-carousel__heading-text--small:lang(zh-HK),.overflow-carousel__heading-text--small:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text--small:lang(tr-TR),.overflow-carousel__heading-text--small:lang(cs-CZ),.overflow-carousel__heading-text--small:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.overflow-carousel__heading-text--dark-theme{color:#fff}

.overflow-carousel__controls-container{display:flex;align-items:center}

[dir] .overflow-carousel__controls-container{margin-top:30px}

.overflow-carousel__dots-container{width:50%}

.overflow-carousel__arrows-container{width:50%;display:flex;justify-content:flex-end}

.overflow-carousel__arrow{display:block;width:24px;height:24px}

[dir] .overflow-carousel__arrow{background-size:24px 24px;background-repeat:no-repeat;cursor:pointer}

[dir] .overflow-carousel__arrow--previous{background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27 standalone=%27no%27%3F%3E%3Csvg width=%2724px%27 height=%2724px%27 viewBox=%270 0 24 24%27 version=%271.1%27 id=%27svg9%27 sodipodi:docname=%27Combined Shape.svg%27 inkscape:version=%271.1 %28c68e22c387, 2021-05-23%29%27 xmlns:inkscape=%27http://www.inkscape.org/namespaces/inkscape%27 xmlns:sodipodi=%27http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:svg=%27http://www.w3.org/2000/svg%27%3E%3Cdefs id=%27defs13%27 /%3E%3Csodipodi:namedview id=%27namedview11%27 pagecolor=%27%23ffffff%27 bordercolor=%27%23666666%27 borderopacity=%271.0%27 inkscape:pageshadow=%272%27 inkscape:pageopacity=%270.0%27 inkscape:pagecheckerboard=%270%27 showgrid=%27false%27 inkscape:zoom=%2734.666667%27 inkscape:cx=%276.3028846%27 inkscape:cy=%2712.014423%27 inkscape:window-width=%271920%27 inkscape:window-height=%271017%27 inkscape:window-x=%27-8%27 inkscape:window-y=%27-8%27 inkscape:window-maximized=%271%27 inkscape:current-layer=%27Modules-4%27 /%3E%3Ctitle id=%27title2%27%3EB160123E-5015-478D-9CD3-0F078A8DEFDA%3C/title%3E%3Cg id=%27Modules-4%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27matrix%28-1,0,0,1,24,0%29%27%3E%3Cg id=%27Desktop-HD-Copy%27 transform=%27matrix%28-1,0,0,1,1476,-811%29%27 fill=%27%23e8e5e1%27 fill-rule=%27nonzero%27 style=%27fill:%23141413;fill-opacity:1%27%3E%3Cg id=%27Group-5%27 transform=%27translate%280,151%29%27 style=%27fill:%23141413;fill-opacity:1%27%3E%3Cg id=%27icon/cta-arrow-for-cta-link/white/rest-copy-7%27 transform=%27matrix%28-1,0,0,1,1476,660%29%27 style=%27fill:%23141413;fill-opacity:1%27%3E%3Cpath d=%27M 13.49441,0 24,12 13.49441,24 12,22.589266 20.395,12.999 0,13 V 11 H 20.395 L 12,1.4107342 Z%27 id=%27Combined-Shape%27 style=%27fill:%23141413;fill-opacity:1%27 /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}

[dir="ltr"] .overflow-carousel__arrow--previous{margin-right:30px}

[dir="rtl"] .overflow-carousel__arrow--previous{margin-left:30px}

[dir] .overflow-carousel__arrow--previous.overflow-carousel__arrow--dark-theme{background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%2724px%27 height=%2724px%27 viewBox=%270 0 24 24%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3EB160123E-5015-478D-9CD3-0F078A8DEFDA%3C/title%3E%3Cg id=%27Modules-4%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27Desktop-HD-Copy%27 transform=%27translate%28-1452.000000, -811.000000%29%27 fill=%27%23E8E5E1%27 fill-rule=%27nonzero%27%3E%3Cg id=%27Group-5%27 transform=%27translate%280.000000, 151.000000%29%27%3E%3Cg id=%27icon/cta-arrow-for-cta-link/white/rest-copy-7%27 transform=%27translate%281464.000000, 672.000000%29 scale%28-1, 1%29 translate%28-1464.000000, -672.000000%29 translate%281452.000000, 660.000000%29%27%3E%3Cpath d=%27M13.49441,0 L24,12 L13.49441,24 L12,22.5892658 L20.395,12.999 L1.05929778e-16,13 L0,11 L20.395,11 L12,1.41073418 L13.49441,0 Z%27 id=%27Combined-Shape%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}

.overflow-carousel__arrow--previous:hover{opacity:.5}

[dir] .overflow-carousel__arrow--next{background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27 standalone=%27no%27%3F%3E%3Csvg width=%2724px%27 height=%2724px%27 viewBox=%270 0 24 24%27 version=%271.1%27 id=%27svg9%27 sodipodi:docname=%27Combined Shape.svg%27 inkscape:version=%271.1 %28c68e22c387, 2021-05-23%29%27 xmlns:inkscape=%27http://www.inkscape.org/namespaces/inkscape%27 xmlns:sodipodi=%27http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:svg=%27http://www.w3.org/2000/svg%27%3E%3Cdefs id=%27defs13%27 /%3E%3Csodipodi:namedview id=%27namedview11%27 pagecolor=%27%23ffffff%27 bordercolor=%27%23666666%27 borderopacity=%271.0%27 inkscape:pageshadow=%272%27 inkscape:pageopacity=%270.0%27 inkscape:pagecheckerboard=%270%27 showgrid=%27false%27 inkscape:zoom=%2734.666667%27 inkscape:cx=%276.3028846%27 inkscape:cy=%2712.014423%27 inkscape:window-width=%271920%27 inkscape:window-height=%271017%27 inkscape:window-x=%27-8%27 inkscape:window-y=%27-8%27 inkscape:window-maximized=%271%27 inkscape:current-layer=%27Modules-4%27 /%3E%3Ctitle id=%27title2%27%3EB160123E-5015-478D-9CD3-0F078A8DEFDA%3C/title%3E%3Cg id=%27Modules-4%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27matrix%28-1,0,0,1,24,0%29%27%3E%3Cg id=%27Desktop-HD-Copy%27 transform=%27translate%28-1452,-811%29%27 fill=%27%23e8e5e1%27 fill-rule=%27nonzero%27 style=%27fill:%23141413;fill-opacity:1%27%3E%3Cg id=%27Group-5%27 transform=%27translate%280,151%29%27 style=%27fill:%23141413;fill-opacity:1%27%3E%3Cg id=%27icon/cta-arrow-for-cta-link/white/rest-copy-7%27 transform=%27matrix%28-1,0,0,1,1476,660%29%27 style=%27fill:%23141413;fill-opacity:1%27%3E%3Cpath d=%27M 13.49441,0 24,12 13.49441,24 12,22.589266 20.395,12.999 0,13 0,11 H 20.395 L 12,1.4107342 Z%27 id=%27Combined-Shape%27 style=%27fill:%23141413;fill-opacity:1%27 /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}

[dir] .overflow-carousel__arrow--next.overflow-carousel__arrow--dark-theme{background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27 standalone=%27no%27%3F%3E%3Csvg width=%2724px%27 height=%2724px%27 viewBox=%270 0 24 24%27 version=%271.1%27 id=%27svg9%27 sodipodi:docname=%27dark-theme-previous.svg%27 inkscape:version=%271.1 %28c68e22c387, 2021-05-23%29%27 xmlns:inkscape=%27http://www.inkscape.org/namespaces/inkscape%27 xmlns:sodipodi=%27http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:svg=%27http://www.w3.org/2000/svg%27%3E%3Cdefs id=%27defs13%27 /%3E%3Csodipodi:namedview id=%27namedview11%27 pagecolor=%27%23ffffff%27 bordercolor=%27%23666666%27 borderopacity=%271.0%27 inkscape:pageshadow=%272%27 inkscape:pageopacity=%270.0%27 inkscape:pagecheckerboard=%270%27 showgrid=%27false%27 inkscape:zoom=%2734.666667%27 inkscape:cx=%2711.985577%27 inkscape:cy=%2712.014423%27 inkscape:window-width=%271920%27 inkscape:window-height=%271017%27 inkscape:window-x=%27-8%27 inkscape:window-y=%27-8%27 inkscape:window-maximized=%271%27 inkscape:current-layer=%27svg9%27 /%3E%3Ctitle id=%27title2%27%3EB160123E-5015-478D-9CD3-0F078A8DEFDA%3C/title%3E%3Cg id=%27Modules-4%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27matrix%28-1,0,0,1,24,0%29%27%3E%3Cg id=%27Desktop-HD-Copy%27 transform=%27translate%28-1452,-811%29%27 fill=%27%23e8e5e1%27 fill-rule=%27nonzero%27%3E%3Cg id=%27Group-5%27 transform=%27translate%280,151%29%27%3E%3Cg id=%27icon/cta-arrow-for-cta-link/white/rest-copy-7%27 transform=%27matrix%28-1,0,0,1,1476,660%29%27%3E%3Cpath d=%27M 13.49441,0 24,12 13.49441,24 12,22.589266 20.395,12.999 0,13 0,11 H 20.395 L 12,1.4107342 Z%27 id=%27Combined-Shape%27 /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}

.overflow-carousel__arrow--next:hover{opacity:.5}

[dir] .overflow-carousel>.slick-list>.slick-track>.slick-slide{margin-right:15px;margin-left:15px}

.overflow-carousel>.slick-list{overflow:visible}

[dir] .overflow-carousel>.slick-list{margin-right:-15px;margin-left:-15px}

[dir] .overflow-carousel--small>.slick-list>.slick-track>.slick-slide{margin-right:30px;margin-left:30px}

[dir] .overflow-carousel--small>.slick-list{margin-right:-30px;margin-left:-30px}

.overflow-carousel__dots-container>.slick-dots{display:flex;list-style-type:none}

[dir] .overflow-carousel__dots-container>.slick-dots{margin:0;padding:0}

[dir] .overflow-carousel__dots-container>.slick-dots>li{margin:0;padding:0}

.overflow-carousel__dot{height:10px;width:10px}

[dir] .overflow-carousel__dot{border-radius:100%;background-color:#b1ada6;cursor:pointer}

[dir="ltr"] .overflow-carousel__dot{margin-right:22px}

[dir="rtl"] .overflow-carousel__dot{margin-left:22px}

[dir] .overflow-carousel__dots-container--dark-theme .overflow-carousel__dot{background-color:#676561}

[dir] .slick-active>.overflow-carousel__dot{background-color:#141413}

[dir] .overflow-carousel__dots-container--dark-theme .slick-active .overflow-carousel__dot{background-color:#fff}

@media(max-width: 63.99em){
.overflow-carousel__heading-text{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:24px;line-height:1.25;font-weight:400;font-style:normal}

.overflow-carousel__heading-text:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(ru),.overflow-carousel__heading-text:lang(ru-RU),.overflow-carousel__heading-text:lang(uk),.overflow-carousel__heading-text:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(ja),.overflow-carousel__heading-text:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(zh-CN),.overflow-carousel__heading-text:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(zh-TW),.overflow-carousel__heading-text:lang(zh-HK),.overflow-carousel__heading-text:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.overflow-carousel__heading-text:lang(tr-TR),.overflow-carousel__heading-text:lang(cs-CZ),.overflow-carousel__heading-text:lang(pl-PL){font-family:"Century Gothic",sans-serif}}

@media(max-width: 43.74em){
.overflow-carousel__text-container{position:static;width:100%}

[dir] .overflow-carousel__text-container{margin-top:30px}

[dir] .overflow-carousel>.slick-list>.slick-track>.slick-slide{margin-right:5px;margin-left:5px}

.overflow-carousel>.slick-list{overflow:visible}

[dir] .overflow-carousel>.slick-list{margin-right:-5px;margin-left:-5px}

[dir] .overflow-carousel__image-container--gradient:after{background:none}

.overflow-carousel__text-container--dark-theme>.overflow-carousel__eyebrow-text:not(.overflow-carousel__eyebrow-text--dark-theme),.overflow-carousel__text-container--dark-theme>.overflow-carousel__heading-text:not(.overflow-carousel__heading-text--dark-theme){color:#fff}

.overflow-carousel__text-container:not(.overflow-carousel__text-container--dark-theme)>.overflow-carousel__eyebrow-text--dark-theme,.overflow-carousel__text-container:not(.overflow-carousel__text-container--dark-theme)>.overflow-carousel__heading-text--dark-theme{color:#141413}}

.segments{position:relative;overflow:hidden;box-sizing:border-box;z-index:0}

[dir] .segments{background-color:#323231}

.segments-layout{position:relative;min-height:calc(100vh - 56px);display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:"Mark Web Pro","Century Gothic",sans-serif;color:#fff}

.segments-layout:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.segments-layout:lang(ru),.segments-layout:lang(ru-RU),.segments-layout:lang(uk),.segments-layout:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.segments-layout:lang(ja),.segments-layout:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.segments-layout:lang(zh-CN),.segments-layout:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.segments-layout:lang(zh-TW),.segments-layout:lang(zh-HK),.segments-layout:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.segments-layout:lang(tr-TR),.segments-layout:lang(cs-CZ),.segments-layout:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.segments-layout__background{position:absolute;top:0;bottom:0;width:100%;height:100%;z-index:2}

[dir] .segments-layout__background{left:0;right:0}

.segments-layout__background-media{position:absolute;top:0;bottom:0;width:100%;height:100%;object-fit:cover}

[dir] .segments-layout__background-media{left:0;right:0}

.segments-layout__background-media--desktop{display:none}

.segments-layout__foreground{z-index:5;width:100%}

.segments-layout--hidden{display:none}

.segments-hero-content__heading{white-space:pre-wrap}

[dir] .segments-hero-content__heading{margin-bottom:40px}

.segments-hero-content__button-container{display:flex;flex-direction:column;align-items:flex-start}

[dir] .segments-hero-content__button-container{margin-top:-20px}

[dir="ltr"] .segments-hero-content__button-container{margin-left:-20px}

[dir="rtl"] .segments-hero-content__button-container{margin-right:-20px}

[dir] .segments-hero-content__button-container>*{margin-top:20px}

[dir="ltr"] .segments-hero-content__button-container>*{margin-left:20px}

[dir="rtl"] .segments-hero-content__button-container>*{margin-right:20px}

.segments-hero-content__button-container .mc-button--white.mc-button--primary{color:#444340 !important}

[dir] .segments-hero-content__button{margin-bottom:0}

[dir="ltr"] .segments-hero-content__button{margin-right:0}

[dir="rtl"] .segments-hero-content__button{margin-left:0}

.segments-hero__push-down-link{width:30px;height:30px;position:absolute;bottom:38px;z-index:10;appearance:none}

[dir] .segments-hero__push-down-link{background-repeat:no-repeat;background-image:url(33e427025b3bcb89cc75.svg);background-size:30px 30px;border:none;background-color:rgba(0,0,0,0);animation-name:fadebounce;animation-duration:3s;animation-iteration-count:infinite;cursor:pointer}

[dir="ltr"] .segments-hero__push-down-link{background-position:0 0;left:calc(50% - 15px)}

[dir="rtl"] .segments-hero__push-down-link{background-position:100% 0;right:calc(50% - 15px)}

.segments-form{font-family:"Mark Web Pro","Century Gothic",sans-serif;color:#fff;justify-content:center}

.segments-form:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.segments-form:lang(ru),.segments-form:lang(ru-RU),.segments-form:lang(uk),.segments-form:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.segments-form:lang(ja),.segments-form:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.segments-form:lang(zh-CN),.segments-form:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.segments-form:lang(zh-TW),.segments-form:lang(zh-HK),.segments-form:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.segments-form:lang(tr-TR),.segments-form:lang(cs-CZ),.segments-form:lang(pl-PL){font-family:"Century Gothic",sans-serif}

[dir] .segments-form .segments-layout__foreground{padding-top:40px;padding-bottom:40px}

.segments-form__background-audio-mute-button{appearance:none;top:20px}

[dir] .segments-form__background-audio-mute-button{border:none;background-color:rgba(0,0,0,0);padding:0;cursor:pointer}

[dir="ltr"] .segments-form__background-audio-mute-button{right:20px}

[dir="rtl"] .segments-form__background-audio-mute-button{left:20px}

.segments-form__background-audio-mute-button,.segments-form__background-audio-mute-button:before,.segments-form__background-audio-mute-button:after{position:absolute;width:42px;height:42px}

.segments-form__background-audio-mute-button:before,.segments-form__background-audio-mute-button:after{content:"";display:block;top:0;bottom:0}

[dir] .segments-form__background-audio-mute-button:before,[dir] .segments-form__background-audio-mute-button:after{left:0;right:0;transition:transform 250ms ease-out;background-size:42px 42px;background-repeat:no-repeat;background-position:center center}

[dir] .segments-form__background-audio-mute-button:before{background-image:url(3eac3c01be491392b1cf.svg)}

[dir] .segments-form__background-audio-mute-button:after{background-image:url(8303b3a92c15f90ae3b8.svg);transform:scale(0)}

[dir] .segments-form__background-audio-mute-button--muted:before{transform:scale(0)}

[dir] .segments-form__background-audio-mute-button--muted:after{transform:scale(1)}

[dir="ltr"] .segments-form__column{text-align:left}

[dir="rtl"] .segments-form__column{text-align:right}

.segments-form__contents{position:relative}

.segments-form__dropdown{background-color:#fff;color:#141413;font-size:15px;line-height:1.2666666667;appearance:none}

[dir] .segments-form__dropdown{border-radius:20px;border:none;margin:0;background-repeat:no-repeat;background-size:16px 12px;background-color:#fff;background-image:url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27><path fill=%27none%27 stroke=%27%2396918B%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/></svg>")}

[dir="ltr"] .segments-form__dropdown{padding-right:40px;background-position:right 20px center}

[dir="rtl"] .segments-form__dropdown{padding-left:40px;background-position:left 20px center}

.segments-form__dropdown::placeholder{color:#96918b}

.segments-form__dropdown-label{flex-grow:1;max-width:400px}

.segments-form__form{display:flex;flex-direction:column;flex-wrap:wrap}

[dir] .segments-form__form{margin-top:-40px}

[dir] .segments-form__form>*{margin-top:40px}

.segments-form__fields{display:flex;flex-direction:column;align-items:stretch;flex-wrap:wrap}

.segments-form__submit{align-self:flex-start;white-space:nowrap;flex-shrink:0;min-width:170px}

[dir] .segments-form__submit{margin-left:0;margin-right:0}

.segments-form__opening-heading{color:#fff;max-width:614px;white-space:pre-wrap}

.segments-form__form-heading{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.1666666667;font-weight:300;font-style:normal;white-space:pre-wrap}

[dir] .segments-form__form-heading{margin-bottom:40px}

.segments-form__form-heading:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.segments-form__form-heading:lang(ru),.segments-form__form-heading:lang(ru-RU),.segments-form__form-heading:lang(uk),.segments-form__form-heading:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.segments-form__form-heading:lang(ja),.segments-form__form-heading:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.segments-form__form-heading:lang(zh-CN),.segments-form__form-heading:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.segments-form__form-heading:lang(zh-TW),.segments-form__form-heading:lang(zh-HK),.segments-form__form-heading:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.segments-form__form-heading:lang(tr-TR),.segments-form__form-heading:lang(cs-CZ),.segments-form__form-heading:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.segments-form__field{display:flex;flex-direction:column;white-space:nowrap}

[dir] .segments-form__field{margin-top:-10px;margin-bottom:20px}

[dir="ltr"] .segments-form__field{margin-left:-10px}

[dir="rtl"] .segments-form__field{margin-right:-10px}

[dir] .segments-form__field>*{margin-top:10px}

[dir="ltr"] .segments-form__field>*{margin-left:10px}

[dir="rtl"] .segments-form__field>*{margin-right:10px}

[dir] .segments-form__field:last-of-type{margin-bottom:0}

.segments-form__field-label{font-size:18px;line-height:1.3333333333;font-weight:400}

.segments-results__separator{height:1px}

[dir] .segments-results__separator{margin-bottom:30px;background-color:#777470}

[dir] .segments-results{margin-top:40px}

.segments-results__solution--targetted{color:#141413}

[dir] .segments-results__solution--targetted{background-color:#fff;padding:30px}

.segments-results__solution--targetted .segments-solution__description{color:#141413}

.segments-results__solution--other{color:#fff}

.segments-results__solutions{flex-direction:column;display:flex;flex-wrap:wrap}

[dir] .segments-results__solutions{margin-top:-30px}

[dir="ltr"] .segments-results__solutions{margin-left:-30px}

[dir="rtl"] .segments-results__solutions{margin-right:-30px}

[dir] .segments-results__solutions>*{margin-top:30px}

[dir="ltr"] .segments-results__solutions>*{margin-left:30px}

[dir="rtl"] .segments-results__solutions>*{margin-right:30px}

.segments-results__other-solutions-container{flex-direction:column;display:flex;flex-wrap:wrap}

[dir] .segments-results__other-solutions-container{margin-top:-40px}

[dir="ltr"] .segments-results__other-solutions-container{margin-left:-40px}

[dir="rtl"] .segments-results__other-solutions-container{margin-right:-40px}

[dir] .segments-results__other-solutions-container>*{margin-top:40px}

[dir="ltr"] .segments-results__other-solutions-container>*{margin-left:40px}

[dir="rtl"] .segments-results__other-solutions-container>*{margin-right:40px}

[dir] .segments-results__solutions--targetted{margin-bottom:30px}

[dir] .segments-results__more-information{margin-bottom:40px}

[dir] .segments-results__more-information-text{margin-bottom:25px}

.segments-results__aside-heading{color:#b1ada6}

[dir] .segments-results__aside-heading{margin-bottom:20px}

.segments-solution{display:flex;flex-direction:column}

[dir] .segments-solution__name{margin-bottom:10px}

[dir] .segments-solution__description{margin-bottom:20px}

[dir] .segments-solution__button{margin-top:auto}

@media(min-width: 43.75em){
.segments-hero__push-down-link{bottom:48px}

.segments-hero-content__button-container{flex-direction:row}

.segments-form__background-audio-mute-button{top:40px}

[dir="ltr"] .segments-form__background-audio-mute-button{right:40px}

[dir="rtl"] .segments-form__background-audio-mute-button{left:40px}

.segments-form__dropdown-label{width:284px;flex-grow:0}

.segments-form__field-label{flex-grow:0;font-size:24px;line-height:1.25}

[dir] .segments-results{margin-top:80px}

[dir] .segments-results__solutions--targetted{margin-bottom:40px}

.segments-results__solutions .segments-results__solution{flex-basis:calc((100% / 2) - 30px);flex-grow:0}

.segments-results__solutions{flex-direction:row}

[dir] .segments-results__solutions{margin-bottom:60px}

.segments-results__more-information-text{max-width:270px}

[dir] .segments-results__more-information-text{margin-bottom:25px}}

@media(min-width: 64em){
.segments-layout{min-height:calc(100vh - 104px)}}

@media(min-width: 75em){
.segments-form__form{flex-direction:row}

.segments-form__fields{flex-direction:row}

[dir] .segments-form__fields{margin-bottom:-10px}

[dir="ltr"] .segments-form__fields{margin-left:-10px;margin-right:20px}

[dir="rtl"] .segments-form__fields{margin-right:-10px;margin-left:20px}

.segments-form__field{align-items:baseline;flex-direction:row;align-items:center;justify-content:flex-start}

[dir="ltr"] .segments-form__field{margin-left:0}

[dir="rtl"] .segments-form__field{margin-right:0}

[dir] .segments-form__field,[dir] .segments-form__field:last-of-type{margin-bottom:10px}

.segments-results__content{display:flex;flex-direction:row}

.segments-results__more-information{flex-basis:calc((100% / 3) - 15px)}

[dir="ltr"] .segments-results__more-information{margin-right:30px}

[dir="rtl"] .segments-results__more-information{margin-left:30px}

.segments-results__other-solutions{width:calc(200% / 3)}

.segments-results__other-solutions-container{flex-direction:row}

[dir] .segments-results__other-solutions-container{margin-top:-30px}

[dir="ltr"] .segments-results__other-solutions-container{margin-left:-30px}

[dir="rtl"] .segments-results__other-solutions-container{margin-right:-30px}

.segments-results__solution--other{flex-basis:calc((100% / 2) - 30px);flex-grow:0}

[dir] .segments-results__solution--other{margin-top:30px}

[dir="ltr"] .segments-results__solution--other{margin-left:30px}

[dir="rtl"] .segments-results__solution--other{margin-right:30px}

[dir] .segments-results__solution--targetted{margin-bottom:0}

.segments-results__solutions .segments-results__solution{flex-basis:calc((100% / 3) - 30px)}}

.navigation-module{display:flex;flex-direction:column;align-items:flex-start;gap:10px}

[dir] .navigation-module{padding:28px 0 13px 0}

.navigation-module__container::after{display:block;content:"";position:absolute;height:32px;width:20px;top:0}

[dir="ltr"] .navigation-module__container::after{background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);right:0}

[dir="rtl"] .navigation-module__container::after{background:linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);left:0}

.navigation-module__container{position:relative;display:block;height:100%;width:100%}

.navigation-module__container::-webkit-scrollbar{display:none}

.navigation-module__header{font-weight:600}

[dir] .navigation-module__header{margin:0}

.navigation-module__links{display:flex;width:max-content;gap:30px;white-space:nowrap;overflow-x:auto;width:100%}

[dir] .navigation-module__links{padding-bottom:15px}

.navigation-module__nav-link{display:block;font-size:1rem;color:#141413}

[dir="ltr"] .navigation-module__nav-link:last-child{margin-right:12px}

[dir="rtl"] .navigation-module__nav-link:last-child{margin-left:12px}

@media(min-width: 64em){
.navigation-module{flex-direction:row;align-items:center;justify-content:space-between;gap:0}

[dir] .navigation-module{padding:28px 0}

.navigation-module__links{overflow:hidden}

[dir] .navigation-module__links{padding-bottom:0}

[dir="ltr"] .navigation-module__nav-link:last-child{margin-right:0}

[dir="rtl"] .navigation-module__nav-link:last-child{margin-left:0}

.navigation-module__container{width:auto}

.navigation-module__container::after{display:none}}

.search-results__title{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:20px;line-height:1.2;font-weight:400;font-style:normal}

[dir] .search-results__title{margin-bottom:20px}

.search-results__title:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(ru),.search-results__title:lang(ru-RU),.search-results__title:lang(uk),.search-results__title:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(ja),.search-results__title:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(zh-CN),.search-results__title:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(zh-TW),.search-results__title:lang(zh-HK),.search-results__title:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(tr-TR),.search-results__title:lang(cs-CZ),.search-results__title:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.search-results__title--search-term{color:#628020}

.search-results__count-total{font-size:16px;line-height:24px;font-family:"Mark Web Pro","Century Gothic",sans-serif;font-weight:400;color:#141413}

[dir] .search-results__count-total{margin-bottom:20px}

.search-results__count-total:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.search-results__count-total:lang(ru),.search-results__count-total:lang(ru-RU),.search-results__count-total:lang(uk),.search-results__count-total:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.search-results__count-total:lang(ja),.search-results__count-total:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.search-results__count-total:lang(zh-CN),.search-results__count-total:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.search-results__count-total:lang(zh-TW),.search-results__count-total:lang(zh-HK),.search-results__count-total:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.search-results__count-total:lang(tr-TR),.search-results__count-total:lang(cs-CZ),.search-results__count-total:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.search-results__search-bar-container{position:relative}

[dir] .search-results__search-bar-container{padding-bottom:40px}

.search-results__search-bar{width:100%;height:40px;font-size:14px;line-height:40px;color:#96918b;font-family:"Mark Web Pro","Century Gothic",sans-serif;-moz-appearance:none;-webkit-appearance:none;appearance:none}

[dir] .search-results__search-bar{border-radius:20px;background-color:#f3f0ee;padding-left:36px;border:none;padding-right:36px}

.search-results__search-bar:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.search-results__search-bar:lang(ru),.search-results__search-bar:lang(ru-RU),.search-results__search-bar:lang(uk),.search-results__search-bar:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.search-results__search-bar:lang(ja),.search-results__search-bar:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.search-results__search-bar:lang(zh-CN),.search-results__search-bar:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.search-results__search-bar:lang(zh-TW),.search-results__search-bar:lang(zh-HK),.search-results__search-bar:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.search-results__search-bar:lang(tr-TR),.search-results__search-bar:lang(cs-CZ),.search-results__search-bar:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.search-results__search-bar:focus{outline:none}

.search-results__search-bar-button{display:block;position:absolute;text-indent:-9999em;height:40px;top:0;-webkit-appearance:none;-moz-appearance:none}

[dir] .search-results__search-bar-button{border:none}

[dir] .search-results__search-bar-button:hover{cursor:pointer}

.search-results__search-bar-button:focus{outline:none}

.search-results__search-bar-button--clear{width:26px}

[dir] .search-results__search-bar-button--clear{background:4px center no-repeat rgba(0,0,0,0) url(a5cd6034a45377099116.svg);background-size:10px 10px}

[dir="ltr"] .search-results__search-bar-button--clear{right:0;border-radius:0 20px 20px 0}

[dir="rtl"] .search-results__search-bar-button--clear{left:0;border-radius:20px 0 0 20px}

.search-results__search-bar-button--search{width:36px}

[dir] .search-results__search-bar-button--search{background:12px center no-repeat rgba(0,0,0,0) url(c0e557c446d2a8e9fe84.svg);background-size:16px 16px}

[dir="ltr"] .search-results__search-bar-button--search{left:0;border-radius:20px 0 0 20px}

[dir="rtl"] .search-results__search-bar-button--search{right:0;border-radius:0 20px 20px 0}

[dir] .search-results-container__item{margin-bottom:40px}

.search-results-container__item-title{font-size:16px;line-height:24px;font-family:"Mark Web Pro","Century Gothic",sans-serif;color:#141413;font-weight:400;display:inline-block}

[dir] .search-results-container__item-title{margin-bottom:10px}

.search-results-container__item-title:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.search-results-container__item-title:lang(ru),.search-results-container__item-title:lang(ru-RU),.search-results-container__item-title:lang(uk),.search-results-container__item-title:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.search-results-container__item-title:lang(ja),.search-results-container__item-title:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.search-results-container__item-title:lang(zh-CN),.search-results-container__item-title:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.search-results-container__item-title:lang(zh-TW),.search-results-container__item-title:lang(zh-HK),.search-results-container__item-title:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.search-results-container__item-title:lang(tr-TR),.search-results-container__item-title:lang(cs-CZ),.search-results-container__item-title:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.search-results-container__item-title:hover,.search-results-container__item-title:focus,.search-results-container__item-title:active{text-decoration:none}

.search-results-container__item-blurb{font-size:16px;line-height:24px;font-family:"Mark for MC Narrow W00","Century Gothic",sans-serif;color:#676561;font-weight:400}

.search-results-container__item-blurb:lang(ar){font-family:"Frutiger LT W23","Mark for MC Narrow W00","Century Gothic",sans-serif}

.search-results-container__item-blurb:lang(ru),.search-results-container__item-blurb:lang(ru-RU),.search-results-container__item-blurb:lang(uk),.search-results-container__item-blurb:lang(uk-UA){font-family:"Futura PT W10","Mark for MC Narrow W00","Century Gothic",sans-serif}

.search-results-container__item-blurb:lang(ja),.search-results-container__item-blurb:lang(ja-JP){font-family:"AxidStd","Mark for MC Narrow W00","Century Gothic",sans-serif}

.search-results-container__item-blurb:lang(zh-CN),.search-results-container__item-blurb:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark for MC Narrow W00","Century Gothic",sans-serif}

.search-results-container__item-blurb:lang(zh-TW),.search-results-container__item-blurb:lang(zh-HK),.search-results-container__item-blurb:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark for MC Narrow W00","Century Gothic",sans-serif}

.search-results-container__item-blurb:lang(tr-TR),.search-results-container__item-blurb:lang(cs-CZ),.search-results-container__item-blurb:lang(pl-PL){font-family:"Century Gothic",sans-serif}

@media(min-width: 43.75em){
.search-results__title{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:36px;line-height:1.1666666667;font-weight:300;font-style:normal}

.search-results__title:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(ru),.search-results__title:lang(ru-RU),.search-results__title:lang(uk),.search-results__title:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(ja),.search-results__title:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(zh-CN),.search-results__title:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(zh-TW),.search-results__title:lang(zh-HK),.search-results__title:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.search-results__title:lang(tr-TR),.search-results__title:lang(cs-CZ),.search-results__title:lang(pl-PL){font-family:"Century Gothic",sans-serif}

.search-results__count-total{font-size:20px;line-height:24px}

[dir] .search-results__count-total{margin-bottom:40px}

[dir] .search-results__search-bar-container{padding-bottom:80px}

.search-results-container__item-title{font-size:20px}

[dir] .search-results-container__item-title{margin-bottom:10px}}

.related-stories__header{color:#141413}

[dir] .related-stories__header{margin-bottom:30px}

[dir] .related-stories__item{margin-bottom:30px}

[dir] .related-stories__item:last-of-type{margin-bottom:0}

.related-stories__item:hover{text-decoration:none}

.related-story{display:block}

.related-story__title{color:#141413}

.related-story__author{font-family:"Mark Web Pro","Century Gothic",sans-serif;font-size:16px;line-height:24px;color:#676561}

[dir] .related-story__author{margin-top:20px}

.related-story__author:lang(ar){font-family:"Frutiger LT W23","Mark Web Pro","Century Gothic",sans-serif}

.related-story__author:lang(ru),.related-story__author:lang(ru-RU),.related-story__author:lang(uk),.related-story__author:lang(uk-UA){font-family:"Futura PT W10","Mark Web Pro","Century Gothic",sans-serif}

.related-story__author:lang(ja),.related-story__author:lang(ja-JP){font-family:"AxidStd","Mark Web Pro","Century Gothic",sans-serif}

.related-story__author:lang(zh-CN),.related-story__author:lang(zh-Hans){font-family:"M Ying Hei PRC W48","Mark Web Pro","Century Gothic",sans-serif}

.related-story__author:lang(zh-TW),.related-story__author:lang(zh-HK),.related-story__author:lang(zh-Hant){font-family:"M Ying Hei HK W40","Mark Web Pro","Century Gothic",sans-serif}

.related-story__author:lang(tr-TR),.related-story__author:lang(cs-CZ),.related-story__author:lang(pl-PL){font-family:"Century Gothic",sans-serif}

@media(min-width: 75em){
[dir] .related-stories__header{margin-bottom:60px}

[dir] .related-stories__item{margin-bottom:60px}

[dir] .related-stories__item:last-of-type{margin-bottom:0}}

.productGrid{color:#141413}

[dir] .productGrid{background-color:#fcfbfa}

[dir] .subscribe .subscribe-form{background-color:#fff;margin-top:40px;margin-bottom:40px}

.subscribe .subscribe-form__eyebrow{color:#cf4500}

[dir] .subscribe .subscribe-form__heading{margin-top:0;margin-bottom:0}

[dir] .subscribe .subscribe-form__subscriptions{border:none;padding:0;margin:0;margin-bottom:30px}

.subscribe .subscribe-form__subscriptions-legend{font-size:0}

.subscribe .subscribe-form__description{flex-grow:0}

.subscribe .subscribe-form__subscription{display:block;font-size:0}

[dir] .subscribe .subscribe-form__subscription{margin-bottom:15px}

[dir] .subscribe .subscribe-form__subscription:last-of-type{margin-bottom:0}

.subscribe .subscribe-form__subscription-checkbox,.subscribe .subscribe-form__subscription-label{vertical-align:middle}

[dir="ltr"] .subscribe .subscribe-form__subscription-checkbox{margin-right:15px}

[dir="rtl"] .subscribe .subscribe-form__subscription-checkbox{margin-left:15px}

.subscribe .subscribe-form__subscription-label{font-size:16px}

.subscribe .subscribe-form__fields{display:flex;flex-wrap:wrap;flex-direction:row;width:calc(100% + 10px)}

.subscribe .subscribe-form__field{flex-basis:50%;-ms-flex-preferred-size:calc(50% - 10px);display:inline-block;position:relative}

[dir] .subscribe .subscribe-form__field{padding-bottom:10px}

[dir="ltr"] .subscribe .subscribe-form__field{padding-right:10px}

[dir="rtl"] .subscribe .subscribe-form__field{padding-left:10px}

.subscribe .subscribe-form__field-label{display:block;position:absolute;top:0;font-size:14px;line-height:1;color:#898989;opacity:0;height:0}

[dir] .subscribe .subscribe-form__field-label{padding:0 2px;background-color:#fff;transition:font-size 225ms ease-out,opacity 225ms ease-out,top 225ms ease-out}

[dir="ltr"] .subscribe .subscribe-form__field-label{left:8px}

[dir="rtl"] .subscribe .subscribe-form__field-label{right:8px}

.subscribe .subscribe-form__field-input{appearance:none;display:block;width:100%;line-height:1;font-size:14px}

[dir] .subscribe .subscribe-form__field-input{border:2px solid #b9b9b9;border-radius:3px;padding:5px 10px}

.subscribe .subscribe-form__field-input:focus:not(:placeholder-shown)+.subscribe-form__field-label{height:auto;top:-7px;opacity:1;font-size:12px}

.subscribe .subscribe-form__validation{color:#e7343d}

[dir] .subscribe .subscribe-form__subscriptions-validation{margin-bottom:5px}

.subscribe .subscribe-form__field-validation{font-size:14px}

[dir] .subscribe .subscribe-form__field-validation{margin-top:2px}

[dir] .subscribe .subscribe-form__privacy-notice{margin-bottom:20px}

.subscribe .subscribe-form__privacy-notice p,.subscribe .subscribe-form__privacy-notice{font-size:12px}

.subscribe .subscribe-form__submit{display:block;min-width:220px}

[dir] .subscribe .subscribe-form__submit{margin:0 auto}

[dir] .download-page__header{margin-bottom:40px}

[dir] .download-page__heading{margin-top:10px;margin-bottom:20px}

[dir] .download-page__box{padding:30px 20px 40px;margin-bottom:0;background-color:#f3f0ee}

[dir] .download-page-form__cta-heading{margin-bottom:30px}

[dir] .download-page-form-section__heading{margin-bottom:10px}

.download-page-form__permission-body{font-size:12px;line-height:1.5;color:#444340}

[dir] .download-page-form__permission-body{margin-bottom:30px}

[dir] .download-page__skip-to-form-button-container{margin-top:40px}

.download-page__skip-to-form-button{vertical-align:middle}

[dir] .download-page__skip-to-form-button{margin:0}

.download-page__body img{display:block;width:100%}

[dir] .download-page__column--content{margin-bottom:40px}

[dir] .download-page__related-downloads{margin-top:40px}

@media(min-width: 43.75em){
[dir] .download-page__section{padding-top:60px;padding-bottom:60px}

[dir] .download-page__box{padding:30px 30px 40px}}

@media(min-width: 64em){
[dir] .download-page__header{margin-bottom:60px}

[dir] .download-page__body img{margin-bottom:60px}

.download-page__column--content{width:58.3333333333%}

[dir] .download-page__column--content{margin-bottom:0}

.download-page__skip-to-form-button-container{display:none}

.download-page__column--form{width:41.6666666667%}}

@media(min-width: 75em){
.download-page__column--content{width:66.6666666667%}

[dir="ltr"] .download-page__column--content{padding-right:83px}

[dir="rtl"] .download-page__column--content{padding-left:83px}

.download-page__column--form{width:33.3333333333%}}

.address-results{display:flex;flex-wrap:wrap;justify-content:space-between}

.address-result{width:calc(50% - 15px);font-weight:500}

[dir] .address-result{margin-bottom:30px}

.address-result__detail{color:#444340;font-weight:500}

[dir] .address-result__detail{margin-bottom:0}

.sort-code-result__bank{display:flex;flex-wrap:wrap;justify-content:space-between}

.sort-code-result__bank-detail{color:#444340;width:50%}

[dir] .sort-code-result__bank-detail{margin-bottom:30px}

.sort-code-result__bank-title{font-weight:bold;text-transform:uppercase;letter-spacing:1.8px;font-size:12px}

[dir] .sort-code-result__bank-title{margin-bottom:10px}

.sort-code-result__bank-info{font-size:18px}

[dir] .sort-code-result__bank-info{margin-bottom:0}

.sort-code-result__services{display:flex;flex-wrap:wrap;justify-content:space-between}

.sort-code-result__service{width:calc(50% - 15px);display:flex;flex-direction:row;justify-content:flex-start;align-items:center}

[dir] .sort-code-result__service{margin-bottom:30px}

.sort-code-result__service-icon{display:inline-block;width:24px;height:24px;vertical-align:middle}

[dir] .sort-code-result__service-icon{background-repeat:no-repeat}

[dir="ltr"] .sort-code-result__service-icon{margin-right:10px}

[dir="rtl"] .sort-code-result__service-icon{margin-left:10px}

[dir] .sort-code-result__service-icon--available{background-image:url(11a14902d92017896c19.svg)}

[dir] .sort-code-result__service-icon--unavailable{background-image:url(03dec9752cb0d2b81395.svg)}

.sort-code-result__service-title{display:inline-block;vertical-align:middle;color:#444340;font-size:18px}

[dir] .sort-code-result__service-title{margin-bottom:0}

.sort-code-result__service-title--unavailable{color:#d7373c}

.sort-code-checker__tab-link.sort-code-checker__tab-link.sort-code-checker__tab-link{white-space:normal;white-space:initial}

[dir] .remaining-queries{margin:30px 0}

.remaining-queries__progress-bar{display:flex}

.remaining-queries__progress-slice{height:4px;width:100%}

[dir] .remaining-queries__progress-slice{background-color:#e8e5e1}

[dir] .remaining-queries__progress-slice--green{background-color:#628020}

[dir="ltr"] .remaining-queries__progress-slice:not(:last-child){margin-right:10px}

[dir="rtl"] .remaining-queries__progress-slice:not(:last-child){margin-left:10px}

.no-results{display:flex;align-items:center}

[dir] .no-results{margin-bottom:30px}

.no-results__caution-icon{display:inline-block;width:34px;height:24px;vertical-align:middle}

[dir] .no-results__caution-icon{background-image:url(24efdd1f5c009ef3e0be.svg);background-repeat:no-repeat}

[dir="ltr"] .no-results__caution-icon{margin-right:20px}

[dir="rtl"] .no-results__caution-icon{margin-left:20px}

.no-results__description{display:inline-block;vertical-align:middle;color:#444340;font-size:18px}

[dir] .no-results__description{margin-bottom:0}

[dir] .sort-code-forgot-password{border-top:1px solid #e8e5e1;padding-top:30px;margin-top:-10px}

@media(max-width: 74.99em){
.sort-code-result__service{width:100%}

.sort-code-result__bank-detail{width:100%}}

[dir="ltr"] .sitemap-level-default{margin-left:20px}

[dir="rtl"] .sitemap-level-default{margin-right:20px}

[dir="ltr"] .sitemap-level-2{margin-left:20px}

[dir="rtl"] .sitemap-level-2{margin-right:20px}

[dir="ltr"] .sitemap-level-3{margin-left:40px}

[dir="rtl"] .sitemap-level-3{margin-right:40px}

[dir="ltr"] .sitemap-level-4{margin-left:60px}

[dir="rtl"] .sitemap-level-4{margin-right:60px}

[dir="ltr"] .sitemap-level-5{margin-left:80px}

[dir="rtl"] .sitemap-level-5{margin-right:80px}

[dir="ltr"] .sitemap-level-6{margin-left:100px}

[dir="rtl"] .sitemap-level-6{margin-right:100px}

.theme-dark{color:#fff}

[dir] .theme-dark.section{background-color:#141413}

.theme-dark.section a{color:#fff !important}

.theme-dark .tweet__text,.theme-dark .quote__author,.theme-dark .executive-bio-bar__role{color:#fff}

.theme-dark .link-with-icon{color:#fff !important}

.theme-dark .link-with-icon__arrow g{fill:#fff !important}

[dir] .theme-dark .executive-bio-bar{background-color:#444340}

[dir] .theme-dark .image-carousel__pagination-dot,[dir] .theme-dark .carousel-four-by-three__dot--active{background-color:#fff}

[dir] .theme-dark .carousel-four-by-three{background-color:#444340 !important}

.theme-dark .accordion-item__icon,.theme-dark .executive-bio-bar__header-icon,.theme-dark .image-carousel__button svg{fill:#fff}

[dir] .theme-dark .overflow-carousel__arrow--previous{background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%2724px%27 height=%2724px%27 viewBox=%270 0 24 24%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3EB160123E-5015-478D-9CD3-0F078A8DEFDA%3C/title%3E%3Cg id=%27Modules-4%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27Desktop-HD-Copy%27 transform=%27translate%28-1452.000000, -811.000000%29%27 fill=%27%23E8E5E1%27 fill-rule=%27nonzero%27%3E%3Cg id=%27Group-5%27 transform=%27translate%280.000000, 151.000000%29%27%3E%3Cg id=%27icon/cta-arrow-for-cta-link/white/rest-copy-7%27 transform=%27translate%281464.000000, 672.000000%29 scale%28-1, 1%29 translate%28-1464.000000, -672.000000%29 translate%281452.000000, 660.000000%29%27%3E%3Cpath d=%27M13.49441,0 L24,12 L13.49441,24 L12,22.5892658 L20.395,12.999 L1.05929778e-16,13 L0,11 L20.395,11 L12,1.41073418 L13.49441,0 Z%27 id=%27Combined-Shape%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}

[dir] .theme-dark .overflow-carousel__arrow--next{background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27 standalone=%27no%27%3F%3E%3Csvg width=%2724px%27 height=%2724px%27 viewBox=%270 0 24 24%27 version=%271.1%27 id=%27svg9%27 sodipodi:docname=%27dark-theme-previous.svg%27 inkscape:version=%271.1 %28c68e22c387, 2021-05-23%29%27 xmlns:inkscape=%27http://www.inkscape.org/namespaces/inkscape%27 xmlns:sodipodi=%27http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:svg=%27http://www.w3.org/2000/svg%27%3E%3Cdefs id=%27defs13%27 /%3E%3Csodipodi:namedview id=%27namedview11%27 pagecolor=%27%23ffffff%27 bordercolor=%27%23666666%27 borderopacity=%271.0%27 inkscape:pageshadow=%272%27 inkscape:pageopacity=%270.0%27 inkscape:pagecheckerboard=%270%27 showgrid=%27false%27 inkscape:zoom=%2734.666667%27 inkscape:cx=%2711.985577%27 inkscape:cy=%2712.014423%27 inkscape:window-width=%271920%27 inkscape:window-height=%271017%27 inkscape:window-x=%27-8%27 inkscape:window-y=%27-8%27 inkscape:window-maximized=%271%27 inkscape:current-layer=%27svg9%27 /%3E%3Ctitle id=%27title2%27%3EB160123E-5015-478D-9CD3-0F078A8DEFDA%3C/title%3E%3Cg id=%27Modules-4%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27 transform=%27matrix%28-1,0,0,1,24,0%29%27%3E%3Cg id=%27Desktop-HD-Copy%27 transform=%27translate%28-1452,-811%29%27 fill=%27%23e8e5e1%27 fill-rule=%27nonzero%27%3E%3Cg id=%27Group-5%27 transform=%27translate%280,151%29%27%3E%3Cg id=%27icon/cta-arrow-for-cta-link/white/rest-copy-7%27 transform=%27matrix%28-1,0,0,1,1476,660%29%27%3E%3Cpath d=%27M 13.49441,0 24,12 13.49441,24 12,22.589266 20.395,12.999 0,13 0,11 H 20.395 L 12,1.4107342 Z%27 id=%27Combined-Shape%27 /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}

.theme-dark .overflow-carousel__eyebrow-text,.theme-dark .overflow-carousel__heading-text{color:#fff}

[dir] .theme-dark .overflow-carousel__dots-container .overflow-carousel__dot{background-color:#676561}

[dir] .theme-dark .overflow-carousel__dots-container .slick-active .overflow-carousel__dot{background-color:#fff}

.theme-dark .story-tile__eyebrowHeading,.theme-dark .story-tile__eyebrowHeading--dark-mode{color:#b1ada6}

.theme-dark .story-tile__text,.theme-dark .story-tile__text--dark-mode{color:#fff}

.theme-dark .story-tile__description,.theme-dark story-tile__description--dark-mode{color:#fff}
