:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif:
    system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans',
    'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
*,
::after,
::before {
  box-sizing: border-box;
  scroll-padding-top: 160px;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
b {
  font-weight: bolder;
}
a {
  color: var(--bs-link-color);
}
a:hover {
  color: var(--bs-link-hover-color);
}
figure {
  margin: 0 0 1rem;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  appearance: button;
  -webkit-appearance: button;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control[type='file']:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.flex-row {
  flex-direction: row !important;
}

@font-face {
  font-family: SequelSans;
  src:
    url('../fonts/SequelSans-RomanBody.woff') format('woff'),
    url('../fonts/SequelSans-RomanBody.woff2') format('woff2'),
    url('../fonts/SequelSans-RomanBody.eot') format('embedded-opentype'),
    url('../fonts/SequelSans-RomanBody.ttf') format('truetype'),
    url('../fonts/SequelSans-RomanBody.svg') format('svg');
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url('../fonts/SequelSans-Body.woff') format('woff'),
    url('../fonts/SequelSans-Body.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url('../fonts/SequelSans-ObliqueBody.woff') format('woff'),
    url('../fonts/SequelSans-ObliqueBody.eot') format('embedded-opentype'),
    url('../fonts/SequelSans-ObliqueBody.ttf') format('truetype'),
    url('../fonts/SequelSans-ObliqueBody.svg') format('svg');
  font-style: oblique;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url('../fonts/SequelSans-BoldBody.woff') format('woff'),
    url('../fonts/SequelSans-BoldBody.woff2') format('woff2'),
    url('../fonts/SequelSans-BoldBody.eot') format('embedded-opentype'),
    url('../fonts/SequelSans-BoldBody.ttf') format('truetype'),
    url('../fonts/SequelSans-BoldBody.svg') format('svg');
  font-style: normal;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url('../fonts/SequelSans-BoldOblBody.woff') format('woff'),
    url('../fonts/SequelSans-BoldOblBody.eot') format('embedded-opentype'),
    url('../fonts/SequelSans-BoldOblBody.ttf') format('truetype'),
    url('../fonts/SequelSans-BoldOblBody.svg') format('svg');
  font-style: oblique;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url('../fonts/SequelSans-BlackBody.woff') format('woff'),
    url('../fonts/SequelSans-BlackBody.woff2') format('woff2'),
    url('../fonts/SequelSans-BlackBody.eot') format('embedded-opentype'),
    url('../fonts/SequelSans-BlackBody.ttf') format('truetype'),
    url('../fonts/SequelSans-BlackBody.svg') format('svg');
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url('../fonts/SequelSans-BlackOblBody.woff') format('woff'),
    url('../fonts/SequelSans-BlackOblBody.woff2') format('woff2'),
    url('../fonts/SequelSans-BlackOblBody.eot') format('embedded-opentype'),
    url('../fonts/SequelSans-BlackOblBody.ttf') format('truetype'),
    url('../fonts/SequelSans-BlackOblBody.svg') format('svg');
  font-style: oblique;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: bt-icons;
  src:
    url('../fonts/bt-icons.woff2') format('woff2'),
    url('../fonts/bt-icons.woff') format('woff'),
    url('../fonts/bt-icons.eot') format('embedded-opentype'),
    url('../fonts/bt-icons.ttf') format('truetype'),
    url('../fonts/bt-icons.svg') format('svg');
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: SequelSans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: left;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
}
b {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img {
  vertical-align: middle;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 544px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1040px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1040px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.col-12,
.col-lg-8,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-8,
.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 544px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.article-content:after {
  display: block;
  clear: both;
  content: '';
}
.flex-row {
  flex-direction: row !important;
}
@supports (position: sticky) {
}

body,
html {
  height: 100%;
}
body {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f4f4;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.content-wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.main-content {
  margin-bottom: 2rem;
}
#content {
  position: relative;
}
@media (min-width: 1024px) {
  #content {
    min-height: 1440px;
  }
}
.container.bg {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) {
  .container.bg {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) {
  .container.bg {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
@media (max-width: 1023.98px) {
  .container.bg {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
p {
  line-height: 1.4;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 28px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
  }
}
.article-content h2,
.article-content h3,
.article__header .article-date,
.article__header .article-title,
.sticky-header__hamburger span,
.sticky-header__link,
h1,
h2,
h3 {
  font-weight: 400;
}
.timeago {
  color: #000;
}
.article__header .article-title,
.sticky-header__hamburger span,
.sticky-header__link,
h1,
h2,
h3 {
  font-family: SequelSans, sans-serif;
  font-weight: 700;
}
.article-content h2,
.article-content h3,
.article__header .article-date {
  font-family: SequelSans, sans-serif;
  font-weight: 600;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  list-style: none;
}
a:hover {
  text-decoration: underline;
}
.article-content
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled).active,
.article-content
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled):active,
.article
  ajax-content-block
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled).active,
.article
  ajax-content-block
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled):active,
.btn-news:not(:disabled):not(.disabled).active,
.btn-news:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ca180e;
  border-color: #ca180e;
}
.btn-news-invert:not(:disabled):not(.disabled).active,
.btn-news-invert:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #ca180e;
}
.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
}
.btn-sport:not(:disabled):not(.disabled).active,
.btn-sport:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #002478;
  border-color: #002478;
}
.article-content
  .article-embed-poll
  .box-plus-author
  .sg-button:not(:disabled):not(.disabled).active,
