.form-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 30px auto;
  scroll-margin-top: 120px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html {
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

blockquote {
  margin: 5px 0;
  padding: 1px 21px !important;
  border: none !important;
  font-style: normal !important;
}

figure {
  margin: 0.9em auto;
}

img {
  width: 100%;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.block_border_radius {
  border-radius: 10px;
}

.block_green {
  background-color: #e2f0dd;
  border-color: #008011 !important;
}

.block_yellow {
  background-color: #fff679b8;
  border-color: #c8b000 !important;
}

.block_gray {
  background-color: #ececec;
  border-color: #c5c5c5 !important;
}

figure img {
  margin: auto;
  max-width: inherit;
  display: block;
}

.coment_header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-top: 35px;
}

.coment_header img {
  width: 55px !important;
  height: 55px !important;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

figure {
  max-width: 600px;
}

.block_border_red {
  border: solid 3px !important;
  border-color: #b01e1e !important;
}

h1 {
  font-size: 34px;
}

@media (max-width: 760px) {
  h1 {
    font-size: 28px;
  }
}

@media (max-width: 760px) {
  h2 {
    font-size: 22px;
  }
}

a {
  text-decoration: none;
}

ul li {
  color: #000;
}
.head__pc a {
  background-color: rgba(0, 0, 0, 0);
}
.head__pc img {
  border-style: none;
}
.head__pc *,
.head__pc *:after,
.head__pc *:before {
  box-sizing: border-box;
}
.head__pc img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  position: relative;
}
.head__pc img:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url('/img/placeholder-no-image.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
}
.head__pc a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.head__pc a:hover,
.head__pc a:focus,
.head__pc a:active {
  outline: 0;
}
.head__pc ::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
.head__pc .wrapper {
  width: auto;
  margin: auto;
}
.head__pc .brandbar {
  height: 50px;
  top: 0;
  background-color: #212121;
  margin-bottom: 8px;

  cursor: default;

  width: 100%;
}
.head__pc .brandbar .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head__pc .brandbar__links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 0;
}
.head__pc .brandbar__links li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.head__pc .brandbar__links li > a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'raleway-bold', sans-serif;
  display: block;
  line-height: 18px;
}
.head__pc .brandbar__links li > a:hover {
  text-decoration: underline;
}
.head__pc .brandbar__links .links--image {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}
.head__pc .brandbar__links .links--image-notice {
  margin: -6px 8px 0 0;
  padding: 0;
  min-height: 22px;
}
.head__pc .brandbar__links .links--image-notice img {
  min-width: 110px;
}
.head__pc .brandbar__links .links--image-jobs {
  margin: 0 0 0 8px;
  padding: 0;
}
.head__pc .brandbar__links .links--image-jobs img {
  height: 22px !important;
  max-height: 22px !important;
}
.head__pc .brandbar__links .links--image a {
  display: flex;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.head__pc .brandbar__links .links--image a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.head__pc .brandbar__links .links--image a img {
  max-height: 22px;
}
.head__pc .brandbar__links .links--image:after {
  display: none;
}
.head__pc .brandbar .auth {
  margin: 0;
  padding: 0;
  display: flex;
}
.head__pc .brandbar .auth li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  flex: 0 0 auto;
  margin-right: 3px;
}
.head__pc .brandbar .auth__login a {
  font-size: 12px;
  color: #fff;
  font-family: 'raleway-bold', sans-serif;
  width: 75px;
  text-align: center;
}
.head__pc .brandbar .auth__login a:hover {
  text-decoration: underline;
}
.head__pc .brandbar .links--dropdown {
  color: #fff;
  font-size: 12px;
  font-family: 'raleway-bold', sans-serif;
  display: inline-block;
  padding: 17px 10px;
  width: 115px;
  flex: 0 0 auto;
}
.head__pc .brandbar .links--dropdown > span:after {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  background-image: url('/img/icon-arrow-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.head__pc .brandbar .links--dropdown:hover > span:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.head__pc .brandbar .links--dropdown:hover .brandbar__dropdown {
  display: flex;
}
.head__pc .brandbar__dropdown {
  position: absolute;
  top: 49px;
  right: 0;
  z-index: 100;
  padding: 22px 15px;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  width: auto;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.head__pc .brandbar__dropdown:before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 0;
}
.head__pc .brandbar__dropdown--column {
  color: #212120;
  font-size: 14px;
  line-height: 20px;
  font-family: 'raleway-regular', sans-serif;
  width: 145px;
  margin: 0 15px;
}
.head__pc .brandbar__dropdown--column a {
  color: #212120;
  font-family: 'raleway-regular', sans-serif;
  display: block;
  margin-bottom: 8px;
}
.head__pc .brandbar__dropdown--column a:hover {
  text-decoration: underline;
}
.head__pc .brandbar__dropdown--column a:last-child {
  margin-bottom: 0;
}
.head__pc .auth__subscribe > a {
  font-size: 15px;
  background-color: #2cb6dc;
  color: #fff;
  font-family: 'raleway-bold', sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: auto;
  text-align: center;
  padding: 0 16px;
  font-family: 'raleway-bold', sans-serif;
  font-size: 12px;
}
.head__pc .auth__subscribe > a:hover,
.head__pc .auth__subscribe > a:focus,
.head__pc .auth__subscribe > a:active {
  background-color: #1e96b7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.head__pc .auth__subscribe > a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.head__pc .brandbar__links .links--image-notice {
  margin-top: -2px;
}
.head__pc .brandbar__links .links--image.brand_increase a img {
  height: 15px;
  width: auto;
  max-height: unset;
  max-width: unset;
}
.head__pc .brandbar__links .links--image a {
  min-height: 51px;
  display: flex;
  align-items: center;
}
.head__pc .brandbar__links li:nth-child(5) a img {
  margin-top: 2px;
}
.head__pc .brandbar__links li:nth-child(7) a img {
  margin-top: 1px;
}
.head__pc .brandbar__links li:nth-child(8) a img,
.head__pc .brandbar__links li:nth-child(9) a img {
  max-height: 11px;
}
.head__pc .brandbar__links li:nth-child(11).links__dropdown--logo {
  padding-left: 3px;
  margin-right: 0;
}
.head__pc .brandbar__links li:nth-child(11).links__dropdown--logo img {
  margin-top: 1px;
}
.head__pc .brandbar__links li:nth-child(11).links__dropdown--logo .brandbar__dropdown {
  right: 0;
  left: unset;
}
.head__pc .brandbar .links__dropdown--logo {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 3px;
  padding: 12px 0 12px 10px;
  min-height: 51px;
}
.head__pc .brandbar .links__dropdown--logo img {
  margin-right: -7px;
  max-height: 24px;
}
.head__pc .brandbar .links__dropdown--logo > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head__pc .brandbar .links__dropdown--logo:after {
  display: none;
}
.head__pc .brandbar .links__dropdown--logo .brandbar__dropdown {
  width: auto;
  right: unset;
  left: 0;
}
.head__pc .brandbar .auth__subscribe > a {
  height: 24px;
  line-height: 24px;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: 'raleway-bold';
  src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'), url('/fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway-regular';
  src: url('/fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('/fonts/raleway-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.head__top a {
  background-color: rgba(0, 0, 0, 0);
}
.head__top img {
  border-style: none;
}
.head__top input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.head__top input {
  overflow: visible;
}
.head__top [type='submit'] {
  -webkit-appearance: button;
}
.head__top *,
.head__top *:after,
.head__top *:before {
  box-sizing: border-box;
}
.head__top img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  position: relative;
}
.head__top img:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/img/placeholder-no-image.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
}
.head__top a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.head__top a:hover,
.head__top a:focus,
.head__top a:active {
  outline: 0;
}
.head__top ::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
.head__top input:focus {
  outline: 0;
}
.head__top input[type='text'] {
  border: none;
  padding: 8px 16px;
  font-size: 16px;
}
.head__top input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}
.head__top input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.head__top .social-links-container ul {
  margin: 0;
  padding: 0;
}
.head__top .social-links-container ul li {
  display: inline-block;
}
.head__top header .social-links {
  position: relative;
  margin: 0;
}
.head__top header .social-links .social-control {
  display: flex;
}
.head__top header .social-links .social-control .social-item {
  margin: 0 0 0 8px;
  flex: auto;
}
.head__top header .social-links .social-control .social-item a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.head__top header .social-links .social-control .social-item a img {
  height: 22px;
}
.head__top header .social-links .social-control .social-item a:hover {
  opacity: 0.7;
}
.head__top header .social-links-container ul li {
  display: block;
}
@media (min-width: 768px) {
  .head__top .header {
    background-color: #fff;
    margin-bottom: 8px;
    -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .head__top .header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 16px;
  }
  .head__top .header-container--content {
    margin-left: 16px;
    display: flex;
    align-items: center;
    min-width: 680px;
    height: 40px;
    justify-content: flex-end;
  }
  .head__top .header__logo {
    display: inline-block;
    flex: 1;
  }
  .head__top .header__logo > img {
    width: auto;
    height: 22px;
  }
  .head__top .header__search {
    position: relative;
    min-width: 270px;
  }
  .head__top .header__search input[type='text'] {
    width: 270px;
    padding: 0 40px 0 24px;
    height: 34px;
    color: #212120;
    font-size: 13px;
    letter-spacing: 1.3px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .head__top .header__search input[type='text']:focus {
    background-color: #fafafa;
  }
  .head__top .header__search input[type='submit'] {
    position: absolute;
    top: 7px;
    right: 16px;
    width: 19px;
    height: 19px;
    display: block;
    padding: 0;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    background-image: url('/img/icon-search.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
  }
  .head__top .header__search input[type='submit']:hover {
    transform: scale(1.08);
  }
  .head__top .header .social-links {
    height: 31px;
  }
  .head__top .header .social-links .social-control .social-item {
    width: 31px;
  }
  .head__top .header .social-links .social-control .social-item a img {
    height: 31px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .header {
    background-color: #fff;
    color: #212120;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
  }
  .head__top .header__logo {
    display: inline-block;
    font-size: 0;
  }
  .head__top .header__logo > img {
    height: 12px;
    width: auto;
  }
}
.head__top .header__nav {
  background-color: #fff;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .header__nav {
    background-color: #fff;
    margin: 0;
    position: relative;
  }
  .head__top .header__nav:after {
    content: '';
    width: 8px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(
      to right,
      rgba(164, 164, 164, 0) 0%,
      rgba(164, 164, 164, 0.2) 50%,
      rgba(164, 164, 164, 0.8) 100%
    );
  }
}
.head__top .header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .head__top .header__nav ul {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .header__nav ul {
    text-align: justify;
    padding: 0 8px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.head__top .header__nav ul > li {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .head__top .header__nav ul > li {
    flex: 0 1 auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .header__nav ul > li {
    height: 43px;
    text-align: center;
    margin-right: 20px;
  }
}
.head__top .header__nav ul > li a {
  position: relative;
  text-decoration: none;
  color: #212121;
  font-size: 13px;
  padding: 13px 12px;
  display: block;
}
@media (min-width: 768px) {
  .head__top .header__nav ul > li a {
    font-weight: 400;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .header__nav ul > li a {
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(33, 33, 32, 0.5);
    text-transform: uppercase;
    font-family: 'raleway-bold', sans-serif;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 5px;
  }
}
.head__top .header__nav ul > li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  opacity: 0;
  height: 3px;
  background-color: #2cb6dc;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.head__top .header__nav ul > li a.is-active {
  color: #000;
}
@media (min-width: size) {
  .head__top .header__nav ul > li a.is-active {
    color: #212120;
  }
}
.head__top .header__nav ul > li a.is-active:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .head__top .header__nav ul > li:hover a {
    color: #000;
  }
  .head__top .header__nav ul > li:hover a:after {
    opacity: 1;
  }
  .head__top .header__nav ul > li:hover .sub-nav {
    display: flex;
  }
}
.head__top .header__nav ul > li.has-children:before {
  content: '';
  width: 12px;
  height: 9px;
  position: absolute;
  top: 20px;
  right: 4px;
  z-index: 1;
  background-image: url('/img/icon-arrow-down.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.head__top .header__nav ul > li.has-children a {
  padding: 13px 22px 13px 12px;
}
.head__top .header__nav ul > li.has-children:hover:before {
  background-image: url('/img/icon-arrow-red-down.svg');
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 16px;
}
.head__top .header__nav ul > li.has-children.is-active.has-children:before {
  background-image: url('/img/icon-arrow-red-down.svg');
}
.head__top .header__nav ul > li.has-children.is-active.has-children:hover:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 16px;
}
.head__top .header__nav ul > li .sub-nav,
.head__top .header__nav ul > li .sub-nav-child {
  flex-direction: column;
  display: none;
  background-color: #fff;
  position: absolute;
  min-width: 180px;
  top: 100%;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 0 0 2px 2px;
  -khtml-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.head__top .header__nav ul > li .sub-nav > li,
.head__top .header__nav ul > li .sub-nav-child > li {
  text-align: left;
}
.head__top .header__nav ul > li .sub-nav > li a,
.head__top .header__nav ul > li .sub-nav-child > li a {
  font-size: 11px;
  letter-spacing: 0.71px;
  color: #212120;
  padding: 8px 16px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.head__top .header__nav ul > li .sub-nav > li a:hover,
.head__top .header__nav ul > li .sub-nav-child > li a:hover {
  background-color: #f3f3f3;
}
.head__top .header__nav ul > li .sub-nav > li a:after,
.head__top .header__nav ul > li .sub-nav-child > li a:after {
  display: none;
}
.head__top .header__nav ul > li .sub-nav > li.has-children:before {
  top: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.head__top .header__nav ul > li .sub-nav > li.has-children:hover:before {
  background-image: url('/img/icon-arrow-down.svg');
  right: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.head__top .header__nav ul > li .sub-nav > li:hover .sub-nav-child {
  display: flex;
}
.head__top .header__nav ul > li .sub-nav-child {
  left: 100%;
  top: 0;
}
.head__top .header__logo img {
  height: 40px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .header__logo img {
    height: 22px;
    min-height: 22px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .header {
    background-color: #212121;
    color: #fff;
  }
}
.head__top .header__nav ul {
  justify-content: space-between;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .header__nav ul {
    padding: 0 !important;
  }
}
.head__top .header__nav ul > li a {
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  padding: 13px 16px;
  font-family: 'raleway-bold', sans-serif;
}
.head__top .header__nav ul > li a:after {
  background-color: #ff3266;
}
.head__top .header__nav ul > li.has-children a {
  padding: 13px 22px 13px 16px;
}
.head__top .header__nav ul > li.has-children:hover:before,
.head__top .header__nav ul > li.has-children .sub-nav li.has-children:hover:before {
  background-image: url(/img/icon-arrow-pink-down.svg);
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .header__nav ul > li {
    margin: 0 !important;
  }
  .head__top .header__nav ul > li a {
    font-size: 10px !important;
    padding: 13px 16px !important;
    letter-spacing: 1px;
  }
}
.head__top .header__search {
  min-width: 259px;
}
.head__top .header__search input[type='text'] {
  letter-spacing: 0.5px;
  background-color: #fff;
  border: 1px solid #c1c7d2;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 40px;
  padding: 0 40px 0 15px;
}
.head__top .header__search input[type='submit'] {
  top: 10px;
}
.head__top .header .social-links .social-control .social-item-img--facebook {
  content: url('/img/facebook.svg');
}
.head__top .header .social-links .social-control .social-item-img--instagram {
  content: url('/img/instagram.svg');
}
.head__top .header .social-links .social-control .social-item-img--pinterest {
  content: url('/img/pinterest.svg');
}
.head__top .header .social-links .social-control .social-item-img--tiktok {
  content: url('/img/tiktok.svg');
}
.head__top .header .social-links .social-control .social-item-img--whatsapp {
  content: url('/img/whatsapp.svg');
}
.head__top .weather-widget {
  display: flex;
  align-items: center;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .weather-widget {
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
  }
}
.head__top .weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .weather-widget__image {
    width: 18px;
    height: 18px;
    order: 2;
    outline: 0;
  }
}
.head__top .weather-widget--locked {
  margin-left: 8px;
  min-width: 190px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .weather-widget--locked {
    margin-left: 0;
    min-width: 50px;
    display: inline-block;
    vertical-align: middle;
  }
}
.head__top .weather-widget--locked .weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 26px;
  order: 1;
}
.head__top .weather-widget--locked .weather-widget__image:after {
  content: '';
  width: 40px;
  height: 26px;
  display: block;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  background-image: url('/img/icon-weather-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.head__top .weather-widget--locked .weather-widget__data {
  align-self: flex-start;
  text-align: left;
  order: 2;
}
.head__top .weather-widget__data {
  border-left: 1px solid rgba(74, 74, 74, 0.1);
  margin-left: 8px;
  padding: 2px 0 2px 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .weather-widget__data {
    border-left: none;
    margin-left: 0;
    padding: 0;
    order: 1;
    text-align: right;
    align-self: flex-end;
  }
}
.head__top .weather-widget__data {
  border-left: 1px solid rgba(33, 33, 32, 0.3) !important;
  padding: 0 0 0 12px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .weather-widget__data {
    text-align: center;
    border-left: none !important;
  }
}
.head__top .weather-widget__image:after {
  width: 36px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__top .weather-widget__image {
    margin: auto;
  }
  .head__top .weather-widget__image:after {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    height: 24px;
  }
}
.head__top .weather-widget--locked {
  margin-left: 8px;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: 'raleway-bold';
  src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'), url('/fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway-regular';
  src: url('/fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('/fonts/raleway-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: 'raleway-bold';
  src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'), url('/fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway-regular';
  src: url('/fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('/fonts/raleway-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway-bold';
  src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'), url('/fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.article__foot a {
  background-color: rgba(0, 0, 0, 0);
}
.article__foot img {
  border-style: none;
}
.article__foot *,
.article__foot *:after,
.article__foot *:before {
  box-sizing: border-box;
}
.article__foot img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  position: relative;
}
.article__foot img:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/img/placeholder-no-image.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
}
.article__foot a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.article__foot a:hover,
.article__foot a:focus,
.article__foot a:active {
  outline: 0;
}
.article__foot ::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
.article__foot .article--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article--top {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.article__foot .article__details {
  display: flex;
  align-items: flex-start;
  flex: 1 1 auto;
  flex-direction: column-reverse;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__details {
    margin-top: 8px;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    display: inline-flex;
  }
}
.article__foot .article__details div {
  padding: 0 8px 0 0;
}
.article__foot .article__details div:first-child {
  padding-left: 0;
}
.article__foot .article__social-share {
  padding: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__social-share {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }
}
.article__foot .article__social-share .bookmark {
  flex: 0 0 auto;
}
.article__foot .article__social-share .bookmark .button__icon {
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  height: 34px;
  justify-content: space-evenly;
  padding: 0 16px;
  font-size: 12px;
  line-height: 34px;
  color: #212120;
  align-items: center;
}
.article__foot .article__social-share .bookmark .button__icon:hover,
.article__foot .article__social-share .bookmark .button__icon:focus {
  background-color: #ecf1fd;
}
.article__foot .article__social-share .bookmark .button__icon img {
  margin-right: 4px;
}
.article__foot .article__social-share .bookmark .button__icon.show {
  display: flex;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__social-share .bookmark .button__icon {
    padding: 0 8px;
    line-height: 32px;
  }
  .article__foot .article__social-share .bookmark .button__icon img {
    margin-right: 0;
  }
  .article__foot .article__social-share .bookmark .button__icon span {
    display: none;
  }
}
.article__foot .article__social-share .button__icon {
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  height: 34px;
  justify-content: space-evenly;
  padding: 0 16px;
  font-size: 12px;
  line-height: 30px;
  color: #212120;
  margin-right: 8px;
  font-family: 'raleway-regular', sans-serif;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.article__foot .article__social-share .button__icon:hover,
.article__foot .article__social-share .button__icon:focus {
  background-color: #ecf1fd;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__social-share .button__icon {
    padding: 0 16px;
    line-height: 32px;
    white-space: nowrap;
  }
}
.article__foot .article__social-share .button__icon img {
  height: 20px;
  width: auto;
  margin-right: 4px;
}
.article__foot .article__accreditation {
  font-size: 14px;
  color: #212120;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__accreditation {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .article__foot .article__accreditation {
    margin-top: 8px;
  }
}
.article__foot .article__accreditation img {
  display: block;
  height: 24px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__accreditation img {
    height: 15px;
  }
}
.article__foot .article__author {
  font-size: 12px;
  color: #212120;
}
@media (min-width: 768px) {
  .article__foot .article__author {
    max-width: 250px;
  }
}
.article__foot .article--top {
  order: 3;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article--top {
    position: relative;
  }
}
.article__foot .article__details {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__details {
    margin-top: 0;
  }
}
.article__foot .article__details div {
  padding: 4px 0;
  font-family: 'raleway-bold', sans-serif;
  font-size: 12px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__author {
    font-size: 12px;
    font-family: 'raleway-bold', sans-serif;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__social-share {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .article__foot .article__social-share .bookmark {
    margin-right: 8px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .article__foot .article__details {
    flex-direction: column !important;
  }
  .article__foot .article__social-share {
    position: relative;
  }
  .article__foot .article__social-share .bookmark .button__icon {
    padding: 0 8px;
  }
  .article__foot .article__social-share .bookmark .button__icon img {
    margin-right: 0;
  }
  .article__foot .article__social-share .bookmark .button__icon span {
    display: none;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: 'raleway-regular';
  src: url('/fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('/fonts/raleway-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway-bold';
  src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'), url('/fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.news .newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .adblock {
  text-align: center;
  margin: 0 auto;
  min-height: 1px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .adblock {
    width: 100%;
  }
}
.news a {
  background-color: rgba(0, 0, 0, 0);
}
.news img {
  border-style: none;
}
.news input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.news input {
  overflow: visible;
}
.news [type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
.news *,
.news *:after,
.news *:before {
  box-sizing: border-box;
}
.news img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  position: relative;
}
.news img:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/img/placeholder-no-image.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
}
.news a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.news a:hover,
.news a:focus,
.news a:active {
  outline: 0;
}
.news ::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
.news label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 4px;
  font-family: 'raleway-bold', sans-serif;
}
.news input:focus {
  outline: 0;
}
.news input,
.news label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.news .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.news .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.news .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.news .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.news .swiper-pointer-events {
  touch-action: pan-y;
}
.news .swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.news .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.news .swiper-autoheight,
.news .swiper-autoheight .swiper-slide {
  height: auto;
}
.news .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.news .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.news .swiper {
  overflow: hidden;
}
.news .swiper--container {
  position: relative;
}
.news .swiper-button-next,
.news .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 25px;
  width: 25px;
  z-index: 2;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-image: url('/img/icon-arrow-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  background-color: #ff3266;
}
.news .swiper-button-next:hover,
.news .swiper-button-prev:hover {
  opacity: 0.8;
}
.news .swiper-button-next:hover,
.news .swiper-button-next:focus,
.news .swiper-button-prev:hover,
.news .swiper-button-prev:focus {
  outline: 0;
}
.news .swiper-button-prev {
  left: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .swiper-button-next {
  right: 8px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.news .swiper-button-disabled {
  display: none;
}

.news .swiper-button-next::after,
.news .swiper-button-prev::after {
  display: none !important;
}
.news .swiper-pagination {
  text-align: center;
  display: none;
}
.news .swiper-pagination-bullet {
  border-radius: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: none;
  padding: 0;
  margin: 0 8px;
  background-color: #d8d8d8;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.news .swiper-pagination-bullet:hover {
  background-color: #212120;
}
.news .swiper-pagination-bullet-active {
  background-color: #212120;
}
.news .newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .newsletter-subscription {
  background: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription {
    margin-bottom: 0;
    border-radius: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 32px;
    align-items: center;
  }
  .news .newsletter-subscription:after {
    content: '';
    border-bottom: 1px solid #e9e9e9;
    width: calc(100% - 32px);
    display: block;
    margin: -1px auto 0;
    bottom: 0;
    height: 1px;
    left: 16px;
    position: absolute;
  }
}
.news .newsletter-subscription__heading {
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading {
    margin-bottom: 8px;
  }
}
.news .newsletter-subscription__heading-text {
  margin-right: 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading-text {
    margin-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news .newsletter-subscription__heading-text div {
  font-size: 24px;
  line-height: 26px;
  font-family: 'raleway-bold', sans-serif;
  color: #212120;
  margin: 0 0 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading-text div {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
}
.news .newsletter-subscription__heading-text p {
  font-size: 13px;
  margin: 0;
}
.news .newsletter-subscription__blurb {
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  margin: 16px 0 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__blurb {
    text-align: center;
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.news .newsletter-subscription__blurb img {
  width: 54px;
  margin-right: 16px;
  flex: 0 0 auto;
}
.news .newsletter-subscription__blurb p {
  margin: 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__blurb p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news .newsletter-subscription__btn {
  font-size: 15px;
  background-color: #212120;
  color: #fff;
  font-family: 'raleway-bold', sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 16px;
}
.news .newsletter-subscription__btn:hover,
.news .newsletter-subscription__btn:focus,
.news .newsletter-subscription__btn:active {
  background-color: #070707;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.news .newsletter-subscription__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__btn {
    margin-top: 0;
    font-family: 'raleway-bold', sans-serif;
  }
}
.news .newsletter-subscription__image-url {
  width: calc(32px + 100%);
  height: 214px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-left: -16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__image-url {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 768px) {
  .news .newsletter-subscription__heading-text p,
  .news .newsletter-subscription__blurb {
    font-size: 15px;
    font-family: 'raleway-bold', sans-serif;
  }
}
.news .article-item__prime-unlock {
  display: block !important;
}
.news .featured-category__synopsis .article-item__prime-unlock {
  display: none !important;
}
.news .featured-category__synopsis .featured-category__prime {
  display: none !important;
}
.news .newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .newsletter-subscription {
  background: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription {
    margin-bottom: 0;
    border-radius: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 32px;
    align-items: center;
  }
  .news .newsletter-subscription:after {
    content: '';
    border-bottom: 1px solid #e9e9e9;
    width: calc(100% - 32px);
    display: block;
    margin: -1px auto 0;
    bottom: 0;
    height: 1px;
    left: 16px;
    position: absolute;
  }
}
.news .newsletter-subscription__heading {
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading {
    margin-bottom: 8px;
  }
}
.news .newsletter-subscription__heading-text {
  margin-right: 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading-text {
    margin-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news .newsletter-subscription__heading-text div {
  font-size: 24px;
  line-height: 26px;
  font-family: 'raleway-bold', sans-serif;
  color: #212120;
  margin: 0 0 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading-text div {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
}
.news .newsletter-subscription__heading-text p {
  font-size: 13px;
  margin: 0;
}
.news .newsletter-subscription__blurb {
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  margin: 16px 0 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__blurb {
    text-align: center;
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.news .newsletter-subscription__blurb img {
  width: 54px;
  margin-right: 16px;
  flex: 0 0 auto;
}
.news .newsletter-subscription__blurb p {
  margin: 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__blurb p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news .newsletter-subscription__btn {
  font-size: 15px;
  background-color: #212120;
  color: #fff;
  font-family: 'raleway-bold', sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 16px;
}
.news .newsletter-subscription__btn:hover,
.news .newsletter-subscription__btn:focus,
.news .newsletter-subscription__btn:active {
  background-color: #070707;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.news .newsletter-subscription__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__btn {
    margin-top: 0;
    font-family: 'raleway-bold', sans-serif;
  }
}
.news .newsletter-subscription__image-url {
  width: calc(32px + 100%);
  height: 214px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-left: -16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__image-url {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.news .most-read-widget {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .most-read-widget__tab ul li:nth-of-type(1):before {
  content: '1';
}
.news .most-read-widget__tab ul li:nth-of-type(2):before {
  content: '2';
}
.news .most-read-widget__tab ul li:nth-of-type(3):before {
  content: '3';
}
.news .most-read-widget__tab ul li:nth-of-type(4):before {
  content: '4';
}
.news .most-read-widget__tab ul li:nth-of-type(5):before {
  content: '5';
}
.news .most-read-widget {
  background-color: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 0 8px;
}
.news .most-read-widget input {
  display: none;
}
.news .most-read-widget input:checked + label {
  color: #21418d;
  border-bottom: 3px solid #21418d;
}
.news .most-read-widget label {
  font-family: 'raleway-regular', sans-serif;
  display: inline-block;
  padding: 10px 0 6px;
  min-width: 125px;
  text-align: center;
  letter-spacing: 1.4px;
  color: #dd1f26;
  background: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}
.news .most-read-widget label:hover {
  color: #dd1f26;
  border-bottom: 3px solid #dd1f26;
}
.news .most-read-widget #tab-0:checked ~ #content-tab-0 {
  display: block;
}
.news .most-read-widget #tab-1:checked ~ #content-tab-1 {
  display: block;
}
.news .most-read-widget__tab {
  display: none;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
.news .most-read-widget__tab ul {
  margin: 0;
  padding: 8px 0 0;
}
.news .most-read-widget__tab ul li {
  list-style: none;
  display: flex;
  padding: 4px 8px 4px 0;
}
.news .most-read-widget__tab ul li:before {
  font-size: 20px;
  font-family: 'raleway-bold', sans-serif;
  color: rgba(33, 33, 32, 0.15);
  width: 39px;
  height: 24px;
  display: block;
  text-align: center;
  padding-left: 2px;
  line-height: 22px;
  flex: 0 0 auto;
}
.news .most-read-widget__tab ul li a {
  display: flex;
  color: #212120;
  font-family: 'raleway-bold', sans-serif;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.news .most-read-widget__tab ul li a:hover {
  color: #555552;
}
.news .most-read-widget__tab ul li:nth-of-type(1):before {
  content: '1.';
}
.news .most-read-widget__tab ul li:nth-of-type(2):before {
  content: '2.';
}
.news .most-read-widget__tab ul li:nth-of-type(3):before {
  content: '3.';
}
.news .most-read-widget__tab ul li:nth-of-type(4):before {
  content: '4.';
}
.news .most-read-widget__tab ul li:nth-of-type(5):before {
  content: '5.';
}
.news .most-read-widget label {
  font-size: 10px;
  font-family: 'raleway-bold', sans-serif;
  letter-spacing: 1px;
  color: #c1c7d2;
  padding: 13px 0 10px;
  width: 50%;
}
.news .most-read-widget label:hover {
  color: #212120;
  border-bottom-color: #212120;
}
.news .most-read-widget input:checked + label {
  color: #212120;
  border-bottom: 3px solid #ff3266;
}
.news .most-read-widget__tab {
  border-top: 0;
}
.news .most-read-widget__tab ul li {
  padding: 11px 8px 11px 0;
}
.news .most-read-widget__tab ul li:before {
  font-family: 'raleway-bold', sans-serif;
  color: #212120;
  width: 47px;
  height: 37px;
  font-size: 32px;
  line-height: 30px;
  border-right: 3px solid #ff3266;
  margin-right: 12px;
}
.news .most-read-widget__tab ul li a {
  font-family: 'raleway-bold', sans-serif;
  font-size: 14px;
  line-height: normal;
}
.news .newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .newsletter-subscription {
  background: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription {
    margin-bottom: 0;
    border-radius: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 32px;
    align-items: center;
  }
  .news .newsletter-subscription:after {
    content: '';
    border-bottom: 1px solid #e9e9e9;
    width: calc(100% - 32px);
    display: block;
    margin: -1px auto 0;
    bottom: 0;
    height: 1px;
    left: 16px;
    position: absolute;
  }
}
.news .newsletter-subscription__heading {
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading {
    margin-bottom: 8px;
  }
}
.news .newsletter-subscription__heading-text {
  margin-right: 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading-text {
    margin-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news .newsletter-subscription__heading-text div {
  font-size: 24px;
  line-height: 26px;
  font-family: 'raleway-bold', sans-serif;
  color: #212120;
  margin: 0 0 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading-text div {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
}
.news .newsletter-subscription__heading-text p {
  font-size: 13px;
  margin: 0;
}
.news .newsletter-subscription__blurb {
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  margin: 16px 0 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__blurb {
    text-align: center;
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.news .newsletter-subscription__blurb img {
  width: 54px;
  margin-right: 16px;
  flex: 0 0 auto;
}
.news .newsletter-subscription__blurb p {
  margin: 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__blurb p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news .newsletter-subscription__btn {
  font-size: 15px;
  background-color: #212120;
  color: #fff;
  font-family: 'raleway-bold', sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 16px;
}
.news .newsletter-subscription__btn:hover,
.news .newsletter-subscription__btn:focus,
.news .newsletter-subscription__btn:active {
  background-color: #070707;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.news .newsletter-subscription__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__btn {
    margin-top: 0;
    font-family: 'raleway-bold', sans-serif;
  }
}
.news .newsletter-subscription__image-url {
  width: calc(32px + 100%);
  height: 214px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-left: -16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__image-url {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 768px) {
  .news .newsletter-subscription__heading-text p,
  .news .newsletter-subscription__blurb {
    font-size: 15px;
    font-family: 'raleway-bold', sans-serif;
  }
}
.news .featured-category {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .featured-category__date {
  font-size: 10px;
  line-height: 12px;
  color: #212121;
  display: flex;
  align-items: center;
  margin: 0;
}
.news .featured-category__image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .featured-category {
  margin-bottom: 16px;
  text-align: center;
  padding: 0 0 16px 0;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .featured-category {
    margin-bottom: 0;
    border-radius: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .news .featured-category:after {
    content: '';
    border-bottom: 1px solid #e9e9e9;
    width: calc(100% - 32px);
    display: block;
    margin: -1px auto 0;
    bottom: 0;
    height: 1px;
    left: 16px;
    position: absolute;
  }
}
.news .featured-category__header {
  font-size: 24px;
  line-height: 24px;
  font-family: 'raleway-bold', sans-serif;
  color: #212120;
  margin: 0;
  padding: 16px 76px 16px 16px;
  text-align: left;
}
.news .featured-category__header a {
  color: #212120;
}
.news .featured-category--container {
  position: relative;
  min-height: 121px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}
.news .featured-category--url:last-child > div {
  border-bottom: 0;
}
.news .featured-category__title {
  font-size: 16px;
  line-height: 21px;
  color: #212120;
  font-family: 'raleway-bold', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 24px;
  flex: 1;
}
.news .featured-category__synopsis {
  display: flex;
  flex-direction: column;
  position: relative;
}
.news .featured-category__image {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  margin-left: 8px;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.news .featured-category__prime {
  width: 114px;
  height: 17px;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 0;
  display: flex;
  background-image: url('/img/tagnew.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.news .featured-category .swiper-button-next {
  top: -20px;
  right: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news .featured-category .swiper-button-prev {
  top: -20px;
  right: 49px;
  left: inherit;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.news .featured-category .swiper-slide {
  min-height: 121px;
}
.news .featured-category__header {
  font-size: 22px;
}
.news .featured-category--container {
  border-bottom: 1px solid #f6f6f6;
  min-height: 121px;
}
.news .featured-category__title {
  font-family: 'raleway-bold', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.news .featured-category__date {
  display: none;
}
.news .featured-category .swiper-vertical {
  max-height: 484px;
}
.news .featured-category .swiper-slide {
  min-height: 121px;
}
.news .newsletter-subscription {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .newsletter-subscription__image-url img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .newsletter-subscription {
  background: #fff;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription {
    margin-bottom: 0;
    border-radius: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 32px;
    align-items: center;
  }
  .news .newsletter-subscription:after {
    content: '';
    border-bottom: 1px solid #e9e9e9;
    width: calc(100% - 32px);
    display: block;
    margin: -1px auto 0;
    bottom: 0;
    height: 1px;
    left: 16px;
    position: absolute;
  }
}
.news .newsletter-subscription__heading {
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading {
    margin-bottom: 8px;
  }
}
.news .newsletter-subscription__heading-text {
  margin-right: 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading-text {
    margin-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news .newsletter-subscription__heading-text div {
  font-size: 24px;
  line-height: 26px;
  font-family: 'raleway-bold', sans-serif;
  color: #212120;
  margin: 0 0 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__heading-text div {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
}
.news .newsletter-subscription__heading-text p {
  font-size: 13px;
  margin: 0;
}
.news .newsletter-subscription__blurb {
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: flex-start;
  margin: 16px 0 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__blurb {
    text-align: center;
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.news .newsletter-subscription__blurb img {
  width: 54px;
  margin-right: 16px;
  flex: 0 0 auto;
}
.news .newsletter-subscription__blurb p {
  margin: 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__blurb p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.news .newsletter-subscription__btn {
  font-size: 15px;
  background-color: #212120;
  color: #fff;
  font-family: 'raleway-bold', sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 16px;
}
.news .newsletter-subscription__btn:hover,
.news .newsletter-subscription__btn:focus,
.news .newsletter-subscription__btn:active {
  background-color: #070707;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.news .newsletter-subscription__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__btn {
    margin-top: 0;
    font-family: 'raleway-bold', sans-serif;
  }
}
.news .newsletter-subscription__image-url {
  width: calc(32px + 100%);
  height: 214px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  margin-left: -16px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .newsletter-subscription__image-url {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 768px) {
  .news .newsletter-subscription__heading-text p,
  .news .newsletter-subscription__blurb {
    font-size: 15px;
    font-family: 'raleway-bold', sans-serif;
  }
}
.news .featured-category {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .featured-category__date {
  font-size: 10px;
  line-height: 12px;
  color: #212121;
  display: flex;
  align-items: center;
  margin: 0;
}
.news .featured-category__image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .featured-category {
  margin-bottom: 16px;
  text-align: center;
  padding: 0 0 16px 0;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .featured-category {
    margin-bottom: 0;
    border-radius: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .news .featured-category:after {
    content: '';
    border-bottom: 1px solid #e9e9e9;
    width: calc(100% - 32px);
    display: block;
    margin: -1px auto 0;
    bottom: 0;
    height: 1px;
    left: 16px;
    position: absolute;
  }
}
.news .featured-category__header {
  font-size: 24px;
  line-height: 24px;
  font-family: 'raleway-bold', sans-serif;
  color: #212120;
  margin: 0;
  padding: 16px 76px 16px 16px;
  text-align: left;
}
.news .featured-category__header a {
  color: #212120;
}
.news .featured-category--container {
  position: relative;
  min-height: 121px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}
.news .featured-category--url:last-child > div {
  border-bottom: 0;
}
.news .featured-category__title {
  font-size: 16px;
  line-height: 21px;
  color: #212120;
  font-family: 'raleway-bold', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 24px;
  flex: 1;
}
.news .featured-category__synopsis {
  display: flex;
  flex-direction: column;
  position: relative;
}
.news .featured-category__image {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  margin-left: 8px;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.news .featured-category__prime {
  width: 114px;
  height: 17px;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 0;
  display: flex;
  background-image: url('/img/tagnew.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.news .featured-category .swiper-button-next {
  top: -20px;
  right: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news .featured-category .swiper-button-prev {
  top: -20px;
  right: 49px;
  left: inherit;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.news .featured-category .swiper-slide {
  min-height: 121px;
}
.news .featured-category__header {
  font-size: 22px;
}
.news .featured-category--container {
  border-bottom: 1px solid #f6f6f6;
  min-height: 121px;
}
.news .featured-category__title {
  font-family: 'raleway-bold', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.news .featured-category__date {
  display: none;
}
.news .featured-category .swiper-vertical {
  max-height: 484px;
}
.news .featured-category .swiper-slide {
  min-height: 121px;
}
.news .podcasts-widget {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
  box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
    0 0 2px 0 rgba(141, 141, 148, 0.12);
}
.news .podcasts-widget .podcast__date {
  font-size: 10px;
  line-height: 12px;
  color: #212121;
  display: flex;
  align-items: center;
  margin: 0;
}
.news .podcasts-widget .podcast__date p {
  margin: 0;
}
.news .podcasts-widget .podcast__image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.news .podcasts-widget {
  padding: 16px 8px 16px 16px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 10px) and (max-width: 768px) {
  .news .podcasts-widget {
    padding: 16px;
    margin-bottom: 0;
    border-radius: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .news .podcasts-widget:after {
    content: '';
    border-bottom: 1px solid #e9e9e9;
    width: calc(100% - 32px);
    display: block;
    margin: -1px auto 0;
    bottom: 0;
    height: 1px;
    left: 16px;
    position: absolute;
  }
}
.news .podcasts-widget__header {
  font-size: 24px;
  line-height: 24px;
  font-family: 'raleway-bold', sans-serif;
  color: #212120;
  margin: 0 0 16px;
}
.news .podcasts-widget__footer {
  text-align: center;
  margin-top: 12px;
}
.news .podcasts-widget__footer a {
  font-size: 15px;
  background-color: #212120;
  color: #fff;
  font-family: 'raleway-bold', sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: block;
}
.news .podcasts-widget__footer a:hover,
.news .podcasts-widget__footer a:focus,
.news .podcasts-widget__footer a:active {
  background-color: #070707;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.news .podcasts-widget__footer a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.news .podcasts-widget .podcast__synopsis {
  display: flex;
  flex-direction: column;
}
.news .podcasts-widget .podcast--container a {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.news .podcasts-widget .podcast__title {
  font-size: 16px;
  line-height: 21px;
  color: #212120;
  font-family: 'raleway-bold', sans-serif;
  margin-bottom: 8px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .podcasts-widget .podcast__image {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  margin-left: 8px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.news .podcasts-widget--slider-container {
  position: relative;
}
.news .podcasts-widget .swiper-button-next {
  top: -20px;
  right: 0;
}
.news .podcasts-widget .swiper-button-prev {
  top: -20px;
  right: 33px;
  left: inherit;
}
.news .podcasts-widget .podcast__title {
  font-size: 15px;
  font-family: 'raleway-bold', sans-serif;
}
.news .podcasts-widget .podcast__date {
  font-family: 'raleway-bold', sans-serif;
}
.news .podcasts-widget__footer a {
  padding: 0;
  margin: 16px 0 0;
  background: #2cb6dc;
  color: #fff;
}
.news .podcasts-widget__footer a:hover,
.news .podcasts-widget__footer a:focus,
.news .podcasts-widget__footer a:active {
  background-color: #1e96b7;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: 'raleway-bold';
  src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'), url('/fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway-regular';
  src: url('/fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('/fonts/raleway-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.head__mobile a {
  background-color: rgba(0, 0, 0, 0);
}
.head__mobile img {
  border-style: none;
}
.head__mobile *,
.head__mobile *:after,
.head__mobile *:before {
  box-sizing: border-box;
}
.head__mobile img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  position: relative;
}
.head__mobile img:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url('/img/placeholder-no-image.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
}
.head__mobile a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.head__mobile a:hover,
.head__mobile a:focus,
.head__mobile a:active {
  outline: 0;
}
.head__mobile ::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
@media (min-width: 768px) {
  .head__mobile .header {
    background-color: #fff;
    margin-bottom: 8px;
    -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .head__mobile .header__logo {
    display: inline-block;
    flex: 1;
  }
  .head__mobile .header__logo > img {
    width: auto;
    height: 22px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header {
    background-color: #fff;
    color: #212120;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
  }
  .head__mobile .header__logo {
    display: inline-block;
    font-size: 0;
  }
  .head__mobile .header__logo > img {
    height: 12px;
    width: auto;
  }
  .head__mobile .header__content {
    display: inline-block;
    font-size: 0;
  }
  .head__mobile .header__content #auth-section {
    display: flex;
    align-items: center;
    height: 40px;
  }
}
@media (min-width: 10px) and (max-width: 768px) and (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__content #auth-section {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header .auth {
    margin: 0;
    padding: 0;
  }
  .head__mobile .header .auth li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
  }
  .head__mobile .header .auth__subscribe a {
    font-size: 15px;
    background-color: #2cb6dc;
    color: #fff;
    font-family: 'raleway-bold', sans-serif;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
    padding: 0 20px;
    width: auto;
    font-family: 'raleway-bold', sans-serif;
  }
  .head__mobile .header .auth__subscribe a:hover,
  .head__mobile .header .auth__subscribe a:focus,
  .head__mobile .header .auth__subscribe a:active {
    background-color: #1e96b7;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
  }
  .head__mobile .header .auth__subscribe a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .head__mobile .header .auth__login a {
    font-size: 11px;
    color: #fff;
    font-family: 'raleway-bold', sans-serif;
  }
  .head__mobile .header .auth__login a:hover {
    text-decoration: underline;
  }
}
.head__mobile .auth__subscribe > a {
  font-size: 15px;
  background-color: #2cb6dc;
  color: #fff;
  font-family: 'raleway-bold', sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: auto;
  text-align: center;
  padding: 0 16px;
  font-family: 'raleway-bold', sans-serif;
  font-size: 12px;
}
.head__mobile .auth__subscribe > a:hover,
.head__mobile .auth__subscribe > a:focus,
.head__mobile .auth__subscribe > a:active {
  background-color: #1e96b7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.head__mobile .auth__subscribe > a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.head__mobile .header .auth__subscribe > a {
  font-size: 14px;
}
.head__mobile .header__logo img {
  height: 40px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__logo img {
    height: 22px;
    min-height: 22px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header {
    background-color: #212121;
    color: #fff;
  }
  .head__mobile .header .auth {
    align-items: center;
    display: flex;
  }
  .head__mobile .header .auth__subscribe a {
    font-family: 'raleway-regular', sans-serif;
    font-size: 12px;
    line-height: 26px;
    vertical-align: middle;
    padding: 0 16px;
  }
  .head__mobile .header .auth__subscribe a span {
    font-weight: unset;
  }
  .head__mobile .header .auth__login {
    margin-left: 16px !important;
  }
  .head__mobile .header .auth__login a {
    font-family: 'raleway-bold', sans-serif;
    font-size: 12px;
    line-height: 32px;
    vertical-align: middle;
    height: 32px;
  }
  .head__mobile .header .auth__login a span {
    font-weight: unset;
  }
  .head__mobile .header__content {
    text-align: right;
  }
}
@media (min-width: 10px) and (max-width: 340px) {
  .head__mobile .header__content .auth li a {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
  }
  .head__mobile .header__content .auth__login {
    margin-left: 6px !important;
  }
  .head__mobile .header__content .auth__subscribe a {
    padding: 0 10px;
  }
}

.head__mobile .weather-widget {
  display: flex;
  align-items: center;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget {
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
  }
}
.head__mobile .weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__image {
    width: 18px;
    height: 18px;
    order: 2;
    outline: 0;
  }
}
.head__mobile .weather-widget--locked {
  margin-left: 8px;
  min-width: 190px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget--locked {
    margin-left: 0;
    min-width: 50px;
    display: inline-block;
    vertical-align: middle;
  }
}
.head__mobile .weather-widget--locked .weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 26px;
  order: 1;
}
.head__mobile .weather-widget--locked .weather-widget__image:after {
  content: '';
  width: 40px;
  height: 26px;
  display: block;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  background-image: url('/img/icon-weather-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.head__mobile .weather-widget--locked .weather-widget__data {
  align-self: flex-start;
  text-align: left;
  order: 2;
}
.head__mobile .weather-widget__data {
  border-left: 1px solid rgba(74, 74, 74, 0.1);
  margin-left: 8px;
  padding: 2px 0 2px 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__data {
    border-left: none;
    margin-left: 0;
    padding: 0;
    order: 1;
    text-align: right;
    align-self: flex-end;
  }
}
.head__mobile .weather-widget__data--city {
  font-size: 13px;
  color: #212120;
  font-family: 'raleway-bold', sans-serif;
  display: block;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__data--city {
    font-size: 8px;
    color: rgba(33, 33, 32, 0.6);
  }
}
.head__mobile .weather-widget__data {
  border-left: 1px solid rgba(33, 33, 32, 0.3) !important;
  padding: 0 0 0 12px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__data {
    text-align: center;
    border-left: none !important;
  }
}
.head__mobile .weather-widget__data--city {
  font-family: 'raleway-regular', sans-serif;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__data--city {
    color: #fff;
  }
}
.head__mobile .weather-widget__image:after {
  width: 36px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__image {
    margin: auto;
  }
  .head__mobile .weather-widget__image:after {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    height: 24px;
  }
}
.head__mobile .weather-widget--locked {
  margin-left: 8px;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: 'raleway-bold';
  src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'), url('/fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway-regular';
  src: url('/fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('/fonts/raleway-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: 'raleway-bold';
  src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'), url('/fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway-regular';
  src: url('/fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('/fonts/raleway-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.head__mobile .adblock {
  text-align: center;
  margin: 0 auto;
  min-height: 1px;
  margin-bottom: 16px;
  position: relative;
}
.head__mobile .adblock#sticky {
  margin-bottom: 0;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .adblock {
    width: 100%;
  }
}
.head__mobile a {
  background-color: rgba(0, 0, 0, 0);
}
.head__mobile img {
  border-style: none;
}
.head__mobile *,
.head__mobile *:after,
.head__mobile *:before {
  box-sizing: border-box;
}
.head__mobile img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  position: relative;
}
.head__mobile img:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/img/placeholder-no-image.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
}
.head__mobile a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.head__mobile a:hover,
.head__mobile a:focus,
.head__mobile a:active {
  outline: 0;
}
.head__mobile ::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
@media (min-width: 768px) {
  .head__mobile .header {
    background-color: #fff;
    margin-bottom: 8px;
    -o-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -ms-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -moz-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -khtml-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -webkit-box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .head__mobile .header__logo {
    display: inline-block;
    flex: 1;
  }
  .head__mobile .header__logo > img {
    width: auto;
    height: 22px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header {
    background-color: #fff;
    color: #212120;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
  }
  .head__mobile .header__logo {
    display: inline-block;
    font-size: 0;
  }
  .head__mobile .header__logo > img {
    height: 12px;
    width: auto;
  }
  .head__mobile .header__content {
    display: inline-block;
    font-size: 0;
  }
  .head__mobile .header__content #auth-section {
    display: flex;
    align-items: center;
    height: 40px;
  }
}
@media (min-width: 10px) and (max-width: 768px) and (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__content #auth-section {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header .auth {
    margin: 0;
    padding: 0;
  }
  .head__mobile .header .auth li {
    list-style: none;
    display: inline-block;
    margin-left: 8px;
  }
  .head__mobile .header .auth__subscribe a {
    font-size: 15px;
    background-color: #2cb6dc;
    color: #fff;
    font-family: 'raleway-bold', sans-serif;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
    padding: 0 20px;
    width: auto;
    font-family: 'raleway-bold', sans-serif;
  }
  .head__mobile .header .auth__subscribe a:hover,
  .head__mobile .header .auth__subscribe a:focus,
  .head__mobile .header .auth__subscribe a:active {
    background-color: #1e96b7;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
  }
  .head__mobile .header .auth__subscribe a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .head__mobile .header .auth__login a {
    font-size: 11px;
    color: #fff;
    font-family: 'raleway-bold', sans-serif;
  }
  .head__mobile .header .auth__login a:hover {
    text-decoration: underline;
  }
}
.head__mobile .sticky-header {
  top: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  position: sticky;
  position: -webkit-sticky;
  background-color: #eceff5;
}
.head__mobile .sticky-header .adblock {
  max-height: 50px;
  line-height: 0;
  overflow: hidden;
}
.head__mobile .header__nav {
  background-color: #fff;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__nav {
    background-color: #fff;
    margin: 0;
    position: relative;
  }
  .head__mobile .header__nav:after {
    content: '';
    width: 8px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(
      to right,
      rgba(164, 164, 164, 0) 0%,
      rgba(164, 164, 164, 0.2) 50%,
      rgba(164, 164, 164, 0.8) 100%
    );
  }
}
.head__mobile .header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .head__mobile .header__nav ul {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__nav ul {
    text-align: justify;
    padding: 0 8px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.head__mobile .header__nav ul > li {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .head__mobile .header__nav ul > li {
    flex: 0 1 auto;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__nav ul > li {
    height: 43px;
    text-align: center;
    margin-right: 20px;
  }
}
.head__mobile .header__nav ul > li a {
  position: relative;
  text-decoration: none;
  color: #212121;
  font-size: 13px;
  padding: 13px 12px;
  display: block;
}
@media (min-width: 768px) {
  .head__mobile .header__nav ul > li a {
    font-weight: 400;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__nav ul > li a {
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(33, 33, 32, 0.5);
    text-transform: uppercase;
    font-family: 'raleway-bold', sans-serif;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 5px;
  }
}
.head__mobile .header__nav ul > li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  opacity: 0;
  height: 3px;
  background-color: #2cb6dc;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.head__mobile .header__nav ul > li a.is-active {
  color: #000;
}
@media (min-width: size) {
  .head__mobile .header__nav ul > li a.is-active {
    color: #212120;
  }
}
.head__mobile .header__nav ul > li a.is-active:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .head__mobile .header__nav ul > li:hover a {
    color: #000;
  }
  .head__mobile .header__nav ul > li:hover a:after {
    opacity: 1;
  }
}
.head__mobile .auth__subscribe > a {
  font-size: 15px;
  background-color: #2cb6dc;
  color: #fff;
  font-family: 'raleway-bold', sans-serif;
  padding: 0 24px;
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: auto;
  text-align: center;
  padding: 0 16px;
  font-family: 'raleway-bold', sans-serif;
  font-size: 12px;
}
.head__mobile .auth__subscribe > a:hover,
.head__mobile .auth__subscribe > a:focus,
.head__mobile .auth__subscribe > a:active {
  background-color: #1e96b7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.head__mobile .auth__subscribe > a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.head__mobile .header .auth__subscribe > a {
  font-size: 14px;
}
.head__mobile .header__logo img {
  height: 40px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__logo img {
    height: 22px;
    min-height: 22px;
  }
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header {
    background-color: #212121;
    color: #fff;
  }
  .head__mobile .header .auth {
    align-items: center;
    display: flex;
  }
  .head__mobile .header .auth__subscribe a {
    font-family: 'raleway-regular', sans-serif;
    font-size: 12px;
    line-height: 26px;
    vertical-align: middle;
    padding: 0 16px;
  }
  .head__mobile .header .auth__subscribe a span {
    font-weight: unset;
  }
  .head__mobile .header .auth__login {
    margin-left: 16px !important;
  }
  .head__mobile .header .auth__login a {
    font-family: 'raleway-bold', sans-serif;
    font-size: 12px;
    line-height: 32px;
    vertical-align: middle;
    height: 32px;
  }
  .head__mobile .header .auth__login a span {
    font-weight: unset;
  }
  .head__mobile .header__content {
    text-align: right;
  }
}
@media (min-width: 10px) and (max-width: 340px) {
  .head__mobile .header__content .auth li a {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
  }
  .head__mobile .header__content .auth__login {
    margin-left: 6px !important;
  }
  .head__mobile .header__content .auth__subscribe a {
    padding: 0 10px;
  }
}
.head__mobile .header__nav ul {
  justify-content: space-between;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__nav ul {
    padding: 0 !important;
  }
}
.head__mobile .header__nav ul > li a {
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  padding: 13px 16px;
  font-family: 'raleway-bold', sans-serif;
}
.head__mobile .header__nav ul > li a:after {
  background-color: #ff3266;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .header__nav ul > li {
    margin: 0 !important;
  }
  .head__mobile .header__nav ul > li a {
    font-size: 10px !important;
    padding: 13px 16px !important;
    letter-spacing: 1px;
  }
}

.head__mobile .weather-widget {
  display: flex;
  align-items: center;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget {
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
  }
}
.head__mobile .weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__image {
    width: 18px;
    height: 18px;
    order: 2;
    outline: 0;
  }
}
.head__mobile .weather-widget--locked {
  margin-left: 8px;
  min-width: 190px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget--locked {
    margin-left: 0;
    min-width: 50px;
    display: inline-block;
    vertical-align: middle;
  }
}
.head__mobile .weather-widget--locked .weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 26px;
  order: 1;
}
.head__mobile .weather-widget--locked .weather-widget__image:after {
  content: '';
  width: 40px;
  height: 26px;
  display: block;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  background-image: url('/img/icon-weather-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.head__mobile .weather-widget--locked .weather-widget__data {
  align-self: flex-start;
  text-align: left;
  order: 2;
}
.head__mobile .weather-widget__data {
  border-left: 1px solid rgba(74, 74, 74, 0.1);
  margin-left: 8px;
  padding: 2px 0 2px 8px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__data {
    border-left: none;
    margin-left: 0;
    padding: 0;
    order: 1;
    text-align: right;
    align-self: flex-end;
  }
}
.head__mobile .weather-widget__data--city {
  font-size: 13px;
  color: #212120;
  font-family: 'raleway-bold', sans-serif;
  display: block;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__data--city {
    font-size: 8px;
    color: rgba(33, 33, 32, 0.6);
  }
}
.head__mobile .weather-widget__data {
  border-left: 1px solid rgba(33, 33, 32, 0.3) !important;
  padding: 0 0 0 12px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__data {
    text-align: center;
    border-left: none !important;
  }
}
.head__mobile .weather-widget__data--city {
  font-family: 'raleway-regular', sans-serif;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__data--city {
    color: #fff;
  }
}
.head__mobile .weather-widget__image:after {
  width: 36px;
}
@media (min-width: 10px) and (max-width: 768px) {
  .head__mobile .weather-widget__image {
    margin: auto;
  }
  .head__mobile .weather-widget__image:after {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    height: 24px;
  }
}
.head__mobile .weather-widget--locked {
  margin-left: 8px;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: 'raleway-bold';
  src: url('/fonts/raleway-bold-webfont.woff2') format('woff2'), url('/fonts/raleway-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway-regular';
  src: url('/fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('/fonts/raleway-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.head__top {
  display: none;
}

.container {
  max-width: 1100px;
}

.head__mobile {
  display: none;
}

@media (min-width: 1024px) {
  .loyout {
    display: grid;
    grid-template-columns: auto 300px;
    gap: 20px;
  }

  .text {
    box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16),
      0 0 2px 0 rgba(141, 141, 148, 0.12);
    display: inline-flex;
    flex-direction: column;
    position: relative;
    padding: 14px;
  }
  .head__top {
    display: block;
  }
}

@media (max-width: 800px) {
  .head__pc {
    display: none;
  }
  .head__mobile {
    display: block;
  }
  .news {
    display: none;
  }
}
