html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
input {
  overflow: visible;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family: "CNNSansDisplay";
  src: url("../fonts/cnn_sans_display-v1.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "CNNSansDisplay";
  src: url("../fonts/cnn_sans_display-medium-v1.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "CNNSansDisplay";
  src: url("../fonts/cnn_sans_display-bold-v1.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family:
    "CNNSansDisplay", "FontTwo", "FontOne", "FontThree", "Helvetica Neue",
    Helvetica, Utkal, sans-serif;
  color: #262626;
}

header {
  font-family: "FontOne", sans-serif;
  color: black;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 15px;
}

.article-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding: 20px;
  font-family: "CNNSansDisplay" sans-serif;
}

.article-content {
  flex: 3;
}

h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
}

.author a {
  color: #c00;
  text-decoration: none;
  font-weight: 500;
}

.timestamp {
  font-size: 14px !important;
  color: #666;
  margin-bottom: 5px !important;
}

article img,
article video {
  width: 100%;
  margin-bottom: 10px;
}

.sidebar {
  flex: 1;
  background: #fefefe;
  padding: 10px;
}

.ad-placeholder {
  padding: 15px;
  text-align: center;
}

.text-container {
  padding-left: 30px;
}

article h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

article p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 300;
}

article a {
  font-size: inherit;
  color: #c00;
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .sidebar {
    display: none;
  }
  .article-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text-container {
    max-width: 780px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .article-wrapper {
    flex-direction: column;
    padding: 15px;
  }

  h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .text-container {
    padding-left: 0;
  }

  .sidebar {
    display: none;
  }

  article h2 {
    font-size: 18px;
  }

  article p {
    font-size: 18px;
  }

  .sidebar {
    display: none;
  }
}

.button-link {
  background-color: #2a609d;
  color: rgb(255, 255, 255) !important;
  display: block;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.15);
  animation: heartbeat 3s ease-in-out 2s infinite both;
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}

.form-container {
  background-color: rgb(255 255 255 / 83%);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-width: 420px;
  position: relative;
  overflow: hidden;
  border: 2px solid #003399;
  margin: 20px auto;
  width: 100%;
}
.video-background {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-header {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.form-header h1 {
  font-size: 20px;
  color: #003399;
  margin: 0 0 8px 0;
}
.form-header p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.disclaimer {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.comments-area a {
  text-decoration: none;
}

.post-message div p {
  font-size: 15px !important;
}
.comments-area p::first-letter {
  font-family: inherit !important;
  color: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  padding: inherit !important;
  float: none !important;
}

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
  scroll-padding-top: 200px;
}

.children .post:after,
.comment-footer__menu:after,
.nav:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after {
  clear: both;
}

a,
h1,
h2,
img,
li,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

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

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

input {
  line-height: normal;
}

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

.post-content .post-body {
  overflow: hidden;
}

.post-content:focus,
a:focus {
  outline: 0;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

.btn:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}

.btn:not(:disabled).active,
.btn:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}

.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}

.avatar {
  float: left;
}

.avatar img {
  width: 48px;
  height: 48px;
}

.avatar .user {
  position: relative;
  background: #dbdfe4;
  padding: 0;
}

.post .avatar {
  margin-right: 12px;
}

.post-list {
  list-style-type: none;
  margin: 0;
}

.post-list .post:after,
.post-list .post:before {
  display: table;
  content: "";
  line-height: 0;
}

.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
  display: table;
  line-height: 0;
  content: "";
}

.children .post {
  margin-left: 60px;
}

.children .post .avatar .user img {
  width: 36px;
  height: 36px;
}

.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}

.comment-footer__menu > li a:focus {
  outline: auto;
}

.post-content .post-message-container {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.post-content .post-message {
  line-height: 21px;
}

.post-content .post-message:after,
.post-content .post-message:before {
  display: table;
  content: "";
  line-height: 0;
}

.post-content .post-message p {
  line-height: 21px;
  margin: 0 0 15px;
}

.post-content .post-message p:last-child {
  margin: 0;
}

.vote-down:hover,
.vote-up:hover {
  cursor: pointer;
}

.updatable {
  transition: all 0.3s linear;
}

.bullet {
  padding: 0;
  color: #c2c6cc;
  line-height: 1.4;
}

.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

.nav-primary {
  margin: 0 0 24px;
  border-bottom: 2px solid #e7e9ee;
}

.nav-tab > a {
  color: #656c7a;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.tab-conversation.active > a:after {
  content: " ";
  display: block;
  height: 2px;
  background: #f56b0d;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.nav-tab > a:hover {
  color: #2a2e2e;
}

.nav-tab--primary > a {
  font-size: 15px;
  padding: 12px 0;
  margin-right: 15px;
}

.tab-conversation {
  float: left;
}

.tab-conversation > a {
  text-transform: capitalize;
}

.tab-conversation.active > a {
  color: #2a2e2e !important;
}

@media (max-width: 480px) {
  .comment-count {
    display: none;
  }
}
.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: #656c7a;
  font-weight: 500;
}
.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: #2a2e2e;
}
.comment__header .author {
  color: #656c7a;
  font-weight: 700;
}
.vote-down,
.vote-up {
  display: inline-block;
}
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: #687a86;
}
.vote-down,
.vote-up {
  position: relative;
  padding: 0 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}
