@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");
main {
  position: relative;
  z-index: 2;
}

body {
  overflow-x: hidden !important;
  background: white;
}

/*
Colors
**************
*/
/*
Font Import & Family
***********
*/
@font-face {
  font-family: "carosheavy_italic";
  src: url("../fonts/cretype-caros-heavy-italic-webfont.woff2") format("woff2"), url("../fonts/cretype-caros-heavy-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "carosbold";
  src: url("../fonts/caros-bold-webfont.woff2") format("woff2"), url("../fonts/caros-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "caroslight";
  src: url("../fonts/caros-light-webfont.woff2") format("woff2"), url("../fonts/caros-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "carosmedium";
  src: url("../fonts/caros-medium-webfont.woff2") format("woff2"), url("../fonts/caros-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
Line Heights
**************
*/
/*
Root Font Size
***********
*/
html {
  font-size: 16px;
}

body {
  color: #3d3d3d;
  font-family: "carosmedium";
}

/*
Font Sizes
***********
*/
h1 {
  font-family: "carosmedium";
  font-size: clamp(3.6rem, 6.6vw, 6.6rem);
  line-height: 1;
  letter-spacing: -1px;
  text-wrap: balance;
}

h2 {
  font-family: "carosmedium";
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -1px;
  line-height: 1;
}

h3 {
  font-family: "carosmedium";
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  letter-spacing: -1px;
  line-height: 1.2;
}

h4 {
  font-family: "carosmedium";
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-family: "carosmedium";
  font-size: clamp(1.1rem, 1.25vw, 1.25rem);
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-family: "carosmedium";
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 1.2;
  font-family: "carosmedium";
  font-weight: 600;
}

a {
  color: white;
  font-family: "carosmedium";
  font-size: clamp(0.9rem, 1.1vw, 1rem);
}

p,
input {
  color: #3d3d3d;
  font-family: "carosmedium";
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.2;
  font-weight: 300;
}

/*
Font Weights
**************
*/
/*
Breakpoints and Containers
***********
*/
.container {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 40px);
}
@media (min-width: 414px) {
  .container {
    width: calc(100% - 25px) !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 100px) !important;
  }
}
@media (min-width: 1024px) {
  .container {
    width: calc(100% - 50px) !important;
  }
}
@media (min-width: 1352px) {
  .container {
    width: calc(100% - 120px) !important;
  }
}
@media (min-width: 1900px) {
  .container {
    width: calc(100% - 200px) !important;
  }
}

.container-padding {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container-padding {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .container-padding {
    padding: 0 25px;
  }
}
@media (min-width: 1352px) {
  .container-padding {
    padding: 0 60px;
  }
}
@media (min-width: 1900px) {
  .container-padding {
    padding: 0 100px;
  }
}

/*
Border Radius
***********
*/
strong,
b {
  color: #e90000;
}

/*
Border Radius
***********
*/
/*
Transitions
***********
*/
/*
Transitions
***********
*/
.wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .wrap {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .wrap {
    gap: 2.5rem;
  }
}
@media (min-width: 1352px) {
  .wrap {
    gap: 3rem;
  }
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title a {
  color: #e90000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  padding-bottom: 2px;
}

/*
Bold
***********
*/
.bold {
  font-family: "carosmedium";
  font-weight: 900;
}

/*
Top Margin
***********
*/
.top-margin {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .top-margin {
    margin-top: 150px;
  }
}

.top-space {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .top-space {
    margin-top: 110px;
  }
}

/*
Padding Classes
***********
*/
.padding {
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .padding {
    padding: 4rem 0;
  }
}
@media (min-width: 1352px) {
  .padding {
    padding: 5rem 0;
  }
}
@media (min-width: 1900px) {
  .padding {
    padding: 6rem 0;
  }
}

.top-padding {
  padding: 3rem 0 0 0;
}
@media (min-width: 1024px) {
  .top-padding {
    padding: 4rem 0 0 0;
  }
}
@media (min-width: 1352px) {
  .top-padding {
    padding: 5rem 0 0 0;
  }
}
@media (min-width: 1900px) {
  .top-padding {
    padding: 6rem 0 0 0;
  }
}

.bottom-padding {
  padding: 0 0 3rem 0;
}
@media (min-width: 1024px) {
  .bottom-padding {
    padding: 0 0 4rem 0;
  }
}
@media (min-width: 1352px) {
  .bottom-padding {
    padding: 0 0 5rem 0;
  }
}
@media (min-width: 1900px) {
  .bottom-padding {
    padding: 0 0 6rem 0;
  }
}

/*
Image Wrapper Class
***********
*/
.imgWrap {
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.imgWrap img,
.imgWrap iframe,
.imgWrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*
Wrapper Class
***********
*/
/*
Glass
***********
*/
.glass {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 2px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.glass > * {
  position: relative;
  z-index: 2;
}
.glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-20deg);
  transition: all 0.6s ease;
  z-index: 1;
}
.glass:hover {
  transform: translateY(-2px) scale(1.02);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6), inset -1px -1px 3px rgba(0, 0, 0, 0.15), 0 12px 25px rgba(0, 0, 0, 0.25);
}
.glass:hover::before {
  left: 125%;
}

.glass.no-hover:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.4), inset -1px -1px 2px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.15);
}
.glass.no-hover:hover::before {
  left: -75%;
}

/*
Shadow
***********
*/
.shadow-lg {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

/*
Card
***********
*/
.article {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  background: #f3f3f3;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .article {
    padding: 0.75rem;
  }
}
.article .content,
.article .text {
  padding: 1.25rem 0.75rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1rem;
}
@media (min-width: 1352px) {
  .article .content,
  .article .text {
    padding: 1.5rem 1rem;
  }
}
.article .content h3,
.article .text h3 {
  font-family: "carosmedium";
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
}
@media (min-width: 1024px) {
  .article .content h3,
  .article .text h3 {
    font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  }
}
.article .content h4,
.article .text h4 {
  font-family: "carosmedium";
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
}

/*
background
***********
*/
.bg {
  background-color: white; /* base color */
  background-color: #fff;
  background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 1px, transparent 1px, transparent 26px), repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 1px, transparent 1px, transparent 26px);
}
@media (min-width: 1024px) {
  .bg {
    background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 1px, transparent 1px, transparent 52px), repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 1px, transparent 1px, transparent 52px);
  }
}

