.spinner {
  animation: 2s linear 0s infinite normal none running rotate;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0px 0px -25px;
  width: 50px;
  height: 50px;
}

.hide {
  display: none !important;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(
    var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
      var(--iti-flag-width)
  );
  --iti-selected-country-arrow-padding: calc(
    var(--iti-arrow-padding) + var(--iti-arrow-padding) +
      var(--iti-flag-width) + var(--iti-spacer-horizontal) +
      var(--iti-arrow-width) + var(--iti-input-padding)
  );
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

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

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input {
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
[type="submit"],
button {
  appearance: button;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0px;
  padding: 0px;
  background: rgb(254, 254, 254);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(10, 10, 10);
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button {
  padding: 0px;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

button,
input {
  font-family: inherit;
}

div,
h1,
h2,
h3,
h6,
li,
p,
ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizelegibility;
}

i {
  font-style: italic;
}

i,
strong {
  line-height: inherit;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 1.5rem;
}

h1,
h2 {
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h3 {
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

h6 {
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
}

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: rgb(23, 121, 186);
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:hover {
  color: rgb(20, 104, 160);
}

a img {
  border: 0px;
}

ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

ul {
  margin-left: 1.25rem;
}

ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0px;
}

@media print {
  * {
    background: transparent !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  img {
    break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    break-after: avoid;
  }
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 1rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0px;
  transition:
    background-color 0.25s ease-out 0s,
    color 0.25s ease-out 0s;
  font-family: inherit;
  font-size: 0.9rem;
  appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.button {
  background-color: rgb(23, 121, 186);
  color: rgb(254, 254, 254);
}

.button:focus,
.button:hover {
  background-color: rgb(20, 103, 158);
  color: rgb(254, 254, 254);
}

.hide {
  display: none !important;
}

[class*=" icon-"]::before,
[class^="icon-"]::before {
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: rai24 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
}

.icon-nav::before {
  content: "v";
}

.icon-logo-rai::before {
  content: "A";
}

.icon-arrow-right::before {
  content: "C";
}

.icon-logo-rainews::before {
  content: "";
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0px;
  padding: 0px;
  color: var(--color01, #212335);
  background-color: var(--colorBackground01, #fff);
  height: 100%;
}

body,
html {
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: var(--global-size, 20px);
  line-height: var(--global-lineheight, 32px);
}

html body {
  height: auto;
  min-height: 100vh;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sr-only {
  padding: 0px;
  margin: -1px;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}

@media only screen and (min-width: 768px) {
  .sr-only:focus {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    overflow: visible;
    clip: auto;
    white-space: normal;
    font-size: 14px;
  }
}

@media only screen and (min-width: 0) {
  main {
    padding-top: var(--header-fixed-height, 93px);
  }
}

@media only screen and (min-width: 768px) {
  main {
    padding-top: var(--header-fixed-height, 127px);
  }
}

@media only screen and (min-width: 1024px) {
  main {
    padding-top: var(--header-fixed-height, 121px);
  }
}

@media only screen and (min-width: 1296px) {
  main {
    padding-top: var(--header-fixed-height, 149px);
  }
}

@media only screen and (min-width: 0) {
  body[data-layout="homepage"] main {
    padding-top: var(--header-home-fixed-height, 125px);
  }
}

@media only screen and (min-width: 768px) {
  body[data-layout="homepage"] main {
    padding-top: var(--header-home-fixed-height, 149px);
  }
}

@media only screen and (min-width: 1024px) {
  body[data-layout="homepage"] main {
    padding-top: var(--header-home-fixed-height, 147px);
  }
}

@media only screen and (min-width: 1296px) {
  body[data-layout="homepage"] main {
    padding-top: var(--header-home-fixed-height, 171px);
  }
}

h1,
h2,
h3,
h6 {
  font-family: var(--font02, "Merriweather", serif);
  font-weight: 400;
  margin-top: 0px;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease 0s;
}

button {
  cursor: pointer;
}

body[data-layout="homepage"] main {
  border-bottom: 20px solid var(--launch__label-color, #009);
}

body {
  display: flex;
  flex-direction: column;
}

body main {
  flex: 1 0 auto;
}

rai-corporate-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 250;
}

body .overlay-corporate-mask {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  z-index: 100;
  transition: all 0.3s ease 0s;
}

body .header-fixed,
body .header-fixed #menu-open,
body .header-fixed #page-updated,
body .header-fixed .header-menu__live a,
body .header-fixed .header-menu__live a:link,
body .header-fixed .header-menu__live a:visited,
body .header-fixed .header-menu__nav .button,
body .header-fixed .header-menu__nav .visible-list a,
body .header-fixed .secondary-bar__inner .link,
body .header-fixed .topics__title {
  transition: all 0.3s ease 0s;
}

.header-fixed {
  border-top: 2px solid rgb(0, 0, 153);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 16px;
  z-index: 200;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(141, 141, 141, 0.298) 0px 0px 50px;
  transition: height 0.3s ease 0s;
}

@media only screen and (min-width: 0) {
  .header-fixed {
    height: var(--header-fixed-height, 93px);
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed {
    height: var(--header-fixed-height, 127px);
  }
}

@media only screen and (min-width: 1024px) {
  .header-fixed {
    height: var(--header-fixed-height, 121px);
  }
}

@media only screen and (min-width: 1296px) {
  .header-fixed {
    height: var(--header-fixed-height, 149px);
  }
}

body[data-layout="homepage"] .header-fixed {
  border-top: 0px;
}

@media only screen and (min-width: 0) {
  body[data-layout="homepage"] .header-fixed {
    height: var(--header-home-fixed-height, 125px);
  }
}

@media only screen and (min-width: 768px) {
  body[data-layout="homepage"] .header-fixed {
    height: var(--header-home-fixed-height, 149px);
  }
}

@media only screen and (min-width: 1024px) {
  body[data-layout="homepage"] .header-fixed {
    height: var(--header-home-fixed-height, 147px);
  }
}

@media only screen and (min-width: 1296px) {
  body[data-layout="homepage"] .header-fixed {
    height: var(--header-home-fixed-height, 171px);
  }
}

.header-fixed .header {
  margin: 0px auto;
  border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 0) {
  .header-fixed .header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed .header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  .header-fixed .header {
    max-width: var(--content-maxwidth, 984px);
  }
}

@media only screen and (min-width: 1296px) {
  .header-fixed .header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 0) {
  .header-fixed .header {
    padding-left: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed .header {
    padding-left: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .header-fixed .header {
    padding-left: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  .header-fixed .header {
    padding-left: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  .header-fixed .header {
    padding-right: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed .header {
    padding-right: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .header-fixed .header {
    padding-right: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  .header-fixed .header {
    padding-right: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed .header {
    border-bottom: 0px;
  }
}

.header-fixed .header a:hover,
.header-fixed .header button:hover {
  color: rgb(0, 46, 255);
}

.header-fixed .header .header-menu__nav__button:hover,
.header-fixed .header .topics__nav__button:hover,
.header-fixed .header a:hover {
  text-decoration: underline;
}

.header-fixed .header .social a:hover {
  text-decoration: none;
}

.header-fixed .header::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgb(205, 205, 214);
  left: 20px;
  right: 20px;
}

#skip-to-content {
  display: block;
  font-size: 1vw;
  top: 0px;
  transform: translateY(26%);
}

[data-layout="homepage"] #skip-to-content {
  color: rgb(255, 255, 255);
}

.main-bar {
  text-align: center;
  height: 40px;
  margin: 7px 0px;
  position: relative;
}

#logo-rainews,
#menu-open,
.corporate-menu-toggler {
  border: 0px;
  height: 40px;
  position: relative;
}

#menu-open {
  width: 20px;
  height: 40px;
  padding: 10px 0px;
  margin: 0px;
  color: rgb(94, 94, 110);
  background: none;
}

#menu-open i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0px;
}

#menu-open i::before {
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#menu-open:focus,
#menu-open:hover {
  color: rgb(0, 46, 255);
  background: none;
}

#menu-open {
  float: left;
}

#logo-rainews {
  width: 98px;
  height: 40px;
  padding: 0px;
  margin-left: -10px;
  display: inline-block;
  position: relative;
  color: rgb(0, 0, 153);
}

#logo-rainews i {
  width: 98px;
  height: 40px;
  position: absolute;
  left: 0px;
  overflow: hidden;
}

#logo-rainews i::before {
  font-size: 98px;
  position: absolute;
  top: -29px;
  left: 0px;
}

.corporate-menu-toggler {
  display: none;
  float: right;
  border: 0px;
  background: none;
  margin: 5px 0px;
  padding: 0px;
  color: rgb(94, 94, 110);
  position: relative;
  width: 30px;
  height: 30px;
}

.corporate-menu-toggler i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.corporate-menu-toggler i::before {
  font-size: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(94, 94, 110);
}

.corporate-menu-toggler:hover i::before {
  content: "v";
}

.corporate-menu-toggler:hover i::before {
  background-color: rgb(94, 94, 110);
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 5px;
  transition: color 0.3s ease 0s;
}

@media only screen and (min-width: 1024px) {
  .corporate-menu-toggler:hover i::before {
    padding: 9px;
  }
}

@media only screen and (min-width: 1296px) {
  .corporate-menu-toggler:hover i::before {
    font-size: 25px;
    padding: 12px;
  }
}

.secondary-bar {
  height: 0px;
  overflow: visible;
  transition: height 0.3s ease 0s;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgb(33, 35, 53);
}

.secondary-bar__inner {
  position: relative;
  border: 0px;
  height: 100%;
}

.secondary-bar .topics {
  display: none;
  position: absolute;
  left: 0px;
  right: 180px;
}

.secondary-bar .topics .icon-arrow-right {
  font-size: 8px;
  padding-left: 8px;
  color: rgb(61, 94, 255);
  position: relative;
  top: -1px;
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
}

.secondary-bar .topics__nav {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.secondary-bar .topics__nav__list {
  line-height: 20px;
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 24px;
  line-height: 20px;
}

.secondary-bar .topics__nav__list__item:last-child {
  padding-right: 0px;
}

.secondary-bar .topics__nav__list.visible-list {
  margin: 0px;
  line-height: 20px;
  width: max-content;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap;
}

.secondary-bar .topics__nav__button {
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  background: none;
  border: 0px;
  color: rgb(33, 35, 53);
  opacity: 0.8;
  font-size: 20px;
  width: 20px;
  height: 6px;
  line-height: 0;
  position: relative;
  top: -2px;
}

.secondary-bar .social {
  position: absolute;
  right: 30px;
  top: 10px;
}

.secondary-bar .social__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 24px;
  line-height: 24px;
}

.secondary-bar .social__list__item {
  color: rgb(94, 94, 110);
  display: inline-block;
  padding-right: 8px;
}

.secondary-bar .social__list__item:last-child {
  padding-right: 0px;
}

.secondary-bar .social__list__item .link {
  border-radius: 50%;
  overflow: hidden;
}

.secondary-bar .social__list__item .link,
.secondary-bar .social__list__item .link svg {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header-menu .header-menu__live {
    left: auto;
    right: 0px;
    border-left: 0px;
    padding-left: 0px;
  }
  .secondary-bar .social {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-fixed .header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed .header::after {
    display: none;
  }
  .main-bar {
    text-align: left;
    height: 30px;
    margin: 25px 30px 26px;
  }
  #menu-open {
    height: 30px;
    padding: 0px;
  }
  #menu-open i {
    top: 5px;
  }
  #logo-rainews {
    height: 30px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 40px;
  }
  #logo-rainews i::before {
    top: -34px;
  }
  .corporate-menu-toggler {
    display: block;
    margin: 0px;
    overflow: hidden;
  }
  .secondary-bar {
    height: 44px;
    overflow: hidden;
  }
  .secondary-bar__inner {
    padding: 11px 30px 12px 75px;
    border-top: 1px solid rgb(205, 205, 214);
  }
  .secondary-bar .topics {
    left: 75px;
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .main-bar {
    margin: 20px 0px;
  }
  #menu-open,
  .main-bar {
    height: 38px;
  }
  #menu-open i {
    top: 9px;
  }
  #logo-rainews {
    top: 0px;
  }
  #logo-rainews,
  #logo-rainews i {
    width: 122px;
    height: 38px;
  }
  #logo-rainews i::before {
    font-size: 123px;
    top: -42px;
  }
  .corporate-menu-toggler,
  .corporate-menu-toggler i {
    width: 38px;
    height: 38px;
  }
  .corporate-menu-toggler i::before {
    font-size: 38px;
  }
  .secondary-bar {
    height: 45px;
  }
  .secondary-bar__inner {
    padding: 11px 0px 10px 45px;
  }
  .secondary-bar__inner .topics {
    left: 45px;
    right: 148px;
  }
  .secondary-bar__inner .social {
    right: 0px;
  }
}

@media only screen and (min-width: 1296px) {
  .main-bar {
    margin: 25px 0px;
  }
  #menu-open,
  .main-bar {
    height: 48px;
  }
  #menu-open {
    width: 25px;
  }
  #menu-open i {
    top: 12.5px;
    width: 24px;
    height: 24px;
  }
  #menu-open i::before {
    font-size: 25px;
  }
  #logo-rainews {
    top: 0px;
    left: 44px;
  }
  #logo-rainews,
  #logo-rainews i {
    width: 155px;
    height: 48px;
  }
  #logo-rainews i::before {
    font-size: 155px;
    top: -53px;
  }
  .corporate-menu-toggler,
  .corporate-menu-toggler i {
    width: 48px;
    height: 48px;
  }
  .corporate-menu-toggler i::before {
    font-size: 48px;
  }
  .secondary-bar {
    height: 49px;
  }
  .secondary-bar__inner {
    padding: 14px 0px 14px 50px;
  }
  .secondary-bar__inner .topics {
    left: 50px;
    right: 150px;
  }
  .secondary-bar__inner .social {
    top: 12px;
  }
}

