* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  letter-spacing: 0.01em;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  line-height: 0;
}
iframe {
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: inherit;
}

/** Basic layout **/
html {
  font-size: 62.5%;
}
body {
  background: var(--page--background);
  color: var(--page--foreground);
  font: 1.5rem/1.8rem var(--CentroSansPro);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  text-align: center;
  background: var(--page--background);
}
.container--header {
  padding: 24px 20px 20px;
}
.body--scrolled header {
  padding: 8px 20px;
  border-bottom: 4px solid var(--opal);
}
.header__main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 15px;
  line-height: 0;
}
.body--scrolled .header__main {
  margin: 0;
}
.body--scrolled .header--open-menu .header__main {
  margin: 0 0 10px;
}
.header__insider {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 128px;
  padding: 15px 20px 15px 56px;;
  border-radius: 60px;
  font-size: 0;
  line-height: 0;
  background: var(--mint-cream);
  visibility: hidden;
  opacity: 0;
}
.header__insider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--steel-teal);
  box-shadow: 0 0 0 var(--steel-teal);
  transition: 0.2s box-shadow;
}
.header__insider svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  padding: 10px;
  fill: #fff;
}
.header__insider span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: var(--Cheltenham);
  font-weight: bold;
}
.logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 400px;
}
.body--scrolled .logo {
  max-width: 288px;
}
.logo img {
  width: 100%;
}
.header__burger {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  width: 128px;
  text-align: right;
}
.header__burger:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 68px;
  height: 46px;
  border-radius: 60px;
  background: var(--mint-cream);
  box-shadow: 0 0 0 var(--mint-cream);
  transition: 0.2s box-shadow;
}
.header--open-menu .header__burger:before {
  background: #fff;
  box-shadow: 0 0 0 #fff;
}
.header__burger svg {
  width: 68px;
  height: 46px;
  padding: 10px 13px;
  fill: #000;
  cursor: pointer;
}
.header__news {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 14px;
  border-radius: 60px;
  font-size: 2rem;
  line-height: 2rem;
  font-family: var(--Cheltenham);
  font-weight: bold;
  background: var(--mint-cream);
}
.header__date {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.056rem;
  color: #272727;
}
.body--scrolled .header__date {
  display: none;
}
.header--open-menu .header__date {
  display: block;
}
.main-menu {
  max-height: 56px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.body--scrolled .main-menu {
  display: none;
}
.main-menu li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 7px;
  white-space: nowrap;
}
.tribute-link {
  border-radius: 60px;
  background: var(--opal);
}
.main-menu a {
  position: relative;
  display: block;
  padding: 10px 13px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  font-weight: 900;
}
.main-menu a:before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  border-top: 6px solid transparent;
  border-left: 7px solid var(--opal);
  border-bottom: 6px solid transparent;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  transition: 0.2s opacity, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s opacity;
  transition: 0.2s transform, 0.2s opacity, 0.2s -webkit-transform;
}
.main-menu a:after {
  content: '';
  position: absolute;
  bottom: 12px;
  right: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid var(--opal);
  border-bottom: 6px solid transparent;
  opacity: 0;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  transition: 0.2s opacity, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s opacity;
  transition: 0.2s transform, 0.2s opacity, 0.2s -webkit-transform;
}
.main-menu .is-active {
  color: var(--steel-teal);
}
.main-menu .is-active:after {
  bottom: -13px;
  left: calc(50% - 3px);
  right: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}