.bg-red {
  background: #e90000;
  background-image: url(../img/red-lines.svg);
  background-position: center;
  background-size: cover;
}

/*
Text Link
***********
*/
.text-link {
  color: #e90000;
  font-family: "carosmedium";
}

/*
Tags
***********
*/
.tag,
.red-tag {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 1;
  gap: 0.5rem;
  width: fit-content;
  border-radius: 999999px;
  text-transform: uppercase;
  color: white;
}
.tag svg,
.red-tag svg {
  margin-top: 0.1rem;
}

.red-tag {
  background: #e90000;
  color: white;
}

/*
top overlay
***********
*/
.head {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .head {
    width: 100%;
    max-width: 750px;
  }
}
@media (min-width: 1352px) {
  .head {
    gap: 2rem;
    max-width: 1000px;
  }
}
.head p {
  z-index: 5;
  color: white;
}
@media (min-width: 1024px) {
  .head p {
    width: 100%;
    max-width: 550px;
  }
}
@media (min-width: 1352px) {
  .head p {
    max-width: 700px;
  }
}
.head h5 {
  z-index: 5;
  font-weight: 400;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
}
@media (min-width: 1024px) {
  .head h5 {
    width: 100%;
    max-width: 750px;
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  }
}
@media (min-width: 1352px) {
  .head h5 {
    max-width: 875px;
  }
}
.head .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .head .buttons {
    gap: 1rem;
    flex-direction: row;
  }
}
.head .title {
  position: relative;
  display: inline-block;
}
.head .title .back-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  white-space: nowrap;
  font-size: 6rem;
  color: transparent;
  -webkit-text-stroke: 1px #e90000;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 1024px) {
  .head .title .back-title {
    font-size: 8rem;
  }
}
@media (min-width: 1352px) {
  .head .title .back-title {
    font-size: 12rem;
  }
}
.head .title .front-title {
  position: relative;
  z-index: 2;
  color: #fff;
}

/*
top overlay
***********
*/
.top-overlay {
  margin-top: -50px;
}
@media (min-width: 768px) {
  .top-overlay {
    margin-top: -100px;
  }
}
@media (min-width: 1024px) {
  .top-overlay {
    margin-top: -75px;
  }
}
@media (min-width: 1352px) {
  .top-overlay {
    margin-top: -100px;
  }
}
@media (min-width: 1900px) {
  .top-overlay {
    margin-top: -125px;
  }
}

.slide {
  flex: 0 0 80%;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .slide {
    flex: 0 0 45%;
  }
}
@media (min-width: 1352px) {
  .slide {
    flex: unset;
    margin-right: 0;
  }
}

.bg-grey {
  background: #f3f3f3 !important;
}

.btn {
  border-bottom: 2px solid #e90000;
  width: fit-content;
  color: white;
  padding: 1rem 1.5rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #3d3d3d;
}
.btn--red {
  border: 0;
  background: #e90000;
}

/*
Reset CSS
***********
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

:root {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

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

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

button,
a {
  cursor: pointer;
}

#root,
#__next {
  isolation: isolate;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header .navWrap {
  background: #e90000;
  position: relative;
  width: 100%;
  /* ========================================
     TOP BAR
  ======================================== */
}
header .navWrap .top {
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #c70000;
  height: 40px;
  opacity: 1;
}
header .navWrap .top h5 {
  font-weight: 600;
  color: white;
}
header .navWrap .top .top-links {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 1rem;
}
@media (min-width: 1024px) {
  header .navWrap .top .top-links {
    gap: 0;
  }
}
header .navWrap .top .top-links a {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  color: white;
}
@media (min-width: 1024px) {
  header .navWrap .top .top-links a {
    padding: 0 1rem;
  }
}
header .navWrap .top .top-links a:hover {
  background: black;
}
header .navWrap .top .top-links .cart-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
header .navWrap .top .top-links .cart-link svg {
  width: 20px;
  height: 20px;
}
header .navWrap .top .top-links .cart-link .cart-count {
  font-size: 12px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: white;
  color: #e90000;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navWrap {
  /* ========================================
     BOTTOM NAV
  ======================================== */
}
header .navWrap .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
}
@media (min-width: 1024px) {
  header .navWrap .bottom {
    justify-content: flex-end;
    gap: 1.5rem;
  }
}
@media (min-width: 1352px) {
  header .navWrap .bottom {
    gap: 2rem;
  }
}
header .navWrap .bottom .custom-logo-link {
  display: flex;
  align-items: center;
  height: 80%;
  width: auto;
}
@media (min-width: 768px) {
  header .navWrap .bottom .custom-logo-link {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  header .navWrap .bottom .custom-logo-link {
    width: auto;
    padding-top: 0;
    margin-bottom: 0;
  }
}
header .navWrap .bottom .custom-logo-link img {
  height: 100%;
  width: auto;
  display: block;
}
header .navWrap .bottom nav {
  display: none;
}
@media (min-width: 1024px) {
  header .navWrap .bottom nav {
    flex: 1;
    display: block;
  }
}
header .navWrap .bottom nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
@media (min-width: 1900px) {
  header .navWrap .bottom nav ul {
    gap: 3rem;
  }
}
header .navWrap .bottom nav ul li {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: flex;
  align-items: center;
  height: auto;
}
@media (min-width: 1024px) {
  header .navWrap .bottom nav ul li {
    height: 70px;
  }
}
header .navWrap .bottom nav ul li:hover {
  border-bottom: 5px solid white;
}
header .navWrap .bottom nav ul li a {
  color: white;
}
@media (min-width: 1024px) {
  header .navWrap .bottom nav ul li a {
    font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  }
}
@media (min-width: 1352px) {
  header .navWrap .bottom nav ul li a {
    font-size: clamp(1.1rem, 1.25vw, 1.25rem);
  }
}
header .navWrap .bottom hr {
  display: none;
}
@media (min-width: 1024px) {
  header .navWrap .bottom hr {
    opacity: 0.5;
    display: block;
    height: 60%;
    border: 1px solid white;
    flex-shrink: 0;
  }
}
header .navWrap .bottom .socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  header .navWrap .bottom .socials {
    gap: 1rem;
    padding: 0;
  }
}
header .navWrap .bottom .socials img {
  height: auto;
  width: 16px;
}
@media (min-width: 1352px) {
  header .navWrap .bottom .socials img {
    width: 20px;
  }
}
header .navWrap .bottom {
  /* ========================================
     MOBILE TOGGLE
  ======================================== */
}
header .navWrap .bottom .menuToggles {
  display: block;
}
@media (min-width: 1024px) {
  header .navWrap .bottom .menuToggles {
    display: none;
  }
}
header .navWrap .bottom .menuToggles .hamburger {
  transform: rotate(0deg);
  padding: 0;
  border: 0;
  position: relative;
  display: block;
  width: auto;
  height: auto;
  cursor: pointer;
  z-index: 1001;
  background: none;
  outline: none;
}
header .navWrap .bottom .menuToggles .hamburger:before, header .navWrap .bottom .menuToggles .hamburger:after {
  content: "";
  display: block;
  margin: auto;
  width: 34px;
  height: 4px;
  background-color: white;
  margin-bottom: 8px;
  margin-top: 8px;
  transition: 0.2s ease all;
}
header .navWrap .bottom .menuToggles .hamburger.is-active:before {
  transform: rotate(-45deg) translate(-4px, 5px);
}
header .navWrap .bottom .menuToggles .hamburger.is-active:after {
  transform: rotate(45deg) translate(-4px, -5px);
}
header .navWrap .bottom .menuToggles .bar {
  display: none;
}
header {
  /* ========================================
     SCROLLED STATE
  ======================================== */
}
header.scrolled .top {
  height: 0;
  opacity: 0;
}