.header-menu {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgb(33, 35, 53);
  position: absolute;
  inset: auto 0px -35px;
}

.header-menu .button {
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  background: none;
  border: 0px;
  color: rgb(33, 35, 53);
}

.header-menu__nav {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 228px;
  height: 20px;
  text-align: left;
  overflow: hidden;
}

.header-menu__nav__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.header-menu__nav__list__item {
  white-space: nowrap;
  height: 20px;
  max-height: 20px;
}

.header-menu__nav__list__item .link {
  height: 20px;
  line-height: 20px;
  display: block;
  letter-spacing: 0px;
}

.header-menu__nav__list.visible-list {
  display: inline-table;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
  display: table-cell;
  margin: 0px;
  padding: 0px 16px 0px 0px;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
  padding-right: 0px;
  height: 20px;
  line-height: 20px;
}

.header-menu__nav__list.visible-list
  .header-menu__nav__list__item:last-child
  button {
  height: 10px;
}

.header-menu__nav__list.hidden-list {
  color: rgb(33, 35, 53);
  position: absolute;
  border: 0px;
  box-shadow: rgba(141, 141, 141, 0.298) 0px 0px 2px 2px;
  background-color: var(--sharebox-background, #fff);
  border-radius: 2px;
  top: 44px;
  right: -33px;
  z-index: 15;
  text-align: center;
}

.header-menu__nav__list.hidden-list::after,
.header-menu__nav__list.hidden-list::before {
  content: " ";
  display: none;
  position: absolute;
  top: 0px;
  right: 50%;
  left: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
}

.header-menu__nav__list.hidden-list::before {
  margin: -12px -15px 0px 0px;
  border-width: 0px 15px 12px;
  border-color: transparent transparent rgba(141, 141, 141, 0.298);
}

.header-menu__nav__list.hidden-list::after {
  margin: -10px -13px 0px 0px;
  border-width: 0px 13px 10px;
  border-color: transparent transparent rgb(255, 255, 255);
}

.header-menu__nav__button {
  font-size: 24px;
  width: 23px;
  height: 20px;
  line-height: 0;
}

.header-menu__nav__button.button {
  padding-bottom: 14px;
}

.header-menu__live {
  position: absolute;
  left: 84px;
  right: auto;
  bottom: 0px;
  height: 20px;
  line-height: 20px;
  padding-left: 6px;
  border-left: 1px solid rgb(205, 205, 214);
  width: auto;
  white-space: nowrap;
}

.header-menu__live .link {
  height: 20px;
  line-height: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .header-menu {
    position: absolute;
    inset: 3px 168px auto 167px;
    min-width: 300px;
    height: 24px;
    line-height: 24px;
  }
  .header-menu__nav {
    display: block;
    right: 316px;
    height: 24px;
  }
  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
    padding-right: 24px;
  }
  .header-menu__nav__list__item {
    height: 24px;
    max-height: 24px;
  }
  .header-menu__live {
    top: 0px;
    left: auto;
    bottom: auto;
    height: 24px;
    line-height: 24px;
  }
  .header-menu__live {
    right: 0px;
    width: 140px;
    padding-left: 16px;
  }
  .header-menu__live .link {
    height: 24px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-menu {
    top: 7px;
    left: 200px;
    right: 184px;
    font-size: 16px;
  }
  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
    padding-right: 24px;
  }
  .header-menu__nav__list.hidden-list {
    top: 45px;
  }
  .header-menu__live {
    padding-left: 16px;
    width: 140px;
  }
}

