html,body {height:100%;}
* {margin:0;border:0;padding:0;}

body {
	background: #060606;
	font-size: 15px;
	line-height: normal;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 400;
    color: #fff;
}
img,div {display:block;}

/* Structure */

.content {
	width: 100%;
    background-color: #fff;
}

.full_container {
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
}

.width_60 {
    width: 60%;
}

.light {
    color: #060606;
}
.light a {
    color: #060606;
}

.content_double_text {
    padding: 5% 5%;
    gap: 10%;
    width: auto;
}

.text_block {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
}

.full_block {
    display: flex;
    flex-direction: column;
    gap: 2%;
}

.image_block {
    position: relative;
}
.image_block img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.bg_block {
    position: relative;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.slide_block {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.achievement_slider {
    overflow: hidden;
    border-radius: 10px;
}

.vert_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.title_block {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.remove_top {
    padding-top: 0 !important;
}

/* Appearance */

.cover {
	background-size: cover;
	background-position: center center;
}
.img_cover {
	align-content: stretch;
	align-items: stretch;
	position: relative;
}
.img_cover img {
	position: absolute;
	-o-object-fit: fill;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.white {
    background-color: #fff;
    color: #101010;
}
.black {
    background-color: #060606;
    color: white;
}
.darkgrey {
    background-color: #101010 !important;
    color: white;
}
.lightgrey {
    background-color: #F6F6F6 !important;
    color: #101010;
}

.grayscale {
    filter: grayscale(1);
}

/* Text */

h1,h2,h3,h4,h5,h6 {
    font-family: "Funnel Sans", sans-serif;
    line-height: 0.85em;
}
h1 {
    font-size: 70px;
    letter-spacing: 3.5px;
    font-weight: 700;
    text-transform: uppercase;
}
.standard_h {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    line-height: 1em;
}
h2 {
    font-size: 45px;
    letter-spacing: 2.25px;
    font-weight: 600;
    text-transform: uppercase;
}
h3 {
    font-size: 36px;
    font-weight: 600;
}
h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
h5 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
h6 {
    font-size: 16px;
    letter-spacing: 2.4px;
    font-weight: 800;
}

.text_kirby h1 {
    font-size: 24px;
    margin-top: 10px;
}
.text_kirby h2 {
    font-size: 20px;
    margin-top: 10px;
}
.text_kirby h3 {
   font-size: 16px; 
   margin-top: 10px;
}

.f_white {
    color: white !important;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: unset;
}
p {font-family: "Funnel Sans", sans-serif; font-size: 15px; line-height: 1.4em; text-transform: none;}
a {text-decoration: none;color: #fff; font-weight: inherit; -o-transition:.3s; -ms-transition:.3s;  -moz-transition:.3s; -webkit-transition:.3s;}
a:hover {opacity:0.75;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
a img {-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}

.darklink {color: #1226A9;}
.darklink:hover {color: #060606;}
.darklink:hover img {filter: brightness(0); -o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}

.bold, .bold a, strong {
    font-weight: 700;
}

.light {
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}

.uppertag {
    text-transform: uppercase;
    color: #898989;
    letter-spacing: 0.6px;
    font-weight: 400;
    font-size: 12px;
}

.text_center {
    text-align: center;
}
.center {
	margin: 0 auto;
}

.content_block ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.content_block li {
    background-repeat:no-repeat;
    background-position: left;
    padding-left: 30px;
    list-style: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}

/* Buttons */

button {
    background: none;
}
button a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 13px; font-weight: 400; line-height: 13px;
    font-family: "Funnel Sans", sans-serif;
    padding: 3px 20px;
    cursor: pointer;
    height: auto; width: max-content;
    text-align: center;
    box-sizing: border-box;
    align-items: center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
button a:hover {
    opacity: 1;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
.button_large a {
    padding: 6px 20px;
    font-size: 15px;
}

.white_b {
    background-color: #fff;
    color: #060606 !important;
}
.white_b:hover {
    background-color: #1E1E1E;
    color: #fff !important;
}
.black_b {
    background-color: #1E1E1E;
    color: #fff !important;
}
.black_b:hover {
    background-color: #F2F2F2;
    color: #1E1E1E !important;
}
.alt_button:hover {
    background-color: #fff;
    color: #1E1E1E !important;
}

.white_outline_b {
    outline: 1px solid #fff;
    color: #fff !important;
}
.white_outline_b:hover {
    background-color: #fff;
    color: #1E1E1E !important;
}
.black_outline_b {
    outline: 1px solid #1E1E1E;
    color: #1E1E1E !important;
}
.black_outline_b:hover {
    background-color: #1E1E1E;
    color: #fff !important;
}

.outline_link {
    display: flex;
    flex-direction: row;
    padding: 5px 14px;
    border-radius: 30px;
}
.white_outline_l {
    outline: 1px solid #fff;
    color: #fff !important;
}
.white_solid_l {
    background-color: #fff;
    color: #060606 !important;
}

/* Layout */

.content_hero_image {
    width: 100%;
    aspect-ratio: 5/3;
    background-repeat: no-repeat;
}

.light_border-top {
    border-top: 1px solid #F2F2F2;
}
.light_border-bottom {
    border-bottom: 1px solid #F2F2F2;
}

.full_image, .full_image img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 3/2;
}

/* Header */

header {
    position: fixed;
    width: 100%;
    z-index: 1060606;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 25px 50px;
    color: white;
    transition: padding 0.2s ease-in;
}

header a {
    color: white;
}
header a:hover {
    opacity: 0.75;
}

.shrink {
    transition: padding 0.2s ease-in;
    padding: 25px 50px;
}
.shrink .header_content {
    background: rgba(18, 18, 18, 0.50);
    backdrop-filter: blur(10px);
    padding: 6px 20px;
    border-radius: 50px;
}
.shrink .header_menu a {
    padding: 12px 0;
}

.fixed_header .shrink .logo img, .light_header .shrink .logo img {
    height: unset;
}
.light_header .shrink .header_menu a {
    padding: unset;
}

.header_content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    transition: all 0.15s ease-in;
}

.logo a {
    display: block;
}
.logo img {
    transition: all 0.15s ease-in;
    width: 100%;
}
.logo {
    width: 250px;
}

.header_nav {
    justify-content: space-between;
    border-radius: 50px;
    background: rgba(18, 18, 18, 0.50);
    backdrop-filter: blur(10px);
    text-transform: uppercase;
    font-family: "Funnel Sans", sans-serif;
    display: flex;
    padding: 0px 30px;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.shrink .header_nav {
    background: none;
    backdrop-filter: none;
}
.shrink .logo img {
    transition: all 0.15s ease-in;
    width: 160px;
}

.fixed_header header {
    position: relative;
}
.fixed_header .shrink .logo img {
    width: unset;
}
.fixed_header .shrink .header_content {
    padding: unset;
}

.header_menu {
    list-style: none;
    display: flex;
    gap: 40px;
    font-weight: 300;
}
.header_menu .active  {
    font-weight: 700;
}
.menu_link {
    font-size: 15px;
    padding: 18px 0;
    line-height: 1em;
    display: block;
}
.menu_link:hover {
    font-weight: 800;
}

.global_dropdown {
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 94%;
    left: 3%;
    z-index: 10000;
    box-sizing: border-box;
    background: rgba(18, 18, 18, 0.80);
    backdrop-filter: blur(5px);
    top: 90px;
    border-radius: 10px;
  }
  
  .global_dropdown.visible {
    opacity: 1;
    pointer-events: auto;
    display: block;
  }
  
  .dropdown_content {
    position: relative;
    padding: 0 20px;
    pointer-events: auto;
  }

  .dropdown_link {
    border-top: #060606 1px solid;
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 1.2px;
    font-weight: 600;
    text-decoration: none;
    justify-content: space-between;
    text-transform: uppercase;
  }
  .dropdown_link_content {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
  .dropdown_link .arrow {
      width: 8px; height: 8px;
  }
  .dropdown_link .linkimage {
    width: 30%;
    max-width: 200px;
  }
  header .dropdown_link:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3)) {
    border-top: none;
  }
  
  
.header_nextrace {
    display: flex;
    text-align: right;
    font-size: 11px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.header_nextrace a {
    color: white;
    display: flex; flex-direction: column;
    width: 100%;
}

.series_indicator {
    display: flex;
    gap: 4px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.series_bullet {
    width: 6px; height: 6px;
    border-radius: 50%;
    display: block;
}
.driver_series {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    text-transform: uppercase;
}

.nextrace_container {
    display: flex; flex-direction: row;
    gap: 10px;
    align-items: center;
}
.nextrace_content {
    display: flex; flex-direction: column;
}
.nextrace_track {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 13px; line-height: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
.nextrace_track_map {
    width: 30px;
}
.nextrace_track_map img {
    width: 100%;
    aspect-ratio: 1/1;
    filter: brightness(0) invert(1);
}
.nextrace_details {
    display: flex;
    height: 10px;
    align-items: flex-start;
    gap: 10px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase;
}

.menu_icon {
    display: none;
    font-size: 18px; font-weight: 600;
    justify-content: right;
    padding: 20px;
    gap: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    background: rgba(18, 18, 18, 0.50);
    backdrop-filter: blur(10px);
}

/* Menu */

.category_menu {
    display: flex; flex-direction: row;
    gap: 10px;
}
.category_menu a {
    color: #060606;
}

.category_menu .active {
    border: 1px solid #060606;
    border-radius: 30px;
}
.category_menu .active a {
    font-weight: 600;
}
.category_link a {
    display: block;
    padding: 6px 20px;
    font-size: 18px; line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 300;
}

.standard_menu {
    padding: 1.5% 2% 1.5%;
    justify-content: center;
}
.news_menu {
    padding: 2% 2%;
    justify-content: left;
}

.news_menu .category_link  {
    border: 1px solid white;
    border-radius: 30px;
}
.news_menu .active {
    background-color: #FFF;
    border: none;
}

/* Footer */

footer {
    background-color: #060606;
    padding: 0 3% 4%;
    display: flex;
    flex-direction: column;
    background-image: url(/assets/icons/hex-1.svg);
    background-repeat: no-repeat;
    background-position: left -20px bottom -100px; 
    background-size: 500px;
}

.footer_main {
    width: 100%;
    display: inline-flex;
    padding: 2% 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.footer_lower {
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    font-size: 10px;
    display: flex;
    font-weight: 300;
    border-radius: 60px;
    background: rgba(30, 30, 30, 0.40);
    backdrop-filter: blur(5px);
    color: #fff;
}

footer a:hover {
    opacity: 0.75;
}

.footer_logo {
    width: 100px;
}

.footer_lower_left {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}
.footer_lower_left img {
    height: 40px;
}

.footer_lower_text {
    display: flex;
    flex-direction: row;
    gap: 10px;
    text-align: right;
}


.footer_lower_text:first-of-type {
    text-align: left;
}

.footer_menu ul {
    list-style-type: none;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
    row-gap: 20px;
    column-gap: 150px;
}

.footer_link a {
    font-size: 18px;
    font-family: "Funnel Sans", sans-serif;
    text-decoration: none;
    line-height: 18px;
    font-weight: 700;
    align-self: center;
}


.footer_partners {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 2%;
}
.footer_partners .partner_logo img {
    aspect-ratio: 3/2;
}

.footer_main_partners {
    display: grid;
    grid-auto-rows: 100px;
    grid-template-rows: 120px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
}

.footer_socials {
    display: flex; flex-direction: row; gap: 20px;
    border-radius: 60px;
    padding: 12px 30px;
    background: rgba(30, 30, 30, 0.40);
    backdrop-filter: blur(5px);
    align-items: center;
    height: fit-content;
    color: #fff;
}
.social_group {
    display: flex; flex-direction: row;
    gap: 10px;
}
.social_group_icons {
    display: flex; flex-direction: row; gap: 10px;
}

.social_group_title {
    font-size: 11px; line-height: 11px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.55px;
    display: flex;
    align-items: center;
}

.social_icon {
    width: 21px;
    height: 21px;
    position: relative;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
.social_icon a {
    width: 100%;
    height: 100%;
    display: flex;
}
.social_icon a img {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
}
.social_icon a:hover {
    opacity: 0.5;
}

footer a {
    color: #fff;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}
footer a:hover {
    color: #fff;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
}

/* Social Grid */

.social {
    display: flex; flex-direction: column;
    gap: 20px;
    background-color: #fff;
    color: #060606;
}

.social .social_title {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.social .social_title h5 {
    font-weight: 400;
}
.social .social_title img {
    filter: brightness(0);
}

.social_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    box-sizing: border-box;
    height: fit-content;
}

.ig_post {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
}
.ig_post img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 3/4;
}
.ig_post video {
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 3/4;
}

/* Headings */

.heading {
    width: 100%;
	position: relative;
    color: white;
    overflow: hidden;
}

.heading_container {
    height: 100%;
    padding-top: 120px;
    overflow: hidden;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-bottom: 3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.image_heading {
    background-size: cover;
    background-position: center;
}

.heading_titles {
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.heading_titles h1 {
    display: flex;
    flex-direction: column;
}
.heading_titles p {
    font-size: 18px;
    line-height: 1.2em;
}
.light_title {
    font-weight: 300;
}

.heading_addition {
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 30%;
}

.home_heading video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.home_heading:after, .image_heading:after {
    content: " ";
    width: 100%;
    height: 45%;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);       
}

.image_heading:before, .home_heading:before {
    content: " ";
    width: 100%;
    height: 25%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.8) 100%);       
}

.heading_content {
    width: 100%;
    z-index: 500;
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-align: left;
    padding: 0 3%;
    box-sizing: border-box;
    justify-content: space-between;
}

.heading_large, .heading_medium  {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    box-sizing: border-box;
}
.heading_medium {
    height: 50vh;
}

.heading_large h1 {
    font-size: 5vw;
}
.heading_medium h1 {
    font-size: 4vw;
}


.hex_pattern {
    background-size: cover; background-repeat: no-repeat;
    pointer-events: none;
}
.heading_large .hex_pattern {
    background-image: url('/assets/icons/hex-r-b.svg');
    width: 573px; 
    position: absolute;
    bottom: -90px; right: -50px;
    aspect-ratio: 9/11;
    z-index: 250;
}
.heading_medium .hex_pattern {
    background-image: url('/assets/icons/hex-l-b.svg');
    width: 1050px; height: 1186px;
    position: absolute;
    bottom: -360px; left: -100px;
    z-index: 250;
}
.news_heading .hex_pattern {
    background-image: url('/assets/icons/hex-news.svg');
    width: 1027px; height: 1293px;
    position: absolute;
    bottom: -300px; right: -280px;
    z-index: 250;
}

.heading_fluid {
    display: flex;
    flex-direction: column;
    padding: 3% 2% 1.5%;
}
.fluid_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.fluid_titles {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.heading_news {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(5px);
    padding: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 450px;
    gap: 10px;
    align-items: center;
    align-self: flex-end;
    box-sizing: border-box;
}
.heading_news_image img {
    width: 150px;

}
.heading_news_content {
    width: 100%;
    font-size: 16px;
    gap: 6px;
    display: flex;
    flex-direction: column;
}
.heading_news .news_title {
    font-size: 18px; line-height: 1em;
    font-weight: 600;
}

.team_heading .fluid_content {
    width: 66%;
    padding-bottom: 1.5%;
}

/* Home */

.home_heading {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    aspect-ratio: 16/9;
}
.home_heading_content {
    position: absolute;
    bottom: 0;
    z-index: 500;
    height: unset;
    padding-bottom: 3%;
    gap: 80px;
}
.home_heading h1 {
    font-size: 3.6vw;
}
.home_heading h5 {
    font-size: 20px;
    font-weight: 300;
}

.heading_slider {
    position: absolute;
    z-index: 0;
    width: 100%;
}
.hero_slide {
    height: 90vh !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.block_50 {
    width: 100%;
    box-sizing: border-box;
    display: flex; flex-direction: row;
    padding: 2%;
    gap: 3%;
    align-items: stretch;
}
.block_50 .content_block {
    width: 100%;
}
.block_50 .image_block img {
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 10px;
}
.inset_block {
    padding: 2% 3% 2% 0;
}

.block_50_block {
    display: flex;
    flex-direction: column;
}
.block_50_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.home_about .block_50_content {
    height: 100%;
}

.block_text {
    display: flex; flex-direction: column;
    gap: 20px;
}

.slide_block img {
    aspect-ratio: 1/1;
    position: relative;
    object-fit: cover;
    overflow: hidden;
}
.slick-initialized .slick-slide {
    display: flex !important;
}
.achievement_slide {
    position: relative;
}

.home_about_links {
    display: flex;
    flex-direction: column;
}
.home_link {
    padding: 2% 0;
    text-transform: uppercase;
    font-size: 24px;
    border-top: 1px solid #1E1E1E;
    display: flex;
    flex-direction: row;
    line-height: 16px;
    justify-content: space-between;
    align-items: center;
}
.home_link img {
    max-height: 120px;
}
.home_link_content {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.home_link_content img {
    height: 12px;
    width: 12px;
}
.home_about h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.2em;
    letter-spacing: 0;
}

.news_articles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.page_articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.latest_news {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 800;
    gap: 40px;
    color: #060606;
    margin-bottom: 12px;
}

.news_article {
    background-color: #fff;
    display: flex; flex-direction: row;
    min-height: 130px;
    border-radius: 4px;
    overflow: hidden;
}
.stacked_news {
    flex-direction: column;
}

.news_image {
    aspect-ratio: 3/2;
    background-color: #060606;
}
.content_block_text .news_image {
    max-height: 200px;
    width: 260px;
}
.news_image img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
}

.content_5050 .news_image {
    width: 40%;
    max-width: 240px;
}

.news_content {
    padding: 3% 3%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #060606;
    gap: 10px;
    box-sizing: border-box;
}
.page_articles .news_content {
    height: 100%;
}
.news_content a {
    color: #060606;
}

.news_title {
    font-weight: 600;
    font-size: 18px; line-height: 0.8em;
}
.news_date {
    font-size: 12px;
    text-transform: uppercase;
}

.featured_news {
    aspect-ratio: 4/3;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    align-content: flex-end;
    overflow: hidden;
}
.featured_news:after {
    content: " ";
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);       
}
.featured_news .news_article {
    background-color: unset;
    z-index: 100;
    position: relative;
}
.featured_news .news_content {
    color: #fff;
    padding: 4%;
}
.featured_news.no-cover {
    background: var(--card-bg, #111);
  }
  

.featured_news .news_title {
    font-size: 30px;
    color: #fff;
}

.championship_intro {
    display: flex; flex-direction: column;
}
.row_card {
    border-top: solid 1px #1E1E1E;
    display: flex; flex-direction: row;
    padding: 2% 0;
}
.row_card:first-of-type {
    border-top: none;
}
.row_info {
    display: flex; flex-direction: column;
    width: 30%;
    padding: 2% 3%;
    box-sizing: border-box;
}
.championship_row_details {
    display: flex; flex-direction: column;
    gap: 10px;
}

.championship_intro .row_info {
    justify-content: space-between;
}
.championship_gallery_link {
    position: absolute;
    bottom: 3%; right: 0;
    padding: 12px 20px;
    border-radius: 50px 0 0 50px;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    gap: 12px;
    display: flex; flex-direction: row;
    font-size: 14px;
    align-items: center;
}
.championship_gallery_content {
    display: flex; flex-direction: column;
    font-size: 14px; line-height: 14px;
    text-align: right;
    font-weight: 600;
}
.championship_gallery_content .round {
    font-size: 11px; line-height: 11px;
    font-weight: 400;
}
.championship_gallery_link img {
    width: 12px; height: 12px;
}

.row_card .championship_logo img {
    max-height: 80px;
}

.championship_nextrace {
    border-radius: 60px;
    background: rgba(30, 30, 30, 0.40);
    backdrop-filter: blur(5px);
    width: fit-content;
    padding: 8px 20px;
    display: flex; flex-direction: row;
    gap: 15px;
}
.championship_nextrace_info {
    display: flex; flex-direction: column;
}


/* News */

.news_article_content {
    padding: 3% 0 4%;
}

.article_heading {
    display: flex; flex-direction: row;
    width: 100%;
    align-items: center;
    background-image: url('/assets/icons/hex-news.svg');
    background-size: 1027px 1293px;
    background-position: bottom -300px right -280px;
    background-repeat: no-repeat;
    padding: 0 2% 2%;
    box-sizing: border-box;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    gap: 2%;
}

.article_heading_content h1 {
    font-size: 60px;
}

.article_heading_image {
    width: 100%;
}
.article_heading_image img {
    width: 100%;
    border-radius: 10px;
}
.article_heading_content {
    width: 100%;
    gap: 20px;
    display: flex; flex-direction: column;
}

.article_heading_content .news_date {
    display: flex; flex-direction: row;
    gap: 1%;
}

.article_content .block_text {
    gap: 0;
}
.article_content p {
    padding: 1% 5%;
    font-size: 18px;
    line-height: 1.4em;
}
.article_content .image {
    padding: 3% 0;
}
.article_content img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.block_text_center {
    text-align: center;
}

.team_quotes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 3% 5% 0;
}
.team_quote {
    padding: 20px;
    display: flex; flex-direction: column;
    gap: 10px;
    border-radius: 4px;
}
.team_quote p {
    font-size: 18px; line-height: 1.4em;
}
.team_quote_name {
    color: #898989;
    font-size: 12px; line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.pagination {
    color: #060606;
    font-size: 14px;
    text-transform: uppercase;
    display: flex; flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.paginate_b {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    color: #000;
    display: flex; flex-direction: row;
    align-items: center;
    gap: 10px;
}
.paginate_b img {
    filter: brightness(0);
}
.page_nu {
    letter-spacing: 1.2px;
}
.pagination .deactive {
    background-color: #B6B6B6;
}
.full_container .pagination {
    margin-top: 2%;
}

.media_pagination {
    background-color: #101010;
    padding: 2% 3%;
}
.media_pagination .page_nu {
    color: #fff;
}
.media_pagination .pagination .deactive {
    background-color: #333;
    color: #898989;
}

/* Team */

.team_nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4%;
}

.team_content {
    padding: 0 2% 2%;
}

.team_content .dropdown_link {
    border-top: #1E1E1E 1px solid;
    padding: 20px 0;
    font-size: 24px;
}

/* Media Gallery */

.media_nav .heading_nav {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.media_nav h1 {
    display: flex;
    flex-direction: column;
}

.media_menu {
    align-items: center;
}
.media_menu button a {
    color: #fff;
    border: 1px solid white;
}
.media_menu button a:hover {
    color: #060606;
    background-color: white;
}
.media_menu .active a {
    color: #060606;
    background-color: white;
    border: 1px solid white;
}

.featured_galleries {
    display: flex; flex-direction: column;
    border-top: #1E1E1E solid 1px;
}
.gallery_round {
    display: flex; flex-direction: row;
    gap: 10px;
    text-transform: uppercase;
}
.gallery_title {
    display: flex; flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    gap: 20px;
}

.album-gallery {
    columns: 3;
}

.gallery_images {
    display: flex; flex-direction: row;
    width: 70%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    position: relative;
}
.gallery_image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    min-width: 0;
}

.list_grid {
    border-top-left-radius: 40px; border-top-right-radius: 40px;
    padding: 2% 3%;
    box-sizing: border-box;
    gap: 20px;
    display: flex; flex-direction: column;
}
.list_grid_content {
    display: flex; flex-direction: column;
}
.list_item {
    border-top: #060606 solid 1px;
    display: flex; flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.list_item_content {
    display: flex; flex-direction: row;
    align-items: center;
    gap: 40px;
}
.list_item_content_info {
    display: flex; flex-direction: row;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}
.championship_calendar .list_item {
    padding: 1% 0;
    gap: 20px;
}
.championship_calendar .card_detail {
    text-transform: uppercase;
}
.championship_calendar .card_track {
    text-transform: unset;
    font-weight: 600;
    font-size: 18px;
}

.card_tracklayout {
    width: 45px; height: 45px;
}
.card_tracklayout img {
    width: 100%;
    aspect-ratio: 1/1;
    filter: brightness(0) invert(1);
}
.card_title_group {
    display: flex; flex-direction: row;
    width: 100%;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.list_item_content {
    display: flex; flex-direction: row;
    width: 100%;
}
.list_item_text {
    display: flex; flex-direction: row;
    width: 70%;
    align-items: center;
}
.card_detail_group {
    display: flex; flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.card_buttons {
    display: flex; flex-direction: row;
    gap: 10px;
    width: 30%;
    justify-content: end;
}
.additional_galleries .list_item {
    padding: 2% 0;
}
.additional_galleries .list_item:first-of-type {
    border-top: 0;
}

/* Testimonials */

.testimonial_block {
    width: 100%; height: auto;
    display: flex;
    justify-content: center;
    color: #fff;
}
.testimonial_block_content {
    padding: 7% 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.testimonial_block_content p {
    width: 70%;
}
.testimonial_block_content p {
    font-size: 21px;
    line-height: 1.25em;
    font-style: italic;
}
.testimonial_name {
    padding: 0.5% 1.5%;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: rgba(355, 355, 355, 0.1);
    backdrop-filter: blur(5px);
}
.darkmode .testimonial_block_content {
    background: none;
}
.darkmode .testimonial_block_content p {
    color: #060606;
}
.darkmode .testimonial_name {
    background: #101010;
    backdrop-filter: blur(0);
}

/* Cars */

.car_grid {
    display: flex; flex-direction: column;
    gap: 20px;
}

.car_card {
    display: flex; flex-direction: row;
    gap: 40px;
}

.car_slider_arrows {
    position: absolute;
    bottom: 15px; right: 15px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    z-index: 500;
}
.slick-arrow {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
}

.car_stats {
    display: flex; flex-direction: column;
    width: 100%;
    gap: 1px;
    border-radius: 5px; overflow: hidden;
}
.car_stats .row {
    width: 100%;
    display: flex; flex-direction: row;
    background-color: #1E1E1E;
    padding: 5px 10px;
}
.car_stats .label {
    min-width: 30%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.9px;
    font-size: 16px;
}

.current_car {
    display: flex; flex-direction: row;
    min-height: 50vh;
    position: relative;
    overflow: hidden;
}
.current_car .hex_pattern {
    background-image: url('/assets/icons/hex-green-l-b.svg');
    width: 1050px; height: 1186px;
    position: absolute;
    bottom: -390px; left: -160px;
    z-index: 0;
}
.current_car .car_stats .row {
    background-color: #fff;
}

.cars_intro .hex_pattern {
    background-image: url('/assets/icons/hex-green-home.svg'); background-size: cover;
    width: 1080px;
    height: unset;
    aspect-ratio: 11/9;
    position: absolute;
    bottom: -200px; right: -140px; left: unset;
    z-index: 0;
}

.car_image {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
    align-content: center;
    z-index: 250;
}
.car_slider {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.car_image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}
.current_car .car_image img {
    aspect-ratio: 3/2;
}

.cars_intro {
    gap: 0;
}
.cars_intro .car_image {
    width: 60%;
    position: relative;
    aspect-ratio: unset;
}
.cars_intro .car_image img {
    width: 120%;
}
.cars_intro .car_main {
    width: 40%; padding-left: 10%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}
.cars_intro .car_info_container {
    height: 100%;
    display: flex; flex-direction: column;
    justify-content: space-evenly;
}
.car_buttons {
    display: flex; flex-direction: row;
    gap: 10px;
}

.car_archive {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
}

.car_main {
    display: flex; flex-direction: column;
    gap: 30px;
    justify-content: center;
    width: 100%;
    z-index: 250;
}
.car_info {
    display: flex; flex-direction: column;
    gap: 15px;
}

.partner_badge {
    max-width: 400px;
    display: flex;
    align-items: end;
}
.partner_badge img {
    width: 100%;
}

/* Heritage */

.heritage_heading {
    gap: 30px;
    padding-bottom: 2%;
}
.heritage_heading .heading_addition {
    width: 50%;
}
.heritage_heading .heading_addition h4 {
    font-weight: 400;
    font-size: 25px;
}


.heritage_content {
    position: relative;
    display: flex; flex-direction: column;
}

.heritage_menu {
    position: sticky;
    top: 80px;
    display: flex;
    justify-content: center;
    padding: 0.5% 2%;
    z-index: 500;
}
.heritage_menu .category_menu {
    display: flex; flex-direction: row;
    padding: 0.5% 1%;
    border-radius: 50px;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(5px);
}

.menu-link.active {
    font-weight: bold;
    color: #fff;
    background-color: #333;
}

.timeline_intro {
    width: 60%;
    padding: 3% 0;
    text-align: center;
}

.timeline {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    padding-bottom: 5%;
}

.timeline_start {
    width: 120px; height: 120px;
    background-color: #101010;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.timeline_start img {
    width: 90%;
}

.timeline_item {
    width: 80%;
    display: flex; flex-direction: row;
    background-color: #101010;
    gap: 2px;
    border-radius: 10px;
    overflow: hidden;
}
.timeline_content {
    text-align: center;
    display: flex; flex-direction: column;
    justify-content: center;
    padding: 1.5% 4%;
    gap: 10px;
    background-color: #fff;
    width: 50%;
    box-sizing: border-box;
}
.timeline_content p {
    font-size: 15px; line-height: 1.2em;
}
.timeline_item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.timeline_image, .timeline_image img {
    width: 50%;
}
.timeline_image {
    align-items: center;
    display: flex;
}
.timeline_image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.timeline_line {
    width: 2px; height: 80px;
    background-color: #101010;
}

.achievements_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 4%;
}

.achievement_item {
    display: flex; flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.5% 0;
    color: #DAB580;
    text-transform: uppercase;
    font-size: 16px; line-height: 14px;
    letter-spacing: 0.5px;
    border-top: 1px solid #231F1F;
}
.achievement_item div {
    width: 100%;
}

.trophy {
    margin-right: 10px;
    width: 21px; height: 21px;
}

.alumni_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem 1%;
}

.alumni_driver {
    display: flex; flex-direction: column;
    gap: 10px;
}
.alumni_driver .driver_name {
    font-size: 16px; line-height: 15px;
}
.alumni_driver .driver_image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

.heritage_row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.heritage_image {
    width: 100%;
    position: relative;
}
.heritage_image img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
}
.heritage_image_tag {
    position: absolute; bottom: 10px; right: 10px;
    background-color: #fff;
    color: #060606;
    border-radius: 40px;
    padding: 10px 14px;
    font-size: 14px;
    display: flex; flex-direction: row; align-items: center;
    gap: 5px;
    z-index: 100;
}
.heritage_image_tag img {
    width: 15px; height: 15px;
}

.achievement_marquee_wrapper {
    overflow: hidden;
    width: 100%;
    color: #DAB580;
    padding: 0.5rem 0;
    font-size: 1rem;
    white-space: nowrap;
    position: relative;
    z-index: 500;
  }
  
  .achievement_marquee {
    display: flex;
  }
  
  .achievement_track {
    display: flex;
    animation: scroll-loop 100s linear infinite;
  }
  
  .marquee_achievement_item {
    flex-direction: row;
    padding-right: 2rem;
    display: flex;
    align-items: center;
  }
  .marquee_achievement_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }
  .marquee_achievement {
    white-space: wrap;
    font-size: 10px; line-height: 10px;
    inline-size: 100px;
  }
  .marquee_achievement_item img {
    width: 23px; height: 60px;
  }
  .marquee_year {
    font-size: 18px; line-height: 18px;
    font-weight: 700;
  }
  
    @keyframes scroll-loop {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  

/* Drivers */

.driver_grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.grid_container {
    display: flex; flex-direction: column;
    gap: 20px;
}

.driver_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.driver_image, .driver_image img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.driver_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.driver_info_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.driver_info .driver_series {
    font-size: 11px; line-height: 11px;
}

.driver_name {
    font-size: 24px; line-height: 24px;
    font-weight: 300;
}
.driver_nationality {
    font-size: 13px; line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    margin-top: 3px;
    text-align: right;
}
.team_position {
    text-align: left;
    margin-top: 0;
}

.driver_details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.driver_socials {
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: end;
}
.driver_socials a {
    width: 18px;
}
.driver_socials img {
    width: 100%; max-height: 18px;
}

/* Championships */

.championships {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.championship {
    display: flex;
    flex-direction: row;
    align-self: stretch;
}

.championship_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.championship_media {
    display: flex;
    flex-direction: row;
}

.championship_about {
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.championship_about .championship_logo {
    width: 70%;
    max-width: 320px;
}
.championship_about .championship_logo img {
    width: 100%;
}

.season_list {
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: space-evenly;
}
.card_detail {
    width: 100%;
}

/* Partners */

.partners {
    padding: 2% 3%;
    background-color: #060606;
    border-top: 1px solid #CF2E2E;
}

.partner_row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
}

.partner_logo {
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    align-items: center;
    aspect-ratio: 3/2;
    box-sizing: border-box;
}
.partner_logo a {
    flex: 1 0 0;
    display: flex;
    justify-content: center;
}
.partner_logo img {
    width: 50%;
}

.partners_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
}
.partner {
    border-radius: 4px;
    display: flex;
    color: white;
    gap: 5%;
    align-items: center;
    border-top: 1px solid #000;
    padding: 3% 0;
    box-sizing: border-box;
}
.partner:first-of-type {
    padding-top: 0;
    border-top: none;
}
.partner:last-of-type {
    padding-bottom: 0;
}

.partner .partner_logo {
    width: 35%;
    height: 100%;
    border-radius: 4px;
}
.partner .partner_logo img {
    width: 60%;
    aspect-ratio: 3/2;
}

.partner_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.partner_content h3 {
    font-size: 24px;
    text-transform: uppercase;
}
.partner_content p {
    line-height: normal;
}

.home_partners_container {
    position: relative;
    display: flex; flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 2% 8%;
    overflow: hidden;
}
.home_partners_container .hex_pattern {
    background-image: url('/assets/icons/hex-l-b.svg');
    width: 1050px; height: 1186px;
    position: absolute;
    bottom: -90px; left: -200px;
    z-index: 250;
}

.home_partners_content {
    width: 40%;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 500;
}
.home_partners_grid {
    width: 55%;
    position: relative;
    display: grid; flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
    z-index: 500;
}

.scrolling_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    color: #fff;
}

/* Contact */

.contact_content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10%;
}

.contact_groups {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 25px;
    border-radius: 10px;
    color: #fff;
}
.contact_group {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    font-size: 16px;
    gap: 5px;
    box-sizing: border-box;
}
.contact_label {
    width: 100%;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.contact_details {
    display: flex; flex-direction: column;
    gap: 4px;
}
.contact_field {
    font-size: 15px;
    line-height: 15px;
    width: 100%;
}
.contact_field a {
    color: #060606;
}
.contact_field a:hover {
    color: #1226A9;
}

.map_block {
    height: 100%;
    aspect-ratio: 1/1;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.map_block iframe {
    height: 100%;
    width: 100%;
    border: 0;
    display: block;
}

/* About */

.about_heading {
    min-height: 920px;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.about_heading .heading_content {
    height: 100%;
    flex-direction: row;
    gap: 0;
    box-sizing: border-box;
}
.about_heading .heading_content h1 {
    font-size: 7vw;
    position: relative;
    text-align: center;
}
.title_1 h1 {
    z-index: 10;
    margin-right: -50px;
}
.title_2 h1 {
    z-index: 30;
    margin-left: -50px;
}

.about_facts_container {
    padding: 5% 0 6%;
    display: flex;
    justify-content: center;
}
.about_facts_content {
    width: 70%;
    gap: 10px;
    display: grid; flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
}
.about_fact {
    background-color: #1226A9;
    width: 100%;
    border-radius: 4px;
    display: flex; flex-direction: column;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    gap: 5px;
}


/* Album */

.gallery_grid {
    display: flex; flex-direction: column;
    gap: 20px;
}

.album_title {
    display: flex; flex-direction: column;
    gap: 20px;
}

.album_headings {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.album_info {
    text-align: right;
    gap: 15px;
    align-items: end;
}

.album_return {
    text-transform: uppercase;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 400;
    display: flex; flex-direction: row;
    align-items: center;
    gap: 10px;
}
.album_return img {
    height: 12px;
}
.album_return:hover img {
    filter: brightness(0);
}

/* Content Pages */

.textcontent_only {
    padding: 40px 15%;
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.textcontent_only h1, .textcontent_only h2, .textcontent_only h3 {
    color: #231F1F;
}

/* Menu */

.menu_container {
    width: 100vw;
    position: relative;
  }
  
  .menu_list {
    width: 100%;
    position: relative;
    color: #fff;
    background: rgba(18, 18, 18, 0.80);
    backdrop-filter: blur(5px);
    margin-top: 35px;
    border-radius: 4px;
  }
  
  .menu_overlay {
    width: 100vw;
    position: fixed;
    overflow: hidden;
    z-index: 10606060;
    transform: translateY(-150%);
    transition: transition 0.5s ease;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    box-sizing: border-box;
  }
  
  .list {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  
  .list li::before {
    content: none;
    display: none;
    height: auto;
    width: auto;
    margin:0;
    background-image: none;
  }
  
  .list a {
    font-size: 24px;
    line-height: 0.8em;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 600;
  }
  .team_subpage a {
    font-weight: 300 !important;
    margin-left: 10px;
  }

  .list li a {
    padding: 15px 8%;
    flex-grow: 1;
    align-items: center;
    display: flex;
  }
  .team_subpage a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .list a:hover {
    color: #B6B6B6;
  }
  
  #menuBtn {
    display: none;
  }

  
  .menu_block {
    z-index: 200;
  }
  
  .fas {
    width: 25px; height: 25px;
    color: #060606;;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.4s ease;
    transition: color 0.4s ease;
    z-index: 100;
  }
  
  .fas:hover {
    color: #1226A9;
  }
  .menu_title {
    flex-grow: 0 !important;
    justify-content: space-between;
    color: #1226A9;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
  }
  .menu_block .fas {
    color: #1226A9;
  }