.header__market {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 15px 19px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.body--scrolled .header__market {
  display: none;
}
.header__market:before,
.header__market:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 3px;
  height: 3px;
  border: 6px solid var(--page--background);
  border-radius: 50%;
  background: #000;
}
.header__market:after {
  top: auto;
  left: auto;
  right: -7px;
  bottom: -7px;
}
.header__market ul {
  width: 100%;
  height: 16px;
  text-align: left;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.header__market li {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 0 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.header__market li span:first-child {
  margin: 0 3px 0 0;
  font-weight: bold;
}
.expanded-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 120px 0 60px;
  background: var(--mint-cream);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.header--open-menu .expanded-menu {
  display: block;
}
.body--scrolled .expanded-menu {
  padding-top: 92px;
}
.expanded-menu:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 120px;
  background: var(--mint-cream);
}
.body--scrolled .expanded-menu:before {
  height: 92px;
}
.header__search {
  width: 360px;
  margin: 0 auto 30px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.header__search .form-item {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 56px);
  margin: 0;
  padding: 0;
}
.header__search .form-submit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  border-radius: 50%;
  background: var(--opal);
  color: #000;
  overflow: hidden;
}
.header__search input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.header__search .form-submit svg {
  display: block;
  width: 46px;
  height: 46px;
  padding: 10px;
  fill: currentColor;
}
.header__expanded-menu {
  -webkit-column-count: 5;
  column-count: 5;
  margin: 0 0 40px;
  text-align: left;
}
.header__expanded-menu li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  margin: 0 0 40px;
}
.header__expanded-menu a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  font-weight: 900;
}
.header__expanded-menu ul {
  margin: 20px 0 0;
}
.header__expanded-menu li li {
  margin: 15px 0 0;
}
.header__expanded-menu ul a {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.header__more-links {
  margin: 0 0 60px;
  padding: 40px 0;
  font-size: 0;
  line-height: 0;
  background: #fff;
  box-shadow: -1000px 0 0 #fff, 1000px 0 0 #fff;
}
.header__more-links li {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  padding: 15px 20px 15px 56px;
  border-radius: 60px;
  font-size: 0;
  line-height: 0;
  background: var(--mint-cream);
}
.header__more-links li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--steel-teal);
  box-shadow: 0 0 0 var(--steel-teal);
  transition: 0.2s box-shadow;
}
.header__more-links svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  padding: 10px;
  fill: #fff;
}
.header__more-links span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: var(--Cheltenham);
  font-weight: bold;
}
.header__social {
  font-size: 0;
  line-height: 0;
}
.header__social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
.header__social a {
  position: relative;
  z-index: 1;
  display: block;
  width: 26px;
  height: 26px;
}
.header__social a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--steel-teal);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s opacity;
}
.header__social svg {
  width: 100%;
  height: 100%;
}

body .container--main {
  padding-top: var(--page--header-height);
}

.headline_wrapper_80262 {
  margin-bottom: 20px;
}

h1 {
  margin: 0 0 20px;
  font-size: 4.6rem;
  line-height: 4.6rem;
  font-family: var(--Cheltenham);
}
.split-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.split-content__main {
  width: 100%;
  max-width: calc(100% - 340px);
}
aside {
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
  -ms-flex: 1 0 300px;
  -webkit-flex: 1 0 300px;
          flex: 1 0 300px;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  max-width: 300px;
  margin-left: 40px;
}
aside > * {
  margin: 0 0 30px;
}
aside *:last-child {
  margin-bottom: 0;
}

footer {
  position: relative;
  z-index: 1;
}
.container--footer {
  margin-top: 60px;
  background: var(--page--background);
}
.footer__symbol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 30px;
}
.footer__symbol:before,
.footer__symbol:after {
  content: '';
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  border-top: 4px solid #000;
}
.footer__symbol img {
  margin: 0 28px 0 18px;
}
.footer__menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 60px;
}
.footer__menu li {
    -webkit-flex: 1 0 16%;
        -ms-flex: 1 0 16%;
            flex: 1 0 16%;
    list-style-type: none; }
.footer__menu li a {
  display: inline-block;
  padding: 12px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0;
  font-weight: 900;
}

.footer__menu li a:hover {
    color: var(--steel-teal); }

.footer_ph {
  width: 110px;
}

