@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth;
}
#form {
  scroll-margin-top: 100px;
}
.feed .bannerFocus:focus-visible .winterOlympicsBrandBannerLogo {
  outline: 2px dashed #fff;
  outline-offset: 8px;
}

.feed .story {
  color: #222;
  font-size: 1rem;
  line-height: 150%;
}

.feed .story h2 {
  font-size: 1.625rem;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .feed .story h2 {
    font-size: 1.5rem;
  }
}

.feed .story p {
  margin-bottom: 28px;
  margin-top: 0;
}

.feed .story a {
  border-bottom: 1px solid #d8d8d8;
  color: #0550c8;
  text-decoration: none;
  transition: background-color 0.25s linear;
}

.feed .story a:focus,
.feed .story a:hover {
  background-color: #d8d8d8;
}

.feed .story .image {
  display: block;
  line-height: 0;
  position: relative;
}

.feed .story .image .placeholder {
  margin-bottom: 1rem;
}

.feed .story table {
  background-color: #eaeaea;
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb;
  font-size: 0.857em;
}

.feed .story td {
  padding: 0.25rem;
}

@media (max-width: 640px) {
  .feed .story {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .feed .story p {
    margin-bottom: 28px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .feed .story {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .feed .story p {
    margin-bottom: 32px;
  }
}

.feed .verticalCardList.cardList {
  margin-top: 1rem;
}

.feed .verticalCardList.cardList .contentList .contentListCards {
  margin-left: 0;
  margin-right: 0;
}

.feed .verticalCardList.cardList .contentList .contentListCards .card {
  margin: 0;
}

.feed .verticalCardList.cardList .contentList .contentListCards .card:hover {
  z-index: 50;
}

.feed
  .verticalCardList.cardList
  .contentList
  .contentListCards
  .card:not(:first-child) {
  border-top: none;
}

.feed .trendingList {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;
  font-family: Open Sans, sans-serif;
  list-style: none;
  padding: 0;
}

.feed .trendingList-sidebar {
  margin-bottom: 1rem;
}

.feed .trendingList-sidebar .trendingList .listDisplay,
.feed .trendingList-sidebar .trendingList .verticalCardList {
  margin-top: 0;
  width: 100%;
}

.feed .toggleSwitch input:not(:checked):hover + label {
  cursor: pointer;
  text-decoration: underline;
}

.feed .toggleSwitch input:not(:checked) + label {
  z-index: 1;
}

.feed .toggleSwitch input:first-of-type:not(:checked) ~ .visualSwitch .knob {
  left: 1.7em;
}
.feed .olympicSportsList .sportsName:not(:disabled):focus-within,
.feed .olympicSportsList .sportsName:not(:disabled):hover {
  outline: 3px solid #0550c8;
}

.feed .newsTheme .card:focus,
.feed .newsTheme .card:hover {
  box-shadow: 0 0 0 3px #e60505;
}

.feed .newsTheme .card .headline {
  font-family: Stag Medium, Trebuchet;
  font-weight: 300;
}

.feed .newsTheme .card.cardDiscovery .contentWrapper .headline {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.feed .newsTheme .card.cardDiscovery:hover {
  box-shadow: none;
}

.feed .newsTheme .detail .detailHeadline {
  font-family: Stag Medium, Trebuchet;
  font-weight: 300;
}

@media print {
  .feed .appContainer .comments,
  .feed .appContainer .viafoura {
    display: none;
  }
}

.heading-CuIgF {
  display: flex;
  flex: 1;
}

.title-reUIw {
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
  margin-bottom: 0.5em;
  padding: 0;
  text-transform: uppercase;
}

.comments-qSzEf .title-reUIw {
  margin-top: 11px;
}

.filter .checkbox:focus:not(:focus-visible) {
  outline: none;
}

.detail-link-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}

.detail-link-label a {
  color: #757575;
  text-decoration: none;
}

.detail-link-label a:hover {
  text-decoration: underline;
}

.detail-link-label span {
  font-size: 1rem;
}

.engagement-widgets {
  align-items: center;
  display: flex;
  height: 46px;
}

.engagement-widgets .share {
  margin-right: 18px;
  min-width: 206px;
}

@media (max-width: 749px) {
  .engagement-widgets .share {
    min-width: 160px;
  }
}
.form_message {
  display: block;
  border-radius: 10px;
  padding: 20px;
  color: #0d0c0c;
  margin-top: 15px;
}
.form_message.error {
  background-color: #ffd4d4;
  border: 2px dashed #ce0909;
}
.form_message.error:not(.active) {
  display: none;
}
.iti__flag-container {
  height: 40px;
}

.fb--container label {
  cursor: pointer;
  color: #666;
  font-weight: 700;
  vertical-align: middle;
}

.fb--container label input {
  font-weight: 400;
}

.fb--container textarea {
  max-width: 100%;
}

.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container button {
  margin: 0;
}

.fb--container a:hover {
  text-decoration: underline;
}

.fb--container img {
  border: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._42fr {
  cursor: default;
}

.fb--container .lfloat {
  float: left;
}

.fb--container .rfloat {
  float: right;
}

.fb--container .fss {
  font-size: 9px;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container .fcg {
  color: #90949c;
}

.fb--container a._p {
  display: block;
}

.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

.fb--container ._4jy0::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}

.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}

.fb--container ._517h:hover {
  background-color: #e9ebee;
}

.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}

.fb--container ._4jy1 {
  color: #fff;
}

.fb--container ._4jy1 {
  background-color: #4267b2;
  border-color: #4267b2;
}

.fb--container ._4jy1:hover {
  background-color: #365899;
  border-color: #365899;
}

.fb--container ._4jy1:active {
  background-color: #29487d;
  border-color: #29487d;
}

.fb--container ._4jy1._42fr {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
}

.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}

.fb--container ._50f3 {
  font-size: 12px;
  line-height: 16px;
}

.fb--container ._50f7 {
  font-weight: 700;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._51mz {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0;
}

.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0;
}

.fb--container ._51mz ._51mw {
  padding-right: 0;
}

.fb--container ._51mz ._51m-:first-child {
  padding-left: 0;
}

.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}

.fb--container ._8r {
  margin-right: 5px;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container ._6a {
  display: inline-block;
}

.fb--container ._6b {
  vertical-align: middle;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf {
  float: right;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container ._3-96 {
  margin-bottom: 12px;
}

.fb--container ._3-99 {
  margin-left: 4px;
}

.fb--container ._2ph- {
  padding: 8px;
}

.fb--container ._2pi3 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}

.fb--container ._2pis {
  padding-left: 8px;
}

.fb--container .sp_Zf93eLkohoS {
  display: inline-block;
  height: 12px;
  width: 12px;
}

.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
  width: 14px;
  height: 14px;
  background-position: -19px -182px;
}

.fb--container ._2agf {
  word-wrap: normal;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container a.uiLinkSubtle {
  color: #90949c;
}

.fb--container .uiInputLabel {
  position: relative;
}

.fb--container .uiInputLabelInput {
  margin: 0;
  padding: 0;
  position: absolute;
}

.fb--container .UFIInputContainer {
  position: relative;
}

.fb--container .UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}

.fb--container .UFICommentActorName {
  font-weight: 700;
}

.fb--container ._5v47 {
  display: inline;
  white-space: nowrap;
}

.fb--container ._5uzb {
  padding-right: 3px;
}

.fb--container .sp_-J_-HgF_hOz {
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
  width: 13px;
  height: 15px;
  background-position: 0 -713px;
}

.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
  width: 12px;
  height: 12px;
  background-position: -365px -220px;
}

.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}

.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
}

.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._2vq9 a {
  color: #4267b2;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
  color: #90949c;
}

.fb--container ._4iy4 {
  bottom: -2px;
  position: relative;
}

.fb--container ._4q1v {
  color: #90949c;
  display: inline;
}

.fb--container ._4q1v a {
  color: #90949c;
}

.fb--container ._5mdd {
  word-wrap: break-word;
}

.fb--container ._5mdd ._5v47 {
  font-size: 14px;
}

.fb--container ._5mdd a {
  color: #4267b2;
}

.fb--container ._2392 {
  margin-bottom: 24px;
}

.fb--container ._4uyl ._1cb {
  border: 1px solid #d3d6db;
  word-wrap: break-word;
}

.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}

.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}

.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}

.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}

.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
  font-size: 14px;
  white-space: normal;
}

.fb--container ._4uym {
  border-width: 0 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #d3d6db;
  border-bottom-color: #d3d6db;
  border-left-color: #d3d6db;
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
}

.fb--container ._1u0n {
  line-height: 24px;
}