.navMenu {
  background: #c70000;
  overflow: hidden;
  top: 110px;
  height: calc(100% - 110px);
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.5rem;
  transition: all 0.3s ease;
  width: 75%;
  right: -100%;
  padding: 20px 20px 20px 20px;
}
@media (min-width: 768px) {
  .navMenu {
    padding: 50px;
  }
}
@media (min-width: 1024px) {
  .navMenu {
    display: none;
  }
}
.navMenu nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.navMenu nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
.navMenu nav ul li {
  transition: 0.2s ease all;
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.navMenu nav ul li:hover a {
  color: #e90000;
}
.navMenu nav ul li:hover .contact {
  color: #e90000;
}
.navMenu nav ul li a {
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  text-align: right;
  color: white;
  transition: 0.2s ease all;
  line-height: 1;
  font-weight: 800;
}
.navMenu .socials {
  margin-top: auto;
  border-radius: 999999px;
  padding: 0.75rem 1.5rem;
  background: #3d3d3d;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  gap: 1rem;
}
.navMenu .socials img {
  height: auto;
  width: 16px;
}

.navMenu.is-active {
  right: 0;
}

footer {
  padding: 25px 0;
  background-color: #3d3d3d;
}
footer .Links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: white;
}
footer .Links ul {
  margin: 0;
  display: flex;
  flex-flow: wrap;
  gap: 0rem;
  padding: 0;
  list-style-type: none;
}
footer .Links ul li {
  margin: 3px 15px 0px 0;
  font-weight: 700;
}
footer .Links .Social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
footer .Links .Social .logo {
  width: 50px;
}
footer .Links .Social .SocialWrap {
  display: flex;
  gap: 1rem;
}
footer .Links .Social .SocialWrap img {
  width: 20px;
}
footer .Links .Badges {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
footer .Links .Badges img {
  width: 50px;
}
footer .Links .Rights {
  border-top: 1px solid #cdcdcd;
}
footer .Links .Rights p {
  font-weight: 800;
  padding-top: 28px;
}

.top-section {
  position: relative;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 25px;
  height: 275px;
}
@media (min-width: 1024px) {
  .top-section {
    height: 325px;
  }
}
@media (min-width: 1352px) {
  .top-section {
    height: 400px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1900px) {
  .top-section {
    height: 425px;
  }
}
.top-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 6, 38, 0) 100%);
  width: 100%;
  height: 75%;
}
.top-section img,
.top-section iframe,
.top-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-section h1 {
  border-left: 5px solid #e90000;
  position: relative;
  z-index: 2;
  color: white;
  padding-left: 1rem;
}
@media (min-width: 1024px) {
  .top-section h1 {
    padding-left: 2rem;
  }
}

.content-editor {
  background: #f3f3f3;
}
.content-editor .hero {
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .content-editor .hero {
    aspect-ratio: 2/1;
  }
}
@media (min-width: 1352px) {
  .content-editor .hero {
    aspect-ratio: 10/4;
  }
}
.content-editor .content-wrap {
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .content-editor .content-wrap {
    margin-top: -75px;
    gap: 3rem;
  }
}
@media (min-width: 1352px) {
  .content-editor .content-wrap {
    margin-top: -100px;
    gap: 4rem;
  }
}
.content-editor .content-wrap .imgWrap {
  width: 100%;
}
@media (min-width: 1024px) {
  .content-editor .content-wrap .imgWrap {
    width: 60%;
  }
}
@media (min-width: 1352px) {
  .content-editor .content-wrap .imgWrap {
    width: 50%;
  }
}
.content-editor .content-wrap .content-section {
  background: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .content-editor .content-wrap .content-section {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .content-editor .content-wrap .content-section {
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 3rem;
  }
}
@media (min-width: 1352px) {
  .content-editor .content-wrap .content-section {
    gap: 3rem 0;
  }
}
@media (min-width: 1900px) {
  .content-editor .content-wrap .content-section {
    padding: 4rem;
    gap: 4rem 0;
  }
}
.content-editor .content-wrap .content-section .top-border {
  width: 100%;
  padding: 0 0 15px 15px;
  border-bottom: 4px solid #e90000;
  color: #e90000;
}
@media (min-width: 1024px) {
  .content-editor .content-wrap .content-section .top-border {
    padding: 0 0 15px 0;
  }
}
.content-editor .content-wrap .content-section .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .content-editor .content-wrap .content-section .content {
    width: 60%;
  }
}
@media (min-width: 1352px) {
  .content-editor .content-wrap .content-section .content {
    gap: 1.5rem;
  }
}
.content-editor .content-wrap .content-section .content h6 {
  color: #e90000;
  text-transform: uppercase;
}
.content-editor .content-wrap .content-section .content h2 {
  padding-bottom: 1rem;
}
.content-editor .content-wrap .content-section .content .share-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .content-editor .content-wrap .content-section .content .share-wrap {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .content-editor .content-wrap .content-section .content .share-wrap {
    margin-top: 1rem;
  }
}
.content-editor .content-wrap .content-section .content .share {
  width: fit-content;
  background: #e90000;
  display: flex;
  align-items: center;
}
.content-editor .content-wrap .content-section .content .share h6 {
  line-height: 1;
  color: white;
  width: fit-content;
}
.content-editor .content-wrap .content-section .content .share .socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.content-editor .content-wrap .content-section .content .share .socials img {
  height: 16px;
  width: auto;
}
@media (min-width: 1024px) {
  .content-editor .content-wrap .content-section .post-wrap {
    width: 35%;
    position: sticky;
    top: 15%;
    align-self: flex-start;
  }
}
.content-editor .content-wrap .content-section .post-wrap .posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1352px) {
  .content-editor .content-wrap .content-section .post-wrap .posts {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .content-editor .content-wrap .content-section .post-wrap .posts h4 {
    text-align: right;
  }
}
.content-editor .content-wrap .content-section .post-wrap .posts a {
  border-radius: 10px;
  padding: 0.25rem;
  display: flex;
  align-items: stretch;
  background: #f3f3f3;
}
.content-editor .content-wrap .content-section .post-wrap .posts a .imgWrap {
  height: auto;
  width: 40%;
}
.content-editor .content-wrap .content-section .post-wrap .posts a h4 {
  text-align: left;
}
.content-editor .content-wrap .content-section .post-wrap .posts a .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1rem;
  width: 60%;
}
@media (min-width: 1352px) {
  .content-editor .content-wrap .content-section .post-wrap .posts a .content {
    padding: 1.5rem;
  }
}