.footer__bottom {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 65px 0;
  background: var(--opal);
  box-shadow: -1000px 0 0 var(--opal), 1000px 0 0 var(--opal);
}
.footer__social {
  position: absolute;
  top: -13px;
  left: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer__social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
.footer__social a {
  position: relative;
  z-index: 1;
  display: block;
  width: 26px;
  height: 26px;
}
.footer__social a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--steel-teal);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2s opacity;
}
.footer__social svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.footer__secondary-menu {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__secondary-menu li:not(:last-child) {
  padding-right: 12px;
  border-right: 4px solid rgba(0,0,0,.2);
}
.footer__secondary-menu a {
  display: block;
}
.footer__copy {
  display: block;
  width: 110px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #272727;
}
.pixual {
  display: block;
  width: 110px;
  line-height: 0;
}
.pixual img {
  width: 100%;
}

/* Form elements */
.form-item {
  position: relative;
  margin: 0 0 13px;
  padding: 17px 0 0;
}
.form-item--error:before {
  content: '';
  position: absolute;
  top: 21px;
  left: -13px;
  border-top: 6px solid transparent;
  border-left: 7px solid var(--red);
  border-bottom: 6px solid transparent;
}
.xnewsletter-form .form-item-email:before {
  display: none;
}
.xnewsletter-form .form-item--error-message,
.xnewsletter-form .form-item--success-message {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-style: italic;
}
.form-item label {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: var(--Cheltenham);
  font-weight: bold;
  font-style: italic;
  color: var(--steel-teal);
}
.form-item--filled label {
  display: block;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
  width: 100%;
  padding: 0 0 9px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: var(--CentroSansPro);
  font-weight: bold;
  background: none;
  color: #000;
}
textarea {
  display: block;
  height: 120px;
  resize: none;
}
::-webkit-input-placeholder {
  font-weight: normal;
  color: #000;
}
::-moz-placeholder {
  font-weight: normal;
  color: #000;
}
:-ms-input-placeholder {
  font-weight: normal;
  color: #000;
}
::-ms-input-placeholder {
  font-weight: normal;
  color: #000;
}
::-webkit-input-placeholder {
  font-weight: normal;
  color: #000;
}
:-ms-input-placeholder {
  font-weight: normal;
  color: #000;
}
::placeholder {
  font-weight: normal;
  color: #000;
}
.js-form-type-checkbox {
  position: relative;
  margin: 0;
  text-align: left;
}
.js-form-type-checkbox:before {
  top: 2px;
}
.js-form-type-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  opacity: 0;
}
.js-form-type-checkbox label {
  display: block;
  margin: 0;
  padding: 0 0 0 26px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: var(--CentroSansPro);
  font-style: normal;
  font-weight: normal;
  color: #000;
}
.js-form-type-checkbox a {
  font-weight: bold;
  text-decoration: underline;
}
.js-form-type-checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid;
}
.js-form-type-checkbox input:checked + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  background: url(../../images/sprite.svg) -133px -114px no-repeat;
}
.form-item__message {
  margin: 10px 0 0;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: var(--red);
}
form .description {
  margin: 5px 0 0;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-style: italic;
}
input[type="submit"],
button[type="submit"] {
  display: block;
  margin: 18px 0 0;
  border: 0;
  outline: 0;
  font-family: var(--CentroSansPro);
  font-weight: bold;
  background: none;
  cursor: pointer;
}

/* Teaser elements */
.default-section {
  margin: 80px 0 0;
}
.default-cat-date {
  margin: 0 0 10px;
  font-size: 0;
  line-height: 0;
}
.default-cat-date > span {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: var(--page--teaser--category-foreground);
}
.default-date,
.default-cat-date time {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: var(--page--teaser--timestamp);
}
.default-summary {
  margin: 15px 0 0;
}
article[class *= "--colored"] {
  background: var(--mint-cream);
  background: var(--mint-cream-trans);
}
article[class *= "--colored"]:before,
article[class *= "--colored"]:after {
  background: var(--opal);
}
article[class *= "--snow"] {
  background: var(--snow);
}
article[class *= "--snow"]:before,
article[class *= "--snow"]:after {
  background: var(--linen);
}
article a figure {
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}

