body {
	background-color: #f5f5f5;
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
	font-weight: 400;
	font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
	color: #000000;
	line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	overflow: hidden;
}
.hidden {
	display: none !important;
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #004a8b;
	z-index: 9999;
}
#loader-wrapper.loader-loaded {
	animation: animLoaderLoaded 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
#loader-wrapper .loader-logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 60px;
	left: 0;
	margin: auto;
	background-image: url('../../images/loading-logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 80px;
	height: 80px;
	opacity: 1;
	animation: animInitialLoader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}
#loader-wrapper .loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -60px;
	left: 0;
	margin: auto;
	width: 100px;
	height: 6px;
	border: none;
	border-radius: 6px;
	overflow: hidden;
	opacity: 1;
	animation: animInitialLoader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#loader-wrapper .loader .loader-bar {
	background-color: #ffffff;
	width: 0%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
@keyframes animInitialLoader {
	from { 
		opacity: 0; 
	}
}
@keyframes animLoaderLoaded {
	to { transform: translate3d(0, -100%, 0); }
}

#notice-section {
	display: block;
	background: #ffcd00;
	padding: 0.2rem 0;
  color: #474747;
  width: 100%;
}
#notice-section .notice-message {
	max-width: 1920px;
	margin: 0 auto;
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
  color: #474747;
  line-height: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  padding: 0rem 0.6rem;
  text-align: center;
}
#notice-section .notice-message a {
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  /*font-weight: 500;*/
  font-size: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
	color: #004a8b;
	line-height: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
	text-decoration: none;
}
#notice-section .notice-message a:hover,
#notice-section .notice-message a:focus {
    color: #022e44;
    text-decoration: underline;
}

.navbar {
	position: fixed;
	top: 0;
	right: 0;
  left: 0;
  flex-direction: column;
	padding-top: 0;
  padding-bottom: 0;
  z-index: 1030;
}
.navbar .container-fluid {
	max-width: 1920px;
	width: 90%;
	margin: 0.6rem auto;
}
.navbar .container-fluid .navbar-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(120px + (180 - 120) * (100vw - 320px) / (1920 - 320));
	margin-right: 15px;
}
.navbar .container-fluid .navbar-header > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.navbar .container-fluid .navbar-toggler {
	
}
.navbar .container-fluid .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .container-fluid .navbar-collapse {
	justify-content: flex-end;
	align-items: center;
}
.navbar .container-fluid .navbar-collapse .navbar-nav {

}
.navbar .container-fluid .navbar-collapse .navbar-nav-scroll {
	max-height: var(--bs-scroll-height, calc(180px + (180 - 180) * (100vw - 320px) / (991 - 320)));
}
.navbar .container-fluid .navbar-collapse .navbar-nav-scroll::-webkit-scrollbar {
	width: 3px;
}
.navbar .container-fluid .navbar-collapse .navbar-nav-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.navbar .container-fluid .navbar-collapse .navbar-nav-scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff; 
	-webkit-box-shadow: inset 0 0 1.5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 1.5px rgba(0, 0, 0, 0.5);
}
.navbar .container-fluid .navbar-collapse .navbar-nav-scroll::-webkit-scrollbar-thumb:window-inactive {
	background: #ffffff; 
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
	font-weight: 500;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	padding: 0.4rem 0.8rem;
	text-transform: uppercase;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
	color: #ffcd00;
	transition: all 0.6s ease-in;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	color: #ffcd00;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-toggle::after {
  display: inline-block;
  content: "";
  margin-left: 0.3em;
  vertical-align: 0.2em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
	min-width: 10rem;
	border: none;
	border-radius: 0;
	padding: 0px;
	margin-top: 0rem;
	background: #eaedef !important;
	transform: translate(0px, 13px);
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 2px;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #000000;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
	font-weight: 500;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #000000;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 0.4rem 0.8rem;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
	background-color: #004a8b;
	color: #ffffff;
	transition: all 0.6s ease-in;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -13px;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu > li:hover > .dropdown-submenu,
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu > li:focus > .dropdown-submenu {
    display: block;
}
.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-toggle::after {
    display: inline-block;
    content: "";
    margin-left: 0.3em;
    vertical-align: 0.2em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

@media (max-width: 991px) {
	.navbar .container-fluid {
		width: 100%;
	}
	.navbar .container-fluid .navbar-collapse {
		flex-direction: column-reverse;
		margin-top: 0.4rem;
	}
	.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 0.4rem 0;
	}
	.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
		background: transparent !important;
		transform: translate(0px, 0px);
	}
	.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
		color: #ffffff;
	}
	.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu li {
		padding: 0px;
	}
	.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:not(:last-child) {
		border-bottom: none;
	}
	.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-submenu {
		display: block;
		position: relative;
		top: 0;
		left: 0;
	}
	.navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-submenu > li > a {
		padding: 0.15rem 1.4rem;
	}
}