.article-content
  .article-embed-poll
  .box-plus-author
  .sg-button:not(:disabled):not(.disabled):active,
.article
  ajax-content-block
  .article-embed-poll
  .box-plus-author
  .sg-button:not(:disabled):not(.disabled).active,
.article
  ajax-content-block
  .article-embed-poll
  .box-plus-author
  .sg-button:not(:disabled):not(.disabled):active,
.box-plus-author
  .article-content
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled).active,
.box-plus-author
  .article-content
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled):active,
.box-plus-author
  .article
  ajax-content-block
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled).active,
.box-plus-author
  .article
  ajax-content-block
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled):active,
.box-plus-author .btn-border:not(:disabled):not(.disabled).active,
.box-plus-author .btn-border:not(:disabled):not(.disabled):active,
.box-plus-author .btn:not(:disabled):not(.disabled).active,
.box-plus-author .btn:not(:disabled):not(.disabled):active,
.box-plus-author
  .scribble-live
  .load-more-post:not(:disabled):not(.disabled).active,
.box-plus-author
  .scribble-live
  .load-more-post:not(:disabled):not(.disabled):active,
.btn-consumer:not(:disabled):not(.disabled).active,
.btn-consumer:not(:disabled):not(.disabled):active,
.scribble-live
  .box-plus-author
  .load-more-post:not(:disabled):not(.disabled).active,
.scribble-live
  .box-plus-author
  .load-more-post:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0080af;
  border-color: #0080af;
}
.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #cecece;
  border-color: #cecece;
}
.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not([href]):not([href]):not(:disabled):not(.disabled).active,
.btn-facebook:not([href]):not([href]):not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #384b78;
  border-color: #384b78;
}
@media (max-width: 1023.98px) {
  .article__header
    .btn-messenger.btn-round:not(:disabled):not(.disabled).active,
  .article__header
    .btn-messenger.btn-round:not(:disabled):not(.disabled):active,
  .article__header
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ).active,
  .article__header
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ):active,
  .article__share-bottom
    .btn-messenger.btn-round:not(:disabled):not(.disabled).active,
  .article__share-bottom
    .btn-messenger.btn-round:not(:disabled):not(.disabled):active,
  .article__share-bottom
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ).active,
  .article__share-bottom
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ):active,
  .sticky-article .btn-messenger.btn-round:not(:disabled):not(.disabled).active,
  .sticky-article .btn-messenger.btn-round:not(:disabled):not(.disabled):active,
  .sticky-article
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ).active,
  .sticky-article
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ):active {
    color: #fff;
    background-color: #0064db;
    border-color: #0064db;
  }
}
.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not([href]):not([href]):not(:disabled):not(.disabled).active,
.btn-twitter:not([href]):not([href]):not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #198ceb;
  border-color: #198ceb;
}
.btn-breaking:not(:disabled):not(.disabled).active,
.btn-breaking:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffd40a;
  border-color: #ffd40a;
}
.btn-rss:not(:disabled):not(.disabled).active,
.btn-rss:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bf7300;
  border-color: #bf7300;
}
.btn-clear:not(:disabled):not(.disabled).active,
.btn-clear:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e9331;
  border-color: #1e9331;
}
.btn-round.btn-sms:not(:disabled):not(.disabled).active,
.btn-round.btn-sms:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e9331;
  border-color: #1e9331;
}