.fourOfour {
  height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  color: white;
  background: #e90000;
}
@media (min-width: 768px) {
  .fourOfour {
    height: calc(100vh - 140px);
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .fourOfour {
    height: calc(100vh - 185px);
    gap: 2rem;
  }
}
.fourOfour h1 {
  font-family: "carosmedium";
  font-size: 8rem;
  line-height: 8rem;
}
@media (min-width: 768px) {
  .fourOfour h1 {
    font-size: 12rem;
    line-height: 12rem;
  }
}
@media (min-width: 1900px) {
  .fourOfour h1 {
    font-size: 20rem;
    line-height: 20rem;
  }
}
.fourOfour h3 {
  font-family: "carosmedium";
  font-size: 1rem;
  line-height: 1.4rem;
  width: 80%;
  text-align: center;
}
@media (min-width: 768px) {
  .fourOfour h3 {
    width: 60%;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.top-slider {
  margin-top: 70px;
  overflow: hidden;
}
.top-slider .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.top-slider .embla__container {
  display: flex;
}
.top-slider .embla__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.top-slider .embla__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.top-slider .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 2;
  color: #fff;
}
@media (min-width: 768px) {
  .top-slider .embla__slide .slide-content {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .top-slider .embla__slide .slide-content {
    width: 75%;
  }
}
.top-slider .embla__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.top-slider .embla__dot {
  border: 0;
  outline: 0;
  appearance: none;
  width: 15px;
  height: 5px;
  border-radius: 5px;
  background: #e90000;
  cursor: pointer;
  transition: all 0.3s ease;
  filter: opacity(0.5);
}
.top-slider .embla__dot.is-selected {
  transform: scale(1.2);
  filter: opacity(1);
}

.upcoming {
  overflow: hidden;
  background: #f3f3f3;
}
.upcoming .selectors {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.upcoming .selectors h2 {
  transition: 0.2s ease all;
  opacity: 0.5;
  color: #3d3d3d;
}
.upcoming .selectors h2.active {
  opacity: 1;
}
.upcoming .fixtures_slider,
.upcoming .results_slider,
.upcoming .embla-fix {
  width: 100%;
}
.upcoming .fixtures_slider .embla-fix__container,
.upcoming .results_slider .embla-fix__container,
.upcoming .embla-fix .embla-fix__container {
  display: flex;
}
.upcoming .fixtures_slider .fixture,
.upcoming .fixtures_slider .result,
.upcoming .results_slider .fixture,
.upcoming .results_slider .result,
.upcoming .embla-fix .fixture,
.upcoming .embla-fix .result {
  flex: 0 0 325px;
  margin-right: 20px;
  background: white;
  display: flex;
  flex-direction: column;
}
.upcoming .fixtures_slider .fixture:last-of-type,
.upcoming .fixtures_slider .result:last-of-type,
.upcoming .results_slider .fixture:last-of-type,
.upcoming .results_slider .result:last-of-type,
.upcoming .embla-fix .fixture:last-of-type,
.upcoming .embla-fix .result:last-of-type {
  margin-right: 10px !important;
}
@media (min-width: 1024px) {
  .upcoming .fixtures_slider .fixture,
  .upcoming .fixtures_slider .result,
  .upcoming .results_slider .fixture,
  .upcoming .results_slider .result,
  .upcoming .embla-fix .fixture,
  .upcoming .embla-fix .result {
    flex: 0 0 300px;
  }
}
.upcoming .fixtures_slider .fixture .details,
.upcoming .fixtures_slider .result .details,
.upcoming .results_slider .fixture .details,
.upcoming .results_slider .result .details,
.upcoming .embla-fix .fixture .details,
.upcoming .embla-fix .result .details {
  border-top: 2px solid #e90000;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1900px) {
  .upcoming .fixtures_slider .fixture .details,
  .upcoming .fixtures_slider .result .details,
  .upcoming .results_slider .fixture .details,
  .upcoming .results_slider .result .details,
  .upcoming .embla-fix .fixture .details,
  .upcoming .embla-fix .result .details {
    padding: 2rem;
  }
}
.upcoming .fixtures_slider .fixture .details .deet,
.upcoming .fixtures_slider .result .details .deet,
.upcoming .results_slider .fixture .details .deet,
.upcoming .results_slider .result .details .deet,
.upcoming .embla-fix .fixture .details .deet,
.upcoming .embla-fix .result .details .deet {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 1024px) {
  .upcoming .fixtures_slider .fixture .details .deet,
  .upcoming .fixtures_slider .result .details .deet,
  .upcoming .results_slider .fixture .details .deet,
  .upcoming .results_slider .result .details .deet,
  .upcoming .embla-fix .fixture .details .deet,
  .upcoming .embla-fix .result .details .deet {
    gap: 0.5rem;
  }
}
.upcoming .fixtures_slider .fixture .details .deet:last-of-type,
.upcoming .fixtures_slider .result .details .deet:last-of-type,
.upcoming .results_slider .fixture .details .deet:last-of-type,
.upcoming .results_slider .result .details .deet:last-of-type,
.upcoming .embla-fix .fixture .details .deet:last-of-type,
.upcoming .embla-fix .result .details .deet:last-of-type {
  text-align: right;
}
.upcoming .fixtures_slider .fixture .details .deet h6,
.upcoming .fixtures_slider .result .details .deet h6,
.upcoming .results_slider .fixture .details .deet h6,
.upcoming .results_slider .result .details .deet h6,
.upcoming .embla-fix .fixture .details .deet h6,
.upcoming .embla-fix .result .details .deet h6 {
  color: black;
}
.upcoming .fixtures_slider .fixture .details .deet h6:last-of-type,
.upcoming .fixtures_slider .result .details .deet h6:last-of-type,
.upcoming .results_slider .fixture .details .deet h6:last-of-type,
.upcoming .results_slider .result .details .deet h6:last-of-type,
.upcoming .embla-fix .fixture .details .deet h6:last-of-type,
.upcoming .embla-fix .result .details .deet h6:last-of-type {
  opacity: 0.5;
}
.upcoming .fixtures_slider .fixture h4,
.upcoming .fixtures_slider .result h4,
.upcoming .results_slider .fixture h4,
.upcoming .results_slider .result h4,
.upcoming .embla-fix .fixture h4,
.upcoming .embla-fix .result h4 {
  font-family: "carosmedium";
}
.upcoming .fixtures_slider .fixture .teams,
.upcoming .fixtures_slider .result .teams,
.upcoming .results_slider .fixture .teams,
.upcoming .results_slider .result .teams,
.upcoming .embla-fix .fixture .teams,
.upcoming .embla-fix .result .teams {
  background: white;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 2rem 1.5rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 1900px) {
  .upcoming .fixtures_slider .fixture .teams,
  .upcoming .fixtures_slider .result .teams,
  .upcoming .results_slider .fixture .teams,
  .upcoming .results_slider .result .teams,
  .upcoming .embla-fix .fixture .teams,
  .upcoming .embla-fix .result .teams {
    padding: 3rem 2rem;
  }
}
.upcoming .fixtures_slider .fixture .teams h2,
.upcoming .fixtures_slider .result .teams h2,
.upcoming .results_slider .fixture .teams h2,
.upcoming .results_slider .result .teams h2,
.upcoming .embla-fix .fixture .teams h2,
.upcoming .embla-fix .result .teams h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.upcoming .fixtures_slider .fixture .teams .team,
.upcoming .fixtures_slider .result .teams .team,
.upcoming .results_slider .fixture .teams .team,
.upcoming .results_slider .result .teams .team,
.upcoming .embla-fix .fixture .teams .team,
.upcoming .embla-fix .result .teams .team {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  min-width: 65px;
  height: auto;
}
@media (min-width: 1024px) {
  .upcoming .fixtures_slider .fixture .teams .team,
  .upcoming .fixtures_slider .result .teams .team,
  .upcoming .results_slider .fixture .teams .team,
  .upcoming .results_slider .result .teams .team,
  .upcoming .embla-fix .fixture .teams .team,
  .upcoming .embla-fix .result .teams .team {
    gap: 1rem;
  }
}
.upcoming .fixtures_slider .fixture .teams .team .imgWrap,
.upcoming .fixtures_slider .result .teams .team .imgWrap,
.upcoming .results_slider .fixture .teams .team .imgWrap,
.upcoming .results_slider .result .teams .team .imgWrap,
.upcoming .embla-fix .fixture .teams .team .imgWrap,
.upcoming .embla-fix .result .teams .team .imgWrap {
  flex-grow: 0;
  aspect-ratio: 1/1;
  width: auto;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .upcoming .fixtures_slider .fixture .teams .team .imgWrap,
  .upcoming .fixtures_slider .result .teams .team .imgWrap,
  .upcoming .results_slider .fixture .teams .team .imgWrap,
  .upcoming .results_slider .result .teams .team .imgWrap,
  .upcoming .embla-fix .fixture .teams .team .imgWrap,
  .upcoming .embla-fix .result .teams .team .imgWrap {
    height: 75px;
  }
}
.upcoming .fixtures_slider .fixture .teams .team .imgWrap img,
.upcoming .fixtures_slider .result .teams .team .imgWrap img,
.upcoming .results_slider .fixture .teams .team .imgWrap img,
.upcoming .results_slider .result .teams .team .imgWrap img,
.upcoming .embla-fix .fixture .teams .team .imgWrap img,
.upcoming .embla-fix .result .teams .team .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.upcoming .fixtures_slider .fixture .teams .team h6,
.upcoming .fixtures_slider .result .teams .team h6,
.upcoming .results_slider .fixture .teams .team h6,
.upcoming .results_slider .result .teams .team h6,
.upcoming .embla-fix .fixture .teams .team h6,
.upcoming .embla-fix .result .teams .team h6 {
  font-weight: bolder;
  text-align: center;
  white-space: pre-line;
}
.upcoming .fixtures_slider .fixture .info,
.upcoming .fixtures_slider .result .info,
.upcoming .results_slider .fixture .info,
.upcoming .results_slider .result .info,
.upcoming .embla-fix .fixture .info,
.upcoming .embla-fix .result .info {
  background: #3d3d3d;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e90000;
}
.upcoming .fixtures_slider .fixture .info a,
.upcoming .fixtures_slider .result .info a,
.upcoming .results_slider .fixture .info a,
.upcoming .results_slider .result .info a,
.upcoming .embla-fix .fixture .info a,
.upcoming .embla-fix .result .info a {
  color: white;
}
.upcoming .fixtures_slider__dots,
.upcoming .results_slider__dots,
.upcoming .embla-fix__dots {
  margin-top: 1rem;
  display: flex;
  gap: 10px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .upcoming .fixtures_slider__dots,
  .upcoming .results_slider__dots,
  .upcoming .embla-fix__dots {
    margin-top: 2rem;
  }
}
.upcoming .fixtures_slider__dot,
.upcoming .results_slider__dot,
.upcoming .embla-fix__dot {
  border: 0;
  outline: 0;
  appearance: none;
  width: 15px;
  height: 5px;
  border-radius: 5px;
  background: #e90000;
  cursor: pointer;
  transition: all 0.3s ease;
  filter: opacity(0.25);
}
.upcoming .fixtures_slider__dot.is-selected,
.upcoming .results_slider__dot.is-selected,
.upcoming .embla-fix__dot.is-selected {
  background: #e90000;
  transform: scale(1.2);
  filter: opacity(1);
}
.upcoming .fixtures_slider,
.upcoming .results_slider {
  display: none;
}
.upcoming .fixtures_slider.slider-active,
.upcoming .results_slider.slider-active {
  display: block;
}
@media (min-width: 1352px) {
  .upcoming .fixtures_slider,
  .upcoming .results_slider {
    overflow: visible;
  }
  .upcoming .fixtures_slider .embla-fix__viewport,
  .upcoming .results_slider .embla-fix__viewport {
    overflow: visible;
  }
  .upcoming .fixtures_slider .embla-fix__container,
  .upcoming .results_slider .embla-fix__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    transform: none !important;
  }
  .upcoming .fixtures_slider .fixture,
  .upcoming .fixtures_slider .result,
  .upcoming .results_slider .fixture,
  .upcoming .results_slider .result {
    flex: unset !important;
    margin-right: 0 !important;
  }
  .upcoming .fixtures_slider .embla-fix__dots,
  .upcoming .results_slider .embla-fix__dots {
    display: none;
  }
}

.news {
  width: 100%;
  background: white;
}
.news .news_slider {
  width: 100%;
}
.news .embla-news__viewport {
  overflow: hidden;
}
.news .embla-news__container {
  display: flex;
}
.news .news_single {
  flex: 0 0 325px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}
.news .news_single:last-of-type {
  margin-right: 10px !important;
}
@media (min-width: 1024px) {
  .news .news_single {
    flex: 0 0 300px;
  }
}
@media (min-width: 1352px) {
  .news .news_single {
    gap: 1rem;
  }
}
.news .news_single .imgWrap {
  transition: 0.2s ease all;
  overflow: hidden;
  aspect-ratio: 10/6;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .news .news_single .imgWrap {
    height: auto;
  }
}
.news .news_single .imgWrap img,
.news .news_single .imgWrap iframe,
.news .news_single .imgWrap video {
  transition: 0.2s ease all;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news .news_single .imgWrap:hover img,
.news .news_single .imgWrap:hover iframe,
.news .news_single .imgWrap:hover video {
  transform: scale(1.1) rotate(2deg);
}
.news .news_single h6 {
  color: #e90000;
  text-transform: uppercase;
}
.news .embla-news__dots {
  margin-top: 1rem;
  display: flex;
  gap: 10px;
}
.news .embla-news__dot {
  width: 15px;
  height: 5px;
  background: #e90000;
  opacity: 0.25;
  border-radius: 5px;
  border: none;
}
.news .embla-news__dot.is-selected {
  opacity: 1;
  transform: scale(1.2);
}
@media (min-width: 1352px) {
  .news .embla-news__viewport {
    overflow: visible;
  }
  .news .embla-news__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    transform: none !important;
  }
  .news .news_single {
    flex: unset !important;
    margin-right: 0 !important;
    min-width: 0;
    width: 100%;
  }
  .news .embla-news__dots {
    display: none;
  }
}

.tiles {
  background: #181818;
}
.tiles .tile-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .tiles .tile-wrap {
    flex-direction: row;
    align-items: stretch;
  }
}
.tiles {
  /* ========================================
     MAIN TILE
  ======================================== */
}
.tiles .tile {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .tiles .tile {
    width: 50%;
  }
}
.tiles .tile .imgWrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  transition: 0.2s ease all;
}
@media (min-width: 1024px) {
  .tiles .tile .imgWrap {
    aspect-ratio: 10/6;
    aspect-ratio: unset;
    height: 100%;
  }
}
.tiles .tile .imgWrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.2s ease all;
}
.tiles .tile .imgWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 6, 38, 0) 100%);
}
.tiles .tile .imgWrap:hover img,
.tiles .tile .imgWrap:hover iframe,
.tiles .tile .imgWrap:hover video {
  transform: scale(1.1) rotate(2deg);
}
.tiles .tile .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tiles .tile .content h2,
.tiles .tile .content p {
  color: white;
}
.tiles {
  /* ========================================
     FOUR TILE WINDOW
  ======================================== */
}
.tiles .four-tile {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .tiles .four-tile {
    width: 50%;
  }
}
.tiles .one-tile {
  position: relative;
  overflow: hidden;
}
.tiles .one-tile .imgWrap {
  width: 100%;
  aspect-ratio: 1/1;
  transition: 0.2s ease all;
}
@media (min-width: 1024px) {
  .tiles .one-tile .imgWrap {
    aspect-ratio: 10/6;
  }
}
.tiles .one-tile .imgWrap img {
  transition: 0.2s ease all;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.tiles .one-tile .imgWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 6, 38, 0) 100%);
}
.tiles .one-tile .imgWrap:hover img,
.tiles .one-tile .imgWrap:hover iframe,
.tiles .one-tile .imgWrap:hover video {
  transform: scale(1.1) rotate(2deg);
}
.tiles .one-tile .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.tiles .one-tile .content h3,
.tiles .one-tile .content p {
  color: white;
}