.navbar .container-fluid .language-nav {
	flex-direction: row;
	width: fit-content;
	background-color: #61bce7;
	border-radius: 0rem;
	overflow: hidden;
}
.navbar .container-fluid .navbar-collapse .language-nav .nav-link {
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
	font-weight: 500;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	padding: 0.4rem 0.4rem;
}
.navbar .container-fluid .navbar-collapse .language-nav .nav-link:hover,
.navbar .container-fluid .navbar-collapse .language-nav .nav-link:focus {
	background-color: #ffffff;
	color: #61bce7;
	transition: all 0.6s ease-in;
}
.navbar .container-fluid .navbar-collapse .navbar-nav + .language-nav {
	margin-left: 1rem;
}
@media (max-width: 991px) {
	.navbar .container-fluid .navbar-collapse .navbar-nav + .language-nav {
		margin-top: 0.4rem;
		margin-left: 0;
	}
}

.navbar-toggler {
	border: none;
	padding: 0;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
	box-shadow: none;
}

#main-section {
	margin: 0 auto;
	background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#main-section.full-background {
	/*padding-bottom: 2rem;*/
}
#main-section #banner-section {
	position: relative;
	overflow: hidden;
}

#main-section #banner-section:before {
	content: '';
	position: absolute;
	top: -110%;
	left: -210%;
	width: 200%;
	height: 200%;
	opacity: 0;
	background: rgba(255,255,255, 0.3);
	transform: skewX(-30deg);
	animation-name: shine;
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-delay: .0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.0) 0%,
    rgba(255, 255, 255, 0.0) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
	);
}
@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.5s, 0.5s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}

#main-section.full-background #banner-section {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
#main-section.banner-only #banner-section {
	max-width: 1920px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	/*margin-bottom: 2rem;*/
}
#main-section.video-only .banner-wrapper {
	position: relative;
}
#main-section.video-only .banner-wrapper #banner-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main-section.video-only .banner-wrapper #banner-section {
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main-section.video-only .banner-wrapper #banner-section .banner-container {
	height: 100%;
}

