@font-face {
  font-family: icomoon;
  src: url("/static/fonts/icomoon.woff2?20220510") format("woff2"),
    url("/static/fonts/icomoon.ttf?20220510") format("truetype"),
    url("/static/fonts/icomoon.woff?20220510") format("woff"),
    url("/static/fonts/icomoon.svg?20220510#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@viewport {
  initial-scale: 1;
  zoom: 1;
  width: device-width;
  min-zoom: 0.2;
  max-zoom: 5;
  user-zoom: zoom;
}
.navigation__drawer.is-ssr .btn.is-fluid.btn-ugc {
  display: none;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.title:not(:last-child) {
  margin-bottom: 1.5rem;
}
*,
::after,
::before {
  box-sizing: inherit;
}
html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}
header {
  display: block;
}
body,
button,
input {
  font-family: TazRegular, system, sans-serif;
}
body {
  color: #4f4f4f;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
a {
  color: #007fff;
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
.is-marginless {
  margin: 0 !important;
}
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.title {
  word-break: break-word;
}
.title {
  color: #353535;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}
.level {
  align-items: center;
  justify-content: space-between;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1024px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.icon {
  -webkit-touch-callout: none;
}
body {
  color: #000;
}
.has-box-shadow-news.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #d22328;
}
.header_mobile__nav_item.header_mobile__nav_item--news {
  box-shadow: inset 0 -2px 0 0 #d22328;
}
.has-box-shadow-show.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #f5a528;
}
.header_mobile__nav_item.header_mobile__nav_item--show {
  box-shadow: inset 0 -2px 0 0 #f5a528;
}
.has-box-shadow-lifestyle.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #efc10d;
}
.header_mobile__nav_item.header_mobile__nav_item--lifestyle {
  box-shadow: inset 0 -2px 0 0 #efc10d;
}
.has-box-shadow-sport.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #40b14d;
}
.header_mobile__nav_item.header_mobile__nav_item--sport {
  box-shadow: inset 0 -2px 0 0 #40b14d;
}
.has-box-shadow-tech.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #47c0ff;
}
.header_mobile__nav_item.header_mobile__nav_item--tech {
  box-shadow: inset 0 -2px 0 0 #47c0ff;
}
.has-box-shadow-fun.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #297af6;
}
.has-box-shadow-video.desktop_nav__item {
  box-shadow: inset 0 -3px 0 0 #9757f6;
}
.header_mobile__nav_item.header_mobile__nav_item--video {
  box-shadow: inset 0 -2px 0 0 #9757f6;
}
img:-moz-broken {
  opacity: 0;
}
img {
  position: relative;
}
img::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.24sata.hr/static/img/24sata-placeholder.svg");
  z-index: -1;
}
.card img {
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.vb > .vb-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vb > .vb-content::-webkit-scrollbar {
  display: none;
}
.hidden {
  display: none !important;
}
.is-ssr a {
  text-decoration: none;
}
.navigation__drawer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 0;
}
[class*=" icon-"] {
  font-family: icomoon;
  speak: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-notifications::before {
  content: "\e922";
}
.icon-profile::before {
  content: "\e923";
}
.icon-ugc::before {
  content: "\e924";
}
.icon-chevron-right::before {
  content: "\e92b";
}
.icon-x::before {
  content: "\e92e";
}
.icon-search::before {
  content: "\e941";
}
.icon-search-smaller::before {
  content: "\e942";
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 104;
  background-color: #fff;
}
.header__wrap {
  position: relative;
  max-width: 970px;
  height: 48px;
  margin: 0 auto;
  padding: 0;
}
.header__wrap .level {
  height: 100%;
}
.header__logo {
  position: absolute;
  top: 5px;
  left: 0;
}
.header__logo img {
  width: 53px;
  height: 43px;
}
.header__logo_link {
  display: block;
}
.header__link {
  position: relative;
  color: initial;
}
.header__link.is-notifications,
.header__link.is-search,
.header__link.is-user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.64);
}
.header__link.is-search,
.header__link.is-user {
  margin-right: 6px;
}
.header__link.is-user {
  position: relative;
  flex-direction: column;
}
.header__link.is-user .icon {
  color: #d22328;
}
.header__link .icon_wrap {
  line-height: 0;
}
.header__link .icon {
  font-size: 1.5rem;
}
.header__avatar_copy {
  display: block;
  margin: 2px 0 0;
  font: 400 100% TazBold, sans-serif;
  font-size: 0.5625rem;
  line-height: 0.625rem;
  white-space: nowrap;
  text-transform: uppercase;
}
.header__avatar_copy.is-login {
  color: #d22328;
}
.header__desktop_nav {
  flex: 1 0 auto;
  height: 48px;
  margin-right: 8px;
}
.header_mobile__label {
  display: none;
  font: 400 100% TazBold, sans-serif;
  font-size: 0.5625rem;
  line-height: 0.625rem;
  color: #d7060c;
  white-space: nowrap;
  text-transform: uppercase;
}
.header_mobile__nav {
  position: relative;
  z-index: 1;
  background: #fff;
  transform: translate3d(0, 0, 0);
}
.header_mobile__nav_list {
  display: flex !important;
  flex-wrap: nowrap;
  padding: 0 !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header_mobile__nav_list::-webkit-scrollbar {
  display: none;
}
.header_mobile__nav_item {
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.12);
}
.header_mobile__nav_link {
  display: block;
  padding: 0 12px 2px;
  font: 400 100% TazBlack, sans-serif;
  font-size: 1rem;
  line-height: 2.625rem;
  letter-spacing: 0.018125rem;
  white-space: nowrap;
  color: #000;
}
.is-featured .header_mobile__nav_link {
  font: 400 100% TazBlack, sans-serif;
  font-size: 1rem;
  line-height: 2.625rem;
  letter-spacing: 0.018125rem;
}
.header__outer_wrap {
  position: relative;
  margin: 0 auto;
}
.header__outer_wrap .header {
  position: fixed;
  top: 0;
  z-index: 105;
  width: 100%;
  max-width: 414px;
  height: 48px;
  line-height: 0;
  background-color: #fff;
  right: unset;
  left: unset;
}
.header__outer_wrap .header .header_mobile__nav_item--casino24 {
  display: flex;
}
.header__outer_wrap .header .header_mobile__nav_item--casino24 a {
  display: flex;
  align-items: center;
}
.header__outer_wrap .header a {
  text-decoration: none;
}
.header__outer_wrap .header__top {
  position: relative;
  z-index: 3;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.header__outer_wrap .header__top .level-item {
  flex: 1 1 0;
}
.header__outer_wrap .header__top .level {
  display: flex;
}
.header__outer_wrap .header__top .level .header__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.64);
}
.header__outer_wrap .header__top .level .header__link .icon_wrap {
  line-height: 0;
}
.header__outer_wrap .header__top .level .hamburger_menu {
  position: relative;
  width: 20px;
  height: 20px;
}
.header__outer_wrap .header__top .level .hamburger_menu__item {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #5c5c5c;
}
.header__outer_wrap .header__top .level .hamburger_menu__item:nth-of-type(1) {
  top: 15%;
}
.header__outer_wrap .header__top .level .hamburger_menu__item:nth-of-type(2) {
  top: 45%;
}
.header__outer_wrap .header__top .level .hamburger_menu__item:nth-of-type(3) {
  top: 75%;
}
.header__outer_wrap .header__logo {
  justify-content: flex-start;
  flex: 0 0 52px !important;
}
.header__outer_wrap .header__logo_link {
  display: block;
  padding: 5px 0 5px 5px;
}
.header__outer_wrap .header__logo_img {
  display: block;
  width: 47px;
  height: 38px;
}
.header__outer_wrap .header__logo {
  position: static;
  top: auto;
  left: auto;
}
.header__outer_wrap .header__logo_img {
  width: 47px;
  height: 36px;
}
.header__outer_wrap .header .item_main_nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__outer_wrap .header {
    right: 0;
    left: 0;
    max-width: unset;
  }
  .header__outer_wrap .header__top {
    height: 48px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.12);
  }
  .header__outer_wrap .header__top .level-item {
    display: flex;
    align-items: center;
  }
  .header__outer_wrap .header__logo {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .header__outer_wrap .header__logo img {
    width: 53px;
    height: 43px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .header__outer_wrap .header__top {
    height: 56px;
  }
  .header__outer_wrap .header__logo img {
    width: 63px;
    height: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .header__outer_wrap .header__logo {
    position: static;
    top: auto;
    left: auto;
  }
  .header__outer_wrap .header__logo_link {
    padding: unset;
  }
  .header__outer_wrap .header__logo_img {
    width: 53px;
    height: 43px;
    margin-top: 5px;
  }
  .header__outer_wrap .header .item_logo {
    order: 1;
    flex-basis: 63px !important;
  }
  .header__outer_wrap .header .item_hamburger_menu {
    order: 2;
    padding: 0 6px;
    align-self: stretch;
  }
  .header__outer_wrap .header .item_main_nav {
    flex: 1 0 auto;
    height: 48px;
    margin-right: 8px;
    order: 3;
    display: flex;
    flex-basis: 725px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .header__outer_wrap .header .item_main_nav {
    height: 56px;
    margin-right: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .header__outer_wrap .header .item_main_nav .desktop_nav__item--kupi-plus {
    padding: 0 0 0 16px;
  }
  .header__outer_wrap .header .item_main_nav .desktop_nav__item--kupi-plus img {
    width: 44px;
    height: auto;
    max-width: unset;
  }
  .header__outer_wrap .header .item_main_nav .desktop_nav__item--shopaj24 {
    padding: 2px 0 0 16px;
  }
  .header__outer_wrap .header .item_main_nav .desktop_nav__item--shopaj24 img {
    width: 45px;
    height: auto;
    max-width: unset;
  }
  .header__outer_wrap .header .item_search {
    order: 4;
    margin-right: 6px !important;
  }
  .header__outer_wrap .header .item_ugc {
    display: none;
  }
  .header__outer_wrap .header .item_profile {
    order: 5;
    flex-basis: 40px;
    margin-right: 6px !important;
  }
  .header__outer_wrap .header .item_notifications {
    order: 6;
    flex-basis: 48px;
  }
  .header__outer_wrap .header .header_mobile__nav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  body {
    background-color: #fafafa;
    left: 0;
    right: 0;
  }
  .header__outer_wrap {
    max-width: 414px;
  }
  .header__outer_wrap .header .header__search_wrapper {
    position: fixed;
    top: 48px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    transform: translateY(0);
  }
  .header__outer_wrap .header .header__search_wrapper .header__search {
    flex: 1 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 414px;
    height: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.16);
    transform: translateX(-50%);
  }
  .header__outer_wrap
    .header
    .header__search_wrapper
    .header__search
    .search_form {
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    align-self: self-start;
    padding: 10px 16px;
    background: #fff;
  }
  .navigation_drawer {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1024px) {
  .header__outer_wrap .header .header__search_wrapper .header__search {
    position: fixed;
    top: 48px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #f5f5f5;
  }
  .header__outer_wrap
    .header
    .header__search_wrapper
    .header__search
    .search_form {
    position: absolute;
    bottom: 6px;
    display: block;
    width: 486px;
    flex: none;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .header__outer_wrap .header .header__search_wrapper .header__search {
    top: 56px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .header__outer_wrap
    .header
    .header__search_wrapper
    .header__search
    .search_form {
    width: 622px;
  }
}
.desktop_nav__item {
  display: inline-block;
  vertical-align: top;
  padding: 13px 11px 16px;
  font: 400 100% TazBlack, sans-serif;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  color: #000;
  letter-spacing: 0.020625rem;
  text-transform: uppercase;
}
.desktop_nav__item.has-box-shadow-24plus {
  position: relative;
  color: #000;
  background-color: #f7931e;
}
.article__image_wrap .has-3-images img:nth-child(1) {
  grid-area: a;
}
.article__image_wrap .has-3-images img:nth-child(2) {
  grid-area: b;
}
.article__image_wrap .has-3-images img:nth-child(3) {
  grid-area: c;
}
body,
h1,
h2,
html,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-size: 100%;
  font-weight: 400;
}
ul {
  list-style: none;
}
button,
input {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 14px;
  border: 0;
  font: 400 100% LabGrotesqueBold, sans-serif;
  font-size: 0.875rem;
  line-height: 2.5rem;
  letter-spacing: 0;
}
.btn.is-rounded {
  border-radius: 2px;
}
.btn.is-fluid {
  display: block;
  width: 100%;
  padding: 0 14px;
}
.btn.is-blue {
  color: #fff;
  background-color: #007fff;
  border-radius: 3px;
}
.btn--plus {
  flex: 1;
  height: 36px;
  border-radius: 3px;
  font: 400 100% LabGrotesqueBold, sans-serif;
  font-size: 0.875rem;
  line-height: 2.25rem;
  width: 100%;
}
.card {
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  .card {
    margin-bottom: 20px;
  }
}
.card::after {
  display: block;
  height: 6px;
  background-color: #e6e6e6;
}
.navigation_drawer {
  position: relative;
  width: 100% !important;
  max-width: 414px;
  margin: 0 auto;
  padding: 0;
}
.navigation_drawer::before {
  content: "";
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: calc(100% - 48px);
  background-color: #fafafa;
}
.navigation_drawer__secondary {
  margin-top: 7px;
}
.navigation_drawer__item {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
  font-size: 1.014375rem;
  background-color: #fff;
}
.navigation_drawer__main .navigation_drawer__item:first-of-type {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
}
.navigation_drawer__item:first-of-type {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12),
    inset 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1024px) {
  .navigation_drawer__main,
  .navigation_drawer__secondary {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  .navigation_drawer__item {
    padding: 0 0 0 20px;
  }
  .navigation_drawer__main .navigation_drawer__link {
    text-transform: uppercase;
  }
}
.navigation_drawer__link {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 15px 0 15px 16px;
  font-size: 1.014375rem;
  line-height: 1rem;
  color: #000;
  letter-spacing: 0.01625rem;
}
.navigation_drawer__main .navigation_drawer__link {
  font: 400 100% TazBlack, sans-serif;
}
.navigation_drawer__secondary .navigation_drawer__link {
  font: 400 100% TazBold, sans-serif;
}
.navigation_drawer__link--shopaj img,
.navigation_drawer__link--shopaj24 img {
  display: block;
  max-height: 18px;
  width: 40.5px;
}
.navigation_drawer__link--plus {
  background-color: #f7931e;
}
.navigation_drawer__link--plus span {
  text-transform: uppercase;
  color: #000;
}
.navigation_drawer__top {
  display: flex;
}
.navigation_drawer__trigger_subnav {
  display: flex;
  width: 48px;
  height: 48px;
  box-shadow: inset 1px 0 0 #e6e6e6;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.64);
}
@media screen and (min-width: 1024px) {
  .navigation_drawer__trigger_subnav {
    display: flex;
    flex-basis: 48px;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
  }
}
.navigation_drawer__trigger_subnav .icon_wrap {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.navigation_drawer__trigger_subnav .icon-chevron-right {
  color: #007fff;
}
.navigation_drawer__extra .btn {
  font: 400 100% LabGrotesqueBold, sans-serif;
  font-size: 0.875rem;
  line-height: 2.5rem;
}
.navigation_drawer__external_link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}
.navigation_drawer__external_img {
  display: block;
  height: 15px;
}
.navigation_drawer__plus {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding: 10px 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 7px 0;
  background: #fff;
}
.navigation_drawer__plus_header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px 0 0;
}
.navigation_drawer__plus_logo {
  flex-shrink: 0;
  height: auto;
  width: 82px;
}
.navigation_drawer__plus_text {
  flex-shrink: 0;
  font: 400 100% TazBlack, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.018125rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .navigation_drawer__plus {
    padding: 10px 16px 10px 24px;
  }
}
.navigation__drawer {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  background-color: #f5f5f5;
  visibility: hidden;
  display: block;
}
.navigation__drawer_header {
  width: calc(100% + 20px);
  margin-left: -20px;
  font-size: 0;
  line-height: 0;
  text-align: right;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
}
.navigation__drawer_header .icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.navigation__drawer_close {
  position: relative;
  display: block;
  height: 48px;
  padding: 12px;
  color: rgba(0, 0, 0, 0.64);
}
.navigation__drawer_close .icon_wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.drawer_subnav {
  position: relative;
  z-index: 20;
}
.drawer_subnav__wrap {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
}
@media screen and (min-width: 1024px) {
  .drawer_subnav__wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 240px;
    z-index: 199;
    width: 0;
    height: auto;
    padding-top: 48px;
    border-left: 1px solid #ebebeb;
    background-color: #fff;
  }
}
.drawer_subnav__link_wrap {
  display: block;
  padding: 15px 16px;
  box-shadow: inset 0 -1px 0 0 #e6e6e6;
}
.drawer_subnav__link_wrap:first-of-type {
  box-shadow: inset 0 -1px 0 0 #e6e6e6, inset 0 1px 0 0 #e6e6e6;
}
.drawer_subnav__link {
  display: block;
  font: 400 100% TazBold, sans-serif;
  font-size: 1.014375rem;
  line-height: 1rem;
  letter-spacing: 0.018125rem;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .drawer_subnav__link_wrap:first-of-type {
    box-shadow: unset;
  }
  .drawer_subnav__link_wrap {
    box-shadow: unset;
  }
  .drawer_subnav__link {
    line-height: 1.125rem;
  }
}
.navigation_drawer__secondary .drawer_subnav__link {
  font: 400 100% TazRegular, sans-serif;
}
.navigation__drawer.is-ssr {
  overflow: auto;
}
.navigation__drawer.is-ssr .scrollable_wrapper {
  position: relative;
  overflow-y: scroll;
}
.navigation__drawer.is-ssr .navigation__drawer_header {
  background-color: transparent;
  max-width: 414px;
  margin: auto;
}
.navigation__drawer.is-ssr
  .navigation__drawer_header
  .navigation__drawer_close
  .icon_wrap {
  background-color: #fff;
  width: 72px;
}
.navigation__drawer.is-ssr .icon-chevron-right {
  transform: rotate(90deg);
}
.navigation__drawer.is-ssr .drawer_subnav__wrap {
  display: none;
}
.search_form {
  flex: 1 0 auto;
  position: relative;
}
.search_form .field--search {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .navigation__drawer.is-ssr {
    overflow: hidden;
  }
  .navigation__drawer.is-ssr .scrollable_wrapper {
    scrollbar-width: thin;
  }
  .navigation__drawer.is-ssr .scrollable_wrapper::-webkit-scrollbar {
    background-color: #fff;
    width: 8px;
  }
  .navigation__drawer.is-ssr .scrollable_wrapper::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .navigation__drawer.is-ssr .scrollable_wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.13);
    border-radius: 16px;
    border: 3px solid #fff;
  }
  .navigation__drawer.is-ssr .navigation__drawer_header {
    margin-left: -20px;
    max-width: unset;
    background-color: #f5f5f5;
  }
  .navigation__drawer.is-ssr
    .navigation__drawer_header
    .navigation__drawer_close
    .icon_wrap {
    background-color: unset;
    width: 48px;
  }
  .navigation__drawer.is-ssr .icon-chevron-right {
    transform: unset;
  }
  .navigation__drawer.is-ssr .btn.is-fluid.link-ugc {
    display: none;
  }
  .search_form {
    flex: 0 0 484px;
    margin-top: -3px;
    margin-left: 0;
  }
  .search_form .field--search {
    height: 36px;
  }
}
.search_form__input {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
}
.search_form__input input {
  width: 100%;
  max-width: 100%;
  height: 32px;
  padding: 0 26px 0 33px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  box-shadow: none;
  font: 400 100% LabGrotesque, sans-serif;
  background-color: rgba(0, 0, 0, 0.06);
}
.search_form__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_form__icon.is-left {
  left: 4px;
}
@media screen and (min-width: 1024px) {
  .search_form__input input {
    height: 36px;
    padding: 0 36px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #fff;
  }
  .search_form__icon.is-left {
    left: 6px;
  }
}
.search_form__icon .icon_wrap {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.search_form__icon .icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.38);
}
:root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}
:focus {
  outline: 0;
}

@viewport {
  initial-scale: 1;
  zoom: 1;
  width: device-width;
  min-zoom: 0.2;
  max-zoom: 5;
  user-zoom: zoom;
}
