.form-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html {
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input {
  font-family: inherit;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
}

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

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

body {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.row:after,
.row:before {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}

.columns {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 40em) {
  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.columns:last-child:not(:first-child) {
  float: right;
}

.small-12 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .medium-4 {
    width: 33.33333%;
  }
}
@media screen and (min-width: 64em) {
  .large-2 {
    width: 16.66667%;
  }

  .large-12 {
    width: 100%;
  }
}
:root {
  --wide-min-breakpoint: 75em;
  --large-max-breakpoint: 74.9375em;
  --large-min-breakpoint: 64em;
  --medium-max-breakpoint: 63.9375em;
  --medium-min-breakpoint: 40em;
  --small-max-breakpoint: 39.9375em;
}

@font-face {
  font-family: 'rte-icons';
  src: url('/fonts/rte-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^='dotie-icon_'],
[class*=' dotie-icon_'] {
  font-family: 'rte-icons', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dotie-icon_logo_rte:before {
  content: '\e90e';
}

.dotie-icon_facebook:before {
  content: '\e906';
}

.dotie-icon_x:before {
  content: '\e930';
}

.dotie-icon_youtube:before {
  content: '\e904';
}

.dotie-icon_linkedin:before {
  content: '\e928';
}

.dotie-icon_instagram:before {
  content: '\e927';
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  background-color: #eeecec;
}

.row {
  max-width: 1160px;
}

.columns:last-child:not(:first-child) {
  float: left;
}

a {
  color: #8f897c;
  text-decoration: none;
}

button {
  display: block;
  text-align: center;
  background: #8f897c;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.2em;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding: 0;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media screen and (min-width: 64em) {
  .icon-link:has(.whatsapp2) {
    display: none;
  }
}

.btn-group {
  display: inline-block;
}
@media screen and (min-width: 64em) {
  .btn-group a:has(.icon.whatsapp2) {
    display: none;
  }
}

:root {
  --blink-animation: blinker 1.5s linear infinite alternate;
  --blink-cursor: pointer;
}

.btn-group {
  display: inline-block;
}
.btn-group span {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  background: #6b728c;
  margin-left: 0.5rem;
  line-height: 30px;
  font-size: 2.3rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .btn-group span {
    line-height: 30px;
    font-size: 2.5rem;
  }
}
.btn-group span.facebook {
  margin-left: 0;
  background: #3b5997;
}
.btn-group span.facebook:before {
  margin-left: -3px;
}
@media screen and (min-width: 64em) {
  .btn-group span.facebook:before {
    margin-left: -5px;
  }
}
.btn-group span.twitter {
  font-size: 30px;
  background: black;
}
.btn-group span.linkedin {
  background: #007cbb;
}
@media screen and (min-width: 64em) {
  .btn-group span.linkedin {
    line-height: 38px;
  }
}
.btn-group span.linkedin:before {
  margin-left: -3px;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

:root {
  --primary-bar-height: 40px;
}

.primary-bar {
  --background-color: #ffffff;
  --heading-color: #1a1e24;
  --text-color: #333c47;
  --filter: none;
  --weather-filter: brightness(0);
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 8px 8px 8px 12px;
  height: var(--primary-bar-height);
  border-bottom: 1px solid #f8f6f5;
  width: 100%;
}

.primary-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.primary-bar__button {
  flex: 1;
}

.primary-bar__rte-logo {
  max-width: 100%;
  min-width: 46px;
  width: 46px;
}

.primary-bar__rte-logo-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-bar__nav {
  display: none;
}

.primary-bar__weather-widget {
  display: none;
}

.primary-bar__search-profile {
  flex: 1;
  display: flex;
  justify-content: right;
}

@media screen and (min-width: 40em) {
  .primary-bar {
    padding: 8px 28px 8px 20px;
  }
  .primary-bar__inner {
    justify-content: initial;
    gap: 12px;
  }
  .primary-bar {
    --hamburger-button-order: 9999;
  }
  .primary-bar__button {
    flex: initial;
  }
  .primary-bar__search-profile {
    flex: initial;
  }
  .primary-bar__rte-logo-container {
    flex: initial;
  }
  .primary-bar__nav {
    display: block;
    margin-left: 8px;
  }
  .primary-bar__nav-list {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style-type: none;
    margin: 0;
  }
  .primary-bar__nav-list-item--separator {
    background-color: #bcb8b0;
    min-width: 1px;
    height: 16px;
  }
  .primary-bar__nav-link {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 126%;
    color: inherit;
    position: relative;
    display: inline-block;
    height: 20px;
    text-decoration: none;
    transition: transform 200ms ease-out;
  }
  .primary-bar__nav-link:active {
    transform: translateY(2px);
  }
  .primary-bar__nav-link:hover,
  .primary-bar__nav-link:focus {
    color: inherit;
  }
  .primary-bar__nav-link::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease-out;
    background-color: #459fab;
  }
  .primary-bar__nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .primary-bar__nav-link--tv {
    text-transform: uppercase;
  }
  .primary-bar__nav-link--news::after {
    background-color: #235bae;
  }
  .primary-bar__nav-link--sport::after {
    background-color: #509ecf;
  }
  .primary-bar__nav-link--entertainment::after {
    background-color: #d45a7d;
  }
  .primary-bar__nav-link--lifestyle::after {
    background-color: #da9335;
  }
  .primary-bar__nav-link--culture::after {
    background-color: #5338a2;
  }
  .primary-bar__nav-link--player::after {
    background-color: #ff0035;
  }
  .primary-bar__nav-link--tv::after {
    background-color: #459fab;
  }
  .primary-bar__nav-link--radio::after {
    background-color: #ff0135;
  }
  .primary-bar__nav-link--gaeilge::after {
    background-color: #459fab;
  }
  .primary-bar__search-profile {
    margin-left: auto;
  }
  .primary-bar--masthead .primary-bar__inner {
    justify-content: center;
  }
  .primary-bar--masthead .primary-bar__rte-logo-container {
    display: none;
  }
  .primary-bar--masthead .primary-bar__button {
    display: none;
  }
  .primary-bar--masthead .primary-bar__search-profile {
    display: none;
  }
  .primary-bar--masthead .primary-bar__weather-widget {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .primary-bar {
    --primary-bar-height: 48px;
    padding: 4px 0;
  }
  .primary-bar__inner {
    margin: auto;
    gap: 8px;
    max-width: 1160px;
    padding: 0 20px;
  }
  .primary-bar__rte-logo-container {
    min-width: 50px;
    width: 50px;
  }
  .primary-bar__nav {
    display: block;
    margin-left: 68px;
  }
  .primary-bar__nav-link {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    height: 21px;
  }
  .primary-bar__weather-widget {
    display: block;
    margin-left: auto;
  }
  .primary-bar__search-profile {
    margin-left: 0;
  }
}
.masthead_tmp {
  display: none;
}

@media screen and (min-width: 40em) {
  .masthead_tmp {
    --weather-filter: brightness(0);
    display: block;
    width: 100%;
    padding-top: 16px;
  }
  .masthead_tmp__inner {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 10px;
    max-width: 1160px;
  }
  .masthead_tmp__weather-widget {
    align-self: end;
    height: 34px;
    width: 96px;
  }
  .masthead_tmp__rte-logo-container {
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 134%;
    color: #6b6b6b;
  }
  .masthead_tmp__rte-logo-container:hover .masthead_tmp__rte-subtitle--english {
    opacity: 0;
  }
  .masthead_tmp__rte-logo-container:hover .masthead_tmp__rte-subtitle--irish {
    opacity: 1;
  }
  .masthead_tmp__rte-logo {
    width: 42px;
  }
  .masthead_tmp__rte-subtitle-container {
    height: 50px;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .masthead_tmp__rte-subtitle {
    position: absolute;
    transition: opacity 500ms ease-in-out;
  }
  .masthead_tmp__rte-subtitle--english {
    opacity: 1;
  }
  .masthead_tmp__rte-subtitle--irish {
    opacity: 0;
  }
  .masthead_tmp__buttons {
    display: flex;
    gap: 12px;
    align-self: end;
    padding-right: 8px;
  }
}
@media screen and (min-width: 64em) {
  .masthead_tmp__weather-widget {
    width: 124px;
  }
  .masthead_tmp__rte-logo {
    width: 50px;
  }
  .masthead_tmp__buttons {
    gap: 20px;
  }
}
.weather-widget {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  font-weight: 600;
  filter: var(--weather-filter);
}

.weather-widget {
  font-size: 0.75rem;
}

.weather-widget:hover {
  --weather-filter: invert(55%) sepia(61%) saturate(352%) hue-rotate(139deg) brightness(89%) contrast(94%);
}

.weather-widget__text {
  display: flex;
  text-transform: uppercase;
  color: #24221f;
}

.weather-widget__link {
  display: flex;
  color: black;
  gap: 8px;
}

.weather-widget__icon {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  background-size: 2100% 300%;
  background-image: url('');
}

.weather-widget__temperature {
  display: flex;
  align-items: center;
  color: var(--text-color);
}

@media screen and (min-width: 40em) {
  .weather-widget {
    padding: 4px 8px;
    font-size: 1rem;
  }
  .weather-widget__text {
    display: none;
  }
}
.search_profile {
  display: flex;
  gap: 12px;
}

.search_profile__button {
  all: unset;
  cursor: pointer;
}

.search_profile__button:focus {
  outline: revert;
  color: inherit;
  background-color: transparent;
}

.search_profile__button:hover {
  background-color: transparent;
}

.search_profile__button {
  display: flex;
  height: 24px;
  width: 24px;
  justify-content: center;
  align-items: center;
}

.search_profile__icon {
  filter: var(--filter);
}

.search_profile__icon:hover {
  filter: invert(55%) sepia(61%) saturate(352%) hue-rotate(139deg) brightness(89%) contrast(94%);
}

@media screen and (min-width: 40em) {
  .search_profile {
    gap: 4px;
  }
}
@media screen and (min-width: 64em) {
  .search_profile {
    gap: 8px;
  }
  .search_profile__button {
    height: 28px;
    width: 28px;
  }
}
.hamburger-button {
  order: var(--hamburger-button-order, initial);
}

.hamburger-button__button {
  all: unset;
  cursor: pointer;
}

.hamburger-button__button:focus {
  outline: revert;
  color: inherit;
  background-color: transparent;
}

.hamburger-button__button:hover {
  background-color: transparent;
}

.hamburger-button__button {
  display: flex;
  height: 24px;
  width: 24px;
  min-width: 24px;
  justify-content: center;
  align-items: center;
}

.hamburger-button__icon {
  filter: var(--filter);
}

.hamburger-button__icon:hover {
  filter: invert(55%) sepia(61%) saturate(352%) hue-rotate(139deg) brightness(89%) contrast(94%);
}

@media screen and (min-width: 64em) {
  .hamburger-button__button {
    height: 28px;
    width: 28px;
  }
}

@media screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
.masthead *,
.masthead *::after,
.masthead *::before {
  box-sizing: border-box;
}
.masthead {
  font-family: 'IBM Plex Sans', sans-serif;
  margin: 0 auto;
  background: #eeecec;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 99994;
}
.masthead .row {
  max-width: 1160px;
}
.masthead .row {
  padding-left: -1.25rem;
  padding-right: -1.25rem;
}
.masthead .col {
  position: relative;
  vertical-align: bottom;
  display: inline-block;
}

.masthead .nav-header {
  position: relative;
  display: table;
  max-width: 100%;
  padding: 0.375rem 0;
}
@media screen and (min-width: 40em) {
  .masthead .nav-header {
    background: #eeecec;
    padding: 1.125rem 0;
  }
}
.masthead .nav-header > div {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
@supports (position: unset) {
}
.masthead #primary-nav {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}
.masthead #primary-nav ul {
  border-top: 1px solid #dbd9d4;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .masthead #primary-nav ul {
    display: inline-block;
  }
}
.masthead #primary-nav ul li {
  padding: 0.5rem 0.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .masthead #primary-nav ul li.business-nav-item {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .masthead #primary-nav ul li {
    border-bottom: #dbd9d4 1px solid;
  }
}
@media screen and (max-width: 63.9375em) {
  .masthead #primary-nav ul li {
    padding: 0.4375rem 0.4375rem;
  }
}
@media screen and (min-width: 40em) {
  .masthead #primary-nav ul {
    border-top: none;
    padding: 0.375rem 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .masthead #primary-nav ul {
    padding: 0;
  }
  .masthead #primary-nav ul li {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 64em) {
  .masthead #primary-nav {
    height: 42px;
  }
}
.homepage .masthead #compact-nav {
  visibility: hidden;
}
.masthead #compact-nav {
  background-color: #ffffff;
  position: initial;
  top: -50px;
  width: 100%;
  transition:
    top 0.3s,
    visibility 0.3s;
  z-index: 99998;
  height: 0;
}
@media screen and (min-width: 40em) {
  .masthead #compact-nav {
    height: 40px;
    padding: 0;
  }
}
.masthead #compact-nav .col:first-child {
  display: flex;
}
.masthead #compact-nav nav {
  overflow: hidden;
}
.masthead #compact-nav .nav-header {
  padding: 0;
  background: #ffffff;
  display: block;
}
.masthead #compact-nav .nav-header .col {
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .masthead #compact-nav .nav-header {
    height: 40px;
  }
  .masthead #compact-nav .nav-header ul {
    height: 42px;
    padding-right: 50px;
  }
}
.masthead .secondary-nav-container {
  background: #ffffff;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 0.5s,
    opacity 0.5s,
    visibility 0.5s;
}
.masthead .secondary-nav-container .nav-header-more {
  --weather-filter: brightness(0);
}
@media screen and (min-width: 40em) {
  .masthead .secondary-nav-container .nav-header-more:before,
  .masthead .secondary-nav-container .nav-header-more:after {
    content: '';
    display: block;
    height: 26px;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .masthead .secondary-nav-container .nav-header-more {
    height: 0;
    display: none;
    visibility: hidden;
  }
}

.masthead .primary-nav {
  margin: auto;
  position: relative;
}
.masthead .primary-nav .primary-nav__list {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 63.9375em) {
  .masthead .primary-nav .primary-nav__list {
    width: 100%;
  }
}
.masthead .primary-nav .primary-nav__list .primary-nav__item {
  float: left;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .masthead .primary-nav .primary-nav__list .primary-nav__item {
    width: auto;
  }
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link {
  color: #24221f;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 63.9375em) {
  .masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link {
    text-align: left;
    display: block;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link {
    line-height: 1.875rem;
  }
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.first {
  padding-left: 0;
}

.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link:hover {
  color: #8f897c;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.news-nav-item:hover {
  color: #005ab4;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.sport-nav-item:hover {
  color: #2e9fd4;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.entertainment-nav-item:hover {
  color: #e44f7d;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.lifestyle-nav-item:hover {
  color: #e68313;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.culture-nav-item:hover {
  color: #5832a8;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.business-nav-item:hover {
  color: #005ab4;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.tv-nav-item:hover {
  color: #00a1ad;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.player-nav-item:hover,
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.radio-nav-item:hover {
  color: #ff0135;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.radio-nav-item:hover {
  color: #ff0135;
}
.masthead .primary-nav .primary-nav__list .primary-nav__item .primary-nav__link.gaeilge-nav-item:hover {
  color: #00a1ad;
}
body.rte.home #compact-nav {
  position: fixed;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

@keyframes blinker {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

article.rte-article .columns.social-btn-container .btn-group .icon-link:has(.icon.dotie-icon_print) {
  display: none;
}
@media screen and (min-width: 64em) {
  article.rte-article .columns.social-btn-container .btn-group .icon-link:has(.icon.dotie-icon_print) {
    display: revert;
  }
}

body.home {
  background-color: #eeecec;
}
@supports (grid-gap: 1.25rem) {
}
@media screen and (min-width: 40em) {
  @supports (grid-gap: 1.25rem) {
  }
}
@supports (grid-gap: 1.25rem) {
}
@supports (grid-gap: 1.25rem) {
}
@media screen and (min-width: 40em) {
  @supports (grid-gap: 1.25rem) {
  }
}
@media screen and (min-width: 40em) {
  @supports (grid-gap: 1.25rem) {
  }
  @supports (grid-gap: 1.25rem) {
  }
}

.panel-top-stories .top-story-wrapper:has(.related_article) .article-parent .leadin,
.panel.panel-top-stories-news .top-story-wrapper:has(.related_article) .article-parent .leadin {
  margin-bottom: 10px;
}

.panel-special-event .panel-body .cover-image-container:has(~ .blur-container .main-article-container:hover) {
  transform: scale(1.018);
}

:root {
  --blink-animation: blinker 1.5s linear 0s infinite alternate forwards;
  --blink-cursor: pointer;
}

.panel-author .byline:not(:has(.byline-image-container)) .meta {
  padding: 0;
}

@media screen and (min-width: 40em) {
  @supports (grid-gap: 1.25rem) {
  }
  @supports (grid-gap: 1.25rem) {
  }
}

footer.rte-global-footer,
.nav-header-more {
  background-color: #ffffff;
  height: auto;
  width: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer.rte-global-footer *,
footer.rte-global-footer *::after,
footer.rte-global-footer *::before,
.nav-header-more *,
.nav-header-more *::after,
.nav-header-more *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer.rte-global-footer .row {
  position: relative;
  max-width: 1160px;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .more-links {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .more-links > .columns {
    padding: 0;
  }
}
footer.rte-global-footer .more-links .social-btn-container {
  margin: 23px 0;
}
footer.rte-global-footer p:not(.cookie-text) {
  font-size: 0.75rem;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #24221f;
  font-weight: normal;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer p:not(.cookie-text) {
    font-size: 0.875rem;
  }
}
footer.rte-global-footer .footer-logo {
  display: block;
  font-size: 3.8em;
  color: #24221f;
  text-decoration: none;
  float: left;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .footer-logo {
    float: none;
    height: 47px;
  }
}
footer.rte-global-footer .menu-heading {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #292724;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding: 8px 10px;
  margin: 0px 0px;
  text-transform: uppercase;
}
footer.rte-global-footer .menu-heading.youth {
  margin-top: 13px;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .menu-heading.youth {
    margin-top: 0;
  }
}
footer.rte-global-footer .menu-heading .sub-nav-menu-label-btn {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .menu-heading .sub-nav-menu-label-btn {
    display: inline-block;
    all: unset;
  }
  footer.rte-global-footer .menu-heading .sub-nav-menu-label-btn:focus {
    outline: revert;
  }
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .menu-heading:hover {
    cursor: pointer;
  }
  footer.rte-global-footer .menu-heading .arrow_ {
    float: right;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #292724;
    margin-top: 3px;
  }
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .menu-heading {
    padding: 6px 10px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
footer.rte-global-footer .show-for-medium {
  display: none;
  clear: both;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer.rte-global-footer .show-for-medium {
    display: block;
  }
  footer.rte-global-footer .show-for-medium.blank {
    height: 25px;
  }
}
footer.rte-global-footer .nav-list {
  list-style: none;
  overflow: hidden;
  padding: 0 10px;
  margin: 0;
  max-height: 0;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .nav-list {
    background-color: #dbd9d5;
  }
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .nav-list {
    max-height: 2000px;
    padding: 0 10px 4px;
  }
}
footer.rte-global-footer .nav-list:first-of-type {
  margin-bottom: 0;
}
footer.rte-global-footer .nav-list:last-child {
  margin: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .nav-list:last-child {
    display: none;
  }
}
footer.rte-global-footer .nav-list li {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6875rem;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .nav-list li {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .nav-list li {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 6px 0;
  }
}
footer.rte-global-footer .nav-list li a {
  color: #24221f;
  text-decoration: none;
  font-weight: inherit;
}
footer.rte-global-footer .nav-list li a:hover {
  text-decoration: underline;
}
footer.rte-global-footer .social-btn-container {
  float: left !important;
}
footer.rte-global-footer .disclaimer {
  background: #eeecec;
  text-align: left;
  padding: 0.625rem 0 0.625rem 0;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .disclaimer .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer.rte-global-footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .copyright {
    margin: 15px 0;
  }
}
footer.rte-global-footer .copyright__message {
  margin: 0;
  padding-left: 16px;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .copyright__message {
    padding: 0;
  }
}

footer.rte-global-footer .btn-group {
  display: inline-block;
  margin-top: 0;
  padding: 0 10px;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .btn-group {
    padding: 12px 10px 12px 10px;
  }
}
footer.rte-global-footer .btn-group li {
  display: inline-block;
}
footer.rte-global-footer .btn-group span {
  color: #ffffff;
  margin: 0 0.4rem !important;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  background: #6f6f6f;
  font-style: normal;
  line-height: 2rem;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .btn-group span {
    margin: 0 1rem;
  }
}
footer.rte-global-footer .btn-group span.facebook {
  font-size: 41px;
  line-height: 33px;
}
footer.rte-global-footer .btn-group span.facebook:before {
  margin-left: -6px;
}
footer.rte-global-footer .btn-group span.twitter {
  line-height: 33px;
  margin-left: 0 !important;
}
footer.rte-global-footer .btn-group span.twitter:before {
  margin-top: 6px;
}
footer.rte-global-footer .btn-group span.linkedin {
  line-height: 27px;
  font-size: 37px;
}
footer.rte-global-footer .btn-group span.linkedin:before {
  margin-left: -3px;
}
footer.rte-global-footer .btn-group span.youtube {
  font-size: 46px;
  line-height: 31px;
}
footer.rte-global-footer .btn-group span.youtube:before {
  margin-left: -9px;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

.calculator-container {
  background-color: white;
  border: 3px solid #ff6600;
  border-radius: 15px;
  padding: 30px;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.calculator-container .calculator-title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px !important;
  text-align: center;
  line-height: 1.3;
}

.slider-wrapper {
  margin-bottom: 30px;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.slider-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.slider {
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #e0e0e0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff6600;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff6600;
  cursor: pointer;
  border: 3px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.selected-value {
  text-align: center;
  margin-top: 15px;
}

.selected-value span {
  color: #ff6600;
  font-size: 32px;
  font-weight: bold;
}

.results-box {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 25px;
  margin-top: 20px;
}

.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.result-item:last-child {
  margin-bottom: 0;
}

.result-label {
  color: #666;
  font-size: 16px;
}

.result-value {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .calculator-title {
    font-size: 18px;
  }

  .slider-label {
    font-size: 12px;
  }

  .selected-value span {
    font-size: 28px;
  }

  .result-label,
  .result-value {
    font-size: 14px;
  }
}
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}

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

:host,
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Ubuntu,
    Cantarell,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-variation-settings: normal;
  line-height: 1.5;
  tab-size: 4;
}

html {
  overflow-x: hidden;
  height: auto;
}

body {
  line-height: inherit;
  margin: 0;

  overflow-x: clip;
  height: auto;
}

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}

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

strong {
  font-weight: bolder;
}

button,
input {
  font-feature-settings: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button {
  text-transform: none;
}

button {
  appearance: button;
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

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

*,
::backdrop,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0;
}

.bottom-1 {
  bottom: 0.25rem;
}

.right-0 {
  right: 0;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.flex {
  display: flex;
}

.h-12 {
  height: 3rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

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

.border-b {
  border-bottom-width: 1px;
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

.border-white {
  --tw-border-opacity: 1;
  border-color: #fff;
}

@supports (color: rgb(0 0 0/0)) {
  .border-white {
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

.bg-jauns-light {
  --tw-bg-opacity: 1;
  background-color: #eef1f5;
}

@supports (color: rgb(0 0 0/0)) {
  .bg-jauns-light {
    background-color: rgb(238 241 245 / var(--tw-bg-opacity));
  }
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: #fff;
}

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

.object-cover {
  object-fit: cover;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.py-1\.5 {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.leading-relaxed {
  line-height: 1.625;
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: #6b7280;
}

@supports (color: rgb(0 0 0/0)) {
  .text-gray-500 {
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

.text-jauns-dark {
  --tw-text-opacity: 1;
  color: #141f26;
}

@supports (color: rgb(0 0 0/0)) {
  .text-jauns-dark {
    color: rgb(20 31 38 / var(--tw-text-opacity));
  }
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

.text-jauns-light-grey {
  --tw-text-opacity: 1;
  color: #5f6062;
}

@supports (color: rgb(0 0 0/0)) {
  .text-jauns-light-grey {
    color: rgb(95 96 98 / var(--tw-text-opacity));
  }
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

.transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@supports (color: rgb(0 0 0/0)) {
}

@media (min-width: 767px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

@supports (-ms-overflow-style: none) {
}

*,
::backdrop,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:                                              
;
}

*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}

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

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: inherit;
  margin: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}

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

strong {
  font-weight: bolder;
}

button,
input {
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  appearance: button;
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

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

[hidden]:where(:not([hidden='until-found'])) {
  display: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0;
}

.bottom-1 {
  bottom: 0.25rem;
}

.right-0 {
  right: 0;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.flex {
  display: flex;
}

.h-12 {
  height: 3rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.w-12 {
  width: 3rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.rotate-180 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x))
    skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-full {
  border-radius: 9999px;
}

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

.border-b {
  border-bottom-width: 1px;
}

.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.bg-jauns-light {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 245 / var(--tw-bg-opacity, 1));
}

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

.fill-jauns-light-grey {
  fill: #5f6062;
}

.object-cover {
  object-fit: cover;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.py-1\.5 {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-jauns-dark {
  --tw-text-opacity: 1;
  color: rgb(20 31 38 / var(--tw-text-opacity, 1));
}

.text-jauns-light-grey {
  --tw-text-opacity: 1;
  color: rgb(95 96 98 / var(--tw-text-opacity, 1));
}

.transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0:before {
  content: var(--tw-content);
  left: 0;
}

.before\:top-0:before {
  content: var(--tw-content);
  top: 0;
}

.before\:h-full:before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-\[3px\]:before {
  content: var(--tw-content);
  width: 3px;
}

.before\:rounded:before {
  border-radius: 0.25rem;
  content: var(--tw-content);
}

.before\:bg-jauns-green-main:before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 217 131 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.dark\:ml-2\.5:is(.dark *) {
  margin-left: 0.625rem;
}

.dark\:border-jauns-dark-grey:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 75 85 / var(--tw-border-opacity, 1));
}

.dark\:border-jauns-light:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(238 241 245 / var(--tw-border-opacity, 1));
}

.dark\:border-jauns-menu-dark:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
}

.dark\:border-jauns-text-dark:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(148 158 164 / var(--tw-border-opacity, 1));
}

.dark\:border-white:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.dark\:border-b-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.dark\:border-b-jauns-dark-grey:is(.dark *) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(59 75 85 / var(--tw-border-opacity, 1));
}

.dark\:bg-\[\#455762\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 87 98 / var(--tw-bg-opacity, 1));
}

.dark\:bg-black:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.dark\:bg-jauns-dark:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 31 38 / var(--tw-bg-opacity, 1));
}

.dark\:bg-jauns-dark-grey:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 75 85 / var(--tw-bg-opacity, 1));
}

.dark\:bg-jauns-light-black:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}

.dark\:fill-jauns-green-main:is(.dark *) {
  fill: #00d983;
}

.dark\:fill-jauns-light:is(.dark *) {
  fill: #eef1f5;
}

.dark\:fill-jauns-red:is(.dark *) {
  fill: #f0241f;
}

.dark\:fill-jauns-text-dark:is(.dark *) {
  fill: #949ea4;
}

.dark\:pb-1:is(.dark *) {
  padding-bottom: 0.25rem;
}

.dark\:pl-1:is(.dark *) {
  padding-left: 0.25rem;
}

.dark\:pr-1\.5:is(.dark *) {
  padding-right: 0.375rem;
}

.dark\:text-\[\#E5EAF0\]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 234 240 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.dark\:text-jauns-dark:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(20 31 38 / var(--tw-text-opacity, 1));
}

.dark\:text-jauns-green-main:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 217 131 / var(--tw-text-opacity, 1));
}

.dark\:text-jauns-light:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(238 241 245 / var(--tw-text-opacity, 1));
}

.dark\:text-jauns-red:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(240 36 31 / var(--tw-text-opacity, 1));
}

.dark\:text-jauns-text-dark:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 158 164 / var(--tw-text-opacity, 1));
}

.dark\:text-jauns-white:is(.dark *),
.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:opacity-70:is(.dark *) {
  opacity: 0.7;
}

.dark\:hover\:bg-jauns-green-main:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 217 131 / var(--tw-bg-opacity, 1));
}

.hover\:dark\:bg-\[\#485c69\]:is(.dark *):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 92 105 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .dark\:group-hover\:fill-white:is(.dark *),
.group:hover .group-hover\:dark\:fill-white:is(.dark *) {
  fill: #fff;
}

.group:hover .group-hover\:dark\:text-jauns-light:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(238 241 245 / var(--tw-text-opacity, 1));
}

@media (min-width: 767px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:py-2 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.article-content {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #111;
}

.article-content h1,
.article-content h2,
.article-content h3 {
  margin: 24px 0 12px;
  font-weight: bold;
}

.article-content p {
  margin: -3px 0 !important;
}

.article-content ul {
  margin: 12px 0 12px 24px;
}

.article-content img {
  display: block;
  margin: 24px auto;
  max-width: 100%;
  height: auto;
}

.article-content .btn {
  width: 500px;
  display: inline-block;
  margin: 24px auto;
  padding: 14px 28px;
  background: #00c341;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 6px;
}

.article-content .center {
  text-align: center;
}
.photo-caption {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 20px;
}
.light-text {
  color: #8c8a8a;
}
.article-content {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #111;
}

.article-content h2 {
  margin: 24px 0 12px;
  font-weight: bold;
}

.article-content p {
  margin: 12px 0;
}

.article-content ul {
  margin: 12px 0 12px 24px;
}

.article-content img {
  display: block;
  margin: 24px auto;
  max-width: 100%;
  height: auto;
}

.article-content .btn {
  display: inline-block;
  margin: 24px auto;
  padding: 14px 28px;
  background: #0a7cff;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 6px;
}

article.article-content a img {
  width: 90%;
}
.article-content .center {
  text-align: center;
}

.article-content .light-text {
  color: #333;
}

.article-content .editor-note {
  font-size: 14px;
  color: #333;
  font-style: italic;
  background-color: #f9f9f9;
  border-left: 4px solid #0a7cff;
  padding: 12px 16px;
  margin: 24px 0;
  line-height: 1.6;
  margin-top: 20px;
}

.article-content .photo-caption {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 20px;
}
.editor-note {
  font-size: 14px;
  color: #333;
  font-style: italic;
  background-color: #f9f9f9;
  border-left: 4px solid #0a7cff;
  padding: 12px 16px;
  margin: 24px 0;
  line-height: 1.6;
}

.howto {
  --accent: red;
  --text: #0e1b2a;
  --line: #bfc6d2;
  --dot-inactive: #9aa3b2;
  font:
    16px/1.55 system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  color: var(--text);
}

.howto__title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.howto__brand {
  text-transform: none;
  color: var(--accent);
  font-weight: 800;
}

.howto__steps {
  --content-pad: 54px;
  --rail-x: 20px;
  --line-w: 1px;
  --circle: 30px;
  --border-w: 1px;
  --dot: 8px;
  --step-pad: 10px;
  margin: 0;
  padding: 0 0 6px 0;
  list-style: none;
  position: relative;
  margin-top: 10px !important;
}

.howto__step {
  position: relative;
  padding: var(--step-pad) 0 var(--step-pad) var(--content-pad);
  --markerY: calc(var(--step-pad) + (1em * 0.5));
  --cap-top: 0px;
  --cap-bottom: 0px;
  background-image: linear-gradient(var(--line), var(--line));
  background-repeat: no-repeat;
  background-size: var(--line-w) calc(100% - var(--cap-top) - var(--cap-bottom));
  background-position: var(--rail-x) var(--cap-top);
}

.howto__step:first-child {
  --cap-top: calc(var(--markerY) - (var(--circle) / 2));
}

.howto__step:last-child {
  --cap-bottom: calc(100% - var(--markerY) - (var(--circle) / 2));
}

.howto__step::before {
  content: '';
  position: absolute;
  left: calc(var(--rail-x) - (var(--circle) / 2));
  top: calc(var(--markerY) - (var(--circle) / 2));
  width: var(--circle);
  height: var(--circle);
  border-radius: 999px;
  border: var(--border-w) solid var(--line);
  background: #fff;
  box-sizing: border-box;
}

.howto__step::after {
  content: '';
  position: absolute;
  left: calc(var(--rail-x) - (var(--dot) / 2));
  top: calc(var(--markerY) - (var(--dot) / 2));
  width: var(--dot);
  height: var(--dot);
  border-radius: 999px;
  background: var(--dot-inactive);
}

.howto__step.is-active::before {
  border-color: var(--accent);
}

.howto__step.is-active::after {
  background: var(--accent);
}

.howto__p {
  margin: 0;
}

.howto__label {
  font-weight: 800;
  margin-right: 6px;
  white-space: nowrap;
}

.howto__divider {
  height: 1px;
  background: var(--line);
  margin-top: 12px;
  margin-bottom: 20px;
}

@media (max-width: 520px) {
  .howto__steps {
    --content-pad: 46px;
    --rail-x: 18px;
  }
}
.masthead #static-nav:not(.sticky-nav) {
  position: relative;
  z-index: 99994;
}
.masthead #static-nav:not(.sticky-nav) .search-block {
  top: 400px;
}
@media screen and (min-width: 40em) {
  .masthead #static-nav:not(.sticky-nav) #more-btn-mob {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .masthead #static-nav.sticky-nav {
    display: flex;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.04);
    z-index: 99998;
    position: fixed;
    width: 100%;
    top: 0;
  }
}
.masthead .secondary-nav-container.sticky-nav {
  transition:
    height 0.5s,
    opacity 2s,
    visibility 0.5s,
    top 0.3s;
  background-color: #ffffff;
  top: 40px;
  width: 100%;
  z-index: 99997;
  visibility: hidden;
  position: fixed;
}
@media screen and (min-width: 40em) {
  .masthead .secondary-nav-container.sticky-nav {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .masthead .secondary-nav-container.sticky-nav {
    top: 48px;
  }
}
.masthead .secondary-nav-container.sticky-nav.visible {
  visibility: visible;
}
.masthead #compact-nav.sticky-nav {
  top: 0;
  visibility: visible;
  position: fixed !important;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.04);
}
.sticky-nav + .masthead#searchbox {
  position: fixed;
}
.masthead #searchbox.sticky-nav {
  position: fixed;
  top: 42px;
  max-height: 0;
  z-index: 99997;
  width: 100%;
}
.masthead #searchbox.sticky-nav + .search-block {
  top: 183px;
}
body.rte:not(.home) > .subnav.sticky-nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -42px;
  z-index: 99996;
  width: 100%;
}

body.rte:not(.home) > .subnav.sticky-nav.up {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 42px;
  z-index: 99996;
  width: 100%;
}
body.rte:not(.home) > .subnav.sticky-nav.up.searchActive {
  top: 98px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.rte:not(.home) > .subnav.sticky-nav.up.searchActive {
    top: 104px;
  }
}
@media screen and (min-width: 64em) {
  body.rte:not(.home) > .subnav.sticky-nav.up.searchActive {
    top: 150px;
  }
}
body.rte:not(.home) > .subnav.sticky-nav.up.submenuActive {
  top: 98px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body.rte:not(.home) > .subnav.sticky-nav.up.submenuActive {
    top: 104px;
  }
}
@media screen and (min-width: 64em) {
  body.rte:not(.home) > .subnav.sticky-nav.up.submenuActive {
    top: 396px;
  }
}