.vote-down .control,
.vote-up .control {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.7;
}
.vote-down {
  padding-right: 0;
  padding-left: 6px;
  border-left: 2px solid #e7e9ee;
}
.vote-up {
  padding-left: 0;
}
.vote-up:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -3px;
  bottom: -10px;
}
.vote-up .count {
  color: gray;
  position: relative;
  top: -3px;
  font-size: 13px;
}
.vote-up.count-0 {
  margin-left: -3px;
}
.vote-up.count-0 .count {
  display: none;
}
.comment__header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-bottom: 3px;
}
.comment__header .author a {
  font-weight: 700;
}
.comment__footer {
  color: #656c7a;
  margin: 4px 0 0;
}
.comment__footer .bullet {
  line-height: 1.45;
}
.comment-footer__menu {
  margin: 0;
  padding: 0;
}
.comment-footer__menu:after,
.comment-footer__menu:before {
  display: table;
  content: "";
  line-height: 0;
}
.comment-footer__menu > li {
  float: left;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px !important;
}
.comment-footer__menu > li.comment__share {
  margin-right: 0;
}
.reply a {
  padding: 2px 0;
  border-radius: 4px;
}
.comment__share {
  position: relative;
  margin-right: 0;
}
.post-meta {
  display: inline-block;
}
.sso__button.no-image:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}
.sso__button.no-image:not(:disabled).active,
.sso__button.no-image:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}
.button-link {
  color: #f56b0d;
  font-size: inherit;
}

.post-message div p {
  font-size: 15px !important;
}
.comments-area p::first-letter {
  font-family: inherit !important;
  color: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  padding: inherit !important;
  float: none !important;
}

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.children .post:after,
.comment-footer__menu:after,
.nav:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after {
  clear: both;
}

a,
h1,
h2,
img,
li,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

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

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

input {
  line-height: normal;
}

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

.post-content .post-body {
  overflow: hidden;
}

.post-content:focus,
a:focus {
  outline: 0;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

.btn:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}

.btn:not(:disabled).active,
.btn:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}

.icon-arrow:before {
  content: "\25bd";
}
.icon-arrow-2:before {
  content: "\25b3";
}

.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}

.avatar {
  float: left;
}

.avatar img {
  width: 48px;
  height: 48px;
}

.avatar .user {
  position: relative;
  background: #dbdfe4;
  padding: 0;
}

.post .avatar {
  margin-right: 12px;
}

.post-list {
  list-style-type: none;
  margin: 0;
}

.post-list .post:after,
.post-list .post:before {
  display: table;
  content: "";
  line-height: 0;
}

.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
  display: table;
  line-height: 0;
  content: "";
}

.children .post {
  margin-left: 60px;
}

.children .post .avatar .user img {
  width: 36px;
  height: 36px;
}

.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}

.comment-footer__menu > li a:focus {
  outline: auto;
}

.post-content .post-message-container {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.post-content .post-message {
  line-height: 21px;
}

.post-content .post-message:after,
.post-content .post-message:before {
  display: table;
  content: "";
  line-height: 0;
}

.post-content .post-message p {
  line-height: 21px;
  margin: 0 0 15px;
}

.post-content .post-message p:last-child {
  margin: 0;
}

.vote-down:hover,
.vote-up:hover {
  cursor: pointer;
}

.updatable {
  transition: all 0.3s linear;
}

.bullet {
  padding: 0;
  color: #c2c6cc;
  line-height: 1.4;
}

.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

.nav-primary {
  margin: 0 0 24px;
  border-bottom: 2px solid #e7e9ee;
}

.nav-tab > a {
  color: #656c7a;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.tab-conversation.active > a:after {
  content: " ";
  display: block;
  height: 2px;
  background: #f56b0d;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.nav-tab > a:hover {
  color: #2a2e2e;
}

.nav-tab--primary > a {
  font-size: 15px;
  padding: 12px 0;
  margin-right: 15px;
}

.tab-conversation {
  float: left;
}

.tab-conversation > a {
  text-transform: capitalize;
}

.tab-conversation.active > a {
  color: #2a2e2e !important;
}

@media (max-width: 480px) {
  .comment-count {
    display: none;
  }
}
.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: #656c7a;
  font-weight: 500;
}
.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: #2a2e2e;
}
.comment__header .author {
  color: #656c7a;
  font-weight: 700;
}
.vote-down,
.vote-up {
  display: inline-block;
}
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: #687a86;
}
.vote-down,
.vote-up {
  position: relative;
  padding: 0 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}
.vote-down .control,
.vote-up .control {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.7;
}
.vote-down {
  padding-right: 0;
  padding-left: 6px;
  border-left: 2px solid #e7e9ee;
}
.vote-up {
  padding-left: 0;
}
.vote-up:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -3px;
  bottom: -10px;
}
.vote-up .count {
  color: gray;
  position: relative;
  top: -3px;
  font-size: 13px;
}
.vote-up.count-0 {
  margin-left: -3px;
}
.vote-up.count-0 .count {
  display: none;
}
.comment__header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-bottom: 3px;
}
.comment__header .author a {
  font-weight: 700;
}
.comment__footer {
  color: #656c7a;
  margin: 4px 0 0;
}
.comment__footer .bullet {
  line-height: 1.45;
}
.comment-footer__menu {
  margin: 0;
  padding: 0;
}
.comment-footer__menu:after,
.comment-footer__menu:before {
  display: table;
  content: "";
  line-height: 0;
}
.comment-footer__menu > li {
  float: left;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px;
}
.comment-footer__menu > li.comment__share {
  margin-right: 0;
}
.reply a {
  padding: 2px 0;
  border-radius: 4px;
}
.comment__share {
  position: relative;
  margin-right: 0;
}
.post-meta {
  display: inline-block;
}
.sso__button.no-image:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}
.sso__button.no-image:not(:disabled).active,
.sso__button.no-image:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}
.publisher-nav-color {
  text-decoration: none;
}
.button-link {
  color: #f56b0d;
  font-size: inherit;
}
h1 {
  margin-top: 15px;
}