/* Pager */
.pager {
  margin: 60px 0 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.pager__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 30px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.pager__item a {
  display: block;
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-family: var(--Cheltenham);
  font-weight: bold;
}
.pager__item.is-active a {
  padding: 0;
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: var(--steel-teal);
}
.pager__item--previous {
  margin: 0 15px 0 0;
}
.pager__item--next {
  margin: 0 0 0 15px;
}
.pager__item--previous a,
.pager__item--next a {
  padding: 0;
}
.pager__item svg {
  display: block;
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 50%;
  background: var(--opal);
  fill: #000;
}
.pager__item--previous svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 440px) {

  .pager__item--next,
  .pager__item--previous {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: calc(50% - 30px);
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Misc elements */
.title-area {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}
.title-area--sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 340px;
}
.title-area--promo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: 9rem;
}
.title-area--promo.subterms-0 h1 {
  flex: 1 0 100%;
  text-align: center;
}
.title-area--promo.subterms-0 .title-area--sub-terms {
  border: 0;
}
.title-area--promo.subterms-0 .title-area--sub-terms:before {
  display: none;
}
.title-area--promo h1 {
  margin: 0 40px 0 0;
  text-align: right;
  line-height: 1.25;
  flex: 1;
}
.title-area--promo h1:hover a {
  color: var(--page--foreground);
}
.title-area--sub-terms {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  list-style-type: none;
  min-height: 46px;
  padding: 0 0 0 30px;
  border-left: 2px solid var(--opal);
  flex-basis: calc(50% - 15px);
}
.title-area--sub-terms:before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: 4px;
  border-top: 6px solid transparent;
  border-left: 7px solid var(--opal);
  border-bottom: 6px solid transparent;
}
.title-area--sub-terms li {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: bold;
  color: var(--jade);
}
.title-area--sub-terms li a {
  display: block;
  padding: 16px 16px 12px 12px;
}
.title-area--sub-terms li:hover a {
  color: var(--steel-teal);
}
.title-area--sub-terms .focused-category {
  color: #fff;
  background: var(--steel-teal);
}
.title-area--sub-terms .focused-category:hover a {
  color: var(--opal);
}
.page-description {
  margin: 0 0 30px;
  padding: 15px 20px;
  text-align: center;
  background: var(--mint-cream);
  background: #5c958215;
}
.section-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 20px 0 30px;
  border-top: 4px solid #000;
}
.section-title h3 {
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.more-link {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
button.more-link {
  display: inline-block;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}
.more-link--back {
  position: relative;
  z-index: 1;
  padding: 12px 20px;
}
.more-link--back:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 50%;
  background: var(--opal);
  transition: 0.2s height;
}
.more-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
}
.more-link svg {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 12px;
  margin: 1px 0 0 10px;
  fill: currentColor;
}
.more-link--bottom span,
.more-link--bottom svg {
  vertical-align: bottom;
}
.bordered {
  position: relative;
  z-index: 1;
  text-align: center;
}
.bordered:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 13px;
  right: -18px;
  bottom: 18px;
  z-index: -1;
  border: 4px solid var(--opal);
}
.bordered:after {
  content: '';
  position: absolute;
  top: 0;
  right: -31px;
  width: 6px;
  height: 6px;
  border: 12px solid var(--page--background);
  border-radius: 50%;
  background: var(--opal);
}
.bordered h4 {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px 18px;
  padding: 0 20px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: var(--Cheltenham);
  font-weight: bold;
  font-style: italic;
  background: #fff;
}
.up {
  color: var(--jade);
}
.down {
  color: var(--red);
}

.region.region--sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Ads */
.adv {
  text-align: center;
  line-height: 0;
}
.adv--full {
  margin: 0 0 40px;
}

/* Drupal helpers */
.local-tasks {
  margin: 0 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
  line-height: 1.5;
  gap: 1px;
  background: var(--steel-teal);
  color: #fff;
  padding: 0;
  border-top: 1px solid #00865640;
  border-bottom: 1px solid #00865640;
}
.local-tasks li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #fff;
}
.local-tasks li:hover {
  background: #fff;
  color: #000;
}

.local-tasks li a {
  display: block;
  padding: 10px 15px;
}
.local-tasks .is-active {
  background: var(--steel-teal);
  color: #fff;
}

.user-login-form,
.user-pass {
  max-width: 400px;
}
.user-login-form label,
.user-pass label {
  display: block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}