#main-section #banner-section .banner-container {
	position: relative;
}
#main-section.banner-only #banner-section .banner-container {
	/*width: 90%;*/
	height: 100%;
	margin: 0 auto;
}
#main-section.full-background #banner-section .banner-container {
	/*height: calc(300px + (950 - 300) * (100vw - 320px) / (1920 - 320));*/
}
#main-section.banner-only #banner-section .banner-container {
	/*height: calc(250px + (950 - 250) * (100vw - 320px) / (1920 - 320));*/
}
#main-section #banner-section .banner-container > img,
#main-section #banner-section .banner-container > a > img {
	width: 100%;
	height: 100%;
}
#main-section #banner-section .banner-container.with-image .banner-content {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}
#main-section #banner-section .banner-container .banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	width: 60%;
}
#main-section #banner-section .banner-container .banner-content.top {
	flex-direction: column-reverse;
}
#main-section #banner-section .banner-container .banner-content.middle {
	position: relative;
}
#main-section #banner-section .banner-container .banner-content.middle .banner-information {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main-section #banner-section .banner-container .banner-content.bottom {
	flex-direction: column;
}
#main-section #banner-section .banner-container .banner-content .banner-image {
	position: relative;
}
#main-section #banner-section .banner-container .banner-content .banner-image > img {
	width: 100%;
	height: 100%;
}
#main-section.full-background #banner-section .banner-container .banner-content.middle .banner-image > img {
	height: calc(180px + (500 - 180) * (100vw - 320px) / (1920 - 320));
}
#main-section.banner-only #banner-section .banner-container .banner-content.middle .banner-image > img {
	height: calc(180px + (500 - 180) * (100vw - 320px) / (1920 - 320));
}
#main-section #banner-section .banner-container .banner-content .banner-information {
	width: 100%;
	padding: 1rem;
}
#main-section #banner-section .banner-container .banner-content .banner-information .banner-title {
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
	font-weight: 500;
	font-size: calc(28px + (78 - 28) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(38px + (88 - 38) * (100vw - 320px) / (1920 - 320));
	letter-spacing: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
	text-transform: uppercase;
	text-align: center;
}
#main-section #banner-section .banner-container .banner-content .banner-information .banner-description {
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
	font-weight: 500;
	font-size: calc(18px + (58 - 18) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(28px + (68 - 28) * (100vw - 320px) / (1920 - 320));
	letter-spacing: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 991px) {
	#main-section.full-background #banner-section {
		width: 100%;
		margin: 0.75rem auto;
	}
	#main-section #banner-section .banner-container .banner-content {
		width: 75%;
	}
}
@media (max-width: 575px) {
	#main-section #banner-section .banner-container .banner-content {
		width: 100%;
	}
}

#main-section .swiper {
	max-width: 1920px;
	margin: 0 auto;
}
#main-section .swiper .swiper-wrapper .swiper-slide {
	height: auto;
	/*height: calc(200px + (1000 - 200) * (100vw - 320px) / (1920 - 320));*/
}
#main-section .swiper .swiper-wrapper .swiper-slide .swiper-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: 100%;
}
#main-section .swiper .swiper-wrapper .swiper-slide .swiper-image img {
	width: 100%;
}
#main-section .swiper .swiper-button-next,
#main-section .swiper .swiper-button-prev {
	/*background: #ffffff;*/
	/*color: #ffffff;*/
	/*width: calc((22px + (28 - 22) * (100vw - 991px) / (1920 - 991)) / 44 * 27);*/
	width: calc(24px + (32 - 24) * (100vw - 991px) / (1920 - 991));
	height: calc(24px + (32 - 24) * (100vw - 991px) / (1920 - 991));
	margin-top: calc(0px - ((22px + (28 - 22) * (100vw - 991px) / (1920 - 991)) / 2));
	border-radius: 50%;
}
#main-section .swiper .swiper-button-next {
	background-image: url('../../images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main-section .swiper .swiper-button-prev {
	background-image: url('../../images/arrow-left.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main-section .swiper .swiper-button-next:after,
#main-section .swiper .swiper-button-prev:after {
	content: none;
	/*font-weight: 700;
	font-size: calc(12px + (16 - 12) * (100vw - 991px) / (1920 - 991));
	color: #61bce7;*/
}
#main-section .swiper .swiper-button-prev,
#main-section .swiper .swiper-rtl .swiper-button-next {
	left: 20px;
}
#main-section .swiper .swiper-button-next,
#main-section .swiper .swiper-rtl .swiper-button-prev {
	right: 20px;
}
#main-section .swiper .swiper-pagination-bullet {
	background: #ffffff;
	width: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
	height: calc(8px + (12 - 8) * (100vw - 320px) / (1920 - 320));
	opacity: 1;
}
#main-section .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ffffff;
	opacity: 0.6 !important;
}
@media (max-width: 991px) {
	#main-section .swiper .swiper-button-next,
	#main-section .swiper .swiper-button-prev {
		display: none;
	}
}

#overlap-section {
	position: relative;
	width: 90%;
	padding: 0rem 0.75rem;
	margin: 0 auto;
	z-index: 1;
}
#overlap-section .overlap-container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 90%;
	margin: 0 auto;
	border-radius: 0px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}