#mainVideo {
  scroll-margin-top: 80px !important;
}

.result {
  display: flex;
  justify-content: center;
  width: max-content;
  align-items: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.progress__info {
  font-size: 18px !important;
}

.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}

.r-stories--label {
  color: #003978;
  font-family: "Source Sans 3", arial, sans-serif;
  font-weight: 700;
  margin-right: 4px;
  padding-right: 8px;
}

.r-panel--stories {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.r-panel--stories img {
  margin-bottom: 0 !important;
  min-width: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
}

@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: 20px;
}

.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place {
    width: 150px;
  }
}

.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
}

.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}

.top__list .item .place__avatar img {
  display: block;
  margin: 0;
}

.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__name {
    margin-left: 30px;
  }
}

.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .top__list .item .progress {
    margin-left: 10px;
  }
}

.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: none;
  box-shadow: none;
}

.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: #0750a2;
  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: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
}

.progress__info {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .progress__info {
    font-size: 16px;
  }

  .top__list .item {
    flex-direction: column;
  }

  .top__list .item .place {
    width: 100% !important;
  }

  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

#calculator {
  max-width: 800px;
  margin: 40px auto 80px;
  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
}

#slider {
  padding: 0 !important;
  width: 100%;
  height: 8px !important;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  appearance: none;
  cursor: pointer;
  pointer-events: auto;
  margin-bottom: 10px;
}

#current-value {
  color: #5cb95c;
  font-weight: bold;
}

#current-value {
  width: 35%;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 6px;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-left: 2px solid #5cb95c;
  border-right: 2px solid #5cb95c;
  border-bottom: 2px solid #5cb95c;
}