@media (hover: hover) {
  .header__insider:hover:before {
    box-shadow: 0 0 0 4px var(--steel-teal);
  }
  .header__insider:hover {
    color: var(--steel-teal);
  }
  .header__burger:hover:before {
    box-shadow: 0 0 0 4px var(--mint-cream);
  }
  .header--open-menu .header__burger:hover:before {
    box-shadow: 0 0 0 4px #fff;
  }
  .main-menu a:hover {
    color: var(--steel-teal);
  }
  .main-menu a:not(.is-active):hover:before,
  .main-menu a:not(.is-active):hover:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .header__search .form__submit:hover {
    background: var(--steel-teal);
    color: #fff;
  }
  .header__more-links li:hover:before {
    box-shadow: 0 0 0 4px var(--steel-teal);
  }
  .header__more-links li:hover {
    color: var(--steel-teal);
  }
  .header__social a:hover:before {
    opacity: 1;
  }
  .header__social a:hover svg {
    fill: #fff;
  }
  .footer__social a:hover:before {
    opacity: 1;
  }
  .footer__social a:hover svg {
    fill: #fff;
  }
  .footer__secondary-menu a:hover {
    color: var(--steel-teal);
  }
  input:hover,
  textarea:hover {
    border-color: var(--steel-teal);
  }
  article[class *= "--colored"]:hover:before,
  article[class *= "--colored"]:hover:after {
    background: var(--steel-teal);
  }
  article a:hover h2,
  article a:hover h3,
  article a:hover h4,
  article a:hover h5 {
    color: var(--link--hover-colour);
  }
  article a:hover figure {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .pager__item:hover svg {
    background: var(--steel-teal);
    fill: #fff;
  }
  .more-link:hover {
    color: var(--steel-teal);
  }
  .more-link--back:hover {
    color: var(--link--hover-colour);
  }
  .more-link--back:hover:before {
    height: 100%;
  }
}

.remote-video-wrapper iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  aspect-ratio: 16/9;
}

.remote-video--field iframe {
  margin-bottom: 0;
}

.remote-video-wrapper.remote-video--square-medium {
  position: relative;
}

.remote-video-wrapper.remote-video--square-medium:after {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #f00;
  content: "\25b6";
  font-size: 4rem;
  transform: translateX(-50%) translateY(-50%) scaleY(.5);
  -webkit-text-stroke: 2px white;
}

.remote-video-wrapper.remote-video--square-medium img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* video icon for square thumbs */
.remote-video-wrapper.image-icon.video:after {
  transform: translate(-50%, -50%) scale(0.5);
  border-width: 2px;
  left: 48%;
  color: red;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}

.remote-video-wrapper.image-icon.video:before {
  opacity: 1;
  border-left-color: #fff;
  z-index: 2;
  border-width: 8px 0 8px 16px;
  height: 16px;
}

@media screen and (min-width: 1025px) {
  /* Scrollbar */
  body *::-webkit-scrollbar {
    width: 6px;
  }
  body *::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: var(--page--scrollbar-background);
  }

  /* general purpose */
  .view-mobile,
  .hide-desktop {
    display: none !important;
  }

  .view-desktop,
  .hide-mobile {
    display: block !important;
  }
}

@media screen and (max-width: 1210px) {
  .header__more-links {
    box-shadow: -100px 0 0 #fff, 100px 0 0 #fff;
  }
  .footer__menu {
    margin: 0 0 60px;
  }
  .footer__bottom {
    box-shadow: -100px 0 0 var(--opal), 100px 0 0 var(--opal);
  }
}

