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

html {
  font-size: 62.5%; }
@media only screen and (max-width: 768px) {
  html {
    font-size: 50%; } }

body {
  box-sizing: border-box;
  font-size: 2rem;
  font-family: "Roboto", sans-serif; }

::selection {
  background-color: #000;
  color: #fff; }

ol, ul {
  padding-left: 20px;
  margin-bottom: 8px; }

ol li {
  list-style: decimal;
  margin-left: 20px; }

ul li {
  list-style: disc;
  margin-left: 20px; }

.container {
  width: 100%;
  margin: 0 auto; }
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%; } }
@media only screen and (max-width: 992px) {
  .container {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .container {
    width: 100%; } }

.boxed {
  width: 1100px !important;
  margin: 0 auto; }
@media only screen and (max-width: 1200px) {
  .boxed {
    width: 80% !important; } }
@media only screen and (max-width: 992px) {
  .boxed {
    width: 80% !important; } }
@media only screen and (max-width: 768px) {
  .boxed {
    width: 80% !important; } }

@media only screen and (max-width: 992px) {
  #content {
    padding-top: 45px; } }

img {
  max-width: 100%; }

p {
  margin-bottom: 8px; }

.alert {
  padding: 20px 25px;
  margin-bottom: 15px;
  box-shadow: none;
  overflow: hidden; }

.alert h3 {
  font-size: 18px;
  margin-bottom: 5px; }

