.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 22px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs36 {
  font-size: 36px;
}

.fs48 {
  font-size: 48px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.bebas {
  font-family: 'Bebas Neue', sans-serif;
}
.rubik {
  font-family: 'Rubik', sans-serif !important;
}

.tone {
  color: #E11E1E;
}
.white{
	color: white;
}

.dark {
  color: #18202E;
}

.text-dark {
  color: #18202E;
}

.dark-grey {
  color: #666A72;
}

.text-white {
  color: white;
}

a {
  color: #E11E1E !important;
}

a:hover {
  color: #A93C20 !important;
}

[v-cloak] {
  opacity: 0;
}

.w-100 {
  width: 100%;
}

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

@media (max-width: 500px) {
  .center-mobile {
    text-align: center;
  }
}

.container {
  max-width: 1100px !important;
}
.container.container-large{
	max-width: 1500px !important;
}

html, body {
  background-color: #FBFBFF !important;
  font-family: 'Rubik', sans-serif !important;
  scroll-behavior: smooth;
}

.btn {
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 18px !important;
  padding: 8px 60px !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  min-width: 120px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.btn.btn-white {
  background-color: #fff;
  color: #18202E;
}

.btn.btn-white:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.btn.btn-white:hover.btn-white {
  background-color: rgba(255, 255, 255, 0.993);
  color: #18202E;
}

.btn.btn-lg {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn.btn-tone {
  background-color: #E11E1E;
  color: white;
}

.btn.btn-tone:hover {
  color: white !important;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.category-card .category-image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.category-card .category-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.category-card:hover .category-image {
  color: white !important;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.category-card:hover .category-content {
  color: white !important;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.info-banner {
  background-color: #ffffff;
  text-align: center;
  color: #18202E;
  padding: 4px 0;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 996;
}
@media (max-width: 992px) {
  .info-banner {
	  top: 55px;
	}
}


.info-banner.tone {
  background-color: #E11E1E;
  color: #FFF;
}

#main-nav {
  font-family: 'Bebas Neue', sans-serif;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #18202E;
  margin: auto;
}

#main-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-nav ul .nav-link {
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-nav ul .nav-link a {
  text-decoration: none;
  font-size: 22px;
  color: white !important;
}

#main-nav ul .nav-link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

#main-nav ul .nav-link:hover a {
  color: white;
}

#main-nav .badge, #mobile-nav .badge {
  font-family: 'Rubik', sans-serif;
  background-color: #E11E1E;
  color: white;
  padding: 4px 6px;
  border-radius: 50%;
}

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #18202E;
  z-index: 997;
  padding: 8px 20px;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}

.drawer {
  position: fixed;
  top: 50px;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 998;
  left: -110%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.drawer.active {
  left: 0;
}

.drawer .mobile-links {
  margin-top: 40px;
  padding-left: 0 !important;
  list-style: none;
  text-align: center;
  font-size: 22px;
}

.drawer .mobile-links .nav-link {
  padding: 10px 0;
  border-bottom: solid 1px #efeef3;
}

.category-grid {
  width: 80%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(50px, 1fr))[2];
      grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-auto-rows: 250px;
}

@media (max-width: 992px) {
  .category-grid {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .category-grid {
    -ms-grid-columns: (minmax(50px, 1fr))[1];
        grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}

.category-grid .grid-item {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
}

.category-grid .grid-item .description {
  position: absolute;
  bottom: 15px;
  width: 90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.category-grid .grid-item .description:hover {
  bottom: 18px;
}

.category-grid .grid-item .description:hover .text {
  -webkit-line-clamp: 20;
}

.category-grid .grid-item .description .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-grid .grid-item.double {
  -ms-grid-row-span: 2;
      grid-row-end: span 2;
}

.category-grid .grid-item.double-col {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
}

.card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 5px;
  border: solid 1px #E8E8E8 !important;
}

footer {
  color: white !important;
  background: #18202E;
}

footer a {
  color: white !important;
}
/*# sourceMappingURL=style.css.map */



.swiper-pagination-bullet.swiper-pagination-bullet-active{
background: #E11E1E !important;
}

/*fix dropdown*/
.dropdown-menu{
	border:none;
	background-color: transparent;
}
.dropdown-content{
    background-color: white;
}
.dropdown-content:active{
    color: unset;
    background-color: white;
}
.dropdown-item:active{
    color: unset;
    background-color: white;
}
.dropdown-item:hover{
    color: unset;
    background-color: white;
}
.tag:not(body){
	background-color: #ffd6cb;
}




.mobile-overlay{
 	top: 0;
    position: fixed;
    background-color: rgba(42, 46, 49, 0.8);;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    transition:  all 0.2s;
    pointer-events: none;
}
.mobile-overlay.active{
    opacity: 1;
    pointer-events: all;
}
.mobile-menu{
	top: 0;
	left: -80%;
	width: 80%;
    transition:  all 0.4s;
    position: fixed;
    background-color: #18202E;
    height: 100vh;
    z-index: 999;
    overflow-y: auto;
}
.mobile-menu.active{
    left: 0;
}

.mobile-menu hr{
	background-color: #000;
}

.margin-logo-footer{
	margin-top: 160px;
}
.logo-footer{
	width: 150px;
}

@media (max-width: 500px) {
	.logo-footer{
		width: 120px;
	}
	.margin-logo-footer{
		margin-top: 40px;
	}
}


.cookies{
	z-index: 99; 
	position: fixed; 
	bottom: 25px; 
	right: 25px;
	width: 600px; 
	max-width: 100%; 
	padding: 25px; 
	background-color: #18202e; 
	color: white;
}
@media (max-width: 600px) {
  .cookies {
    bottom: 0 !important;
    width: 100%;
    left: 0; 
    right: 0;
  }
}


.text-editor-content p{
	margin-bottom: 0px;
}