.news-showcase {
  width: 100%;
  background: white;
}
.news-showcase .selectors {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .news-showcase .selectors {
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.news-showcase .selectors form {
  width: 100%;
}
@media (min-width: 768px) {
  .news-showcase .selectors form {
    width: calc(50% - 0.75rem);
  }
}
.news-showcase .selectors .cats__dropdown,
.news-showcase .selectors .search-field {
  width: 100%;
  height: 3rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  background-color: #fff;
}
.news-showcase .selectors .cats__dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 2.5rem 0 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}
.news-showcase .selectors .search-field {
  padding: 0 0.75rem;
}
.news-showcase .selectors .search-field::placeholder {
  color: black;
}
.news-showcase .selectors .search-field:focus {
  outline: none;
  border-color: #000;
}
@media (min-width: 768px) {
  .news-showcase .selectors .cats__dropdown,
  .news-showcase .selectors form {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 1024px) {
  .news-showcase .selectors .cats__dropdown,
  .news-showcase .selectors form {
    width: calc((100% - 3rem) / 3);
  }
}
@media (min-width: 1352px) {
  .news-showcase .selectors .cats__dropdown,
  .news-showcase .selectors form {
    width: calc((100% - 4rem) / 3);
  }
}
.news-showcase .news_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .news-showcase .news_wrapper {
    flex-direction: row;
    flex-flow: wrap;
  }
}
@media (min-width: 1352px) {
  .news-showcase .news_wrapper {
    gap: 2rem;
  }
}
.news-showcase .news_wrapper .news_single {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}
@media (min-width: 768px) {
  .news-showcase .news_wrapper .news_single {
    flex: 0 0 calc(50% - 0.75rem);
  }
}
@media (min-width: 1024px) {
  .news-showcase .news_wrapper .news_single {
    flex: 0 0 calc((100% - 3rem) / 3);
  }
}
@media (min-width: 1352px) {
  .news-showcase .news_wrapper .news_single {
    flex: 0 0 calc((100% - 4rem) / 3);
    gap: 1rem;
  }
}
.news-showcase .news_wrapper .news_single .imgWrap {
  transition: 0.2s ease all;
  overflow: hidden;
  aspect-ratio: 10/6;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .news-showcase .news_wrapper .news_single .imgWrap {
    height: auto;
  }
}
.news-showcase .news_wrapper .news_single .imgWrap img,
.news-showcase .news_wrapper .news_single .imgWrap iframe,
.news-showcase .news_wrapper .news_single .imgWrap video {
  transition: 0.2s ease all;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-showcase .news_wrapper .news_single .imgWrap:hover img,
.news-showcase .news_wrapper .news_single .imgWrap:hover iframe,
.news-showcase .news_wrapper .news_single .imgWrap:hover video {
  transform: scale(1.1) rotate(2deg);
}
.news-showcase .news_wrapper .news_single h6 {
  color: #e90000;
  text-transform: uppercase;
}
.news-showcase .news_wrapper .news-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.news-showcase .news_wrapper .news-pagination a,
.news-showcase .news_wrapper .news-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-decoration: none;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  transition: all 0.25s ease;
  color: #333;
  background: #fff;
}
.news-showcase .news_wrapper .news-pagination a:hover,
.news-showcase .news_wrapper .news-pagination span:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.news-showcase .news_wrapper .news-pagination .current {
  background: #e90000;
  border-color: #e90000;
  color: #fff;
  font-weight: 600;
}
.news-showcase .news_wrapper .news-pagination .prev,
.news-showcase .news_wrapper .news-pagination .next {
  padding: 0 1rem;
}

.committee {
  background: #f3f3f3;
  width: 100%;
  box-sizing: border-box;
}
.committee .committee-wrap {
  width: 100%;
  display: grid;
  gap: 1.5rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .committee .committee-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .committee .committee-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1900px) {
  .committee .committee-wrap {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.committee .committee-wrap .member {
  background: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
.committee .committee-wrap .member .imgWrap {
  aspect-ratio: 1/1;
  height: auto;
  flex-shrink: 0;
}
.committee .committee-wrap .member .imgWrap img {
  transition: 0.2s ease all;
}
.committee .committee-wrap .member .imgWrap:hover img,
.committee .committee-wrap .member .imgWrap:hover iframe,
.committee .committee-wrap .member .imgWrap:hover video {
  transform: scale(1.1) rotate(2deg);
}
.committee .committee-wrap .member .content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .committee .committee-wrap .member .content {
    padding: 1.5rem;
  }
}
.committee .committee-wrap .member .content h6 {
  color: #e90000;
}

.history {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.history .history-slider__viewport {
  width: 100%;
}
.history .history-slider__container {
  display: flex;
  gap: 0;
}
.history .history-slider__slide {
  flex: 0 0 325px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (min-width: 1352px) {
  .history .history-slider__slide {
    flex: 0 0 400px;
  }
}
@media (min-width: 1900px) {
  .history .history-slider__slide {
    flex: 0 0 450px;
  }
}
.history .history-slider__slide:last-of-type .content {
  margin-right: 0;
}
.history .history-slider__slide h5 {
  color: white;
  width: fit-content;
  background: #e90000;
  font-weight: 600;
  border-bottom: 2px solid #e90000;
  padding: 0.5rem 1rem;
}
.history .history-slider__slide hr {
  border: 1px solid #e90000;
}
.history .history-slider__slide .content {
  background: white;
  margin-right: 20px;
  padding: 1.5rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .history .history-slider__slide .content {
    gap: 1rem;
    margin-right: 50px;
    padding: 2.5rem 0;
  }
}
.history .history-slider .history-slider__dots {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .history .history-slider .history-slider__dots {
    justify-content: flex-start;
    gap: 10px;
  }
}
.history .history-slider .history-slider__dot {
  width: 15px;
  height: 5px;
  background: #e90000;
  opacity: 0.25;
  border-radius: 5px;
  border: none;
}
.history .history-slider .history-slider__dot.is-selected {
  opacity: 1;
  transform: scale(1.2);
}

.honours {
  background: #f3f3f3;
  width: 100%;
  box-sizing: border-box;
}
.honours .honours-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.honours .honour {
  background: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .honours .honour {
    flex-direction: row;
    align-items: stretch;
  }
}
.honours .honour .content {
  order: 2;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .honours .honour .content {
    width: 50%;
    order: 1;
    padding: 2rem;
  }
}
@media (min-width: 1900px) {
  .honours .honour .content {
    padding: 4rem;
  }
}
.honours .honour .content h5 {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 600;
  color: #e90000;
}
@media (min-width: 768px) {
  .honours .honour .content h5 {
    font-size: clamp(1.1rem, 1.25vw, 1.25rem);
  }
}
.honours .honour .imgWrap {
  aspect-ratio: 10/6;
  width: 100%;
}
@media (min-width: 1024px) {
  .honours .honour .imgWrap {
    aspect-ratio: 16/9;
    order: 2;
    width: 50%;
  }
}
.honours .honour .imgWrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.safeguarding {
  background: black;
  width: 100%;
  box-sizing: border-box;
}
.safeguarding .safe-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .safeguarding .safe-wrap {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
  }
}
.safeguarding .safe-wrap .content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .safeguarding .safe-wrap .content {
    width: 50%;
  }
}
.safeguarding .safe-wrap .content h2 {
  color: white;
}
.safeguarding .safe-wrap .content p {
  color: white;
}
.safeguarding .safe-wrap .files {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .safeguarding .safe-wrap .files {
    width: 50%;
  }
}

.teams {
  background: #f3f3f3;
  width: 100%;
  box-sizing: border-box;
}
.teams .selectors {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .teams .selectors {
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
  }
}
.teams .selectors .cats__list {
  display: none;
}
@media (min-width: 768px) {
  .teams .selectors .cats__list {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}
.teams .selectors .cats__list a,
.teams .selectors .cats__list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-decoration: none;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  transition: all 0.25s ease;
  color: #333;
  background: #fff;
}
.teams .selectors .cats__list a:hover,
.teams .selectors .cats__list span:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.teams .selectors .cats__list a.active,
.teams .selectors .cats__list span.active {
  background: #e90000;
  color: white;
}
.teams .selectors .cats__list .current {
  background: #e90000;
  border-color: #e90000;
  color: #fff;
  font-weight: 600;
}
.teams .selectors .cats__dropdown {
  width: 100%;
  height: 3rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  background-color: #fff;
}
.teams .selectors .cats__dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 2.5rem 0 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}
@media (min-width: 768px) {
  .teams .selectors .cats__dropdown {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 1024px) {
  .teams .selectors .cats__dropdown {
    display: none;
  }
}
.teams .team-wrap {
  width: 100%;
  display: grid;
  gap: 1.5rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .teams .team-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .teams .team-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (min-width: 1900px) {
  .teams .team-wrap {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.teams .team-wrap .team {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 0;
}
.teams .team-wrap .team .imgWrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.teams .team-wrap .team .imgWrap img {
  transition: 0.2s ease all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teams .team-wrap .team:hover .imgWrap img {
  transform: scale(1.1) rotate(2deg);
}
.teams .team-wrap .team::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 6, 38, 0) 100%);
  z-index: 1;
}
.teams .team-wrap .team .content {
  position: relative;
  z-index: 2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .teams .team-wrap .team .content {
    padding: 1.5rem;
  }
}
.teams .team-wrap .team .content h3 {
  color: white;
}

.team-single {
  background: #f3f3f3;
  width: 100%;
  box-sizing: border-box;
}
.team-single .team-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .team-single .team-wrap {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team-single .team-wrap .about,
.team-single .team-wrap .information {
  background: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .team-single .team-wrap .about,
  .team-single .team-wrap .information {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .team-single .team-wrap .about,
  .team-single .team-wrap .information {
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 3rem;
    gap: 1.5rem;
  }
}
@media (min-width: 1900px) {
  .team-single .team-wrap .about,
  .team-single .team-wrap .information {
    padding: 4rem;
  }
}
.team-single .team-wrap .about ul,
.team-single .team-wrap .information ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1rem;
  list-style-type: disc;
}
@media (min-width: 1024px) {
  .team-single .team-wrap .about {
    width: 65%;
  }
}
.team-single .team-wrap .information {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .team-single .team-wrap .information {
    position: sticky;
    top: 100px;
    width: 35%;
  }
}
.team-single .team-wrap .information .part {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.team-single .team-wrap .information .part a {
  font-weight: 600;
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  font-family: "carosmedium";
}
.team-single .team-wrap .information iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.team-single .gallery-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .team-single .gallery-wrap {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .team-single .gallery-wrap {
    gap: 2.5rem;
  }
}
@media (min-width: 1352px) {
  .team-single .gallery-wrap {
    gap: 3rem;
  }
}
.team-single .gallery-wrap .gallery-embla {
  overflow: hidden;
}
.team-single .gallery-wrap .gallery-embla__viewport {
  overflow: hidden;
}
.team-single .gallery-wrap .gallery-embla__container {
  display: flex;
  gap: 20px;
}
.team-single .gallery-wrap .gallery-embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.team-single .gallery-wrap {
  /* SM - 2 slides */
}
@media (min-width: 768px) {
  .team-single .gallery-wrap .gallery-embla__slide {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
.team-single .gallery-wrap {
  /* MD - 3 slides */
}
@media (min-width: 1024px) {
  .team-single .gallery-wrap .gallery-embla__slide {
    flex: 0 0 calc((100% - 20px) / 3);
  }
}
.team-single .gallery-wrap .gallery-embla__slide img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox.active {
  display: flex;
}
.lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox__content {
  position: relative;
  z-index: 2;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}
.lightbox img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.lightbox__actions {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.lightbox__actions a,
.lightbox__actions button {
  background: white;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.league-table {
  width: 100%;
  background: #f3f3f3;
}
.league-table .fwp-embed {
  width: 100%;
}

.woocommerce-page {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .woocommerce-page {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-page {
    margin-top: 80px;
  }
}

.shop h1 {
  display: none;
}

.single-product-page h1 {
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
}
@media (min-width: 1024px) {
  .single-product-page h1 {
    font-size: clamp(1.8rem, 3vw, 3rem);
  }
}
.single-product-page .product {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .single-product-page .product {
    flex-direction: row;
    flex-flow: wrap;
  }
}
@media (min-width: 1352px) {
  .single-product-page .product {
    gap: 3rem;
  }
}
.single-product-page .woocommerce-tabs {
  width: 100%;
}
.single-product-page .summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .single-product-page .summary {
    width: 50%;
  }
}
.single-product-page .entry-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0 !important;
}
@media (min-width: 1024px) {
  .single-product-page .entry-content {
    padding: 2rem 0 !important;
  }
}
@media (min-width: 1352px) {
  .single-product-page .entry-content {
    padding: 2.5rem 0 !important;
  }
}
@media (min-width: 1900px) {
  .single-product-page .entry-content {
    padding: 3rem 0 !important;
  }
}

/*# sourceMappingURL=main.css.map */