.result {
  background: #f0f8ff;
  padding: 12px;
  border-radius: 10px;
  margin-top: 12px;
  font-size: 16px;
  color: #222;
}
.slider-labels {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

html {
  scroll-behavior: smooth;
}

/* Start Here */
body {
  overflow-x: hidden;
}
main {
  padding-top: 70px !important;
}
.fusion-app:has(.full-screen) {
  overflow: hidden;
}
body,
p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
* {
  box-sizing: border-box;
}
.align_items_center {
  align-items: center;
}
.justify_center {
  justify-content: center;
}
.display_flex {
  display: flex;
}
.display_grid {
  display: grid;
}
.flex_column {
  flex-direction: column;
}

:root {
  --swiper-theme-color: #007aff;
}
:root {
  --swiper-navigation-size: 44px;
}
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    transform 0.2s,
    right 0.2s;
}
.react-datepicker__month-select:focus-visible,
.react-datepicker__month-year-select:focus-visible,
.react-datepicker__year-select:focus-visible {
  outline: 1px auto;
}
.body-article .visual__image:not(:has(figcaption)),
.body-article .visual__video:not(:has(figcaption)) {
  margin-bottom: 16px;
}
.follow-button-tooltip__close:focus-visible {
  outline: 2px solid var(--gray-70);
  outline-offset: 2px;
}
.footer-ctn {
  background-color: #3b3b3b;
  color: #e8eaed;
  padding: 26px 24px 64px;
  position: relative;
  width: 100vw;
}
.footer-menu {
  border-bottom: 1px solid #d5d5d5;
  grid-template-columns: 100%;
  width: 100%;
}
.footer-section {
  flex-wrap: wrap;
  gap: 0;
  margin-top: 8px;
}
.footer-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.footer-link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  min-width: 48px;
  padding: 16px 8px;
}
.footer-logo {
  height: 27.93px;
  width: 120px;
}
.copyright-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.social-copy {
  font-size: 14px;
  padding: 0;
  width: 100%;
}
.logo-wrapper {
  flex-direction: row;
  gap: calc(100% - 258px);
  justify-content: center;
  margin-bottom: 28px;
  max-width: 351px;
  width: 100%;
}
.social-media-buttons {
  display: inline-flex;
  gap: 12px;
  margin-top: 16px;
}
.copyright {
  margin-top: 24px;
}
.footer-column {
  margin-bottom: 40px;
  text-align: center;
}
.social-logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
}
.social-logo .svg-icon {
  height: 32px;
  width: 32px;
}
.social-logo .svg-icon path {
  fill: #e2e2e2;
}
.social-logo .svg-icon .svg-icon-border {
  stroke: #e2e2e2;
}
.social-logo:hover .svg-icon path {
  fill: var(--gray-10);
}
.social-logo:hover .svg-icon .svg-icon-bg {
  fill: var(--gray-60);
}
.social-logo:hover .svg-icon .svg-icon-border {
  stroke: var(--gray-10);
}
a.headline-link:has(.text-align-center),
a.headline-link:has(.text-align-justify),
a.headline-link:has(.text-align-right) {
  display: block;
}
.login-form-input:hover:not(:focus):not(:active) {
  background-color: var(--gray-0);
}
.field-input:hover:not(:focus):not(:active) {
  background-color: var(--gray-0);
  border: 1px solid var(--gray-50);
}
.identity-button-confirm-disabled:has(.identity-saved),
.identity-button-confirm:has(.identity-saved) {
  background-color: var(--orange-40);
  border-color: var(--orange-40);
  color: var(--gray-90);
}
.field-select-input:hover:not(:focus):not(:active) {
  background-color: var(--gray-0);
  border: 1px solid var(--gray-50);
}
.homepage-centered-layout:has(.slide-open) .homepage-centered-left-span,
.homepage-centered-layout:has(.slide-open) .homepage-centered-right-span {
  z-index: 3000;
}
.article-right-rail-centered:has(.sport-live-events) .top {
  margin-top: 0;
}
.article-right-rail-centered:has(.sport-live-events)
  .header-layout-content-child {
  padding: 0;
}
.masthead-navbar {
  background-color: var(--white-100);
  display: flex;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3001;
}
.login-register-container {
  align-items: center;
  display: flex;
  grid-column: 3/4;
  justify-content: flex-end;
  justify-self: flex-end;
  overflow: visible;
  width: auto;
}
.content-button {
  display: none;
}
.identity-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-family: Roboto, sans-serif;
}
.primary,
.secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange-50);
  border-radius: 100px;
  color: var(--button-alert-text);
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.secondary {
  background-color: var(--white-100);
  border: 1px solid var(--gray-50);
}
.secondary:active,
.secondary:hover {
  background: var(--orange-10);
}
.secondary:active {
  border: 1px solid var(--orange-50);
}
.primary {
  background: var(--orange-20);
  border: 1px solid var(--orange-20);
}
.primary:hover {
  background: var(--orange-10);
  border-color: var(--orange-50);
}
.primary:active {
  background: var(--orange-40);
}
.user-default-avatar {
  border-radius: 100px;
  height: 32px;
  width: 32px;
  background-color: var(--background-icon-avatar);
}
.user-default-avatar path {
  fill: var(--color-icon-avatar);
}
.account-button {
  align-items: center;
  background-color: var(--white-100);
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  height: 32px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0;
  width: auto;
}
.account-button--mobile {
  padding: 0;
}
.site-header {
  box-shadow: var(--shadow-nav);
  overflow: visible;
  width: 100%;
  z-index: 1999;
}
.sectionnav-container {
  border-left: none;
  border-right: none;
  border: 1px solid var(--gray-40);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: visible;
}
.sectionnav-container {
  align-items: center;
  height: 56px;
  padding: 0 16px;
  position: relative;
}
.sectionnav-container > a {
  -o-transition:
    all 0.5s,
    opacity 0.5s;
  -moz-transition:
    all 0.5s,
    opacity 0.5s;
  -webkit-transition:
    all 0.5s,
    opacity 0.5s;
  display: block;
  grid-column: 2/3;
  justify-self: center;
  transition:
    width 0.5s,
    opacity 0.5s;
}
.site-logo {
  visibility: hidden;
}
.site-logo.visible {
  opacity: 1;
  visibility: visible;
}
.hamburger {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  cursor: pointer;
  display: flex;
  grid-column: 1/2;
  height: 19px;
  justify-content: center;
  justify-self: flex-start;
  outline: none;
  position: static;
  transition: 0.2s;
  width: 28px;
  z-index: 10;
}
.hamburger svg {
  height: 19px;
  width: 28px;
}
.date-info {
  color: var(--headlines);
  display: none;
  font-size: 16px;
  padding-top: 2px;
}
.date-info,
.section-menu {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: width 0.5s;
}
.section-menu {
  display: flex;
  gap: 32px;
}
.menu-item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-items: center;
  color: var(--gray-100);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0;
  white-space: nowrap;
}
.menu-item:hover {
  color: var(--gray-80);
}
.logo-image {
  height: 36px;
  width: 154px;
}
.avatar-ctn,
.user-default-avatar-ctn {
  position: relative;
}
.avatar-ctn {
  overflow: visible;
}
.notifications-menu-active:has(.notifications-menu-not-configured)
  .notifications-menu-ctn-interests {
  height: calc(100vh - 555px);
}
:root {
  --background-button: var(--white-100);
  --color-button: var(--black-100);
}
.raffle:has(.raffle__success) {
  background-color: var(--orange-10);
}
:root {
  --background-card: #fff9f2;
  --background-card-hover: #fef4e6;
  --border-color: #fabb67;
  --show-more-color: var(--border-color-hover);
  --secondary-card-border-color: var(--border-color-hover);
}
.svg-icon {
  height: 28px;
  width: 28px;
}
.svg-icon path {
  fill: var(--gray-60);
}
.svg-icon .svg-icon-bg {
  fill: transparent;
}
.svg-icon .svg-icon-border {
  stroke: var(--gray-60);
}
.icon-dropdown:focus-visible {
  box-shadow: none;
  outline: none;
}
.title-bar:has(.newsletter-chain-view-button, .title-bar-anchor-button) {
  gap: 16px;
}
.identity-preferences-button:not(:disabled):active {
  background-color: var(--orange-30);
}
.switch:has(.switch-circle-enable) {
  background: rgba(246, 142, 1, 0.6);
}
.register-preferences-button.finish:not(:disabled):active {
  background-color: var(--orange-30);
}
.raffle-register-event:has(.register-verification) {
  grid-template-rows: repeat(2, auto);
}
.raffle-register-event:has(.register-verification) .login-default-card {
  background-color: var(--orange-0);
}
.dynamic-chain-main-anchor-img:has(iframe) {
  padding-bottom: 0;
  width: 100%;
  aspect-ratio: 16/9;
}
.dynamic-chain-main-info-promo:not(:has(img)) {
  color: var(--gray-90);
  font-size: 14px;
  font-weight: 500;
  line-height: 132%;
}
.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .logo-streaming-ctn {
  height: 18px;
  justify-content: center;
  width: auto;
  margin-bottom: 16px;
}
.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .logo-streaming-ctn
  .logo-streaming {
  height: 100%;
  width: 100%;
}
.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .dynamic-chain-main {
  margin-bottom: 20px;
}
.dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
  .dynamic-chain-small-ctn {
  padding-bottom: 20px;
}
.dynamic-chain.dynamic-chain-streaming:has(
    .dynamic-chain-main-info.streaming
  ).backgroundClass {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-right: 0;
  -o-border-image: linear-gradient(270deg, #fdcc89, #d85000) 2;
  border-image: linear-gradient(270deg, #fdcc89, #d85000) 2;
  border-image-slice: 1;
}
.pos-tbl-ctn
  .table-container-default:has(.table-ranking-cell)
  .table-cell:first-child {
  margin: auto;
}
.pos-tbl-inf:has(.pos-tbl-inf-obs) {
  gap: 16px;
}
.sport-calendar-error:has(.not-found-league),
.sport-calendar:has(.not-found-league) {
  row-gap: 32px;
}
.sport-calendar-swiper .sport-calendar-date:focus-visible {
  border-radius: 6px;
}
.sport-calendar-date:focus-visible {
  background: rgba(2, 132, 12, 0.1);
  border-radius: 100px;
}
.sport-calendar-matches-all:has(.not-found-league),
.sport-calendar-matches:has(.not-found-league) {
  border: none;
}
.league-overview-tab:focus-visible {
  background: var(--gray-10);
  border: 1px solid var(--gray-50);
  color: var(--gray-100);
}
.league-overview-tab-active:focus-visible {
  background: rgba(2, 132, 12, 0.1);
  border: 1px solid var(--green-100);
  color: var(--gray-100);
}
.league-overview-tab-disabled:focus-visible {
  background: var(--white-100);
  border: 1px solid var(--gray-30);
  color: var(--gray-30);
}
.sports-live-event-team-card:is(.sports-live-event-team-loser) {
  opacity: 0.5;
}
.tabs-component-button:focus-visible {
  background: var(--gray-10);
  border: 1px solid var(--gray-50);
  color: var(--gray-100);
}
.tabs-component-button-active:focus-visible {
  background: rgba(2, 132, 12, 0.1);
  border: 1px solid var(--green-100);
  color: var(--gray-100);
}
.tabs-component-button-disabled:focus-visible {
  background: var(--white-100);
  border: 1px solid var(--gray-30);
  color: var(--gray-30);
}
:root {
  --bg: "transparent";
  --bg-color: #fff;
  --black-100: #000;
  --gray-0: #fafafa;
  --gray-10: #f5f5f5;
  --gray-20: #eaeaea;
  --gray-30: #e2e2e2;
  --gray-40: #d5d5d5;
  --gray-50: #c2c2c2;
  --gray-60: #9b9b9b;
  --gray-70: #777;
  --gray-80: #555;
  --gray-sport-80: #555;
  --gray-85: #5f5f5f;
  --gray-90: #3b3b3b;
  --gray-100: #1f1f1f;
  --gray-110: #fafafa;
  --gray-115: rgba(28, 27, 31, 0.7019607843137254);
  --gray-120: #f7f8f9;
  --gray-204: #ccc;
  --gray-especial-deck: #c4c7c5;
  --gray-especial-hl: #e8eaed;
  --green-100: #02840c;
  --headlines: #1f1f1f;
  --orange-0: #fff9f2;
  --orange-10: #fef4e6;
  --orange-20: #fde8cc;
  --orange-30: #fcddb3;
  --orange-40: #fbd299;
  --orange-50: #fac680;
  --orange-60: #fabb67;
  --orange-70: #f9b04d;
  --orange-80: #f8a534;
  --orange-90: #f7991a;
  --orange-100: #f68e01;
  --orange-100-sport: #f68e01;
  --orange-110: #f96700;
  --orange-120: #f58e1f;
  --orange-130: #ad6400;
  --orange-140: #ffb959;
  --red-100: #b10000;
  --white-100: #fff;
  --yellow-50: #fbe094;
  --border-web-history: #f68e24;
  --background-shared-btn: #555;
  --sub-headlines: #3b3b3b;
  --border-newsletter: #e2e2e2;
  --background-preview-modal: #fff;
  --newsletter-btn-color: #707070;
  --newsletter-btn-icon-path: #3c3c3b;
  --background-podcast: #1c1b1f;
  --minute-marker-border: #b10000;
  --new-btn-text: #f68e01;
  --background-btn-game-card: #fef4e6;
  --border-btn-game-card: #fabb67;
  --color-btn-game-card: #555;
  --background-btn-game-card-hover: #fabb67;
  --border-btn-game-card-hover: #fabb67;
  --masthead-navbar-shadow: rgba(0, 0, 0, 0.14901960784313725);
  --shared-icon-date: #c5c5c5;
  --button-alert-background: #fff;
  --button-alert-text: #3b3b3b;
  --button-alert-border: #c2c2c2;
  --button-alert-hover-bg: #fef4e6;
  --button-alert-hover-bor: #c2c2c2;
  --border-titlebar: #d5d5d5;
  --msg-text-color: #e8eaed;
  --switch-background: #fafafa;
  --circle-background-enable: #f68e01;
  --circle-background-disable: #9b9b9b;
  --bg-menu: #fafafa;
  --border-input: #c2c2c2;
  --color-text-input: #3b3b3b;
  --border-btn-identity: #dadce0;
  --border-hover-identity: #d2e3fc;
  --background-color-identity: #2d2f31;
  --text-color-disabled: #e8eaed;
  --text-color-continue: #9aa0a6;
  --mhh-nav-item: #555;
  --shadow-nav: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  --border-tooltip: #ffb959;
  --text-tooltip: #c4c7c5;
  --color-text-perfil: #000;
  --color-icon-avatar: #d5d5d5;
  --background-icon-avatar: inherit;
  --head-story-title: #f5f5f5;
  --fill-icon-show-minus: #3b3b3b;
  --border-bottom-color: #c2c2c2;
  --skeleton-bg-1: #eaeaea;
  --skeleton-bg-2: #f5f5f5;
  --bg-color-bajalibros: #f5f5f5;
  --bg-exclusive: #fdf1e0;
  --progess-back-color: #4a506e;
  --progess-up-color: #ad6400;
  --volume-back-color: #747474;
  --volume-up-color: #fff;
  --bg-background-face: rgba(66, 133, 244, 0.04);
  --border-btn-face: #d2e3fc;
  --color-txt-face: #3b3b3b;
  --bg-tooltip-password: rgba(85, 85, 85, 0.9);
  --shadow-tooltip-password: rgba(0, 0, 0, 0.58);
  --background-queryly-input: #fff;
  --recipes-card-tag: #004405;
  --recipes-card-tag-color: #fff;
  --recipes-no-results-border: #b10000;
  --streaming-arrow-bg: hsla(0, 0%, 100%, 0.9);
}
:root {
  --blue-100: #0b57d0;
  --blue-50: #79adff;
  --cyan-100: #32dcdc;
  --dark-60: #747474;
  --dark-70: #4a506e;
  --dark-80: #121212;
  --dark-85: #5f6368;
  --dark-90: #2d2f31;
  --dark-blue-100: #202124;
  --election-gray-10: #f5f5f5;
  --election-gray-40: #d5d5d5;
  --election-gray-90: #3b3b3b;
  --green-10: #f2f9f3;
  --green-50: #00ff86;
  --red-10: #fbf2f2;
  --red-20: #d88080;
  --red-50: #ff8b96;
  --red-90: #d91023;
  --white-105: hsla(0, 0%, 100%, 0.7019607843137254);
  --yellow-100: #fffc41;
  --red-permanent: #b10000;
  --chain-with-border: #c2c2c2;
  --nav-podcast-border: #444746;
}
.laws-filter .field-select:has(.field-select-input:focus):after {
  background: var(--white-100);
}
.laws-filter
  .field-select:has(.field-select-input:hover:not(:focus):not(:active))
  label {
  background: var(--gray-0);
}
.wc-bonds:not(:has(.bonds)) {
  min-height: 1048px;
}
.wc-world-cup-2026-predict:not(:has(.world-cup-2026-predict)) {
  min-height: 2246px;
}
.wc-summoned-list:not(:has(.summoned-list-container)) {
  min-height: 791px;
  width: 100vw;
  margin-left: -16px;
}
.wc-match-events:not(:has(.match-events)) {
  min-height: 1892px;
}
.wc-scoreboard-soccer:not(:has(.scoreboard-futbol-container)) {
  min-height: 147px;
  position: relative;
}
.wc-ideal-team:not(:has(.ideal-team)) {
  min-height: 746px;
}
.wc-venues:not(:has(.venues-wc)) {
  min-height: 883px;
}
.soccer-top-performers:not(:has(.top-performers-container)) {
  min-height: 1309px;
  width: 100vw;
  margin-left: -16px;
}
.wc-player-evaluation-group:not(:has(.group-matches-ctn)) {
  min-height: 1900px;
}
.wc-ideal-eleven-group:not(:has(.group-matches-ctn)) {
  min-height: 1900;
}
.wc-player-evaluation:not(:has(.player-evaluation)) {
  min-height: 9000px;
}
.wc-soccer-header:not(:has(.soccer-header)) {
  min-height: 105px;
}
.match-countdown-container:not(:has(.match-countdown)) {
  min-height: 215px;
  margin: 0 -32px 16px;
}
.soccer-pass-matrix:not(:has(.pass-matrix)) {
  min-height: 573px;
  margin-bottom: 32px;
}
.wc-referees:not(:has(.referees-container)) {
  min-height: 378px;
  width: 100vw;
  margin-left: -16px;
  margin-bottom: 37px;
}
.wc-match-preview:not(:has(.match-preview)) {
  min-height: 700px;
}
.soccer-seasonal-stats:not(:has(.seasonal-stats)) {
  min-height: 460px;
  margin-bottom: 32px;
}
.soccer-match-stats:not(:has(.match-stats)) {
  min-height: 573px;
  margin-bottom: 32px;
}
.right-rail.most-read-relative:has(.content-table) .most-read,
.right-rail.most-read-sticky:has(.content-table) .most-read {
  position: static;
  top: auto;
}
.otf-chain-third-col .story-card-info:last-child:has(img) {
  max-width: 80px;
}
.otf-chain-title-bar:has(
  .newsletter-chain-view-button,
  .title-bar-anchor-button
) {
  gap: 16px;
}
.seven-video-chain.seven-video-chain-bg
  .seven-video-chain-third-column
  > :nth-last-child(1 of .story-card-ctn) {
  margin: 0;
}
.basic-nav:not(:has(.sticky-navbar-ad-container)) {
  margin-top: 56px;
}
.videos-feed-ctn:not(:has(.front-page)) {
  padding-top: 16px;
}
@media only screen and (min-width: 577px) {
  .footer-ctn {
    display: block;
    padding: 32px 16px 104px;
    z-index: 2990;
  }
  .footer-menu {
    grid-template-columns: repeat(4, 25%);
    max-width: 928px;
  }
  .logo-wrapper {
    align-items: inherit;
    flex-direction: column;
    gap: inherit;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .footer-column {
    font-size: 14px;
    grid-template-columns: 100%;
    padding-left: 0;
    row-gap: 4px;
    text-align: center;
  }
  .social-media-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-section {
    flex-direction: column;
    margin-top: 8px;
  }
  .copyright-text {
    text-align: center;
  }
  .footer-link {
    padding: 8px;
  }
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests {
    height: calc(100vh - 575px);
  }
  .svg-icon {
    height: 22px;
    width: 22px;
  }
  .background-feature-cards-right:has(.background-feature-card-full-width-img)
    .background-feature-card {
    max-width: 227px;
    width: 227px;
  }
  .background-feature-cards-right:has(.background-feature-card-full-width-img)
    .background-feature-card-full-width-img {
    max-height: 210px;
    max-width: 373.33px;
    width: 373.33px;
  }
  .pos-tbl-inf:has(.pos-tbl-inf-obs) {
    flex-direction: row;
    gap: auto;
    justify-content: space-between;
  }
  .default-chain-2:has(.ad-wrapper) {
    display: flex;
  }
  .custom-class
    .otf-chain-second-col
    .streaming-story-ctn:has(.storycard-video-ctn.default-theme),
  .streamig-class
    .otf-chain-second-col
    .streaming-story-ctn:has(.storycard-video-ctn.default-theme) {
    box-sizing: content-box;
    min-height: unset;
    width: 100%;
  }
}
@media screen and (min-width: 577px) {
  .wc-bonds:not(:has(.bonds)) {
    min-height: 1246px;
  }
  .wc-scoreboard-soccer:not(:has(.scoreboard-futbol-container)) {
    min-height: 128px;
  }
}
@media screen and (min-width: 760px) {
  .wc-world-cup-2026-predict:not(:has(.world-cup-2026-predict)) {
    min-height: 2789px;
  }
  .wc-summoned-list:not(:has(.summoned-list-container)) {
    min-height: 979px;
  }
  .wc-ideal-team:not(:has(.ideal-team)) {
    min-height: 1024px;
  }
  .wc-venues:not(:has(.venues-wc)) {
    min-height: 604px;
  }
  .soccer-top-performers:not(:has(.top-performers-container)) {
    min-height: 827px;
  }
  .wc-player-evaluation-group:not(:has(.group-matches-ctn)) {
    min-height: 900px;
  }
  .wc-ideal-eleven-group:not(:has(.group-matches-ctn)) {
    min-height: 900px;
  }
  .wc-player-evaluation:not(:has(.player-evaluation)) {
    min-height: 6000px;
  }
  .wc-referees:not(:has(.referees-container)) {
    min-height: 448px;
  }
  .wc-match-preview:not(:has(.match-preview)) {
    min-height: 587px;
  }
  .soccer-seasonal-stats:not(:has(.seasonal-stats)) {
    min-height: 390px;
  }
}
@media only screen and (min-width: 769px) {
  .exclusive-article .visual__image:not(:has(figcaption)) {
    margin-bottom: 24px;
  }

  .raffle:has(.raffle__success) {
    border: 1px solid var(--orange-70);
  }
  .match-countdown-container:not(:has(.match-countdown)) {
    min-height: 120px;
    margin: 0 0 16px;
  }
}
@media (min-width: 992px) {
  .videos-feed-ctn:not(:has(.front-page)) {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-ctn {
    flex-direction: column;
    padding: 32px 32px 104px;
    z-index: 2990;
  }
  .social-media-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .logo-wrapper {
    align-items: inherit;
    flex-direction: column;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .footer-logo {
    height: 40px;
    width: 171.84px;
  }
  .footer-menu {
    grid-template-columns: repeat(5, 20%);
    margin: 0 auto;
    max-width: 1204px;
  }
  .user-default-avatar {
    margin-right: 12px;
  }
  .dynamic-chain-main-anchor-img:has(iframe) {
    width: 60%;
    padding-bottom: 0;
    height: auto;
    aspect-ratio: 16/9;
  }
  .dynamic-chain.dynamic-chain-streaming:has(
      .dynamic-chain-main-info.streaming
    ) {
    padding: 24px;
    border-radius: 24px;
  }
  .dynamic-chain.dynamic-chain-streaming:has(
      .dynamic-chain-main-info.streaming
    ):has(.dynamic-chain-streaming-no-bg) {
    padding: 0;
  }
  .dynamic-chain.dynamic-chain-streaming:has(
      .dynamic-chain-main-info.streaming
    ).backgroundClass {
    border: 1px solid #fdcc89;
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .dynamic-chain-small-two {
    display: grid;
    grid-template-areas: "info img";
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .dynamic-chain-small-two
    .dynamic-chain-small-two-info {
    grid-area: info;
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .dynamic-chain-main-info.streaming {
    border-radius: 0 9px 9px 0;
    border: 1px solid #e7be64;
    border-left: none;
  }
  .dynamic-chain.dynamic-chain-streaming:has(.dynamic-chain-main-info.streaming)
    .logo-streaming-ctn {
    height: 22px;
    justify-content: center;
    width: auto;
  }
  .RI .register-preferences-button.finish:not(:disabled):hover {
    background-color: var(--orange-20);
    border: 1px solid transparent;
  }
  .default-chain-2:has(.ad-wrapper) {
    display: grid;
  }
  .basic-nav:not(:has(.sticky-navbar-ad-container)) {
    margin-top: 48px;
  }
}
@media screen and (min-width: 992px) {
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests {
    height: calc(100vh - 600px);
  }
  .notifications-menu-active:has(.notifications-menu-not-configured)
    .notifications-menu-ctn-interests.navbar-contracted-48 {
    height: calc(100vh - 520px);
  }
  .wc-bonds:not(:has(.bonds)) {
    min-height: 633px;
  }
  .wc-world-cup-2026-predict:not(:has(.world-cup-2026-predict)) {
    min-height: 1682px;
  }
  .wc-match-events:not(:has(.match-events)) {
    min-height: 1006px;
  }
  .wc-ideal-team:not(:has(.ideal-team)) {
    min-height: 1050px;
  }
  .wc-ideal-eleven-group:not(:has(.group-matches-ctn)) {
    min-height: 977px;
  }
  .wc-player-evaluation:not(:has(.group-matches-ctn)) {
    min-height: 977px;
  }
  .wc-player-evaluation:not(:has(.player-evaluation)) {
    min-height: 4000px;
  }
  .wc-soccer-header:not(:has(.soccer-header)) {
    min-height: 133px;
  }
  .wc-match-preview:not(:has(.match-preview)) {
    min-height: 583px;
  }
  .soccer-seasonal-stats:not(:has(.seasonal-stats)) {
    min-height: 390px;
  }
}
@media only screen and (min-width: 993px) {
  .article-right-rail-centered:has(.sport-live-events) .header-layout-wrapper {
    padding: 0;
  }
  .article-right-rail-centered:has(.sport-live-events) .header-layout-content {
    grid-column: span 12;
    width: 100%;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child {
    margin: 0;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .leagues-swiper-divider {
    margin: auto 0;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .sport-live-events-league
    .leagues-swiper-divider {
    margin: auto;
  }
}
@media screen and (min-width: 1366px) {
  .article-right-rail-centered:has(.sport-live-events) .header-layout-wrapper {
    padding: 0;
  }
  .article-right-rail-centered:has(.sport-live-events) .header-layout-content {
    grid-column: span 12;
    width: 100%;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child {
    margin: 0;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .leagues-swiper-divider {
    margin: auto 0;
  }
  .article-right-rail-centered:has(.sport-live-events)
    .header-layout-content-child
    .sport-live-events-league
    .leagues-swiper-divider {
    margin: auto;
  }
}
@media screen and (min-width: 1648px) {
  .article-right-rail-centered
    .header-layout-wrapper:has(.sport-live-events)
    .header-layout-content {
    grid-column: span 12;
    width: 100%;
  }
  .article-right-rail-centered
    .header-layout-wrapper:has(.sport-live-events)
    .header-layout-content-child {
    margin: inherit;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
  }
}

.site-logo {
  opacity: 1;
  visibility: visible;
}
.section-menu {
  display: none;
}
.logo-image {
  margin-top: 0;
}
@media print {
  .masthead-navbar {
    border-bottom: 1px solid var(--gray-40);
    position: static;
    z-index: 1;
  }
  .hamburger {
    display: none;
  }
  .sectionnav-container {
    border: none;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px;
  }
  .sectionnav-container > a,
  .site-logo {
    display: none;
  }
  .section-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    grid-column: 2/3;
    height: 100%;
    justify-content: flex-start;
    margin-left: 40px;
    overflow: hidden;
  }
  .menu-item {
    color: var(--gray-100);
    display: flex;
    font-size: 16px;
    font-weight: 500;
  }
  .date-info {
    color: var(--headlines);
    display: inline-block;
    font-size: 16px;
    grid-column: 3/4;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .login-register-container {
    grid-column: 3/4;
    justify-content: flex-end;
    margin-left: 16px;
  }
  .content-button {
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .account-button {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 32px;
  }
  .account-button--mobile {
    display: none;
  }
  .user-default-avatar {
    margin-right: 12px;
  }
  .site-header {
    box-shadow: none;
  }
}

:root {
  --form-main-color: #ff8325;
}
.adnm-topscroll
  :is(
    .adnm-topscroll-parent,
    .sticky-navbar-ad-container:has(.adnm-topscroll-parent),
    .top > .width_full,
    .width_full
  ) {
  height: 1px !important;
  min-height: unset !important;
}
.adnm-topscroll-expand .top:has(.masthead-navbar) > div:not(.identity-popup) {
  position: unset !important;
}
.adnm-topscroll-expand
  body:has(.masthead-navbar.masthead-navbar-open)
  .adnm-html-topscroll-expand-frame-wrapper {
  z-index: 3000 !important;
}
.adnm-topscroll-expand
  .sticky-navbar-ad-container:not(:has(.adnm-topscroll-expand-parent))
  > div {
  display: none !important;
}
.adnm-topscroll-expand.adnm-topscroll-expander-fixed
  .top
  > div[style*="position: relative"]:has(
    .header-layout-wrapper > .header-layout
  )
  + .width_full {
  height: 235px !important;
}
.adnm-topscroll-expand.adnm-topscroll-expander-fixed
  .top
  > div[style*="position: relative"]:not(
    :has(.header-layout-wrapper > .header-layout)
  )
  + .width_full {
  height: 49px !important;
}
.adnm-topscroll-expand-mobile
  .masthead-navbar:has(.right-panel.slide-open, .side-menu.slide-open) {
  overflow: unset !important;
}
.adnm-topscroll-expand-mobile.adnm-topscroll-expander-fixed
  .top
  > div[style*="position: relative"]:has(
    .header-layout-wrapper > .header-layout
  )
  + .width_full {
  height: 188px !important;
}
.adnm-topscroll-expand-mobile.adnm-topscroll-expander-fixed
  .top
  > div[style*="position: relative"]:not(
    :has(.header-layout-wrapper > .header-layout)
  )
  + .width_full {
  height: 49px !important;
}
:root {
  --header-bg: #ff8325;
  --header-color: #ffffff;
  --header-radius: 10px;
  --input-bg: #ffffff;
  --input-border: #cccccc;
  --input-radius: 8px;
  --input-text: #1f1f1f;
  --input-placeholder: #999999;
  --input-padding: 14px;
  --input-font-size: 16px;
  --btn-bg: #ff8325;
  --btn-color: #ffffff;
  --btn-radius: 8px;
  --btn-padding: 16px;
  --form-width: 100%;
  --gap: 15px;
  --font: "Roboto", sans-serif;
}
.generated-class-5 {
  position: relative;
}
.generated-class-9 {
  width: 132px;
}
.generated-class-10 {
  width: 132px;
}