@media only screen and (min-width: 1296px) {
  .header-menu {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    top: 13px;
    left: 260px;
    right: 221px;
  }
  .header-menu__nav {
    height: 24px;
    line-height: 24px;
    right: 369px;
  }
  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
    padding-right: 32px;
  }
  .header-menu__nav__button {
    width: 25px;
    font-size: 25px;
  }
  .header-menu__nav__button.button {
    padding-bottom: 16px;
  }
  .header-menu__nav__list.hidden-list {
    top: 47px;
  }
  .header-menu__live {
    width: 164px;
    padding-left: 24px;
  }
  .header-menu__live,
  .header-menu__live .link {
    height: 24px;
    line-height: 24px;
  }
}

#page-updated {
  color: rgb(255, 255, 255);
  background: var(--launch__label-color, #009);
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  height: 34px;
  padding: 8px 0px;
  text-align: center;
  overflow: hidden;
}

#page-updated .date,
#page-updated .hour {
  display: inline-block;
}

#page-updated .hour {
  position: relative;
  padding-left: 12px;
}

#page-updated .hour::before {
  content: "·";
  position: absolute;
  left: 2px;
  font-size: 26px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  #page-updated {
    font-size: 14px;
    line-height: 20px;
    height: 24px;
    padding: 2px 0px;
  }
}