#overlap-section .overlap-container .overlap-content {
	min-height: calc(100px + (250 - 100) * (100vw - 320px) / (1920 - 320));
	padding: 2rem;
}
@media (max-width: 991px) {
	#overlap-section {
		width: 100%;
	}
	#overlap-section .overlap-container {
		width: 100%;
	}
	#overlap-section .overlap-container .overlap-content {
		padding: 1rem;
	}
}

.breadcrumb {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;

  background-color: transparent;
  /*width: 100%;*/
  border: none;
  /*padding: 0 0 1rem;*/
  margin: 0;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb > li {
	position: relative;
  padding: 0px 30px 0px 0px;
}
.breadcrumb > li:first-child {
  padding-left: 0px;
}
.breadcrumb > li > a {
  font-family: "Roboto Regular", "Helvetica Neue", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #414042;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-decoration: none;
}
.breadcrumb > li:not(:last-child)::after {
  content: '>';
  display: block;
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  font-family: "Roboto Regular", "Helvetica Neue", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #414042;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
  right: 15px;
  transform: translate(50%, -55%);
}
.breadcrumb > li:last-child {
  padding-right: 0px;
}
.breadcrumb > li:last-child > a {
  font-weight: 600;
  color: #414042;
}
@media (max-width: 767px) {
  .breadcrumb {
      padding: 0rem;
  }
}

#footer-section {
  position: relative;
  /*height: 200px;
  margin-top: -200px;*/
  clear: both;
}
#footer-section #footer-copyright {
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
	font-weight: 400;
	font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: justify;
	background-color: #4b4d4f;
	padding: 1rem 0;
}
#footer-section #footer-copyright .footer-container {
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
	padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
}
#footer-section #footer-copyright .footer-container > a {
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
	font-weight: 400;
	font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-decoration: underline;
}
#footer-section #footer-copyright .footer-container > a:hover,
#footer-section #footer-copyright .footer-container > a:focus {
  color: #61bce7;
  transition: all 0.6s ease-in;
}

#footer-section #footer-logos {
	background-color: #ffffff;
}
#footer-section #footer-logos .footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
	padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
}
#footer-section #footer-logos .footer-container > img {
	margin: 0 auto;
}
@media (max-width: 991px) {
	#footer-section #footer-copyright .footer-container {
		width: 100%;
	}
	#footer-section #footer-logos .footer-container {
		justify-content: center;
		width: 100%;
	}
}

#scroll-up {
	background-image: url(../../images/scroll-up.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-size: 20px;
	background-color: #004a8b;
	border-radius: 50px 0px 0px;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 50px;
}

.not-found-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: calc(200px + (540 - 200) * (100vw - 320px) / (1920 - 320));;
}
.not-found-container .not-found-content {
	font-family: "Roboto Black", "Helvetica Neue", arial, sans-serif;
  font-weight: 700;
  font-size: calc(22px + (42 - 22) * (100vw - 320px) / (1920 - 320));
  color: #231f20;
  line-height: calc(32px + (52 - 32) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
}

#custom-section {
	width: 100%;
	margin: 0 auto;
}
#custom-section > .custom-container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#custom-section > .custom-container > .custom-wrapper {
	max-width: 1920px;
	width: 90%;
	padding: 1.5rem 0.75rem;
	margin: 0 auto;
}
#custom-section > .custom-container > .custom-wrapper.max-offset {
	width: 100% !important;
	padding: 0rem;
}

@media (max-width: 991px) {
	#custom-section > .custom-container > .custom-wrapper {
		width: 100%;
		padding: 1rem 0.75rem;
	}
}

#custom-page-section {
	width: 100%;
	margin: 0 auto;
}
#custom-page-section > .custom-page-container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#custom-page-section > .custom-page-container > .custom-page-wrapper {
	max-width: 1920px;
	width: 90%;
	padding: 2rem 0.75rem;
	margin: 0 auto;
}
#custom-page-section > .custom-page-container > .custom-page-wrapper.max-offset {
	width: 100% !important;
}

@media (max-width: 991px) {
	#custom-page-section > .custom-page-container > .custom-page-wrapper {
		width: 100%;
		padding: 0.75rem;
	}
}