.fb--container ._5lm5 {
  border-top: 1px solid #e9ebee;
  font-size: 11px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

.fb--container ._1cj {
  height: 36px;
  width: 36px;
}

.fb--container ._5yct {
  background-color: #f6f7f9;
  color: #365899;
}

.fb--container ._55sg {
  vertical-align: baseline;
}

.fb--container ._kv1 {
  position: relative;
}

.fb--container .uiInputLabelInput._kv1 {
  position: absolute;
}
.feed .detail.detailBody .withFlex {
  display: block;
}
* {
  box-sizing: border-box;
}

.form {
  margin: 0 auto;
  border-radius: 12px;
  max-width: 450px;
  padding: 32px 24px;
  background-color: #eff8fe;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.form__title {
  margin-bottom: 24px;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.form-send {
  padding: 16px !important;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
  background: #fff;
}

.form-block {
  display: block;
  width: 100%;
  margin: 15px 0;
}

.form-block input {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
}

.form-block input:focus {
  border: 1px solid #b1b1b1;
  outline: 1px solid #b1b1b1;
}

.send-btn {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
  font-weight: 900;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Lato, sans-serif;
  overflow-x: hidden;
}
.flag {
  width: 20%;
}
td {
  width: 20%;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
p {
  margin: 0;
}

.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}
.top__list .item .place {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}
.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}
.progress__info {
  font-size: 16px;
}
.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}
.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}
.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}
.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  box-shadow: none;
}
.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: green;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: 2s linear infinite progress-bar-stripes;
  transition: 0.8s ease-out;
  background-repeat: repeat;
}
@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
  .top__list .item .place__name {
    margin-left: 20px;
  }
  .top__list .item .progress {
    margin-left: 10px;
  }
  .progress__info {
    font-size: 16px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0;
  }
}

.progress {
  width: 100%;
  height: 45px;
}
/* mixin vendorPrefixed */
/* mixin demodeBorder */

/* .intgrtn-contact-request-messages-holder */
@media (max-width: 991px) {
  /* .intgrtn-contact-request-messages-holder */
}

/* media 991 - 767px */
@media (max-width: 767px) {
  /* .intgrtn-contact-request-messages-holder */
}

/* media 767px - 0px */

/* .intgrtn-area-flags-holder */
/* ============ flags sprite ================ */

/*#region name */

/*#endregion */

:root {
  --root-width: 100%;
  --root-max-width: none;
  --root-padding-left: 32px;
  --root-padding-top: 32px;
  --root-padding-right: 32px;
  --root-padding-bottom: 32px;
  --root-overflow: hidden;
  --root-bg: rgba(255, 255, 255, 1);
  --root-color: rgba(15, 15, 15, 1);
  --button-primary-bg: rgba(15, 15, 15, 1);
  --button-primary-hover-bg: rgba(28, 28, 28, 1);
  --button-primary-color: rgba(15, 15, 15, 1);
  --button-secondary-bg: rgba(230, 230, 230, 1);
  --button-secondary-hover-bg: rgba(217, 217, 217, 1);
  --button-secondary-color: rgba(15, 15, 15, 1);
  --button-normal-bg: rgba(15, 15, 15, 0.05);
  --button-normal-color: rgba(15, 15, 15, 1);
  --input-bg: rgba(15, 15, 15, 0.05);
  --input-color: rgba(15, 15, 15, 1);
  --input-placeholder-color: rgba(15, 15, 15, 0.5);
  --icon-close: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M1.458 1.458l21.084 21.084m0-21.084L1.458 22.542" /></svg>');
  --icon-back: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 11" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path d="M1 5.5h15M5.5.55L.55 5.5l4.95 4.95" /></svg>');
  --icon-caret: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path fill="none" d="M1 3.95L5.95 8.9l4.95-4.95" /></svg>');
  --icon-arrow: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><path fill="none" d="M1 3.95L5.95 8.9l4.95-4.95" /></svg>');
  --icon-checkmark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="rgba(15,15,15,1)" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="none" d="M2.11 5.56l2.83 2.83 4.95-4.95" /></svg>');
}
@font-face {
  font-family: emoji;
  src: local("Apple Color Emoji"), local("Android Emoji"), local("Segoe UI"),
    local(EmojiSymbols), local(Symbola);
  unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF;
}
.form_message {
  display: block;
  border-radius: 10px;
  padding: 20px;
  color: #0d0c0c;
  margin-top: 15px;
}
.form_message.error {
  background-color: #ffd4d4;
  border: 2px dashed #ce0909;
}
.form_message.error:not(.active) {
  display: none;
}
.iti__flag-container {
  height: 40px;
}

/* Базовые стили для копии сайта */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}

form {
  position: relative;
}

form button[type="submit"] {
  margin-top: 15px;
}

@font-face {
  font-weight: normal;
  font-family: "viafoura";
  font-style: normal;
  font-display: swap;
}

.viafoura {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

.viafoura ul {
  margin: 0;
  padding: 0;
}

.viafoura ul {
  list-style-type: none;
}

.viafoura a {
  border-width: 0;
}

.viafoura a:hover,
.viafoura a:active {
  outline: 0;
}

.viafoura img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.viafoura div {
  margin: 0;
  padding: 0;
}

.viafoura {
  --background-color: var(--default-color, #ffffff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000000);
  background-color: #fff;
  background-color: var(--background-color, #ffffff);
}

.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000000);
  font-family: Roboto, sans-serif;
  font-family: var(--primary-font, Roboto, sans-serif);
  font-weight: 400;
  font-size: 87.5%;
  line-height: 1.3;
}

.viafoura a {
  cursor: pointer;
}

.viafoura div,
.viafoura a {
  word-wrap: break-word;
  word-break: break-word;
}

.viafoura img {
  border: 0;
}

.viafoura ul {
  width: auto;
  margin: 0;
  padding: 0;
}

.viafoura ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background-image: none;
}

.viafoura a {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
  text-decoration: none;
}

.viafoura a:hover,
.viafoura a:focus,
.viafoura a:active {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
  text-decoration: underline;
}