html body[data-layout="homepage"] main {
  border-bottom-color: transparent;
}

.prefooter {
  background-color: var(--prefooter-background, #212335);
  color: var(--prefooter-color, #fff);
  padding-top: 52px;
  padding-bottom: 40px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .prefooter {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .prefooter {
    padding-top: 64px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1295px) {
  .prefooter .cell-footerfirst .prefooter__wrapper {
    padding-right: 10px;
  }
  .prefooter .cell-footersecond .prefooter__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .prefooter .cell-social .prefooter__wrapper {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 1296px) {
  .prefooter {
    padding-top: 72px;
    padding-bottom: 68px;
  }
}

.prefooter__container {
  padding-left: 18px;
  padding-right: 18px;
  margin: 0px auto;
}

@media only screen and (min-width: 0) {
  .prefooter__container {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  .prefooter__container {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  .prefooter__container {
    max-width: var(--content-maxwidth, 984px);
  }
}

@media only screen and (min-width: 1296px) {
  .prefooter__container {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  .prefooter__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.prefooter .cell-footerfirst {
  width: 50%;
}

.prefooter .cell-footerfirst .prefooter__list {
  column-count: 2;
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-footerfirst .prefooter__list {
    column-count: 3;
  }
}

.prefooter .cell-footersecond {
  width: 50%;
}

.prefooter .cell-footersecond .prefooter__list {
  column-count: 2;
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-footersecond {
    width: 33.3333%;
  }
}

.prefooter .cell-redazioni {
  width: 75%;
  margin-top: 16px;
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-redazioni {
    width: 100%;
    order: 4;
  }
  .prefooter .cell-redazioni .prefooter__list {
    column-count: 6;
  }
}

.prefooter .cell-social {
  width: 25%;
  margin-top: 16px;
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-social {
    width: 16.6667%;
    order: 3;
    margin-top: 0px;
  }
}

.prefooter__wrapper {
  padding: 0px 12px;
}

.prefooter__title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--prefooter__divider-color, #5e5e6e);
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
}

.prefooter__list {
  display: block;
  max-height: none;
  column-count: 3;
  column-gap: 24px;
  margin-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.prefooter__list__item {
  font-size: 16px;
  line-height: 20px;
  color: var(--prefooter__link-color, #cdcdd6);
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prefooter__list__item a:hover {
  color: rgb(153, 182, 255);
}

.prefooter__list--social {
  column-count: 5;
  column-gap: 30px;
}

.prefooter__list--social .prefooter__list__item {
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 20px;
  overflow: visible;
  margin: 0px;
  padding: 0px;
}

.prefooter__list--social .prefooter__list__item .link {
  display: inline-block;
  text-align: center;
}

.prefooter__list--social .prefooter__list__item .link svg {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.prefooter__list--social .prefooter__list__item .link svg rect {
  fill: rgb(205, 205, 214);
  transition: fill 0.2s ease 0s;
}

.prefooter__list--social .prefooter__list__item .link svg path {
  fill: rgb(33, 35, 53);
}

.prefooter__list--social .prefooter__list__item .link:hover svg rect {
  fill: rgb(153, 182, 255);
}

.main-bar::after,
.secondary-bar::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}

.clearfix::after,
.clearfix::before {
  content: "";
}

.dropdown-menu,
ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.input--text {
  width: 100%;
}

.auth-section::after,
.children .post::after,
.clearfix::after,
.comment-footer__menu::after,
.dropdown-menu a,
.nav::after,
.post-content .post-menu::after,
.post-content .post-message::after,
.post-content footer,
.post-content::after,
.post-list .post::after,
.textarea-wrapper::after {
  clear: both;
}

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

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

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

img {
  border: 0px;
}

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

button,
input {
  line-height: normal;
}

button {
  cursor: pointer;
  appearance: button;
}

.input--text,
.textarea-wrapper {
  appearance: none;
}

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

.clearfix::after,
.clearfix::before {
  display: table;
  line-height: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.dropdown {
  position: relative;
}

.btn {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background-color: rgb(245, 245, 245);
  background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
  background-repeat: repeat-x;
  box-shadow:
    rgba(255, 255, 255, 0.2) 0px 1px 0px inset,
    rgba(0, 0, 0, 0.05) 0px 1px 2px;
}

.btn:active,
.btn:hover {
  color: rgb(101, 108, 122);
  background-color: rgb(230, 230, 230);
}

.btn:active {
  background-color: rgb(204, 204, 204);
}

.btn:hover {
  color: rgb(101, 108, 122);
  background-color: rgb(230, 230, 230);
  background-position: 0px -15px;
  transition: background-position 0.1s linear 0s;
}

.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.dropdown-toggle:active,
.input--text:focus,
.post-content:focus,
a:focus {
  outline: 0px;
}

.btn:active {
  background-color: rgb(217, 217, 217);
  background-image: none;
  outline: 0px;
  box-shadow:
    rgba(0, 0, 0, 0.15) 0px 2px 4px inset,
    rgba(0, 0, 0, 0.05) 0px 1px 2px;
}

.btn-primary {
  text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
  background-repeat: repeat-x;
  color: rgb(255, 255, 255);
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}

.btn-primary {
  background-color: rgb(0, 76, 214);
  background-image: linear-gradient(rgb(0, 105, 214), rgb(0, 34, 214));
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:active,
.btn-primary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 34, 214);
}

.btn-primary:active {
  background-color: rgb(0, 26, 163);
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown:hover .caret {
  opacity: 1;
}

.dropdown-menu {
  position: absolute;
  left: 0px;
  float: left;
  display: none;
  max-width: 220px;
  padding: 4px 0px;
  margin: 0px;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
}

.dropdown-menu a {
  display: block;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

h3,
strong {
  font-weight: 700;
}

.dropdown-menu li > a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(46, 159, 255);
}

h3,
p {
  margin: 0px 0px 1.5em;
}

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

a {
  color: rgb(40, 140, 228);
  transition: color 0.1s linear 0s;
}

a:hover {
  color: rgb(25, 119, 202);
}

h3 {
  font-size: 16px;
}

h6 {
  font-weight: 700;
  font-size: 11px;
  color: rgb(104, 122, 134);
  margin: 0px 0px 10px;
  line-height: 1;
}

h6 {
  text-transform: uppercase;
}

.btn {
  border: none;
  background: rgba(29, 47, 58, 0.6);
  display: inline-block;
  padding: 10px 16px;
  color: rgb(255, 255, 255);
  line-height: 1.1;
  border-radius: 3px;
  font-weight: 500;
  transition: background 0.2s ease 0s;
  text-shadow: none;
}

.btn:not(:disabled):hover {
  background: rgba(29, 47, 58, 0.7);
  color: rgb(255, 255, 255);
}

.btn:not(:disabled):active {
  transition: none 0s ease 0s;
  background: rgb(46, 159, 255);
}

.btn.btn-small {
  font-size: 12px;
  padding: 8px 10px;
  background-position: 0px -10px;
}

.btn.btn-small:hover {
  background-position: 0px -40px;
}

[class*=" icon-"]::before,
[class^="icon-"]::before {
  font-family: icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-arrow-2::before {
  content: "△";
}

.icon-arrow::before {
  content: "▽";
}

.icon-checkmark::before {
  content: "✔";
}

.icon-comment::before {
  content: "";
}

.icon-export::before {
  content: "⤤";
}

.icon-flag::before {
  content: "⚑";
}

.icon-forward::before {
  content: ">";
}

.icon-heart-empty::before {
  content: "";
}

.icon-heart::before {
  content: "";
}

.icon-proceed::before {
  content: "→";
}

.input--text {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(219, 223, 228);
  transition: all 0.2s linear 0s;
  padding: 5px 9px;
  margin: 0px;
  border-radius: 4px;
  font-size: 13px;
  height: 32px;
}

.input--text:focus {
  border: 2px solid rgb(194, 198, 204);
}

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

.avatar {
  float: left;
}

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

.avatar .user {
  position: relative;
  background: rgb(219, 223, 228);
  padding: 0px;
}

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

.acceptance-wrapper {
  margin: 12px 0px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  color: rgb(104, 122, 134);
}

.acceptance-wrapper a {
  font-weight: 500;
}

.spinner {
  z-index: 50;
  width: 15px;
  height: 15px;
  border-radius: 28px;
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  border-color: transparent rgb(255, 255, 255);
  margin: auto;
  animation: 1.2s linear 0s infinite normal none running rotate-loading;
  display: none;
}

.dropdown-menu--coachmark {
  padding: 15px;
  text-align: center;
  max-width: 280px;
  width: 280px;
  border: 1px solid rgb(219, 223, 228);
  box-shadow: rgb(219, 223, 228) 0px 1px 3px;
  top: 26px;
  left: 3px;
}

@media (min-width: 460px) {
  .dropdown-menu--coachmark {
    max-width: 300px;
    width: 300px;
  }
}

.dropdown-menu--coachmark::after,
.dropdown-menu--coachmark::before {
  bottom: 100%;
  left: 50%;
  border: 10px solid transparent;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
  margin-left: -96px;
}

.dropdown-menu--coachmark::after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(255, 255, 255);
}

.dropdown-menu--coachmark::before {
  border-color: rgba(204, 204, 204, 0) rgba(204, 204, 204, 0) rgb(73, 78, 88);
}

.coachmark__description {
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 13px;
  color: rgb(101, 108, 122);
}

.coachmark__heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
  color: rgb(42, 46, 46);
}

@media (min-width: 460px) {
  .coachmark__description {
    font-size: 14px;
  }
  .coachmark__heading {
    font-size: 15px;
  }
}

.coachmark__button {
  display: block;
  padding: 10px 0px;
  background: rgb(46, 159, 255);
  font-weight: 700;
  color: rgb(255, 255, 255) !important;
}

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

.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;
}

.children .post .indicator {
  height: 36px;
}

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

.post-content .indicator {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 48px;
  border-radius: 3px;
}

.comment-footer__menu > li a:focus,
.post-content .post-menu .collapse a:focus,
.post-content .post-menu .dropdown-toggle:focus,
.post-content .post-menu .expand a:focus {
  outline: auto;
}

.post-content .post-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 3px;
  right: 0px;
}

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

.post-content .post-menu .dropdown-toggle {
  border-left: 2px solid rgb(231, 233, 238);
  border-top-color: rgb(231, 233, 238);
  border-right-color: rgb(231, 233, 238);
  border-bottom-color: rgb(231, 233, 238);
  padding-left: 5px;
}

.post-content .post-menu > li {
  float: left;
  margin: 0px 0px 0px 8px;
}

.post-content .post-menu > li a {
  color: rgb(101, 108, 122) !important;
}

.post-content .post-menu .collapse a,
.post-content .post-menu .expand a {
  font-size: 20px;
  opacity: 0.6;
  position: relative;
  top: -6px;
  padding: 10px 0px 10px 10px;
}

.post-content .post-menu .collapse a:hover,
.post-content .post-menu .expand a:hover {
  opacity: 1;
}

.post-content .post-menu .expand {
  display: none;
}

.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: 0px 0px 15px;
}

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

.post-content:hover .post-menu {
  opacity: 1;
  visibility: visible !important;
}

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

.updatable {
  transition: all 0.3s linear 0s;
}

.caret,
.help-icon {
  display: inline-block;
}

.help-icon {
  border-radius: 9px;
  border: 2px solid rgb(104, 122, 134);
  padding: 2px 4px;
  margin-top: -2px;
  font-size: 12px;
  height: 18px;
  width: 19px;
}

.help-icon::before {
  content: "?";
  font-weight: 700;
  color: rgb(101, 108, 122);
}

.caret {
  width: 0px;
  height: 0px;
  text-indent: -99999px;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgb(0, 0, 0);
  opacity: 0.3;
  content: "↓";
}

.bullet {
  padding: 0px;
  color: rgb(194, 198, 204);
  line-height: 1.4;
}

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

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

.nav .caret {
  display: block;
  position: absolute;
  right: 0px;
  top: 5px;
  margin: 0px;
  transition: all 0.2s ease 0s;
}

.nav-primary {
  margin: 0px 0px 24px;
  border-bottom: 2px solid rgb(231, 233, 238);
}

.nav-secondary {
  margin: -12px 0px 6px;
}

.nav-tab > a {
  color: rgb(101, 108, 122);
  display: block;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}

.tab-conversation.active > a::after {
  content: " ";
  display: block;
  height: 2px;
  background: rgb(46, 159, 255);
  position: absolute;
  bottom: -2px;
  left: 0px;
  right: 0px;
}

.nav-tab > a:hover {
  color: rgb(42, 46, 46);
}

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

.tab-conversation {
  float: left;
}

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

.tab-conversation.active > a {
  color: rgb(42, 46, 46) !important;
}

.user-menu .dropdown-toggle-wrapper::before {
  content: "";
}

.tab-community {
  float: left;
}

.tab-community > a {
  margin-left: 15px;
}

.notification-menu {
  float: right;
  margin-top: 11px;
  padding: 0px;
  width: 19px;
}

.notification-menu > a {
  position: relative;
  top: -1px;
  margin: 0px;
}

.user-menu {
  float: right;
  margin-left: 10px;
}

@media (min-width: 500px) {
  .user-menu {
    margin-left: 6px;
  }
  .user-menu .dropdown-toggle {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.user-menu .dropdown-menu {
  left: auto;
  top: 33px;
  right: 0px;
}

.user-menu .dropdown-toggle {
  max-width: 160px;
  height: 33px;
  margin: 0px;
  padding-right: 14px !important;
}

.user-menu .caret {
  top: 18px;
  right: 0px;
}

.user-menu .dropdown-toggle-wrapper {
  white-space: nowrap;
}

.comment-count-placeholder,
.community-name-placeholder {
  display: none;
}

@media (max-width: 480px) {
  .comment-count,
  .community-name {
    display: none;
  }
  .comment-count-placeholder,
  .community-name-placeholder {
    display: block;
  }
}

.nav-tab--secondary {
  margin-bottom: 15px;
}

.nav-tab--secondary > a,
.nav-tab--secondary > div a {
  width: auto;
  font-size: 13px;
}

.recommend {
  float: left;
  margin-right: 15px;
}

.recommend .label {
  font-weight: 700;
}

.share-menu {
  float: left;
  max-width: none;
  margin-top: 2px;
}

.share-menu .dropdown-toggle {
  padding-right: 0px;
}

.share-menu .dropdown-menu {
  padding: 0px;
}

.share-menu .share-menu__label {
  padding: 4px 15px;
  white-space: nowrap;
  color: rgb(104, 122, 134);
  font-size: 13px;
  position: relative;
  font-weight: 500;
}

.sorting {
  margin-left: 12px;
}

.sorting .dropdown-toggle {
  padding-right: 14px;
}

.thread-likes a {
  position: relative;
  z-index: 100;
  margin-right: 0px;
}

.thread-likes a:hover {
  transform: translate3d(0px, 0px, 0px);
}

.thread-likes .label-recommended {
  display: none;
}

.dropdown-toggle {
  position: relative;
  padding-right: 12px;
  background: 0px 0px !important;
  color: rgb(101, 108, 122) !important;
}

.dropdown-toggle:hover {
  color: rgb(42, 46, 46) !important;
}

.dropdown-menu {
  font-size: 13px;
  border: 2px solid rgb(104, 122, 134);
  border-radius: 3px;
  background: rgb(255, 255, 255);
  box-shadow: none;
  min-width: 130px;
  z-index: 1001;
  top: 20px;
}

.dropdown-menu.pull-right {
  right: 0px;
  left: auto;
}

.dropdown-menu a {
  transition: none 0s ease 0s;
  color: rgb(104, 122, 134);
  padding: 4px 15px;
  position: relative;
}

.dropdown-menu a:focus {
  background-color: rgb(46, 159, 255);
}

.dropdown-menu .icon-checkmark::before {
  display: none;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 7px;
}

.notification-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 19px;
  transition: color 0.1s ease 0s;
}

.unread .notification-icon {
  color: rgb(240, 95, 112);
}

.unread .notification-container:hover .notification-icon {
  color: rgb(236, 48, 70);
}

.notification-count {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 20px;
  color: rgb(255, 255, 255);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.icon-export:hover,
.label:hover {
  color: rgb(42, 46, 46);
  transition: color 250ms ease-in-out 0s;
}

.icon-export::before {
  position: relative;
  top: 0.31em;
  margin-right: -1px;
  line-height: 0;
  font-size: 19px;
}

.recommend-icon {
  color: rgb(240, 95, 112);
  margin-right: 1px;
}

.recommend-icon::before {
  position: relative;
  top: 0.18em;
  font-size: 13px;
  padding-left: 0.5px;
  line-height: 0;
}

.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: rgb(101, 108, 122);
  font-weight: 500;
}

.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: rgb(42, 46, 46);
}

.comment__header .author {
  color: rgb(101, 108, 122);
  font-weight: 700;
}

.vote-down,
.vote-up {
  display: inline-block;
}

.parent-link,
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: rgb(104, 122, 134);
}

.parent-link {
  position: relative;
}

.vote-down,
.vote-up {
  position: relative;
  padding: 0px 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}

.vote-down .control,
.vote-up .control {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.7;
}

.vote-down {
  padding-right: 0px;
  padding-left: 6px;
  border-left: 2px solid rgb(231, 233, 238);
}

.vote-up {
  padding-left: 0px;
}

.vote-up::after {
  content: "";
  display: block;
  position: absolute;
  inset: -10px -3px -10px -5px;
}

.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: rgb(101, 108, 122);
  margin: 4px 0px 0px;
}

.comment__footer .bullet {
  line-height: 1.45;
}

.comment-footer__menu {
  margin: 0px;
  padding: 0px;
}

.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: 0px;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px;
}

.comment-footer__menu > li.comment__share {
  margin-right: 0px;
}

.comment-footer__menu > li.realtime {
  float: right;
}

.reply a {
  padding: 2px 0px;
  border-radius: 4px;
}

.comment__share {
  position: relative;
  margin-right: 0px;
}

.comment-share__buttons {
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  top: -14px;
  left: -7px;
}

.comment__share:hover .comment-share__buttons {
  opacity: 1;
  visibility: visible !important;
}

.comment-share__buttons li {
  float: none;
  transition: right 0.4s ease-in-out 0s;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: -2px;
  padding-left: 8px;
}

.comment-share__buttons li.link .share__button {
  opacity: 0;
}

.comment__share:hover .comment-share__buttons li {
  opacity: 1;
}

.comment__share:hover .comment-share__buttons li.twitter {
  right: -28px;
}

.comment__share:hover .comment-share__buttons li.facebook {
  right: -52px;
}

.comment__share:hover .comment-share__buttons li.link {
  right: -230px;
}

.comment__share:hover .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}

.share__button {
  display: inline-block;
  padding: 0px 0px 0px 18px;
  overflow: hidden;
  border: none;
  opacity: 0.6;
  width: 18px !important;
  height: 18px !important;
}

.facebook .share__button,
.link .share__button,
.twitter .share__button {
  background-image: url("../img/94861a62de5a06a0b4fee481763578fd9483a4c2.png");
  height: 18px;
}

.share__button:hover {
  opacity: 0.8;
}

.twitter .share__button {
  background-position: 0px -56px;
  width: 18px;
}

.facebook .share__button {
  background-position: 0px -16px;
  width: 18px;
}

.link .share__button {
  background-position: 0px -36px;
  padding: 0px 0px 2px 20px;
  text-decoration: underline;
  width: 172px !important;
}

.post-meta {
  display: inline-block;
}

.tooltip {
  border-radius: 5px;
}

.tooltip {
  position: relative;
  background: rgb(255, 255, 255);
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
  padding: 8px 8px 0px;
  color: rgb(127, 141, 153);
}

.auth-section {
  display: none;
  flex-wrap: wrap;
  padding: 10px 0px 0px;
  margin: 0px;
  z-index: 200;
}

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

@media (min-width: 480px) {
  .auth-section {
    margin: 0px 0px 0px 60px;
  }
}

.auth-section.logged-out__display {
  display: flex;
}

.guest {
  padding: 2px 0px 0px;
  flex-grow: 1;
  flex-basis: 270px;
}

.guest p {
  margin: 0px 0px 12px;
}

.guest-details {
  overflow: hidden;
  display: none;
}

.guest-form-title {
  display: inline-block;
}

.guest-text {
  display: none;
}

.register-text {
  display: block;
}

.proceed {
  position: relative;
  font-size: 12px;
  width: 100%;
}

@media (min-width: 480px) {
  .proceed {
    float: right;
    width: 60px;
  }
}

.proceed__button {
  height: 32px;
  padding: 9px 0px;
  width: 100%;
  text-align: center;
}

.help-tooltip__wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: 0px 0px;
}

.help-tooltip__wrapper:focus .help-tooltip,
.help-tooltip__wrapper:hover .help-tooltip {
  opacity: 1;
  visibility: visible !important;
}

.help-tooltip,
.post-actions {
  opacity: 0;
  visibility: hidden;
}

.help-tooltip {
  text-indent: 0px;
  z-index: 1001;
  position: absolute;
  width: 300px;
  top: 20px;
  padding: 18px 14px 4px;
  left: 8px;
  margin-left: -155px;
}

.help-tooltip__heading {
  color: rgb(104, 122, 134);
  padding: 0px 4px;
  margin: 0px 0px 14px;
  font-weight: 700;
}

.help-tooltip__list {
  list-style: disc;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 14px;
}

.help-tooltip__list li {
  color: rgb(104, 122, 134);
  list-style: disc;
  margin: 0px 0px 6px;
  line-height: 1.4;
  font-size: 13px;
}

.help-tooltip__list li span {
  color: rgb(101, 108, 122);
}

.help-tooltip__button {
  font-size: 12px;
  padding: 10px;
  margin-bottom: -2px;
  display: block;
  text-align: center;
}

.textarea-wrapper {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(219, 223, 228);
  position: relative;
  border-radius: 4px;
  margin: 0px 0px 0px 48px;
}

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

.textarea-wrapper:focus {
  border: 2px solid rgb(194, 198, 204);
}

.textarea-wrapper--top-level .textarea-wrapper {
  margin-left: 60px;
}

@media (max-width: 500px) {
  .textarea-wrapper--top-level .textarea-wrapper {
    margin-left: 0px;
  }
  .textarea-wrapper--top-level .avatar {
    display: none;
  }
}

.textarea-wrapper--top-level .avatar {
  position: absolute;
  left: 0px;
  transition: left 0.2s linear 0s;
}

.placeholder {
  color: rgb(104, 122, 134);
  line-height: 30px;
  font-size: 15px;
  position: absolute;
  top: 7px;
  left: 10px;
  right: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: text;
}

@media (min-width: 500px) {
  .placeholder {
    font-size: 18px;
  }
}

.textarea {
  color: rgb(42, 46, 46);
  cursor: text;
  resize: none;
  border: 0px;
  display: block;
  padding: 6px 10px 8px;
  margin: 0px;
  width: 100%;
  min-height: 44px;
  height: auto;
  line-height: 1.4;
  font-size: 14px;
  font-family: "Helvetica Neue", arial, sans-serif;
  overflow-y: scroll;
  transition: all 0.15s ease-in-out 0s;
}

.textarea p {
  margin: 0px;
  line-height: 1.4;
}

.textarea:focus {
  outline: 0px;
}

.postbox {
  position: relative;
  margin-left: 60px;
}

.textarea-wrapper--top-level .postbox {
  margin: 0px 0px 24px;
}

.postbox section {
  border-radius: 0px 0px 3px 3px;
}

.post-actions {
  background: rgb(246, 248, 249);
  border-radius: 0px 0px 2px 2px;
  border-top: 2px solid rgb(219, 223, 228);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 36px;
  transition: opacity 0.2s linear 0s;
}

.wysiwyg {
  position: absolute;
  top: 2px;
  left: 2px;
}

.button {
  border-radius: 3px;
  border: 1px solid transparent;
  line-height: 1.1em;
  text-align: center;
  font-weight: 500;
  padding: 8px 10px 9px;
  display: inline-block;
  cursor: pointer;
}

.button:disabled {
  opacity: 0.35;
  cursor: default;
  user-select: none;
}

.pull-right {
  float: right !important;
}

@media screen and (max-width: 480px) {
  .hidden-sm {
    display: none !important;
  }
}

.comment-share__buttons {
  display: none;
}

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

main {
  padding: 50px 20vw 50px 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.firstText {
  -webkit-font-smoothing: antialiased;
  color: rgb(33, 37, 41);
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  margin: 0px 0px 0.5rem;
  font-style: normal;
  font-family: Roboto, Arial, Verdana, Tahoma, Helvetica, sans;
  font-weight: var(--weight-bold);
  letter-spacing: -0.015em;
  font-size: 2rem;
  padding-top: 40px;
  position: relative;
  z-index: 0;
  line-height: 1.1 !important;
}

p {
  position: relative;
}

@media screen and (max-width: 1024px) {
  main {
    padding: 0px 20px;
  }
}

main a {
  color: rgb(0, 0, 153) !important;
  font-weight: 700 !important;
}

.goTo {
  align-self: center;
  background: linear-gradient(0deg, rgb(0, 0, 101) 0%, rgb(0, 0, 153) 100%);
  font-weight: 800;
  margin: 20px 0px 60px;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  border-radius: 10px;
  animation:
    1.4s cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal none running pulseScale,
    2s linear 0s infinite normal none running play_down;
  color: white !important;
  padding: 20px 30px !important;
}

.goTo:hover {
  transform: scale(1.1);
  transition: all 1s ease 0s;
}

@media (max-width: 800px) {
  .goTo {
    width: 100%;
  }
}

input {
  padding-left: 10px;
  width: 100%;
  min-height: 35px;
  outline: none;
  position: relative;
  z-index: 3;
  background-position: 50% 50%;
  border: 1px solid rgb(187, 187, 187);
  background-repeat: no-repeat !important;
}

.fixed-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(224, 224, 224);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.05) 0px -2px 10px;
  box-sizing: border-box;
}

.banner-text {
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin: 0px 0px 10px;
  text-align: center;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseScale {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

main {
  max-width: 1296px;
  margin: 0px auto;
  padding: 171px 12px 50px;
}

@font-face {
  font-family: rai24;
  src: url("/fonts/rai24.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.f1t-form {
  width: 100%;
  color: black;
}

.f1t-form {
  padding: 0px 10px 10px;
}

.f1t-form {
  text-align: left;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(
    var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
      var(--iti-flag-width)
  );
  --iti-selected-country-arrow-padding: calc(
    var(--iti-arrow-padding) + var(--iti-arrow-padding) +
      var(--iti-flag-width) + var(--iti-spacer-horizontal) +
      var(--iti-arrow-width) + var(--iti-input-padding)
  );
  --iti-path-flags-1x: url("./assets/flags..png");
  --iti-path-flags-2x: url("./assets/flags@2x..png");
  --iti-path-globe-1x: url("./assets/globe..png");
  --iti-path-globe-2x: url("./assets/globe@2x..png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown
  .iti__country-container:has(+ input[disabled]):hover
  .iti__selected-country,
.iti--allow-dropdown
  .iti__country-container:has(+ input[readonly]):hover
  .iti__selected-country {
  background-color: transparent;
}

img {
  height: auto;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

*,
::after,
::before {
  border: 0px solid rgb(226, 232, 240);
  box-sizing: border-box;
}

::after,
::before {
  --tw-content: "";
}

.f1t-form__center {
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
  max-width: 500px;
  margin: 30px auto;
  line-height: normal;
  font-size: 20px;
  border-radius: 5px;
}

.beyond_form {
  position: relative;
  z-index: 1;
  border: 4px solid rgb(211, 46, 33);
  border-radius: 12px;
  background-color: rgba(213, 50, 42, 0.05);
  padding: 0px 14px;
  margin-top: -15px;
}

.beyond_form p {
  font-weight: normal !important;
}

.beyond_form .bold,
#allocationCount {
  font-weight: bold;
}

.f1t-form__center {
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
  max-width: 450px;
  margin: 30px auto;
  line-height: normal;
  font-size: 20px;
  border-radius: 5px;
}

.reg-box-style {
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  padding: 20px 24px 10px;
  word-break: break-word;
  font-size: 1.875rem;
  background: rgb(15, 33, 102);
  color: white;
  text-align: center;
}

.rating-box {
  position: relative;
  z-index: 2;
  padding: 10px 40px;
  word-break: break-word;
  background: rgb(15, 33, 102);
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

@media (max-width: 640px) {
  div#form {
    padding: 0px;
  }
  .px-6 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .px-66 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #trustedsite {
    margin-left: 20px !important;
  }
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}