#history {
	position: relative;
}
#history:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  content: "";
  border-top: 1.5em solid;
  border-right: 2.5em solid;
  border-bottom: 1.5em solid;
  border-left: 2.5em solid;
  border-color: #ed1a39;
}
.history-container {

}
.history-container .history-content {
	width: 50%;
  margin: 10rem auto;
}
.history-container .history-content .history-title {
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
  font-weight: 500;
  font-size: calc(22px + (48 - 22) * (100vw - 320px) / (1920 - 320));
  color: #ffffff;
  line-height: calc(32px + (58 - 32) * (100vw - 320px) / (1920 - 320));
  letter-spacing: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.75rem;
}
.history-container .history-content .history-description {
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #ffffff;
  line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-align: center;
}
@media (max-width: 991px) {
	.history-container .history-content {
		width: 75%;
	  margin: 8rem auto;
	}
}
@media (max-width: 575px) {
	.history-container .history-content {
		width: 100%;
	  margin: 5rem auto;
	}
}

.race-results-container {
	display: flex;
	margin: 1rem 0rem;
}
.race-results-container .race-results-content {
	width: calc(30% - 0.75rem);
	margin-right: 0.75rem;
}
.race-results-container .race-results-content .race-results-title {
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
  font-weight: 500;
  font-size: calc(22px + (48 - 22) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(32px + (58 - 32) * (100vw - 320px) / (1920 - 320));
  letter-spacing: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.race-results-container .race-results-content .race-results-image {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.race-results-container .race-results-content .race-results-image > img {
	width: 80%;
}
.race-results-container .race-results-content .race-results-image .race-results-winner {
	font-family: "Roboto Medium", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-top: 0.75rem;
}
.race-results-container .race-results-content .race-results-image > a {
	background-color: #0b1c37;
  font-family: "Roboto Medium", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #ffffff;
  line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-decoration: none;
  padding: 0.75rem 2rem;
  margin-top: 0.75rem;
}
.race-results-container .race-results-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
	width: calc(70% - 0.75rem);
	margin-left: 0.75rem;
}
.race-results-container .race-results-table .race-results-table-scratching {
	font-family: "Roboto Medium", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.race-results-container .race-results-table table {
	border: none;
}
.race-results-container .race-results-table table > thead > tr {
	background-color: #000000;
}
.race-results-container .race-results-table table > thead > tr > th {
	font-family: "Roboto Bold", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
  color: #ffffff;
  line-height: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-align: center;
}
.race-results-container .race-results-table table > thead > tr > th:not(:last-child) {
	border-right: 1px solid #ffffff;
}
.race-results-container .race-results-table table > tbody {
	border: none;
}
.race-results-container .race-results-table table > tbody > tr {
	background-color: #f3f3f4;
}
.race-results-container .race-results-table table > tbody > tr:nth-child(even) {
  background-color: #e7e9ea;
}
.race-results-container .race-results-table table > tbody > tr > td {
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-align: center;
  border: none;
  vertical-align: middle;
  white-space: nowrap;
}
.race-results-container .race-results-table table > tbody > tr > td:not(:last-child) {
	border-right: 1px solid #ffffff;
}
.race-results-container .race-results-table table > tbody > tr > td > img {
	width: calc(32px + (64 - 32) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
	.race-results-container {
		flex-direction: column;
	}
	.race-results-container .race-results-content {
		width: 100%;
		margin-right: 0rem;
		margin-bottom: 0.75rem;
	}
	.race-results-container .race-results-content .race-results-image {
		justify-content: center;
	}
	.race-results-container .race-results-content .race-results-image > img {
		width: 40%;
	}
	.race-results-container .race-results-table {
		width: 100%;
		margin-left: 0rem;
		margin-top: 0.75rem;
	}
}
@media (max-width: 575px) {
	.race-results-container .race-results-content .race-results-image > img {
		width: 80%;
	}
}

.runners-information-container {
	display: flex;
	margin: 1rem 0rem;
}
.runners-information-container .runners-information-content {
	width: calc(30% - 0.75rem);
	margin-right: 0.75rem;
}
.runners-information-container .runners-information-content .runners-information-title {
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
  font-weight: 500;
  font-size: calc(22px + (48 - 22) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(32px + (58 - 32) * (100vw - 320px) / (1920 - 320));
  letter-spacing: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.runners-information-container .runners-information-content .runners-information-image {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.runners-information-container .runners-information-content .runners-information-image > img {
	width: 80%;
}
.runners-information-container .runners-information-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
	width: calc(70% - 0.75rem);
	margin-left: 0.75rem;
}
.runners-information-container .runners-information-table table {
	border: none;
}
.runners-information-container .runners-information-table table > thead > tr {
	background-color: #000000;
}
.runners-information-container .runners-information-table table > thead > tr > th {
	font-family: "Roboto Bold", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
  color: #ffffff;
  line-height: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-align: center;
}
.runners-information-container .runners-information-table table > thead > tr > th:not(:last-child) {
	border-right: 1px solid #ffffff;
}
.runners-information-container .runners-information-table table > tbody {
	border: none;
}
.runners-information-container .runners-information-table table > tbody > tr {
	background-color: #f3f3f4;
}
.runners-information-container .runners-information-table table > tbody > tr:nth-child(even) {
  background-color: #e7e9ea;
}
.runners-information-container .runners-information-table table > tbody > tr > td {
	font-family: "Roboto", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-align: center;
  border: none;
  vertical-align: middle;
  white-space: nowrap;
}
.runners-information-container .runners-information-table table > tbody > tr > td:not(:last-child) {
	border-right: 1px solid #ffffff;
}
.runners-information-container .runners-information-table table > tbody > tr > td > img {
	width: calc(32px + (64 - 32) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 991px) {
	.runners-information-container {
		flex-direction: column;
	}
	.runners-information-container .runners-information-content {
		width: 100%;
		margin-right: 0rem;
		margin-bottom: 0.75rem;
	}
	.runners-information-container .runners-information-content .runners-information-image {
		justify-content: center;
	}
	.runners-information-container .runners-information-content .runners-information-image > img {
		width: 40%;
	}
	.runners-information-container .runners-information-table {
		width: 100%;
		margin-left: 0rem;
		margin-top: 0.75rem;
	}
}
@media (max-width: 575px) {
	.runners-information-container .runners-information-content .runners-information-image > img {
		width: 80%;
	}
}

#race-information {
	position: relative;
}
#race-information:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  content: "";
  border-top: 1.5em solid;
  border-right: 2em solid;
  border-bottom: 1.5em solid;
  border-left: 2em solid;
  border-color: #ed1a39;
}
.race-information-container {
	display: flex;
	margin: 1rem 0rem;
}
.race-information-container .race-information-content {
	width: calc(50% - 0.75rem);
	margin-right: 0.75rem;
}
.race-information-container .race-information-content .race-information-title {
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
  font-weight: 500;
  font-size: calc(22px + (48 - 22) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(32px + (58 - 32) * (100vw - 320px) / (1920 - 320));
  letter-spacing: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.race-information-container .race-information-content .race-information-image {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.race-information-container .race-information-content .race-information-image > img {
	width: 90%;
}
.race-information-container .race-information-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width: calc(50% - 0.75rem);
	margin-left: 0.75rem;
}
.race-information-container .race-information-table table {
	table-layout: fixed;
  width: 516px;
	border: none;
}
.race-information-container .race-information-table table > tbody {
	border: none;
}
.race-information-container .race-information-table table > tbody > tr > td {
  border: none;
  white-space: nowrap;
}
.race-information-container .race-information-table table > tbody > tr > td.race-information-table-dark {
	background-color: #081628;
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
  font-weight: 500;
  font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
  color: #ffffff;
  line-height: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
  letter-spacing: calc(1px + (2 - 1) * (100vw - 320px) / (1920 - 320));
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
}
.race-information-container .race-information-table table > tbody > tr > td.race-information-table-dark > span {
	font-size: calc(22px + (34 - 22) * (100vw - 320px) / (1920 - 320));
  line-height: calc(32px + (44 - 32) * (100vw - 320px) / (1920 - 320));
  letter-spacing: calc(1px + (2 - 1) * (100vw - 320px) / (1920 - 320));
}
.race-information-container .race-information-table table > tbody > tr > td.race-information-table-light {
	font-family: "Roboto Bold", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-align: left;
  vertical-align: top;
  padding: 0.5rem 0rem;
}
.race-information-container .race-information-table table > tbody > tr > td.race-information-table-light > span {
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
	font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ed1a39;
	line-height: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
	text-transform: uppercase;
}
.race-information-container .race-information-table table > tbody > tr > td.race-information-table-border-right {
	border-right: 8px solid #ffffff;
}
.race-information-container .race-information-table table > tbody > tr > td.race-information-table-border-bottom {
	border-bottom: 6px solid #ffffff;
}
@media (max-width: 1200px) {
	.race-information-container .race-information-table table {
		width: 422px;
	}
}
@media (max-width: 991px) {
	.race-information-container {
		flex-direction: column;
	}
	.race-information-container .race-information-content {
		width: 100%;
		margin-right: 0rem;
		margin-bottom: 0.75rem;
	}
	.race-information-container .race-information-content .race-information-image {
		justify-content: center;
	}
	.race-information-container .race-information-content .race-information-image > img {
		width: 80%;
	}
	.race-information-container .race-information-table {
		width: 100%;
		margin-left: 0rem;
		margin-top: 0.75rem;
	}
	.race-information-container .race-information-table table {
		width: 500px;
	}
}
@media (max-width: 575px) {
	.race-information-container .race-information-content .race-information-image > img {
		width: 100%;
	}
	.race-information-container .race-information-table table {
		width: 391px;
	}
}
@media (max-width: 414px) {
	.race-information-container .race-information-table table {
	  width: 296px;
	}
	.race-information-container .race-information-table table > tbody > tr > td {
		white-space: unset;
	}
}

#most-wins {
	position: relative;
}
#most-wins:after {
  position: absolute;
  top: 0px;
  right: 4em;
  display: inline-block;
  content: "";
  border-top: 2em solid;
  border-right: 3em solid;
  border-bottom: 2em solid;
  border-left: 3em solid;
  border-color: #ed1a39;
}
.most-wins-container {
	display: flex;
	padding: 6rem 0.75rem;
	margin-left: 5%;
}
.most-wins-container .most-wins-carousel {
	margin-right: -0.75rem !important;
}
.most-wins-container .most-wins-carousel .most-wins-item {
	display: flex;
	margin-bottom: 1.5rem;
}
.most-wins-container .most-wins-carousel .most-wins-item .most-wins-title {
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
  font-weight: 500;
  font-size: calc(22px + (48 - 22) * (100vw - 320px) / (1920 - 320));
  color: #ffffff;
  line-height: calc(32px + (58 - 32) * (100vw - 320px) / (1920 - 320));
  letter-spacing: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  width: calc(30% - 0rem);
	margin-right: 0.75rem;
}
.most-wins-container .most-wins-carousel .most-wins-item .most-wins-content {
	width: calc(70% - 0rem);
	margin-left: 0.75rem;
}
.most-wins-container .most-wins-carousel .most-wins-item .most-wins-content .most-wins-image {
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	margin-bottom: 0.75rem;
	overflow: hidden;
}
.most-wins-container .most-wins-carousel .most-wins-item .most-wins-content .most-wins-image > img {
	width: 100%;
}
.most-wins-container .most-wins-carousel .most-wins-item .most-wins-content .most-wins-description {
	font-family: "Roboto Bold", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
  color: #ffffff;
  line-height: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin: 0.75rem 0rem;
}

.most-wins-container .most-wins-carousel .swiper-pagination-bullets {
	width: unset;
	left: calc(30% + 1rem);
	bottom: 0;
}
.most-wins-container .most-wins-carousel .swiper-pagination-bullet {
	background: #ffffff! important;
	width: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320)) !important;
	height: calc(2px + (4 - 2) * (100vw - 320px) / (1920 - 320)) !important;
	border-radius: calc(2px + (4 - 2) * (100vw - 320px) / (1920 - 320)) !important;
	opacity: 1 !important;
}
.most-wins-container .most-wins-carousel .swiper-pagination-bullet:first-child {
	margin-left: 0px;
}
.most-wins-container .most-wins-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff0000 !important;
	opacity: 1 !important;
}

@media (max-width: 991px) {
	.most-wins-container {
		padding: 5rem 0.75rem;
	}
}
@media (max-width: 575px) {
	.most-wins-container {
		padding: 3rem 0.75rem;
	}
	.most-wins-container .most-wins-carousel .most-wins-item {
		flex-direction: column;
	}
	.most-wins-container .most-wins-carousel .most-wins-item .most-wins-title {
		width: calc(100% - 0rem);
    margin-right: 0rem;
    margin-bottom: 0.75rem;
	}
	.most-wins-container .most-wins-carousel .most-wins-item .most-wins-content {
		width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-top: 0.75rem;
	}
	.most-wins-container .most-wins-carousel .swiper-pagination-bullets {
		left: calc(0% + 0rem);
	}
}

.past-winners-container {
	padding: 3rem 0.75rem;
}
.past-winners-container .past-winners-title {
	font-family: "Bebas Neue Bold", "Roboto Bold", arial, sans-serif;
  font-weight: 500;
  font-size: calc(22px + (48 - 22) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(32px + (58 - 32) * (100vw - 320px) / (1920 - 320));
  letter-spacing: calc(3px + (8 - 3) * (100vw - 320px) / (1920 - 320));
  text-transform: uppercase;
  margin-left: 5%;
  margin-bottom: 0.75rem;
}
.past-winners-container .past-winners-carousel {
	width: calc(100% - 0rem);
	margin-left: -0.75rem !important;
}
.past-winners-container .past-winners-carousel .past-winners-item {
	margin-bottom: 1.5rem;
}
.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content {
	display: flex;
}
.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content .past-winners-description {
	font-family: "Roboto Bold", "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  line-height: calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-align: left;
  width: calc(30% - 0.75rem);
	margin-left: 0.75rem;
}
.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content .past-winners-description > span {
	font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
  color: #ed1a39;
  line-height: calc(28px + (38 - 28) * (100vw - 320px) / (1920 - 320));
  margin-bottom: 0.75rem;
}
.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content .past-winners-image {
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
	margin-bottom: 0.75rem;
	overflow: hidden;
	width: calc(70% - 0.75rem);
	margin-right: 0.75rem !important;
}
.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content .past-winners-image > img {
	width: 100%;
}

.past-winners-container .past-winners-carousel .swiper-pagination-bullets {
	width: unset;
	right: calc(30% + 1rem);
	left: unset;
	bottom: 0;
}
.past-winners-container .past-winners-carousel .swiper-pagination-bullet {
	background: #000000! important;
	width: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320)) !important;
	height: calc(2px + (4 - 2) * (100vw - 320px) / (1920 - 320)) !important;
	border-radius: calc(2px + (4 - 2) * (100vw - 320px) / (1920 - 320)) !important;
	opacity: 1 !important;
}
.past-winners-container .past-winners-carousel .swiper-pagination-bullet:last-child {
	margin-right: 0px;
}
.past-winners-container .past-winners-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff0000 !important;
	opacity: 1 !important;
}

@media (max-width: 991px) {
	.past-winners-container {
		padding: 2rem 0.75rem;
	}
	.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content .past-winners-description {
	  width: calc(40% - 0.75rem);
	}
	.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content .past-winners-image {
		width: calc(60% - 0.75rem);
	}
	.past-winners-container .past-winners-carousel .swiper-pagination-bullets {
		right: calc(40% + 1rem);
	}
}
@media (max-width: 575px) {
	.past-winners-container {
		padding: 1rem 0.75rem;
	}
	.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content {
		flex-direction: column;
	}
	.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content .past-winners-description {
		width: calc(100% - 0rem);
	}
	.past-winners-container .past-winners-carousel .past-winners-item .past-winners-content .past-winners-image {
		width: calc(100% - 0rem);
    margin-right: -0.75rem !important;
    margin-bottom: 0.75rem;
	}
	.past-winners-container .past-winners-carousel .swiper-pagination-bullets {
		right: calc(0% + 0rem);
	}
}