@media screen and (max-width: 1210px) and (min-width: 1025px) {
  .container--main {
    max-width: calc(100% - 20px);
  }
  .bordered:before {
    left: 7px;
    right: -7px;
  }
  .bordered:after {
    right: -20px;
  }
  .footer__menu li {
	-webkit-flex: 1 0 25%;
	    -ms-flex: 1 0 25%;
	        flex: 1 0 25%;
	max-width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .page {
    --page--header-height: 200px;
    overflow: hidden;
  }
  .header__main {
    position: relative;
    display: block;
  }
  .header__insider {
    display: none;
  }
  .header__burger {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }
  .body--scrolled .header__burger,
  .body--scrolled .header__news {
    top: -6px;
  }
  .header__news {
    display: block;
  }
  .main-menu {
    display: none;
  }
  .header__date {
    margin: 0 0 20px;
  }
  .expanded-menu {
    padding-bottom: 40px;
  }
  .header__expanded-menu {
    -webkit-column-count: 4;
    column-count: 4;
    margin: 0 0 20px;
  }
  .header__expanded-menu a {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .header__expanded-menu ul {
    margin: 15px 0 0;
  }
  .header__more-links {
    margin: 0 0 40px;
  }
  .container--footer {
    margin-top: 40px;
  }
  .footer__menu {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .footer__menu li {
	-webkit-flex: 1 0 33.3%;
	    -ms-flex: 1 0 33.3%;
	        flex: 1 0 33.3%;
	max-width: 33.3%;
  }
  .footer__bottom {
    padding: 55px 0 40px;
  }
  .title-area--sidebar {
    margin-right: 0;
  }
  .split-content {
    display: block;
  }
  .split-content__main {
    max-width: none;
  }
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  .page-description {
    margin: 0 -20px 30px;
  }
  aside {
    position: static;
    max-width: none;
    margin: 20px 0 0;
  }
  aside > * {
    display: none;
  }
  .default-section {
    margin: 60px 0 0;
  }
  .pager {
    margin: 40px 0 0;
  }

  /* general purpose */
  .view-mobile,
  .hide-desktop {
    display: block;
  }
  .view-desktop,
  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__more-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .header__more-links li {
    display: block;
    margin: 0 0 20px;
  }
  .header__more-links li:last-child {
    margin: 0;
  }
  .title-area--promo {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .title-area--promo h1 {
    text-align: center;
    margin: 0;
    padding: 0 1em;
  }
  .title-area--sub-terms {
    padding: 20px 0 0 0;
    border: 0;
    border-top: 2px solid var(--opal);
    margin-top: 15px;
    justify-content: center;
  }
  .title-area--sub-terms:before {
    top: 1px;
    left: calc(50% - 3px);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .title-area--sub-terms li {
    margin: 0 13px 5px;
  }
}

@media screen and (max-width: 700px) {
  .header__expanded-menu {
    -webkit-column-count: 3;
    column-count: 3;
  }
  .footer__bottom {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .footer__secondary-menu,
  .pixual {
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
    margin: 0 auto 40px;
  }

  .footer__ph {
    width: 0;
  }
}

@media screen and (max-width: 600px) {
  .body--scrolled header {
    padding: 13px 20px;
  }
  .container--header {
    padding: 20px;
  }
  .footer__menu li {
	-webkit-flex: 1 0 49.9%;
	    -ms-flex: 1 0 49.9%;
	        flex: 1 0 49.9%;
	max-width: 49.9%;
  }
  .header__main {
    margin: 0 0 10px;
  }
  .header__burger {
    top: 2px;
    z-index: 2;
  }
  .body--scrolled .header__burger,
  .body--scrolled .header__news {
    top: -9px;
  }
  .header__burger:before {
    width: 60px;
    height: 40px;
  }
  .header__burger svg {
    width: 60px;
    height: 40px;
    padding: 8px 10px;
  }
  .logo,
  .body--scrolled .logo {
    max-width: 187px;
  }
  .header__news {
    top: 2px;
    padding: 12px 14px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .header__date {
    margin: 0 0 16px;
  }
  .header__market {
    margin: 0 -20px 0 0;
    border-right: 0;
  }
  .header__market:after {
    display: none;
  }
  .expanded-menu,
  .body--scrolled .expanded-menu {
    padding-top: 85px;
  }
  .expanded-menu:before,
  .body--scrolled .expanded-menu:before {
    height: 85px;
  }
  .header__expanded-menu {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .header__expanded-menu li {
    margin: 0 0 30px;
  }
  .container--main {
    --page--header-height: 112px;
  }
  h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .default-summary {
    display: none;
  }
  .default-section {
    position: relative;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .section-title {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .section-title h3 {
    text-align: left;
  }
  .section-title .more-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    padding: 12px 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-title .more-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 50%;
    background: var(--opal);
  }

  /* adjust QC for mobile */
  .qc-cmp2-persistent-link {
    border-radius: 10px;
    bottom: 60px;
    right: 8px;
  }
}

@media screen and (max-width: 450px) {
  .container {
    padding: 0 10px;
  }
  .body--scrolled header {
    padding: 13px 10px;
  }
  .container--header {
    padding: 20px 10px 10px;
  }
  .header__market {
    margin-right: -10px;
  }
  .header__search {
    width: 280px;
  }
  .container--main {
    --page--header-height: 152px;
  }
  .page-description {
    margin: 0 -10px 20px;
    text-align: left;
  }
  .adv--full {
    margin-bottom: 30px;
  }
  .pager {
    margin: 20px 0 0;
  }
}

.leftskin, .rightskin {
    position: fixed;
    display: block !important;
    left: 0;
    top: 0;
    max-width: 300px;
    height: 1080px;
    z-index: 1001;
}

.rightskin {
    left: unset;
    right: 0px;
}
@media (max-width: 1700px) {
    .leftskin, .rightskin {
        max-width: 200px;
    }
}
@media (max-width: 1600px) {
    .leftskin, .rightskin {
        display: none !important
    }
}