.alert-success .close {
  color: #9ab091; }

.alert-success, .alert-success h3, .alert-success .close:hover {
  color: #516c46; }

.alert-warning, .alert-warning h3, .alert-warning .close:hover, .alert-notice, .alert-notice h3, .alert-notice .close:hover {
  color: #998937; }

.alert-info, .alert-info h3, .alert-info .close:hover {
  color: #2c6f90; }

.alert-error, .alert-error h3, .alert-error .close:hover {
  color: #833333; }

.alert .close {
  background: none;
  opacity: 1;
  float: right; }

.alert-warning .close {
  color: #d5c98b; }

.alert-info .close {
  color: #91b1c1; }

.alert-error .close {
  color: #cc9999; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success, .alert-message {
  border-color: #d6e9c6;
  color: #468847; }

.alert-success hr, .alert-message hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link, .alert-message .alert-link {
  color: #356635; }

.alert-info {
  border-color: #bce8f1;
  color: #3a87ad; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #2d6987; }

.alert-warning, .alert-notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }

.alert-warning hr, .alert-notice hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link, .alert-notice .alert-link {
  color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #953b39; }

.headerr {
  background-color: black;
  font-family: "New Amsterdam", sans-serif;
  color: #fff;
  display: none;
  grid-template-columns: 1fr 4rem 1fr;
  gap: 3rem;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 111; }
  .headerr__logo {
    text-align: center; }
    .headerr__logo img {
      height: 5rem;
      width: auto; }
  .headerr__search {
    text-align: right;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: inline-flex;
    max-width: 100%;
    height: 100%;
    width: auto;
    align-items: center; }
    .headerr__search .custom {
      height: 100%;
      background-color: #fff;
      margin-right: 2rem; }
      .headerr__search .custom > div {
        height: 100%;
        display: grid;
        align-items: center; }
        .headerr__search .custom > div a {
          display: inline-block; }
    .headerr__search img {
      height: 4rem;
      width: auto; }
      .headerr__search a:link, .headerr__search a:visited {
        color: #fff; }
  .headerr__hp {
    height: auto;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 111;
    display: none; }
    .headerr__hp--social {
      position: absolute;
      right: 35px;
      top: 50%;
      margin-top: -104px;
      width: 30px;
      height: auto;
      background-color: transparent;
      z-index: 2;
      display: flex;
      flex-direction: column; }
      .headerr__hp--social-list {
        margin: 0;
        padding: 0; }
        .headerr__hp--social-list-item {
          margin-top: 0;
          margin-bottom: 20px;
          width: auto;
          list-style: none;
          width: 32px;
          height: 32px;
          margin-left: 0; }
          .headerr__hp--social-list-item a {
            pointer-events: all; }
            .headerr__hp--social-list-item a span {
              width: 32px;
              height: 32px; }
          .headerr__hp--social-list-item [class*="oc-o-icon"] {
            fill: #fff;
            transition: fill 0.85s cubic-bezier(0, 1, 0.48, 0.96) 0s; }
    .headerr__hp--wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      position: relative;
      z-index: 1;
      color: #fafafa;
      background-color: transparent;
      height: 100%; }
      .headerr__hp--wrap-left {
        display: flex;
        transition: all 0.5s cubic-bezier(0, 1, 0.48, 0.96) 0s;
        opacity: 1;
        justify-content: flex-end;
        flex-direction: column-reverse;
        flex-basis: auto;
        width: 100px;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100vh;
        align-items: start; }
        .headerr__hp--wrap-left-logo {
          padding: 3rem 1rem; }
          .headerr__hp--wrap-left-logo img {
            width: 100%;
            height: auto; }
        .headerr__hp--wrap-left ul {
          margin: 0;
          padding: 0;
          padding-top: 1.5rem;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          width: 100px; }
          .headerr__hp--wrap-left ul li {
            list-style: none;
            margin: 0;
            height: 80px;
            cursor: pointer;
            position: relative;
            display: flex;
            align-items: center; }
            .headerr__hp--wrap-left ul li a {
              display: flex;
              height: 100%;
              align-items: center; }
              .headerr__hp--wrap-left ul li a span.image-title {
                position: absolute;
                display: none;
                font-size: 30px;
                top: 0;
                left: 0;
                padding-right: 16px;
                padding-left: 120px;
                background: rgba(61, 61, 61, 0.8);
                z-index: -1;
                transition: color 0.85s cubic-bezier(0, 1, 0.48, 0.96) 0s;
                font-family: "New Amsterdam", sans-serif;
                height: 100%; }
              .headerr__hp--wrap-left ul li a img {
                margin: 30px;
                width: 40px;
                height: 40px;
                opacity: 0.8;
                display: block;
                z-index: 2;
                pointer-events: none; }
            .headerr__hp--wrap-left ul li:hover a span.image-title {
              pointer-events: all;
              display: flex;
              color: #fff;
              z-index: 1;
              line-height: inherit;
              align-items: center; }
      .headerr__hp--wrap-right {
        display: flex;
        flex-basis: 50%;
        height: 80px;
        justify-content: flex-end;
        align-items: center; }
        .headerr__hp--wrap-right-sponsor {
          background-color: #fff;
          display: inline-flex;
          padding: 0;
          max-width: 100%;
          height: 100%;
          width: auto;
          align-items: center; }
          .headerr__hp--wrap-right-sponsor img {
            max-height: 48px;
            width: auto; }
        .headerr__hp--wrap-right-search {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          height: 100%;
          margin: 0;
          padding: 0 32px;
          width: inherit;
          background-color: #000;
          align-items: center; }
          .headerr__hp--wrap-right-search a {
            font-size: 20px;
            line-height: 20px;
            font-weight: bold; }
            .headerr__hp--wrap-right-search a:link, .headerr__hp--wrap-right-search a:visited {
              color: #fff; }
            .headerr__hp--wrap-right-search a span {
              fill: #fff;
              transition: fill 0.85s cubic-bezier(0, 1, 0.48, 0.96) 0s;
              width: 32px;
              height: 32px; }
              .headerr__hp--wrap-right-search a span svg {
                fill: #fff;
                transition: fill 0.85s cubic-bezier(0, 1, 0.48, 0.96) 0s; }

.breadcrumbs {
  background-color: #222;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 0; }
  .breadcrumbs ol {
    margin: 0;
    padding: 0; }
    .breadcrumbs ol li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      position: relative;
      padding-right: 15px; }
      .breadcrumbs ol li:first-child {
        display: none; }
        .breadcrumbs ol li:not(:last-child)::after {
          content: ">";
          position: absolute;
          top: 1px;
          right: -5px;
          width: 15px;
          height: 15px; }
      .breadcrumbs ol li a {
        color: #fff; }

.slideshow {
  position: relative; }
  .slideshow__menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 768px) {
    .slideshow__menu {
      display: block; } }
  .slideshow__menu ul {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    .slideshow__menu ul li {
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center; }
      .slideshow__menu ul li img {
        display: none; }
        .slideshow__menu ul li a:link, .slideshow__menu ul li a:visited {
          color: #fff;
          font-family: "New Amsterdam", sans-serif;
          font-size: 5rem;
          text-decoration: none;
          letter-spacing: 1px;
          font-weight: 100; }

.banner {
  position: relative;
  display: inline-block;
  width: 100%; }
  .banner .moduletable {
    width: 100%; }
    .banner .moduletable:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      /* Adjust the opacity as needed */
      pointer-events: none;
      z-index: 1; }
    .banner .moduletable img {
      width: 100%;
      height: auto;
      display: block; }
    .banner .moduletable p {
      margin: 0; }
    .banner .moduletable h3 {
      position: absolute;
      bottom: 3rem;
      right: 8rem;
      width: 80%;
      color: #fff;
      font-family: "New Amsterdam", sans-serif;
      font-size: 8rem;
      text-transform: uppercase;
      font-weight: normal;
      text-align: right;
      z-index: 2; }
    @media only screen and (max-width: 768px) {
      .banner .moduletable h3 {
        font-size: 4rem;
        bottom: 2rem;
        right: 4rem; } }

.table {
  padding-top: 4rem; }
  .table .navbar, .table .history, .table .heading {
    display: none !important; }
    .table table thead {
      font-family: "Roboto", sans-serif;
      font-size: 1.2rem;
      text-transform: uppercase; }
      .table table thead a:link, .table table thead a:visited {
        color: #b1b1b1 !important; }
    .table table tbody {
      color: #222; }
      .table table tbody tr td {
        font-family: "New Amsterdam", sans-serif;
        font-size: 2.6rem; }
        .table table tbody tr td img {
          width: 4rem;
          height: 4rem;
          background-color: transparent !important;
          border: none !important;
          padding: 0 !important; }

.roster {
  padding-top: 4rem; }
  .roster .navbar, .roster .history, .roster .heading {
    display: none !important; }
    .roster__grid--position {
      padding: 4rem 0; }
      .roster__grid--position-title h3 {
        font-family: "New Amsterdam", sans-serif !important;
        font-size: 8rem !important;
        margin-bottom: 6rem !important;
        margin-top: 0 !important;
        font-weight: normal !important; }
      .roster__grid--position-grid {
        display: grid;
        gap: 6rem;
        grid-template-columns: repeat(3, 1fr); }
      @media only screen and (max-width: 1200px) {
        .roster__grid--position-grid {
          grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 992px) {
      .roster__grid--position-grid {
        grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 768px) {
    .roster__grid--position-grid {
      grid-template-columns: repeat(1, 1fr); } }
@media only screen and (max-width: 560px) {
  .roster__grid--position-grid {
    grid-template-columns: repeat(1, 1fr); } }
.roster__grid--position-card {
  position: relative; }
  .roster__grid--position-card img {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important; }
  .roster__grid--position-card-number {
    position: absolute;
    top: -6rem;
    left: -1rem;
    font-size: 12rem;
    font-weight: normal;
    font-family: "New Amsterdam", sans-serif;
    color: #ffec00;
    text-shadow: 0 0 13px #000; }
  .roster__grid--position-card-names {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-family: "Roboto", sans-serif;
    font-size: 3.3rem;
    font-weight: 900;
    text-align: right;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000; }
    .roster__grid--position-card-names-fn {
      font-size: 2.9rem;
      font-weight: 300;
      text-transform: none; }

.news {
  margin-top: -15rem;
  margin-bottom: 8rem;
  width: 100%;
  overflow: hidden; }
@media only screen and (max-width: 992px) {
  .news {
    margin-top: 2rem;
    margin-bottom: 2rem; } }
.news li h3 {
  font-family: "New Amsterdam", sans-serif !important;
  font-size: 2.5rem !important; }
  .news li:hover a.uk-button {
    background-color: #ffec00 !important;
    color: #000000 !important;
    border-color: #000000 !important; }

.gallery {
  margin-bottom: 8rem; }
  .gallery h3 {
    font-family: "New Amsterdam", sans-serif;
    font-size: 6rem;
    margin-bottom: 2rem;
    text-align: center; }

.matches {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2rem; }
@media only screen and (max-width: 992px) {
  .matches {
    grid-template-columns: 1fr;
    gap: 6rem; } }
@media only screen and (max-width: 768px) {
  .matches {
    gap: 4rem; } }
.matches h3 {
  color: #fff;
  font-family: "New Amsterdam", sans-serif;
  font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 1rem; }
.matches ul {
  margin: 0;
  padding: 0; }
  .matches ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
.matches .moduletable {
  padding: 2rem 4rem 0;
  position: relative; }
.matches__prev {
  background-color: #222;
  padding-left: 25% !important; }
@media only screen and (max-width: 992px) {
  .matches__prev {
    padding-left: 4rem !important; } }
.matches__next {
  background-color: #000;
  padding-right: 25% !important; }
@media only screen and (max-width: 992px) {
  .matches__next {
    padding-right: 4rem !important; } }
.matches__next .matches__data--date {
  background-color: #222; }
.matches__data {
  display: grid;
  gap: 3rem;
  grid-template-columns: max-content 1fr; }
  .matches__data--countdown {
    position: absolute;
    right: 0;
    top: -1rem;
    background: linear-gradient(to top, #1f1f1f 50%, #525252 100%);
    color: #fff; }
  @media only screen and (max-width: 768px) {
    .matches__data--countdown {
      display: none; } }
  .matches__data--date {
    background-color: #000;
    padding: 6px;
    color: #fff;
    text-align: center; }
    .matches__data--date-day {
      margin-bottom: 4px;
      font-size: 2rem; }
    .matches__data--date-month {
      text-transform: lowercase; }
  .matches__data--teams-top {
    margin-bottom: 1rem; }
  .matches__data--teams-bottom {
    padding-bottom: 3rem;
    font-family: "New Amsterdam", sans-serif;
    font-size: 2.8rem;
    color: #fff; }
    .matches__data--teams-bottom-block {
      display: grid;
      gap: 3rem;
      grid-template-columns: 1fr max-content; }
      .matches__data--teams-bottom-block-score {
        color: #ffec00; }
.matches__more {
  margin-bottom: 6rem;
  text-align: center; }

.calendar__item {
  display: grid;
  gap: 2rem;
  grid-template-columns: max-content 50px 50px 1fr max-content max-content max-content 1fr;
  align-items: center;
  padding: 3rem 0;
  font-family: "New Amsterdam", sans-serif;
  border-bottom: 1px solid #cccccc; }
@media only screen and (max-width: 992px) {
  .calendar__item {
    grid-template-columns: 1fr max-content max-content max-content 1fr; } }
@media only screen and (max-width: 560px) {
  .calendar__item {
    grid-template-columns: 1fr min-content min-content min-content 1fr; } }
.calendar__item--eventlogo img {
  width: 4rem;
  height: 4rem; }
@media only screen and (max-width: 992px) {
  .calendar__item--eventlogo {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: right; } }
.calendar__item--day {
  background-color: #cccccc;
  height: 100%;
  color: #fff;
  width: 50px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem; }
@media only screen and (max-width: 992px) {
  .calendar__item--day {
    grid-column-start: 3;
    grid-column-end: 4; } }
.calendar__item--time {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 100; }
@media only screen and (max-width: 992px) {
  .calendar__item--time {
    grid-column-start: 4;
    grid-column-end: 6;
    text-align: left; } }
.calendar__item--htname {
  font-size: 3rem;
  text-align: right; }
@media only screen and (max-width: 992px) {
  .calendar__item--htname {
    grid-column-start: 1;
    grid-column-end: 2; } }
@media only screen and (max-width: 560px) {
  .calendar__item--htname {
    font-size: 2.3rem; } }
.calendar__item--htlogo img {
  width: 5rem;
  height: 5rem;
  border: none !important;
  padding: 0 !important;
  background-color: none; }
@media only screen and (max-width: 992px) {
  .calendar__item--htlogo {
    grid-column-start: 2;
    grid-column-end: 3; } }
.calendar__item--delimeter {
  text-align: center; }
  .calendar__item--atlogo img {
    width: 5rem;
    height: 5rem;
    border: none !important;
    padding: 0 !important;
    background-color: none; }
  @media only screen and (max-width: 992px) {
    .calendar__item--atlogo {
      grid-column-start: 4;
      grid-column-end: 5; } }
.calendar__item--atname {
  font-size: 3rem; }
@media only screen and (max-width: 992px) {
  .calendar__item--atname {
    grid-column-start: 5;
    grid-column-end: 6; } }
@media only screen and (max-width: 560px) {
  .calendar__item--atname {
    font-size: 2.3rem; } }

.article__header {
  position: relative;
  display: inline-block;
  width: 100%; }
  .article__header--image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity as needed */
    pointer-events: none; }
  .article__header--image img {
    width: 100%;
    height: auto;
    display: block; }
  .article__header--title {
    position: absolute;
    bottom: 3rem;
    right: 8rem;
    width: 80%; }
  @media only screen and (max-width: 768px) {
    .article__header--title {
      bottom: 2rem;
      right: 4rem; } }
  .article__header--title h1 {
    color: #fff;
    font-family: "New Amsterdam", sans-serif;
    font-size: 8rem;
    text-transform: uppercase;
    font-weight: normal;
    text-align: right; }
  @media only screen and (max-width: 768px) {
    .article__header--title h1 {
      font-size: 4rem; } }
.article__text {
  padding: 4rem 0; }
  .article__text p {
    margin-bottom: 2rem;
    letter-spacing: 1px; }
  .article__text--date {
    margin-bottom: 4rem;
    text-transform: uppercase;
    color: #5c5c5c; }

.category {
  padding: 10rem 0; }
  .category__description {
    margin-top: 8rem;
    padding-top: 8rem;
    border-top: #ff2850 solid 1px; }
    .category__description h2 {
      font-family: "New Amsterdam", sans-serif;
      font-size: 8rem;
      margin-bottom: 2rem; }
  .category__browse--grid {
    display: grid;
    gap: 10rem;
    grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 1200px) {
    .category__browse--grid {
      grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 992px) {
  .category__browse--grid {
    grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 768px) {
  .category__browse--grid {
    grid-template-columns: repeat(1, 1fr); } }
.category__browse--grid-item-image img {
  width: 100%;
  height: auto; }
.category__browse--grid-item-title h2 {
  padding: 1rem 0; }
  .category__browse--grid-item-title h2 a:link, .category__browse--grid-item-title h2 a:visited {
    color: #000;
    font-family: "New Amsterdam", sans-serif;
    font-size: 2.6rem;
    text-decoration: none; }
.category__browse--grid-item-price .PricesalesPrice {
  margin-left: 0 !important;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem; }

.productt {
  display: grid;
  gap: 4rem;
  grid-template-columns: 30% 1fr;
  padding: 10rem 0; }
@media only screen and (max-width: 768px) {
  .productt {
    grid-template-columns: repeat(1, 1fr); } }
.productt__image img {
  width: 100%;
  height: auto; }
.productt__image--additional {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); }
.productt__descr--title {
  font-family: "New Amsterdam", sans-serif;
  font-size: 3rem;
  margin-bottom: 3rem; }
  .productt__descr--price .PricesalesPrice {
    margin-left: 0 !important;
    font-weight: 100;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem; }
.productt__descr--addtocart {
  margin-bottom: 2rem; }
  .productt__descr--addtocart .col-auto {
    display: none; }
  .productt__descr--addtocart .vm-addtocart-button-wrapper button {
    margin: 3rem 0 0 0;
    border: 3px solid #000;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    cursor: pointer;
    background-color: #ffec00; }
    .productt__descr--addtocart .vm-addtocart-button-wrapper button:hover {
      background-color: #000;
      border-color: #ffec00;
      color: #ffec00; }
.productt__descr--text {
  font-size: 1.3rem; }

.cart-view {
  padding: 5rem 0; }

.addtocart-button {
  margin: 3rem 0 0 0;
  overflow: visible;
  color: #fff;
  text-transform: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 30px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
  cursor: pointer;
  background-color: #ff2850;
  border: 2px solid #ff2850;
  font-family: "New Amsterdam", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 2px; }
  .addtocart-button:hover {
    background-color: #ffffff;
    border-color: #ff2850;
    color: #ff2850; }

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* Optional: dotted underline */ }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 40rem;
  background-color: white;
  color: #000000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Position the tooltip above the text */
  left: 50%;
  margin-left: -60px;
  /* Center the tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.5rem !important;
  box-shadow: 0 0 15px #8b8b8b; }
  .tooltip .tooltiptext ul {
    margin: 0;
    padding: 0; }
    .tooltip .tooltiptext ul li {
      list-style: none;
      margin: 0;
      padding: 0; }

/* Show the tooltip text when hovering over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.store {
  padding-bottom: 8rem; }
@media only screen and (max-width: 992px) {
  .store {
    width: 80%;
    margin: 0 auto; } }
.store .moduletable {
  display: grid;
  width: 100%;
  overflow: hidden;
  gap: 10rem;
  grid-template-columns: 30% 1fr; }
@media only screen and (max-width: 768px) {
  .store .moduletable {
    grid-template-columns: 1fr;
    gap: 6rem; } }
.store .moduletable .owl-carousel .owl-item img {
  height: auto; }
.store .moduletable .vm-category {
  display: none; }
.store .moduletable .vm-product-footer, .store .moduletable .vm-product-descr-container-1 {
  margin: 0;
  padding: 0; }
  .store .moduletable .vm-product-footer .PricesalesPrice, .store .moduletable .vm-product-descr-container-1 .PricesalesPrice {
    margin-left: 0 !important;
    font-weight: 100 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 1.6rem !important; }
.store h3 {
  font-family: "New Amsterdam", sans-serif;
  font-size: 6rem;
  margin-bottom: 2rem;
  text-align: right; }
@media only screen and (max-width: 768px) {
  .store h3 {
    text-align: left;
    font-size: 6rem;
    margin-bottom: 0; } }
.store .jux-vm-product-slider-wrap .product-slider-inner .jux-product-inner .jux-product-image, .store .featuredProductImage img {
  height: auto; }
.store h4 {
  padding: 1rem 0; }
  .store h4 a:link, .store h4 a:visited {
    color: #000;
    font-family: "New Amsterdam", sans-serif;
    font-size: 2.6rem;
    text-decoration: none; }
.store .sales {
  margin-left: 0 !important;
  font-weight: 100;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.6rem; }
.store div[class*="-view"] .vm-product-footer .product-price {
  float: none; }
.store .addtocart-button {
  margin-top: 1rem; }

.product-cont {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
  width: 100%; }
@media only screen and (max-width: 768px) {
  .product-cont {
    grid-template-columns: 1fr; } }
.product-cont img {
  max-width: 100%;
  height: auto; }
.product-cont .product-price {
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem; }

.academy__module {
  display: grid;
  gap: 10rem;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 6rem; }
@media only screen and (max-width: 768px) {
  .academy__module {
    grid-template-columns: 1fr;
    gap: 4rem; } }
.academy__module:not(:last-child) {
  padding-bottom: 8rem;
  margin-bottom: 8rem;
  border-bottom: #ff2850 dotted 1px; }
.academy__module img {
  max-width: 100%; }
.academy__module h3 {
  font-family: "New Amsterdam", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: #222;
  margin-bottom: 2rem; }
  .academy__module--1-text {
    padding: 7rem 0; }
  .academy__module--1-image {
    background-image: url(../images/krasava_territory.jpg);
    background-size: cover;
    height: 100%; }
  @media only screen and (max-width: 768px) {
    .academy__module--1-image {
      height: 40rem; } }
.academy__module--2-text {
  padding: 7rem 0; }
.academy__module--2-image {
  background-image: url(../images/krasava_home.jpg);
  background-size: cover;
  height: 100%; }
@media only screen and (max-width: 768px) {
  .academy__module--2-image {
    height: 40rem; } }
.academy__module--3-text {
  padding: 7rem 0; }
.academy__module--3-image {
  background-image: url(../images/krasava_training.jpg);
  background-size: cover;
  height: 100%;
  background-position: center center; }
@media only screen and (max-width: 768px) {
  .academy__module--3-image {
    height: 40rem; } }
.academy__module--4-text {
  padding: 7rem 0; }
.academy__module--4-image {
  background-image: url(../images/krasava_diversity.jpg);
  background-size: cover;
  height: 100%; }
@media only screen and (max-width: 768px) {
  .academy__module--4-image {
    height: 40rem; } }

.footer {
  background-color: #000;
  color: white;
  padding: 3rem 0 5rem;
  text-align: center;
  font-family: "Roboto", sans-serif; }
  .footer__menu h3 {
    font-family: "New Amsterdam", sans-serif;
    font-size: 2.2rem;
    margin-bottom: 2rem; }
  .footer__menu ul, .footer__menu ol {
    margin: 0;
    padding: 0; }
    .footer__menu ul li, .footer__menu ol li {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer__menu ul li a, .footer__menu ol li a {
        color: #fff;
        font-size: 1.4rem;
        text-decoration: none;
        font-weight: 200; }
  .footer__head {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr max-content;
    align-items: center;
    text-align: left;
    padding-bottom: 3rem;
    border-bottom: 1px solid #222;
    margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .footer__head {
      grid-template-columns: repeat(1, 1fr);
      text-align: center; } }
@media only screen and (max-width: 560px) {
  .footer__head {
    grid-template-columns: repeat(1, 1fr);
    text-align: center; } }
.footer__head img {
  height: 5rem; }
  .footer__head--socials ul li {
    display: inline-block; }

.copyright {
  padding: 2rem;
  background-color: #222;
  text-align: center;
  font-size: 11px;
  color: #757575;
  font: "Roboto", sans-serif;
  font-weight: 300;
  overflow: hidden; }
/*# sourceMappingURL=/templates/Template_Webo.by/css/template.css.map */