.viafoura a:visited {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

/* Skeleton Renderer styles */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
form {
  position: relative;
}

form button[type="submit"] {
  margin-top: 15px;
}

@font-face {
  font-weight: normal;
  font-family: "viafoura";
  font-style: normal;
  font-display: swap;
}

.viafoura {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

.viafoura ul {
  margin: 0;
  padding: 0;
}

.viafoura ul {
  list-style-type: none;
}

.viafoura a {
  border-width: 0;
}

.viafoura a:hover,
.viafoura a:active {
  outline: 0;
}

.viafoura img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.viafoura div {
  margin: 0;
  padding: 0;
}

.viafoura {
  --background-color: var(--default-color, #ffffff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000000);
  background-color: #fff;
  background-color: var(--background-color, #ffffff);
}

.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000000);
  font-family: Roboto, sans-serif;
  font-family: var(--primary-font, Roboto, sans-serif);
  font-weight: 400;
  font-size: 87.5%;
  line-height: 1.3;
}

.viafoura a {
  cursor: pointer;
}

.viafoura div,
.viafoura a {
  word-wrap: break-word;
  word-break: break-word;
}

.viafoura img {
  border: 0;
}

.viafoura ul {
  width: auto;
  margin: 0;
  padding: 0;
}

.viafoura ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background-image: none;
}

.viafoura a {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
  text-decoration: none;
}

.viafoura a:hover,
.viafoura a:focus,
.viafoura a:active {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
  text-decoration: underline;
}

.viafoura a:visited {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}
/* Skeleton Renderer styles */

.a11y {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.hydrated {
  visibility: inherit;
}

.viafoura {
  --base-font-size: 0.625rem;
}

.butt2 {
  border: none;
  cursor: pointer;

  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background-color: #c61515f2;
  height: 53px;
  max-width: 564px;
  width: 100%;
  border-radius: 20px;
  text-decoration: none !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 38px;
  position: relative;
  transition: 0.2s all ease-in-out;
  box-shadow: 10px 5px 5px rgba(134, 134, 134, 0.364);
}

.butt2 .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}

.butt2:hover {
  transform: scale(1.1);
  box-shadow: 2px 2px 2px rgba(134, 134, 134, 0.364);
}

/* Стили для intl-tel-input */
.iti {
  width: 100%;
}
body {
  position: relative;
}

.viafoura .vf-post-name-button[data-v-4e4981a6]:not(:hover):not(:focus) {
  color: #000;
  color: var(--dark-text-on-background-color, #000000);
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider {
  border-color: #0074e8;
  border-color: var(--accent-color, #0074e8);
  background-color: #0074e8;
  background-color: var(--accent-color, #0074e8);
}

.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider::before {
  background-color: #fff;
  background-color: var(--background-color, #ffffff);
  right: -12px;
  transform: translateX(5px);
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
:root {
  --swiper-navigation-size: 44px;
}
:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
  --global-base-unit: 0.5rem;
  --font-family-default: "Arial size-adjust", Arial, sans-serif;
  --font-family-primary: "Inter", var(--font-family-default);
  --font-12: 0.75rem;
  --font-14: 0.875rem;
  --font-16: 1rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 900;
  --transition: all 190ms ease-in-out 0ms;
  --z-index-poool-medium: 10010;
  --z-index-header: 9997;
  --z-index-poool: 999;
  --z-index-leaderboard-wallpaper-ad: 998;
  --z-index-header-sidebar: 2;
  --z-index-default: 1;
  --z-index-header-breaking-news: -1;
  --color-white: #fff;
  --color-black: #000;
  --color-primary-neon-blue: #0172f0;
  --color-primary-neon-blue-hover: #0172f099;
  --color-primary-main-blue: #005587;
  --color-primary-dark-blue: #002e44;
  --color-dark-blue: #002e44;
  --color-secondary-dark: #0a212f;
  --color-grey-1: #f2f6f7;
  --color-grey-2: #e6eaeb;
  --color-grey-3: #d7dadb;
  --color-grey-4: #dce4e7;
  --color-grey-5: #abadae;
  --color-grey-6: #8e9090;
  --color-grey-7: #7c7d7d;
  --color-grey-8: #666767;
  --color-grey-9: #515252;
  --color-grey-10: #404141;
  --color-grey-12: #1a1b1b;
  --color-red-alert: #ed0e05;
  --color-red-alert-hover: #f9b2af;
  --color-red-alert-light: #fe5640;
  --color-red-breaking-news-bg-color: #fcdbda;
  --color-sidebar-component-bg: #0172f008;
  --color-vertical-business-main: #859fbe;
  --color-vertical-business-secondary: #376395;
  --color-vertical-culture-main: #b0339a;
  --color-vertical-culture-secondary: #6905ff;
  --color-vertical-green-main: #31c87c;
  --color-vertical-green-secondary: #3c74c0;
  --color-vertical-health-main: #26dbcd;
  --color-vertical-health-secondary: #07024e;
  --color-vertical-my-europe-main: #0080f7;
  --color-vertical-next-main: #ffb200;
  --color-vertical-next-secondary: #0c707f;
  --color-vertical-travel-main: #ff855c;
  --color-vertical-travel-secondary: #d93e25;
  --color-default-breadcrumb: #7c7d7d;
}
.helper-site-container {
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 1280px;
}
.helper-site-row {
  padding-inline-end: 16px;
  padding-inline-start: 16px;
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .helper-site-row {
    padding-inline-end: 40px;
    padding-inline-start: 40px;
  }
}
html {
  box-sizing: border-box;
  touch-action: manipulation;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  font-size: 1.125rem;
  height: auto;
  line-height: 1.2;
  margin: 0;
  position: relative;
}
a {
  color: #1a1b1b;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  fill: #0172f0;
}
a:hover,
a:hover:before {
  color: #0172f0;
}
button {
  appearance: none;
  background-color: initial;
  border: 0;
  line-height: 1;
  padding: 0;
}
div {
  background-repeat: no-repeat;
}
figure {
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2;
  margin-block: 0;
  text-rendering: optimizeLegibility;
}
h1,
h2 {
  font-weight: 900;
}
h3,
h4,
h5 {
  font-weight: 700;
}
img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
[type="email"],
[type="search"],
[type="tel"],
[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d7dadb;
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: #005587;
  display: block;
  font-family: Inter, Arial size-adjust, Arial, sans-serif;
  font-size: 0.875rem;
  height: 40px;
  padding: 0.5rem;
  transition: border-color 0.3s ease-in-out;
  width: 100%;
}
[type="email"]:focus,
[type="email"]:hover,
[type="search"]:focus,
[type="search"]:hover,
[type="tel"]:focus,
[type="tel"]:hover,
[type="text"]:focus,
[type="text"]:hover {
  border-color: #0172f0;
  outline: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration,
[type="search"]:focus::-webkit-search-cancel-button,
[type="search"]:focus::-webkit-search-decoration,
[type="search"]:focus::-webkit-search-results-button,
[type="search"]:focus::-webkit-search-results-decoration {
  display: none;
}
label {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
ol,
ul {
  line-height: 1.2;
}
ul {
  list-style-type: none;
  margin-block: 0;
  padding-inline-start: 0;
}
p {
  line-height: 1.6;
  margin-block: 0;
  text-rendering: optimizeLegibility;
}
table {
  background-color: #fff;
  font-size: 0.8125rem;
  width: 100%;
}
tbody {
  border-left: 1px solid #d7dadb;
}
tbody {
  border-right: 1px solid #d7dadb;
}
tbody tr:nth-child(2n) {
  background-color: #f2f2f2;
}
tbody td {
  border-bottom: 1px solid #d7dadb;
}
td {
  font-weight: 400;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 48em) {
  td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body:has(#c-burger-button-checkbox:checked) .c-poool-modal {
  z-index: var(--z-index-poool);
}
.o-section--fullwidth {
  margin: 0 auto;
  max-width: 100%;
}

.c-footer-sitemap__follow-socials .c-social-share {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.c-social-share {
  padding: 0 0 1rem;
}
@media screen and (min-width: 48em) {
  .c-social-share {
    display: flex;
    flex-direction: row;
  }
}
.c-social-share__item {
  transform: scale(1);
  transition: transform 0.2s linear;
}
.c-social-share__item:focus,
.c-social-share__item:hover {
  transform: scale(1.1);
  z-index: 999;
}
.c-social-share__item--dailymotion {
  background-color: #2e62ac;
}
.c-social-share__item--facebook {
  background-color: #3b5998;
}
.c-social-share__item--flipboard {
  background-color: #e12828;
}
.c-social-share__item--linkedin {
  background-color: #007bb6;
}
.c-social-share__item--instagram {
  background-color: #6f4641;
}
.c-social-share__item--twitter {
  background-color: #00aced;
}
.c-social-share__item--vk {
  background-color: #4b74a2;
}
.c-social-share__item--youtube {
  background-color: #e02418;
}
.c-social-share__item a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-tag {
  background-color: var(--c-tag-bg-color);
  border: 2px solid var(--c-tag-border-color);
  border-radius: 50rem;
  color: var(--c-tag-color);
  line-height: normal;
}
.c-tag:focus,
.c-tag:hover {
  background-color: var(--c-tag-bg-color-hover);
  color: var(--c-tag-color-hover);
}
.c-breaking-news:has(.c-breaking-news__list:empty) {
  display: none;
}
[id^="c-breaking-news-"]:has(> input:checked),
[id^="c-breaking-news-"]:has(> input:checked) .c-breaking-news__value {
  opacity: 1;
}
[id^="c-breaking-news-"]:has(> input:not(:checked)) {
  display: block;
  height: 0;
  pointer-events: none;
  user-select: none;
  width: 0;
}
:root {
  --ad-wallpaper-background-image: "";
  --ad-wallpaper-background-color: var(--color-white);
  --ad-wallpaper-margin-top: 0;
}
@supports (top: 50lvh) {
}
body {
  --vertical-main-color: rgb(var(--vertical-main-color-raw));
  --vertical-secondary-color: rgb(var(--vertical-secondary-color-raw));
  --vertical-link-color: rgb(var(--vertical-link-color-raw));
  --vertical-main-gradient-01: rgb(var(--vertical-main-gradient-01-raw));
  --vertical-main-gradient-02: rgb(var(--vertical-main-gradient-02-raw));
  --vertical-link-hover-color: var(--vertical-main-color);
  --b-augmented-banner-header-bg-color: var(--vertical-main-color);
  --btn-bg-color: var(--vertical-main-color);
  --btn-bg-color-hover: var(--vertical-secondary-color);
  --btn-bg-color-alt: var(--vertical-link-color);
  --btn-border-color-hover: $black;
  --btn-color: $black;
  --btn-color-hover: var(--btn-color);
  --btn-video-bg: var(--vertical-main-color);
  --btn-gallery-bg: var(--vertical-main-color);
  --burger-btn-bg-color: var(--vertical-main-color);
  --c-error-page-bg-gradient-01: var(--vertical-main-gradient-01);
  --c-error-page-bg-gradient-02: var(--vertical-main-gradient-02);
  --c-pullquote-before-bg-color: var(--vertical-main-color);
  --c-tag-bg-color: #fff;
  --c-tag-bg-color-hover: var(--vertical-link-color);
  --c-tag-border-color: var(--vertical-link-color);
  --c-tag-color: var(--vertical-link-color);
  --hightlighted-item-color: var(--vertical-main-color);
  --label-color: var(--vertical-link-color);
  --label-color-hover: var(--vertical-main-color);
  --link-color: var(--vertical-link-color);
  --link-color-hover: var(--vertical-secondary-color);
  --link-style-1-section-white-color-hover: var(--vertical-main-color);
  --link-style-1-color: var(--vertical-link-color);
  --link-style-1-color-hover: var(--vertical-link-hover-color);
  --m-mode-5-border-color: var(--vertical-main-color);
  --swiper-button-title-color: var(--vertical-main-color);
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
}
a:focus,
a:hover {
  fill: var(--vertical-main-color);
}
a:focus,
a:focus:before,
a:hover,
a:hover:before {
  color: var(--vertical-main-color);
}
.row {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}
.row:after,
.row:before {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.row:after {
  clear: both;
}
.c-photo-gallery__btn_control:focus-visible {
  outline: none;
}

.u-bg-grey4 {
  background-color: #dce4e7;
}
.u-bg-hover-neon-blue:focus,
.u-bg-hover-neon-blue:hover {
  background-color: #0172f0;
}
.u-color--black {
  color: #1a1b1b;
}
.u-color-hover-white:hover {
  color: #fff;
}
.u-color-hover-white:focus,
.u-color-hover-white:hover {
  color: #fff;
}
.u-position-relative {
  position: relative;
}
@supports not (aspect-ratio: 16/9) {
}
.u-margin-bottom-1 {
  margin-bottom: 0.5rem !important;
}
.u-margin-left-2 {
  margin-left: 1rem !important;
}
.u-margin-right-2 {
  margin-right: 1rem !important;
}
.u-margin-start-1 {
  margin-left: 0.5rem !important;
}
.u-padding-start-1 {
  padding-inline-start: 0.5rem;
}
.u-padding-x-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.u-padding-y-1 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.u-margin-y-2 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
@media screen and (min-width: 48em) {
  .u-margin-y-medium-4 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
}
.u-text-align--center {
  text-align: center;
}
.u-font-size-14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 47.9375em) {
  .u-show-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em) {
  .u-hide-for-small-only {
    display: none !important;
  }
}
.u-display-none {
  display: none;
}
.u-me-1 {
  margin-inline-end: 0.5rem;
}
.u-chevron-ie-a:after {
  --_chevron-color: var(--u-chevron-color, inherit);
  --_chevron-border-w: var(--u-chevron-border-w, 2px);
  --_chevron-size: var(--u-chevron-size, 10px);
  border-color: var(--_chevron-color);
  border-style: solid;
  border-width: var(--_chevron-border-w) var(--_chevron-border-w) 0 0;
  content: "";
  display: inline-block;
  height: var(--_chevron-size);
  position: relative;
  transition: var(--transition);
  width: var(--_chevron-size);
}
.u-chevron-ie-a:after {
  transform: rotate(45deg);
}
:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
  --global-base-unit: 0.5rem;
  --font-family-default: "Arial size-adjust", Arial, sans-serif;
  --font-family-primary: "Inter", var(--font-family-default);
  --font-12: 0.75rem;
  --font-14: 0.875rem;
  --font-16: 1rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 900;
  --transition: all 190ms ease-in-out 0ms;
  --z-index-poool-medium: 10010;
  --z-index-header: 9997;
  --z-index-poool: 999;
  --z-index-leaderboard-wallpaper-ad: 998;
  --z-index-header-sidebar: 2;
  --z-index-default: 1;
  --z-index-header-breaking-news: -1;
  --color-white: #fff;
  --color-black: #000;
  --color-primary-neon-blue: #0172f0;
  --color-primary-neon-blue-hover: #0172f099;
  --color-primary-main-blue: #005587;
  --color-primary-dark-blue: #002e44;
  --color-dark-blue: #002e44;
  --color-secondary-dark: #0a212f;
  --color-grey-1: #f2f6f7;
  --color-grey-2: #e6eaeb;
  --color-grey-3: #d7dadb;
  --color-grey-4: #dce4e7;
  --color-grey-5: #abadae;
  --color-grey-6: #8e9090;
  --color-grey-7: #7c7d7d;
  --color-grey-8: #666767;
  --color-grey-9: #515252;
  --color-grey-10: #404141;
  --color-grey-12: #1a1b1b;
  --color-red-alert: #ed0e05;
  --color-red-alert-hover: #f9b2af;
  --color-red-alert-light: #fe5640;
  --color-red-breaking-news-bg-color: #fcdbda;
  --color-sidebar-component-bg: #0172f008;
  --color-vertical-business-main: #859fbe;
  --color-vertical-business-secondary: #376395;
  --color-vertical-culture-main: #b0339a;
  --color-vertical-culture-secondary: #6905ff;
  --color-vertical-green-main: #31c87c;
  --color-vertical-green-secondary: #3c74c0;
  --color-vertical-health-main: #26dbcd;
  --color-vertical-health-secondary: #07024e;
  --color-vertical-my-europe-main: #0080f7;
  --color-vertical-next-main: #ffb200;
  --color-vertical-next-secondary: #0c707f;
  --color-vertical-travel-main: #ff855c;
  --color-vertical-travel-secondary: #d93e25;
  --color-default-breadcrumb: #7c7d7d;
}
.helper-site-container {
  margin-inline-end: auto;
  margin-inline-start: auto;
  max-width: 1280px;
}
.helper-site-row {
  padding-inline-end: 16px;
  padding-inline-start: 16px;
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .helper-site-row {
    padding-inline-end: 40px;
    padding-inline-start: 40px;
  }
}
html {
  box-sizing: border-box;
  touch-action: manipulation;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  font-size: 1.125rem;
  height: auto;
  line-height: 1.2;
  margin: 0;
  position: relative;
}
a {
  color: #1a1b1b;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  fill: #0172f0;
}
a:hover,
a:hover:before {
  color: #0172f0;
}
button {
  appearance: none;
  background-color: initial;
  border: 0;
  line-height: 1;
  padding: 0;
}
div {
  background-repeat: no-repeat;
}
figure {
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2;
  margin-block: 0;
  text-rendering: optimizeLegibility;
}
h1,
h2 {
  font-weight: 900;
}
h3,
h4,
h5 {
  font-weight: 700;
}
img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
[type="email"],
[type="search"],
[type="tel"],
[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d7dadb;
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: #005587;
  display: block;
  font-family: Inter, Arial size-adjust, Arial, sans-serif;
  font-size: 0.875rem;
  height: 40px;
  padding: 0.5rem;
  transition: border-color 0.3s ease-in-out;
  width: 100%;
}
[type="email"]:focus,
[type="email"]:hover,
[type="search"]:focus,
[type="search"]:hover,
[type="tel"]:focus,
[type="tel"]:hover,
[type="text"]:focus,
[type="text"]:hover {
  border-color: #0172f0;
  outline: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration,
[type="search"]:focus::-webkit-search-cancel-button,
[type="search"]:focus::-webkit-search-decoration,
[type="search"]:focus::-webkit-search-results-button,
[type="search"]:focus::-webkit-search-results-decoration {
  display: none;
}
label {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
ol,
ul {
  line-height: 1.2;
}
ul {
  list-style-type: none;
  margin-block: 0;
  padding-inline-start: 0;
}
p {
  line-height: 1.6;
  margin-block: 0;
  text-rendering: optimizeLegibility;
}
table {
  background-color: #fff;
  font-size: 0.8125rem;
  width: 100%;
}
tbody {
  border-left: 1px solid #d7dadb;
}
tbody {
  border-right: 1px solid #d7dadb;
}
tbody tr:nth-child(2n) {
  background-color: #f2f2f2;
}
tbody td {
  border-bottom: 1px solid #d7dadb;
}
td {
  font-weight: 400;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 48em) {
  td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.o-section--fullwidth {
  margin: 0 auto;
  max-width: 100%;
}
.o-template-footer {
  grid-column-gap: 0;
  grid-row-gap: 0;
  display: grid;
  grid-template-areas: "sitemap1" "sitemap2" "sitemap3" "socials";
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 48em) {
  .o-template-footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-areas: "sitemap1 sitemap2 sitemap3" "socials socials socials";
    grid-template-columns: repeat(3, 1fr);
    max-width: 35rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .o-template-footer {
    grid-template-areas: "sitemap1 sitemap2 sitemap3 socials socials socials";
    grid-template-columns: repeat(6, 1fr);
    max-width: 62.5rem;
  }
}
.o-template-footer__element-1 {
  grid-area: sitemap1;
}
.o-template-footer__element-2 {
  grid-area: sitemap2;
}
.o-template-footer__element-3 {
  grid-area: sitemap3;
}
.o-template-footer__element-4 {
  grid-area: socials;
}
@media screen and (min-width: 64em) {
  .o-template-footer__element-4 {
    margin-left: 5rem;
  }
}

.c-footer-sitemap__follow-socials .c-social-share {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.c-social-share {
  padding: 0 0 1rem;
}
@media screen and (min-width: 48em) {
  .c-social-share {
    display: flex;
    flex-direction: row;
  }
}
.c-social-share__item {
  transform: scale(1);
  transition: transform 0.2s linear;
}
.c-social-share__item:focus,
.c-social-share__item:hover {
  transform: scale(1.1);
  z-index: 999;
}
.c-social-share__item--dailymotion {
  background-color: #2e62ac;
}
.c-social-share__item--facebook {
  background-color: #3b5998;
}
.c-social-share__item--flipboard {
  background-color: #e12828;
}
.c-social-share__item--linkedin {
  background-color: #007bb6;
}
.c-social-share__item--instagram {
  background-color: #6f4641;
}
.c-social-share__item--twitter {
  background-color: #00aced;
}
.c-social-share__item--vk {
  background-color: #4b74a2;
}
.c-social-share__item--youtube {
  background-color: #e02418;
}
.c-social-share__item a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-tag {
  background-color: var(--c-tag-bg-color);
  border: 2px solid var(--c-tag-border-color);
  border-radius: 50rem;
  color: var(--c-tag-color);
  line-height: normal;
}
.c-tag:focus,
.c-tag:hover {
  background-color: var(--c-tag-bg-color-hover);
  color: var(--c-tag-color-hover);
}
:root {
  --ad-wallpaper-background-image: "";
  --ad-wallpaper-background-color: var(--color-white);
  --ad-wallpaper-margin-top: 0;
}
body:has(#c-burger-button-checkbox:checked) .c-poool-modal {
  z-index: var(--z-index-poool);
}
@supports (top: 50lvh) {
}
.row {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}
.row:after,
.row:before {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}
.row:after {
  clear: both;
}
.c-photo-gallery__btn_control:focus-visible {
  outline: none;
}
.u-bg-grey4 {
  background-color: #dce4e7;
}
.u-bg-hover-neon-blue:focus,
.u-bg-hover-neon-blue:hover {
  background-color: #0172f0;
}
.u-color--black {
  color: #1a1b1b;
}
.u-color-hover-white:hover {
  color: #fff;
}
.u-color-hover-white:focus,
.u-color-hover-white:hover {
  color: #fff;
}
.u-position-relative {
  position: relative;
}
@supports not (aspect-ratio: 16/9) {
}
.u-margin-bottom-1 {
  margin-bottom: 0.5rem !important;
}
.u-margin-left-2 {
  margin-left: 1rem !important;
}
.u-margin-right-2 {
  margin-right: 1rem !important;
}
.u-margin-start-1 {
  margin-left: 0.5rem !important;
}
.u-padding-start-1 {
  padding-inline-start: 0.5rem;
}
.u-padding-x-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.u-padding-y-1 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.u-margin-y-2 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
@media screen and (min-width: 48em) {
  .u-margin-y-medium-4 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
}
.u-text-align--center {
  text-align: center;
}
.u-font-size-14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 47.9375em) {
  .u-show-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em) {
  .u-hide-for-small-only {
    display: none !important;
  }
}
.u-display-none {
  display: none;
}
.u-me-1 {
  margin-inline-end: 0.5rem;
}
.u-chevron-ie-a:after {
  --_chevron-color: var(--u-chevron-color, inherit);
  --_chevron-border-w: var(--u-chevron-border-w, 2px);
  --_chevron-size: var(--u-chevron-size, 10px);
  border-color: var(--_chevron-color);
  border-style: solid;
  border-width: var(--_chevron-border-w) var(--_chevron-border-w) 0 0;
  content: "";
  display: inline-block;
  height: var(--_chevron-size);
  position: relative;
  transition: var(--transition);
  width: var(--_chevron-size);
}
.u-chevron-ie-a:after {
  transform: rotate(45deg);
}
.c-article-partage-commentaire-popup__content__embed__text:focus-visible {
  outline: none;
}

.viafoura .vf-share-bar {
  font-size: 0;
}

.viafoura .vf-share-bar li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.viafoura .vf-share-bar .vf-share-option:focus {
  outline-width: 1px;
  outline-style: dotted;
}

.viafoura .vf-share-bar {
  width: auto;
  line-height: initial;
}

.viafoura .vf-share-bar {
  margin: 0;
  padding: 5px 0 0;
  white-space: nowrap;
}

.viafoura .vf-share-bar li {
  margin: 0 10px;
  padding: 0;
}

.viafoura .vf-share-bar li:last-of-type,
.viafoura .vf-share-bar li.vf-share-option {
  margin-right: 0;
}

.viafoura .vf-share-bar[data-show-total="false"].vf-share-bar-default {
  padding-bottom: 5px;
}

.viafoura .vf-share-bar[data-show-total="false"] li:nth-last-child(-n + 1) {
  margin-right: 10px;
}

.viafoura .vf-share-bar {
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  border: none;
}

.viafoura .vf-share-bar::before {
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  display: inline-block;
}

.viafoura .vf-share-bar li {
  position: relative;
  top: -2px;
  text-align: center;
}

.viafoura .vf-share-bar .vf-share-option a {
  position: relative;
}

.viafoura
  .vf-share-bar.vf-share-bar-default[data-show-counters="false"]
  .vf-share-option
  a {
  top: 7px;
}

.viafoura
  .vf-share-bar.vf-share-bar-default[data-show-counters="false"][data-show-total="false"]
  .vf-share-option
  a {
  top: 0;
}

.viafoura .vf-share-bar.vf-share-bar-default [data-network="facebook"]:hover,
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:focus
  [data-network="facebook"],
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:active
  [data-network="facebook"] {
  color: #1e2e4f;
  background: none;
}

.viafoura .vf-share-bar.vf-share-bar-default [data-network="twitter"]:hover,
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:focus
  [data-network="twitter"],
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:active
  [data-network="twitter"] {
  color: #000;
  background: none;
}

.viafoura .vf-share-bar.vf-share-bar-default [data-network="linkedin"]:hover,
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:focus
  [data-network="linkedin"],
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:active
  [data-network="linkedin"] {
  color: #174162;
  background: none;
}

.viafoura .vf-share-bar.vf-share-bar-default [data-network="email"]:hover,
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:focus
  [data-network="email"],
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:active
  [data-network="email"] {
  color: #415e30;
  background: none;
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}

.viafoura .vf-share-bar a {
  transition: color 0.2s;
}

.viafoura .vf-share-bar a:hover {
  text-decoration: none;
}

.viafoura .vf-share-bar li {
  transition: color 0.2s;
}

.viafoura .vf-share-bar .vf-share-option:focus {
  outline-color: #9a9a9a;
}

.viafoura .vf-share-bar::before {
  content: "";
}

.viafoura .vf-share-bar li {
  font-size: 16px;
}

.viafoura .vf-share-bar.vf-share-bar-default [data-network="facebook"]:hover,
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:focus
  [data-network="facebook"],
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:active
  [data-network="facebook"] {
  color: #1e2e4f;
  background: none;
}

.viafoura .vf-share-bar.vf-share-bar-default [data-network="twitter"]:hover,
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:focus
  [data-network="twitter"],
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:active
  [data-network="twitter"] {
  color: #000;
  background: none;
}

.viafoura .vf-share-bar.vf-share-bar-default [data-network="linkedin"]:hover,
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:focus
  [data-network="linkedin"],
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:active
  [data-network="linkedin"] {
  color: #174162;
  background: none;
}

.viafoura .vf-share-bar.vf-share-bar-default [data-network="email"]:hover,
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:focus
  [data-network="email"],
.viafoura
  .vf-share-bar.vf-share-bar-default
  .vf-share-option:active
  [data-network="email"] {
  color: #415e30;
  background: none;
}
:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
}
:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
}
:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
}
.c-footer-sitemap__copyright,
.c-footer-sitemap__list-heading {
  --line-height: calc(var(--font-size, initial) + var(--global-base-unit) / 2);
  font-size: var(--font-size, initial);
  letter-spacing: var(--letter-spacing, -0.02em);
  line-height: var(--line-height);
}
.o-template-footer {
  grid-column-gap: 0;
  grid-row-gap: 0;
  display: grid;
  grid-template-areas: "sitemap1" "sitemap2" "sitemap3" "socials";
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 48em) {
  .o-template-footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-areas: "sitemap1 sitemap2 sitemap3" "socials socials socials";
    grid-template-columns: repeat(3, 1fr);
    max-width: 35rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .o-template-footer {
    grid-template-areas: "sitemap1 sitemap2 sitemap3 socials socials socials";
    grid-template-columns: repeat(6, 1fr);
    max-width: 62.5rem;
  }
}
.o-template-footer__element-1 {
  grid-area: sitemap1;
}
.o-template-footer__element-2 {
  grid-area: sitemap2;
}
.o-template-footer__element-3 {
  grid-area: sitemap3;
}
.o-template-footer__element-4 {
  grid-area: socials;
}
@media screen and (min-width: 64em) {
  .o-template-footer__element-4 {
    margin-left: 5rem;
  }
}
.c-footer {
  position: relative;
}
.c-footer-search {
  --footer-search-bgcolor: #eef2f3;
  background-color: var(--footer-search-bgcolor);
  box-shadow: 0 0 6px 0 #666767;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 48em) {
  .c-footer-search {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .c-footer-search {
    padding-bottom: 2.5rem;
    padding-top: 3rem;
  }
  .c-footer-search:before {
    background-image: linear-gradient(93deg, #1a1b1b, #0000);
    content: "";
  }
}
.c-footer-search__tag {
  padding: 1.5rem 0 0;
}
.c-footer-search__tag-title {
  color: #1a1b1b;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  justify-content: center;
  padding: 1rem 0;
}
.c-footer-search__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 34rem;
}
.c-footer-search .c-tag {
  border-color: #0000;
}
.c-footer-sitemap {
  --footer-sitemap-bgcolor: var(--color-white);
  background: var(--footer-sitemap-bgcolor);
  margin-bottom: 0;
  padding-block-start: 16px;
}
@media screen and (max-width: 47.99875em) {
  .c-footer-sitemap__list {
    border-bottom: 1px solid var(--color-grey-3);
  }
  .c-footer-sitemap__list:first-child {
    border-top: 1px solid var(--color-grey-3);
  }
}
.c-footer-sitemap__list-heading {
  --font-size: 14px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 16px;
}
@media screen and (min-width: 48em) {
  .c-footer-sitemap__list-heading {
    cursor: default;
    padding: 0 0 14px;
  }
}
.c-footer-sitemap__list-heading:after {
  align-items: center;
  border: inset;
  border-color: var(--color-primary-neon-blue) #0000 #0000;
  border-top-style: solid;
  border-width: 5px 5px 0;
  content: "";
  display: flex;
  height: 5px;
  justify-content: center;
  transform: rotate(0deg);
  transform-origin: center;
}
@media screen and (min-width: 48em) {
  .c-footer-sitemap__list-heading:after {
    display: none;
  }
}
.c-footer-sitemap__list-fold {
  grid-column-gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .c-footer-sitemap__list-fold {
    grid-row-gap: 6px;
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
}
@media screen and (max-width: 47.99875em) {
  .c-footer-sitemap__list:has(input[type="checkbox"]:checked)
    .c-footer-sitemap__list-fold {
    height: auto;
    padding: 0 16px 16px;
  }
  .c-footer-sitemap__list:has(input[type="checkbox"]:checked)
    .c-footer-sitemap__list-heading:after {
    border-color: var(--color-grey-3) #0000 #0000;
    transform: rotate(180deg);
  }
}
.c-footer-sitemap__list-item {
  --_color: var(--c-footer-color, var(--color-grey-12));
  border-top: 1px solid var(--color-grey-3);
  color: var(--_color);
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding-block: 12px;
  width: 100%;
}
.c-footer-sitemap__list-item:focus,
.c-footer-sitemap__list-item:hover {
  --_color-hover: var(--c-footer-color-hover, var(--color-primary-neon-blue));
  color: var(--_color-hover);
}
.c-footer-sitemap__list-fold > li:first-child .c-footer-sitemap__list-item,
.c-footer-sitemap__list-fold > li:nth-child(2) .c-footer-sitemap__list-item {
  border-top: 0;
}
@media screen and (min-width: 48em) {
  .c-footer-sitemap__list-item {
    border: 0;
    display: contents;
    padding: 0;
  }
}
body:has(.is-template-video) .c-footer-sitemap__list-item:focus,
body:has(.is-template-video) .c-footer-sitemap__list-item:hover {
  color: var(--color-primary-neon-blue);
}
.c-footer-sitemap__follow-socials {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .c-footer-sitemap__follow-socials {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-footer-sitemap__list-item--follow {
  align-items: center;
  color: var(--color-primary-neon-blue);
  display: flex;
  font-weight: 700;
  gap: 6px;
  position: relative;
  width: auto;
}
.c-footer-sitemap__list-item--follow:focus,
.c-footer-sitemap__list-item--follow:hover {
  opacity: 0.8;
}
@media screen and (max-width: 47.99875em) {
  .c-footer-sitemap__list-item--follow {
    display: none;
  }
}
.c-social-share {
  flex-shrink: 0;
  justify-content: center;
  padding: 24px 0 0;
}
@media screen and (min-width: 48em) {
  .c-social-share {
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .c-social-share {
    justify-content: start;
  }
}
.c-social-share__item {
  height: 42px;
  width: 42px;
}
.c-social-share__icon {
  height: 28px;
  width: 28px;
}
.c-footer-sitemap__copyright {
  --font-size: 14px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 64px 24px;
}
@media screen and (min-width: 48em) {
  .c-footer-sitemap__copyright {
    flex-direction: row;
  }
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-stretch: 75% 125%;
  font-style: normal;
  font-weight: 400 900;
  src: url(../fonts/inter-variable-latin.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
    u+feff, u+fffd;
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-stretch: 75% 125%;
  font-style: normal;
  font-weight: 400 900;
  src: url(../fonts/inter-variable-latin-ext.woff2) format("woff2");
  unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf,
    u+2113, u+2c60-2c7f, u+a720-a7ff;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, Arial size-adjust, Arial, sans-serif;
}
.o-site-hr__second-level {
  --line-height: calc(var(--font-size, initial) + var(--global-base-unit) / 2);
  font-size: var(--font-size, initial);
  letter-spacing: var(--letter-spacing, -0.02em);
  line-height: var(--line-height);
}
:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
}
body:has(#c-burger-button-checkbox:checked)
  #c-language-switcher-list-open--sidebar:checked
  ~ .c-language-switcher__list {
  display: grid;
}
body:has(#c-burger-button-checkbox:checked)
  #c-language-switcher-list-open--sidebar:checked
  ~ .c-language-switcher__backdrop-close {
  display: block;
}
.c-search-form {
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 343px;
  position: relative;
  z-index: 2;
}
.c-search-form__button,
.c-search-form__input:not(.c-search-engine__input),
.c-search-form__loader:not(.c-search-engine__loader) {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.c-search-form__button,
.c-search-form__loader {
  background-color: #0172f0;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
}
.c-search-form__button {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-search-form__input {
  background-color: #eef2f3;
  border-color: #eef2f3;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
}
.c-search-form__loader {
  display: none;
}
.c-search-form__button {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.c-search-form__button:focus,
.c-search-form__button:hover {
  background-color: #62adf6;
  outline: none;
}
.c-search-form:not(.c-search-engine) {
  min-height: 40px;
}
.c-search-form-footer .c-search-form__input {
  background-color: #dce4e7;
  border-color: #dce4e7;
}
.c-search-form-footer .c-search-form__input:focus {
  border-color: #0172f0;
}
:root {
  --c-search-engine-min-height: 32px;
  --c-search-engine--sidebar-font-size: 14px;
}
body:has(#c-burger-button-checkbox:checked) .c-search-form.c-search-engine {
  z-index: auto;
}
.c-burger-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: inherit;
  justify-content: center;
  margin-bottom: 0;
  margin-inline-start: -16px;
  width: 48px;
}
.c-burger-button__bar {
  background-color: var(--o-site-hr-color, var(--color-grey-12));
  height: 2px;
  position: absolute;
  transition: var(--transition);
  width: 16px;
}
.c-burger-button:focus .c-burger-button__bar,
.c-burger-button:hover .c-burger-button__bar {
  background-color: var(--color-primary-neon-blue);
}
.c-burger-button .c-burger-button__bar--top {
  transform: translateY(-300%);
}
.c-burger-button .c-burger-button__bar--bottom {
  transform: translateY(300%);
}
:root {
  --animate-positioning: positioning 0.19s 0.8s ease-in both;
  --animate-heightsize: heightsize 0.19s 0.7s ease-in both;
  --separator-border-color: var(
    --c-navigation-bar__dropdown__separator-border-color,
    var(--color-grey-2)
  );
}
.c-navigation-bar {
  font-size: inherit;
  font-weight: 800;
}
.o-site-hr__second-level .c-navigation-bar {
  -webkit-animation: var(--animate-positioning);
  animation: var(--animate-positioning);
}
.o-site-hr__second-level .c-navigation-bar:before {
  -webkit-animation: var(--animate-heightsize);
  animation: var(--animate-heightsize);
  content: "";
  inset: 0;
  position: absolute;
}
.c-navigation-bar,
.c-navigation-bar__item,
.c-navigation-bar__link,
.c-navigation-bar__wrappable-list {
  display: flex;
}
@media (any-hover: none) {
  nav.c-navigation-bar {
    display: none;
  }
}
.c-navigation-bar__item,
.c-navigation-bar__link {
  align-items: center;
}
span.c-navigation-bar__link {
  cursor: default;
}
[id^="c-navigation-bar__open-"]:not(:checked) ~ .c-navigation-bar__dropdown {
  display: none;
}
.o-site-hr__second-level .c-navigation-bar {
  align-items: center;
  flex-grow: 1;
}
.o-site-hr__second-level .c-navigation-bar__wrappable-list {
  flex-wrap: wrap;
  overflow: hidden;
}
.o-site-hr__second-level .c-navigation-bar,
.o-site-hr__second-level .c-navigation-bar__item,
.o-site-hr__second-level .c-navigation-bar__link,
.o-site-hr__second-level .c-navigation-bar__wrappable-list {
  height: inherit;
}
.o-site-hr__second-level .c-navigation-bar__link {
  flex-shrink: 0;
  padding-inline: 12px;
  transition-duration: 0.1s;
}
.o-site-hr__second-level .c-navigation-bar__item:hover .c-navigation-bar__link {
  border-block-end: 5px solid var(--color-primary-neon-blue);
  color: var(--color-primary-neon-blue);
}
.o-site-hr__second-level
  .c-navigation-bar__item--business:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-business-main);
  color: var(--color-vertical-business-main);
}
.o-site-hr__second-level
  .c-navigation-bar__item--culture:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-culture-main);
  color: var(--color-vertical-culture-main);
}
.o-site-hr__second-level
  .c-navigation-bar__item--green:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-green-main);
  color: var(--color-vertical-green-main);
}
.o-site-hr__second-level
  .c-navigation-bar__item--health:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-health-main);
  color: var(--color-vertical-health-main);
}
.o-site-hr__second-level
  .c-navigation-bar__item--my-europe:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-my-europe-main);
  color: var(--color-vertical-my-europe-main);
}
.o-site-hr__second-level
  .c-navigation-bar__item--next:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-next-main);
  color: var(--color-vertical-next-main);
}
.o-site-hr__second-level
  .c-navigation-bar__item--travel:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-travel-main);
  color: var(--color-vertical-travel-main);
}
.o-site-hr__sidebar
  .c-navigation-bar__item
  [id^="c-navigation-bar__open-"]:not(:checked)
  ~ [id^="c-navigation-bar__subcontainer-"] {
  max-height: 0;
}
.o-site-hr__sidebar
  .c-navigation-bar__item:has([id^="c-navigation-bar__open-"]:checked)
  label:after {
  top: 5px;
  transform: rotate(-45deg);
  transform-origin: center;
}
.c-breaking-news:has(.c-breaking-news__list:empty) {
  display: none;
}
[id^="c-breaking-news-"]:has(> input:checked),
[id^="c-breaking-news-"]:has(> input:checked) .c-breaking-news__value {
  opacity: 1;
}
[id^="c-breaking-news-"]:has(> input:not(:checked)) {
  display: block;
  height: 0;
  pointer-events: none;
  user-select: none;
  width: 0;
}
:root {
  --o-site-hr-top-medium: -48px;
  --o-site-hr__second-level-height-small: 48px;
  --o-site-hr__second-level-height-medium: 64px;
  --o-site-hr__leaderboard-wallpaper-height: 270px;
  --o-site-hr__leaderboard-wallpaper-height-incremented: 300px;
}
.o-site-hr__second-level {
  --font-size: var(--font-14);
  height: var(--o-site-hr__second-level-height-small);
  position: relative;
}
@media screen and (min-width: 48em) {
  .o-site-hr__second-level {
    --font-size: var(--font-16);
    height: var(--o-site-hr__second-level-height-medium);
  }
}
.o-site-hr__second-level__container {
  align-items: flex-start;
}
.o-site-hr__second-level__burger-logo,
.o-site-hr__second-level__container,
.o-site-hr__second-level__links {
  display: flex;
  height: inherit;
}
.o-site-hr__second-level__container,
.o-site-hr__second-level__links {
  gap: 16px;
}
@media screen and (min-width: 64em) {
  .o-site-hr__second-level__container,
  .o-site-hr__second-level__links {
    gap: 32px;
  }
}
.c-logo,
.o-site-hr__second-level__burger-logo,
.o-site-hr__second-level__links {
  flex-shrink: 0;
}
.c-logo {
  z-index: var(--z-index-header-sidebar);
}
.c-logo__link {
  display: block;
}
@media screen and (max-width: 47.99875em) {
  .c-logo__link {
    height: 48px;
    width: 48px;
  }
}
.o-site-hr__second-level__links {
  align-items: center;
  flex-shrink: 0;
  margin-inline-start: auto;
}
.c-btn-login {
  align-items: center;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 32px;
  min-width: 32px;
}
.c-btn-login:not(.u-display-none) {
  display: flex;
}
.c-btn-login svg {
  height: 24px;
  width: 24px;
}
body:not(.is-account-logged) [id*="login"] {
  display: flex;
}
body:not(.is-account-logged) [id*="account"] {
  display: none;
}
a.c-btn-live {
  --_height: 32px;
  background-color: var(--color-red-alert);
  border-radius: calc(var(--_height) / 2);
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: var(--_height);
  padding-inline: 16px;
}
a.c-btn-live:focus,
a.c-btn-live:hover {
  filter: brightness(0.85);
}
a.c-btn-live,
a.c-btn-live:focus,
a.c-btn-live:hover {
  color: var(--color-white);
}
@media (hover: hover) {
  :hover + .o-site-hr__second-level__dropdown {
    display: initial;
  }
}
:focus + .o-site-hr__second-level__dropdown {
  display: initial;
}
@media (hover: hover) {
  :hover
    + .o-site-hr__second-level__dropdown
    + .o-site-hr__second-level__dropdown-mask {
    display: initial;
  }
}
:focus
  + .o-site-hr__second-level__dropdown
  + .o-site-hr__second-level__dropdown-mask {
  display: initial;
}
body:has(#c-burger-button-checkbox:checked) {
  overflow-y: hidden;
}
#c-burger-button-checkbox:not(:checked) ~ .o-site-hr__sidebar-mask {
  display: none;
}
body:has(.o-site-hr) .c-error-page {
  min-height: calc(100vh - 48px);
}
@media screen and (min-width: 48em) {
  body:has(.o-site-hr) .c-error-page {
    min-height: calc(100vh - 112px);
  }
}
@import url("css.css");
@import url("css2.css");

.progress {
  width: 100%;
  height: 45px;
}

/*#endregion */

@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-stretch: normal;
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-display: swap;
  font-family: Stag Web;
  font-stretch: normal;
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-display: swap;
  font-family: Stag Medium;
  font-stretch: normal;
  font-style: normal;
  font-weight: 100;
}

body {
  font-size: 16px;
  min-width: 20em;
}

html {
  -webkit-font-smoothing: antialiased;
  background-color: #f4f4f4;
  color: #000;
  font-family: Open Sans, sans-serif;
}

input:focus {
  outline: none;
}

.feed .card.cardDiscovery,
.feed .detail .byline,
.feed .detail .detailHeadline,
.feed .story {
  -webkit-margin-before: 16px;
  -webkit-margin-after: 16px;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-top: 16px;
}

button {
  background-color: #fff;
  /* border: 3px solid #e60505; */
  border-radius: 0;
  color: #e60505;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}

.a11y {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

figure,
footer,
main,
nav,
section {
  display: block;
}

video {
  display: inline-block;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus,
button:focus {
  outline: 3px solid #0550c8;
}

a:active,
a:hover,
button:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

strong {
  font-weight: 700;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: TextField;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.viafoura {
  --primary-font: "Open Sans", sans-serif;
}

.appContainer .share .viafoura,
.share .viafoura {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.appContainer .share .viafoura .vf-share-bar.vf-share-bar-default,
.share .viafoura .vf-share-bar.vf-share-bar-default {
  padding-top: 1rem;
  width: 100%;
}

.appContainer
  .share
  .viafoura
  .vf-share-bar.vf-share-bar-default
  ul
  li.vf-share-option,
.share .viafoura .vf-share-bar.vf-share-bar-default ul li.vf-share-option {
  margin: 0;
}

.appContainer
  .share
  .viafoura
  .vf-share-bar.vf-share-bar-default
  ul
  li.vf-share-option
  a,
.share .viafoura .vf-share-bar.vf-share-bar-default ul li.vf-share-option a {
  display: block;
  margin: 0 0.2rem;
  top: -2px;
}

.appContainer
  .share
  .viafoura
  .vf-share-bar.vf-share-bar-default
  ul
  li.vf-share-option,
.share .viafoura .vf-share-bar.vf-share-bar-default ul li.vf-share-option {
  float: left;
}

.feed .appContainer {
  background-color: #fff;
}

.feed .appContainer.loaded {
  opacity: 1;
}

.feed .appContainer .pageComponent {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 16px;
  padding-right: 16px;
  transition: max-width 0.3s ease-out;
}

.feed .appContainer > .content {
  background-color: #fff;
  min-height: 800px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.feed .card {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  clear: both;
  color: #000;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-decoration: none;
  transition: 0.4s;
}

.feed .card:hover {
  box-shadow: 0 0 0 3px #cbcbcb;
}

.feed .card:focus {
  box-shadow: 0 0 0 3px #e60505;
  outline: 0;
  transform: none;
}

.feed .card .contentWrapper {
  color: #000;
  display: flex;
  flex-grow: 1;
  text-decoration: none;
  width: 100%;
}

.feed .card .card-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 100%;
}

.feed .card .headlineLink {
  color: #000;
  text-decoration: none;
}

.feed .card .headlineLink:focus,
.feed .card .headlineLink:hover {
  color: #545454;
  text-decoration: underline;
}

.feed .card .mediaItem {
  min-height: 0;
  position: relative;
  width: 100%;
}

.feed .card.cardDiscovery {
  align-items: center;
  background-color: #fff;
  border: unset;
  border-bottom: 1px solid #e0e0e0;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: default;
  flex: 1 1 190px;
  flex-direction: column;
  margin: 0.5rem 0.5rem 0;
  overflow: unset;
}

.feed .card.cardDiscovery:hover {
  box-shadow: none;
}

.feed .card.cardDiscovery:focus {
  box-shadow: 0 0 0 3px #e60505;
}

.feed .card.cardDiscovery .contentWrapper {
  align-self: stretch;
}

.feed .card.cardDiscovery .contentWrapper .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0.8rem 0.5rem 0 0;
  padding: 0;
}

.feed .card.cardDiscovery .contentWrapper .headline {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875rem;
  margin: 0;
}

.feed .card.cardDiscovery.isTrending {
  border-bottom: none;
  border-right: 1px solid #cbcbcb;
  margin-right: 0;
  padding-right: 0.5rem;
}

.feed .card.cardDiscovery.isTrending .card-content {
  padding-left: 28px;
}

.feed .card.cardDiscovery.isTrending .readerCount {
  margin: 0.5rem 0;
}

.feed .vertical .card.cardDiscovery {
  border-bottom: 1px solid #e0e0e0;
  border-right: none;
  flex: 1 1 auto;
}

.feed .vertical .card.cardDiscovery .headline {
  margin-bottom: 0.5rem;
}

.feed .vertical .card.cardDiscovery .readerCount {
  margin-top: 0;
}

.feed .vertical .card.cardDiscovery.isTrending {
  padding-right: 0;
}

.feed .vertical .card.cardDiscovery.isTrending .card-content {
  margin-right: 0;
}

.feed .card.cardDiscovery .rankIndicator {
  color: #000;
  font-family: Stag Medium, Trebuchet;
  font-size: 26px;
  font-weight: 300;
  height: 0;
  left: -27px;
  position: relative;
}

@media only screen and (max-width: 849px) {
  .feed .card.cardDiscovery .rankIndicator {
    font-size: 22px;
  }
}

.feed .vertical .card.cardDiscovery .rankIndicator {
  font-size: 22px;
}

.feed .card.cardDiscovery .readerCount {
  color: #545454;
  font-size: 0.8rem;
  text-transform: none;
}

.feed .card .headline {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35rem;
  margin-top: 0.5rem;
}

.feed .contentList .card {
  overflow: hidden;
}

.feed .contentList:not(.contentListSwimlane) .listDisplay.contentListCards {
  list-style-type: none;
  padding: 0;
}

.feed .imageMedia {
  display: inline;
}

.feed .imageMedia .placeholder {
  background: radial-gradient(#fff, #cbcbcb);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.feed .imageMedia .placeholder img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.feed .detail {
  overflow-x: unset;
}

.feed .detail.detailBody .withFlex {
  display: flex;
  flex-flow: wrap;
}

.feed .detail.detailBody .detailBodyContainer {
  display: grid;
  gap: 40px;
  margin: 1rem auto 0;
  max-width: 1060px;
}

.feed .detail.detailBody .detailBodyContainer.withSidebar {
  grid-template-columns: 1fr 300px;
}

@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer.withSidebar {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

.feed .detail.detailBody .detailBodyContainer .detailMainCol {
  flex: 0 1 45rem;
  max-width: 100%;
  min-width: 0;
}

.feed .detail.detailBody .detailBodyContainer .detailSideRail {
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  max-width: 300px;
  position: relative;
}

.feed .detail.detailBody .detailBodyContainer .detailSideRail .stickyContainer {
  flex-grow: 0.9;
}

.feed
  .detail.detailBody
  .detailBodyContainer
  .detailSideRail
  .stickyContainer
  > div {
  position: sticky;
  top: 30px;
}

@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer .detailSideRail {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .feed .detail.detailBody .detailBodyContainer {
    margin-top: 0;
  }
}

.feed .detail.detailBody .detailBodyContainer .commentsWrapper {
  display: grid;
  gap: 40px;
}

.feed .detail.detailBody .detailBodyContainer .commentsWrapper.withSidebar {
  grid-template-columns: 1fr 300px;
}

@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer .commentsWrapper.withSidebar {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 45rem;
  }
  .feed .detail.detailBody .detailBodyContainer .commentsWrapper {
    grid-template-columns: 1fr;
  }
}

.feed .detail .detailDiscovery {
  margin: 2.5rem auto 0;
  max-width: 78rem;
  width: 100%;
}

@media (max-width: 1100px) {
  .feed .detail .detailDiscovery {
    margin: 0 auto;
    max-width: 45rem;
  }
}

.feed .detail .detailDiscovery .contentList .contentListCards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -0.6rem;
}

.feed .detail .detailHeadline {
  color: #000;
  font-size: 2rem;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .feed .detail .detailHeadline {
    font-size: 1.625rem;
  }
}

.feed .detail .byline {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  color: #545454;
  display: flex;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.feed .detail .byline .timeStamp {
  display: inline-block;
}

.feed .detail .detail-link-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}

.feed .detail .detail-link-label a {
  color: #757575;
  text-decoration: none;
}

.feed .detail .detail-link-label a:hover {
  text-decoration: underline;
}

.feed .detail .detail-link-label span {
  font-size: 1rem;
}

.feed .detail .imageMedia.leadmedia-story {
  display: block;
}

.feed .detail .imageMedia.leadmedia-story .placeholder {
  margin: 1rem 0;
}

@media (max-width: 640px) {
  .feed .leadmedia-story {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .feed .leadmedia-story {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.feed .heading-element {
  display: inline-block;
  line-height: 1.3;
  margin: 0;
}

.feed .heading-element-h3 {
  font-size: 1.625rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  .feed .heading-element-h3 {
    font-size: 1.5rem;
  }
}

.feed .label {
  background-color: transparent;
  color: #545454;
  font-size: 0.8rem;
  font-weight: 700;
}

.feed .label .labelText {
  text-transform: uppercase;
}

.feed .label.flag {
  background-color: #fff;
  color: #545454;
}

.feed .detail.detailBody :not(.card) .label {
  margin-left: 0;
}

.feed .cardDiscovery .contentWrapper .card-content .label {
  margin-bottom: 0.5rem;
}

.feed .cardDiscovery.isTrending .card-content .label.flag {
  display: inline-flex;
}

.feed .newsTheme .label.flag .labelText {
  background-color: #fff;
  color: #e60505;
}

@supports (display: grid) {
}

.feed
  .landingPlus
  .targetedAds
  input:first-of-type:not(:checked)
  ~ .visualSwitch
  .knob {
  left: 2em;
}