/*!----------------------------------------------- */
.sticky-header__logo {
  background-image: url('../img/BT_logo.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  overflow: hidden;
}
.article-container {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1023.98px) {
  .article-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .article-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.article__header {
  padding: 32px 0px 30px;
  background: #fff;
}
@media (max-width: 1023.98px) {
  .article__header {
    padding: 19px 40px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767.98px) {
  .article__header {
    padding: 14px 20px 3px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.article__header .article-date {
  margin-left: 2px;
  font-size: 12px;
  margin-bottom: 0;
  display: inline;
}
@media (min-width: 1024px) {
  .article__header .article-date {
    font-size: 14px;
    margin-left: 3px;
  }
}
.article__header .article-title {
  max-width: 760px;
  font-size: 42px;
  margin-bottom: 1rem;
  margin-top: 0.9rem;
  line-height: 52px;
}
@media (max-width: 1023.98px) {
  .article__header .article-title {
    font-size: 36px;
    margin-top: 12px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .article__header .article-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 1rem;
    margin-top: 0.9rem;
  }
}
.article__header .article-embed-with-caption {
  margin-bottom: -20px;
  overflow: visible;
}
@media (max-width: 1023.98px) {
  .article__header .article-embed-with-caption {
    margin-bottom: -5px;
  }
}
@media (max-width: 767.98px) {
  .article__header .article-embed-with-caption {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.article__header .article-embed-with-caption:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 767.98px) {
  .article__header .article-image-main {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767.98px) {
  .article__header .article-image-main img {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    min-width: 100%;
  }
}
@media (max-width: 767.98px) {
  @supports (-webkit-touch-callout: none) {
  }
}
.article-content {
  font-size: 20px;
  color: #212121;
}
@media (max-width: 1023.98px) {
  .article-content {
    font-size: 17px;
  }
}
.article-content > p {
  font-size: 18px;
  color: #212121;
  margin: 1.4rem 0;
  line-height: 27px;
}
@media (max-width: 1023.98px) {
  .article-content > p {
    font-size: 17px;
    line-height: 23px;
  }
}
@media (max-width: 767.98px) {
  .article-content > p {
    font-size: 17px;
    line-height: 25px;
  }
}
.article-content > p:first-of-type {
  margin-bottom: 33px;
}
@media (max-width: 767.98px) {
  .article-content > p:first-of-type {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 28px;
  }
}
.article-content > p a {
  text-decoration: underline;
}
.article-content > ul li {
  font-size: 18px;
  color: #333;
  margin-bottom: 0.5rem;
}
@media (max-width: 1023.98px) {
  .article-content > ul li {
    font-size: 17px;
  }
}
.article-content > ul {
  list-style: none;
  padding: 0;
  max-width: 420px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-content > ul li {
  padding-left: 1.6rem;
}
.article-content > ul li:before {
  width: 6px;
  height: 6px;
  content: '';
  background-color: #f03228;
  border-radius: 50%;
  float: left;
  vertical-align: middle;
  margin-left: -1.5rem;
  margin-top: 0.6rem;
}
.article-content h2,
.article-content h3 {
  margin: 1.4rem 0;
  font-size: 18px;
  color: #000;
}
@media (max-width: 1023.98px) {
  .article-content > p:first-of-type {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 1023.98px) {
  .article-content > p:first-of-type {
    font-size: 1.2rem;
  }
}

.sticky-header {
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 113px;
}
@media (max-width: 1023.98px) {
  .sticky-header {
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .sticky-header {
    height: 95px;
  }
}
.sticky-header__wrapper {
  z-index: 3;
  position: relative;
  background: #fff;
}
@media (min-width: 1024px) {
  .sticky-header__wrapper {
    border-bottom: 1px solid #eee;
  }
}
.sticky-header__container {
  position: relative;
}
@media (max-width: 1023.98px) {
  .sticky-header__container:after {
    content: '';
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767.98px) {
  .sticky-header__container:after {
    height: 73px;
  }
}
.sticky-header__container.container-fluid {
  display: flex;
  padding: 30px 40px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 1023.98px) {
  .sticky-header__container.container-fluid {
    padding: 17px 40px;
  }
}
@media (max-width: 767.98px) {
  .sticky-header__container.container-fluid {
    padding: 14px 20px;
  }
}
.sticky-header__logo {
  height: 45px;
  width: 161.1734693878px;
  display: inline-block;
  z-index: 1;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .sticky-header__logo {
    height: 34px;
    width: 121.7755102041px;
    display: inline-block;
    margin-right: 20px;
    display: block;
  }
}
@media (max-width: 370px) {
  .sticky-header__logo {
    height: 28px;
    width: 100.2857142857px;
    display: inline-block;
    display: block;
  }
}
.sticky-header__logo-container {
  display: flex;
  align-content: center;
  width: 161px;
}
@media (max-width: 1100px) {
  .sticky-header__logo-container {
    width: 141px;
  }
}
@media (max-width: 1023.98px) {
  .sticky-header__logo-container {
    z-index: 2;
  }
}
.sticky-header__nav {
  padding: 0;
  margin: 0;
  transition: all 0.3s;
  background: #fff;
}
@media (max-width: 1023.98px) {
  .sticky-header__nav {
    position: absolute;
    z-index: 0;
    order: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 5px 40px;
    text-align: center;
    align-content: center;
    border-bottom: 1px solid #eee;
    bottom: -60px;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .sticky-header__nav {
    padding: 0 20px;
    width: 100%;
    bottom: -25px;
  }
}
.sticky-header__list {
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  gap: 20px;
}
@media (max-width: 1599.98px) {
  .sticky-header__list {
    justify-content: space-between;
    padding: 0;
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .sticky-header__list {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .sticky-header__list {
    margin: 0;
    width: 100%;
  }
}
.sticky-header__link {
  text-transform: uppercase;
  list-style: none;
}
.sticky-header__link a {
  color: #212121;
  display: block;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 0.47px;

  &.sp_site_nav_sport {
    color: red;
  }
}

@media (max-width: 370px) {
  .sticky-header__link a {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.sticky-header__link a:hover {
  text-decoration: underline;
  color: #212121;
}
.sticky-header__link a:active,
.sticky-header__link a:focus {
  text-decoration: none;
}
.sticky-header__hamburger-container {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger-container {
    justify-content: flex-end;
    z-index: 2;
  }
}
.sticky-header__hamburger-container > li {
  list-style: none;
  margin-left: 40px;
  transition: all 0.3s;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger-container > li {
    margin-left: 26px;
  }
}
@media (max-width: 767.98px) {
  .sticky-header__hamburger-container > li {
    margin-left: 20px;
  }
}
@media (max-width: 370px) {
  .sticky-header__hamburger-container > li {
    margin-left: 15px;
  }
}
.sticky-header__hamburger {
  height: 53px;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger {
    height: 46px;
  }
}
.sticky-header__hamburger span {
  color: #000;
  font-size: 11px;
  letter-spacing: 0.22px;
  font-weight: 600;
  overflow: hidden;
  opacity: 1;
  display: block;
  margin-top: 7px;
  margin-bottom: 0;
  height: 15px;
  transition:
    height 0.3s ease-in-out,
    margin 0.3s;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger span {
    font-size: 10px;
    letter-spacing: 0.2px;
    margin-top: 4px;
  }
}
.sticky-header__hamburger-profil {
  min-width: 44px;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger-profil {
    min-width: 40px;
  }
}
.sticky-header__hamburger-profil-toggle {
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.sticky-header__hamburger-profil-toggle:hover {
  color: #212121;
}
.sticky-header__hamburger-profil-toggle:hover span {
  text-decoration: underline;
}
.sticky-header__hamburger-profil-icon {
  background-repeat: no-repeat;
  background-size: 30px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: none;
}
.sticky-header__hamburger-profil-login .sticky-header__hamburger-profil-icon {
  background-image: url('../img/login-icon.svg');
}
.sticky-header__hamburger-menu {
  width: 32px;
}
.sticky-header__hamburger-menu-toggle {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.sticky-header__hamburger-menu-icon {
  width: 32px;
  height: 30px;
  position: relative;
  transition: none;
  cursor: pointer;
  right: 1px;
  display: block;
  pointer-events: none;
}
.sticky-header__hamburger-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 1px;
}
@media (max-width: 767.98px) {
  .sticky-header__hamburger-menu-icon span {
    left: 0;
  }
}
.sticky-header__hamburger-menu-icon span:first-child {
  top: 7px;
}
.sticky-header__hamburger-menu-icon span:nth-child(2),
.sticky-header__hamburger-menu-icon span:nth-child(3) {
  top: 15px;
}
.sticky-header__hamburger-menu-icon span:nth-child(4) {
  top: 23px;
}
.sticky-header__hamburger-menu:focus {
  outline: none;
}
.body-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}
.profile-menu--overlay {
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  top: 114px;
}
@media (max-width: 1023.98px) {
  .profile-menu--overlay {
    top: 81px;
  }
}
@media (max-width: 767.98px) {
  .profile-menu--overlay {
    top: 72px;
  }
}
@media (max-width: 370px) {
  .profile-menu--overlay {
    display: none;
  }
}
body {
  display: block;
}

@media (max-width: 450px) {
  .sticky-header__nav {
    display: none;
  }

  .sticky-header {
    height: 74px;
  }
}

.article__header--collapse .article-embed-with-caption {
  margin-bottom: 0;
}

.article-content > p:first-of-type {
  margin-bottom: 1.4rem;
}

.reg li::marker {
  font-weight: 600;
}

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-like {
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  max-width: 96%;
  width: 100%;
  margin: 0 auto;
}

.comment-like__row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
}

.thumbs-up-icon {
  display: inline-block;
  background-image: url('../img/svg-thumb-up.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.comment-like__row-block {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 16px;
}

.comment-like__row-block .comment-header__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.comment-header__icon-thumbs {
  background-image: url('../img/svg-thumb-up2.svg');
}

.comment-header__icon-comment {
  background-image: url('../img/comment-alt.svg');
}

.comment-header__icon-share {
  background-image: url('../img/share-icon.svg');
}

.comment-block {
  margin: 0.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}

.comment-block:nth-child(1) {
  border-bottom: none;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 50px;
  max-width: none;
}

.block-info-comment span:not(.min-ftd-value-local) {
  background-color: rgba(0, 0, 0, 0.108);
  display: block;
  padding: 0.4rem;
  border-radius: 10px;
  font-size: 16px;
}

.block-info-comment__name {
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__date span {
  line-height: 1;
}

.block-info-line__like {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  color: #000000;
  font-size: 12px;
  white-space: nowrap;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
  pointer-events: none;
}

.block-info-line__like_item span {
  color: #7e7e7e !important;
  text-decoration: none;
}

@media (max-width: 450px) {
  .comment-like__row {
    font-size: 0.8rem;
  }

  .block-avatar img {
    width: 40px;
  }

  .block-info-comment span:not(.min-ftd-value-local) {
    font-size: 14px;
  }

  .block-info-line {
    position: relative;
    margin-bottom: 15px;
  }

  .block-info-line__date {
    position: absolute;
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .eager {
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .comment-like__row {
    padding-left: 0;
    padding-right: 0;
  }

  .comment-like__row-block {
    font-size: 14px;
  }

  .comment-like__row-block .comment-header__icon {
    width: 15px;
    height: 15px;
  }

  .comment-block {
    margin: 0.5rem 0;
  }

  .block-avatar {
    margin-right: 0.5rem;
  }
}

:focus-visible {
  outline: none;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../img/IBMPlexMono.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../img/IBMPlexMono-Bold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: 'IBM Plex Mono', IBM Plex, monospace;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('../img/Chirp-Regular.woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('../img/Chirp-Medium.woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('../img/Chirp-Bold.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Twitter Chirp';
  src: url('../img/Chirp-Heavy.woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ff-fb: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --ff-tw:
    'Twitter Chirp', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;
  --ff-rd:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  --ff-main: var(--ff-fb);
  --font-size: 15px;
  --bg-color: #ffffff;
  --cite-color: #666666;
  --name-color: #050505;
  --text-color: #222222;
  --secondary-color: #65676b;
  --verified-color: #0866ff;
  --border-radius: 8px;
}

.article-content h2 {
  font-size: 23px;
}

.site-footer {
  text-align: center;
  color: darkgray;
  font-size: 16px;
  padding: 40px 0;
}

.sp_site_nav_sport {
  color: red;
}

.qwe {
  margin-top: 24px;
}

.another_p {
  color: #e11229 !important;
}

.reg-v4 {
  --reg-v4-avatar-box-size: calc(
    var(--reg-v4-avatar-size) + var(--reg-v4-avatar-gap) * 2 +
      var(--reg-v4-avatar-border-width) * 2
  );

  --reg-v4-line-width: 1px;

  --reg-v4-dot-center-left: calc(
    var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) +
      var(--reg-v4-line-width) / 2
  );
}

.reg-v4,
.reg-v4 * {
  box-sizing: border-box !important;
  font-family: var(--reg-v4-font-family);
}

.reg-v4 b {
  font-weight: var(--reg-v4-step-bold) !important;
}

.reg-v4 .reg-v4__content {
  position: relative !important;
  max-width: 645px !important;
  margin: 0 auto !important;
  padding-top: var(--reg-v4-content-padding-top);
  padding-bottom: var(--reg-v4-content-padding-bottom);
  padding-left: var(--reg-v4-content-padding-left);
  color: var(--reg-v4-text-color);
}

.reg-v4 .reg-v4__content::before {
  content: '' !important;
  position: absolute !important;
  top: var(--reg-v4-line-top);
  left: var(--reg-v4-line-left);
  width: var(--reg-v4-line-width);
  height: var(--reg-v4-line-height);
  background-color: var(--reg-v4-accent);
}

.reg-v4 .reg-v4__user {
  position: static !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0 !important;
}

.reg-v4 .reg-v4__avatar {
  position: absolute !important;

  top: 0 !important;

  left: 0 !important;

  width: var(--reg-v4-avatar-box-size);
  height: var(--reg-v4-avatar-box-size);

  border: var(--reg-v4-avatar-border);
  border-radius: var(--reg-v4-avatar-radius);

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;

  z-index: 2 !important;
}

.reg-v4 .reg-v4__avatar > img {
  display: block !important;
  width: var(--reg-v4-avatar-size);
  height: var(--reg-v4-avatar-size);
  border-radius: inherit !important;
  object-fit: cover !important;
}

.reg-v4 .reg-v4__name {
  display: inline-block !important;
  margin: 0 !important;
  font-size: var(--reg-v4-name-font-size);
  font-weight: var(--reg-v4-name-font-weight);
  line-height: var(--reg-v4-name-line-height);
  color: var(--reg-v4-name-color);
  text-decoration: none !important;
}

.reg-v4 .reg-v4__title {
  width: fit-content !important;
  margin: var(--reg-v4-title-margin);
  padding: var(--reg-v4-title-padding);
  background-color: var(--reg-v4-title-bg);
  color: var(--reg-v4-title-color);
  font-size: var(--reg-v4-title-font-size);
  font-weight: var(--reg-v4-title-font-weight);
  line-height: var(--reg-v4-title-line-height);
  letter-spacing: var(--reg-v4-title-letter-spacing);
  text-transform: var(--reg-v4-title-text-transform);
  border-radius: var(--reg-v4-title-radius);
  hyphens: auto !important;
}

.reg-v4 .reg-v4__content > ul {
  margin: 0 auto 25px !important;
  padding: 0 !important;
  font: inherit !important;
  text-align: left !important;
  list-style: none !important;
}

.reg-v4 .reg-v4__content > ul li {
  position: relative !important;
  margin: var(--reg-v4-step-margin);
  padding: 0 !important;
  font-size: var(--reg-v4-step-font-size);
  line-height: var(--reg-v4-step-line-height);
}

.reg-v4 .reg-v4__content > ul li:last-child {
  margin-top: var(--reg-v4-last-step-margin-top);
}

.reg-v4 .reg-v4__content > ul li::before {
  content: '' !important;
  position: absolute !important;
  top: var(--reg-v4-dot-top);
  left: var(--reg-v4-dot-center-left);
  width: var(--reg-v4-dot-size);
  height: var(--reg-v4-dot-size);
  background-color: var(--reg-v4-accent);
  border-radius: var(--reg-v4-dot-radius);
  transform: translate(-50%, -50%) !important;
}

.reg-v4 .reg-v4__link,
.reg-v4 .reg-v4__list a {
  color: var(--reg-v4-link);
  text-decoration: underline !important;
}

.reg-v4 .reg-v4__link:hover,
.reg-v4 .reg-v4__list a:hover {
  color: var(--reg-v4-link-hover);
}

.reg-v4 .reg-v4__list a {
  font-weight: var(--reg-v4-link-bold) !important;
}

.reg-v4 .reg-v4__text {
  margin: var(--reg-v4-note-margin);
  font-size: var(--reg-v4-note-font-size);
  color: var(--reg-v4-note-color);
}

@media (max-width: 767px) {
  .reg-v4 {
    --reg-v4-content-padding-left: var(--reg-v4-content-mobile-padding-left);
    --reg-v4-line-left: var(--reg-v4-line-mobile-left);
    --reg-v4-avatar-size: var(--reg-v4-avatar-mobile-size);
    --reg-v4-avatar-margin-bottom: var(--reg-v4-avatar-mobile-margin-bottom);
  }

  .reg-v4 .reg-v4__content {
    padding-bottom: var(--reg-v4-content-mobile-padding-bottom);
  }

  .reg-v4 .reg-v4__content::before {
    height: var(--reg-v4-line-mobile-height);
  }
}

.popup-modal__button:focus-visible,
.popup-modal__close:focus-visible {
  outline: 2px solid rgba(144, 116, 255, 0.55);
  outline-offset: 2px;
}
.popup-modal__form :where(.field, .form-group, .input-group) {
  margin: 0;
}

.popup-modal__form :where(label, legend) {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--popup-text-muted);
}

.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  ) {
  width: 100%;
  min-height: 60px;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--popup-field);
  color: var(--popup-text);
  font: 600 16px/1.2 inherit;
}

.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  )::placeholder {
  color: rgba(34, 34, 34, 0.3);
}

.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  ):focus {
  outline: none;
  border-color: var(--popup-field-border);
  background: #fff;
}

.popup-modal__form
  :where(
    button:not(.iti-aio__selected-country),
    input[type='submit'],
    input[type='button']
  ) {
  width: 100% !important;
  min-height: 67px !important;
  padding: 18px !important;
  border: 0;
  border-radius: 16px !important;
  background: linear-gradient(
    90deg,
    var(--popup-accent-start) 0%,
    var(--popup-accent-end) 100%
  ) !important;
  color: var(--popup-text) !important;
  font: 600 16px/1.2 inherit !important;
  cursor: pointer;
  text-transform: unset !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: inherit !important;
  margin: 0 !important;
}

.popup-modal__form :where(.iti, .iti--allow-dropdown) {
  width: 100%;
}

.mvt-content {
  display: none;
}
#withgovernmentlink .mvt-content:nth-child(1) {
  display: block;
}

.reg-v4 {
  --reg-v4-accent: #005890;
  /* timeline line and step markers color */

  --reg-v4-title-bg: #e3e3e3;
  /* title background */
  --reg-v4-title-color: #000;
  /* title text color */

  --reg-v4-text-color: #000;
  /* main text color */
  --reg-v4-font-family: Arial, sans-serif;
  /* font family for the whole block */

  --reg-v4-button-bg: #005890;
  /* button background color */
  --reg-v4-button-hover-bg: #007fff;
  /* button hover background */
  --reg-v4-button-text-color: #ffffff;
  /* button text color */
  --reg-v4-button-text-hover-color: #ffffff;
  /* button hover text color */
  --reg-v4-button-text-transform: uppercase;
  /* button text transform */

  --reg-v4-link: #e11229;
  /* link color */
  --reg-v4-link-hover: #007fff;
  /* link hover color */
  --reg-v4-link-bold: inherit;
  /* font weight link */

  --reg-v4-note-color: #464b5a;
  /* note text color */

  --reg-v4-content-padding-top: 16px;
  /* top padding of content */
  --reg-v4-content-padding-bottom: 8px;
  /* bottom padding of content */
  --reg-v4-content-padding-left: 75px;
  /* left padding reserved for avatar, line and markers */

  --reg-v4-content-mobile-padding-left: 58px;
  /* left padding on mobile */
  --reg-v4-content-mobile-padding-bottom: 20px;
  /* bottom padding on mobile */

  --reg-v4-avatar-size: 54px;
  /* avatar image size */
  --reg-v4-avatar-mobile-size: 47px;
  /* avatar image size on mobile */
  --reg-v4-avatar-gap: 0px;
  /* gap between image and border */
  --reg-v4-avatar-border: none;
  /* avatar border */
  --reg-v4-avatar-border-width: 0px;
  /* border width, must match border */
  --reg-v4-avatar-radius: 50%;
  /* avatar border radius */
  --reg-v4-avatar-margin-bottom: -60px;
  /* avatar bottom margin */
  --reg-v4-avatar-mobile-margin-bottom: -50px;
  /* avatar bottom margin on mobile */

  --reg-v4-line-left: 27px;
  /* vertical line horizontal position */
  --reg-v4-line-mobile-left: 19px;
  /* vertical line horizontal position on mobile */
  --reg-v4-line-top: 20px;
  /* vertical line starting position */
  --reg-v4-line-height: 93%;
  /* vertical line height */
  --reg-v4-line-mobile-height: 92%;
  /* vertical line height on mobile */
  --reg-v4-line-width: 1px;
  /* vertical line width */

  --reg-v4-dot-size: 11px;
  /* step marker size */
  --reg-v4-dot-radius: 50%;
  /* 50% = circle, 0 = square */
  --reg-v4-dot-top: 0.65em;
  /* marker vertical position */

  --reg-v4-name-font-size: 16px;
  /* author name font size */
  --reg-v4-name-font-weight: 700;
  /* author name font weight */
  --reg-v4-name-line-height: 18px;
  /* author name line height */
  --reg-v4-name-color: var(--ue-c-comments-user-name-color, #000);
  /* author name color */

  --reg-v4-title-font-size: 1.1875rem;
  /* title font size */
  --reg-v4-title-font-weight: 800;
  /* title font weight */
  --reg-v4-title-line-height: 1.5rem;
  /* title line height */
  --reg-v4-title-letter-spacing: 0;
  /* title letter spacing */
  --reg-v4-title-text-transform: uppercase;
  /* title text transform */
  --reg-v4-title-padding: 16px 13px;
  /* title padding */
  --reg-v4-title-margin: 4px 0 25px;
  /* title margin */
  --reg-v4-title-radius: 4px;
  /* title border radius */

  --reg-v4-step-font-size: 19px;
  /* step text font size */
  --reg-v4-step-line-height: 1.35;
  /* step line height */
  --reg-v4-step-margin: 8px 0;
  /* spacing between steps */
  --reg-v4-last-step-margin-top: 20px;
  /* top margin of last step */
  --reg-v4-step-bold: 700;
  /* font weight for bold text like labels inside <b> tag */

  --reg-v4-note-font-size: var(--font-size-main-text);
  /* note font size */
  --reg-v4-note-margin: 0 0 20.647px;
  /* note margin */

  --reg-v4-button-width: 100%;
  /* button width */
  --reg-v4-button-mobile-width: 90%;
  /* button width on small screens */
  --reg-v4-button-margin: 0 auto 20px;
  /* button margin */
  --reg-v4-button-mobile-margin-left: 10px;
  /* button left margin on mobile */
  --reg-v4-button-padding: 19px;
  /* button padding */
  --reg-v4-button-font-size: 16px;
  /* button font size */
  --reg-v4-button-font-weight: 700;
  /* button font weight */
  --reg-v4-button-radius: 10px;
  /* button border radius */
  --reg-v4-button-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  /* button shadow */
}

.reg-v4 {
  --reg-v4-line-top: 28px !important;
  --reg-v4-accent: #e11229;
  --reg-v4-step-font-size: 18px;
  --reg-v4-button-bg: #e11229;
  --reg-v4-font-family: SequelSans, sans-serif;
  --reg-v4-name-font-size: 18px;
  --reg-v4-note-font-size: 18px;
  --reg-v4-line-height: 93%;
  --reg-v4-line-mobile-height: 96%;
  --reg-v4-button-mobile-width: 100% !important;
  --reg-v4-button-mobile-margin-left: 0 !important;
}

.link {
  color: #e11229;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}

.form-wrapper {
  max-width: 634px;
  margin-inline: auto;
}
