@charset "UTF-8";
@font-face {
    font-family: "Spectral Bold";
    src: url(../fonts/Spectral-Bold.ttf);
}
@font-face {
    font-family: "Poppins Bold";
    src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: "Poppins Semibold";
    src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: "Poppins Medium";
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: "Poppins Regular";
    src: url(../fonts/Poppins-Regular.ttf);
}
:root {
    --main-red-light: #e12223;
    --main-red-dark: #d11c26;
    --main-green-light: #008c6b;
    --main-green-dark: #077b5c;
    --dark--light: #0a144c;
    --dark--dark: #03030c;
}
html, body, main {
	overflow-x: hidden;
}
body {
	width: 100%;
}
.bg-red-light {
    background: var(--main-red-light) !important;
}
.bg-red-dark {
    background: var(--main-red-dark) !important;
}
.bg-green-light {
    background: var(--main-green-light) !important;
}
.bg-green-dark {
    background: var(--main-green-dark) !important;
}
.bg-home-fade {
    transition: background-color 3s linear !important;
}
.bg-cover,
.bg-home {
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}
.bg-cover {
    background-position: center !important;
}
.bg-cover .inner h1 {
    line-height: 1;
}
.bg-article {
    overflow: hidden !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.bg-article figure {
    margin-bottom: 0 !important;
}
.bg-article figure::before {
    background: rgba(225, 34, 35, 0.05);
    background: -moz-linear-gradient(to bottom, rgba(225, 34, 35, 0.35), rgba(225, 34, 35, 0.8));
    background: -webkit-linear-gradient(to bottom, rgba(225, 34, 35, 0.35), rgba(225, 34, 35, 0.8));
    background: linear-gradient(to bottom, rgba(225, 34, 35, 0.35), rgba(225, 34, 35, 0.8));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 5;
}
.bg-article img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    -o-object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.bg-article h1 {
    text-align: left;
    z-index: 10;
    line-height: 1;
}
.bg-article .title-container {
	position: absolute!important;
	bottom: 50px;
	z-index: 10;
	padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	left: 10%;
}
.bg-article,
.bg-article .container,
.bg-article img {
    position: relative;
    display: block;
}
.bg-article .cc-nav {
    position: absolute !important;
    padding-top: calc(1rem + 10px);
}
.first {
    margin-top: -35px;
    z-index: 10;
}
.bg-pattern-red {
    background: var(--main-red-light) url(../img/pattern2.svg) 33% 33% !important;
    background-size: 600px !important;
}
.bg-pattern-red-small {
    background: var(--main-red-light) url(../img/pattern2.svg) 33% -33% !important;
    background-size: 25% !important;
}
.bg-pattern-green {
    background: var(--main-green-light) url(../img/pattern3.svg) 33% 33% !important;
    background-size: 600px !important;
}
.bg-pattern-green-small {
    background: var(--main-green-light) url(../img/pattern3.svg) 33% -33% !important;
    background-size: 25% !important;
}
.text-white {
    color: #fff !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-green {
    color: var(--main-green-dark) !important;
}
h1 {
    font-family: "Spectral Bold" !important;
    font-size: 3.2rem !important;
}
h2,
h3,
h4,
h5 {
    line-height: 1 !important;
}
h2 {
    font-family: "Spectral Bold" !important;
    font-size: 2.5rem !important;
}
h3,
h4,
h5 {
    font-family: "Poppins Semibold" !important;
}
h4,
h5 {
    font-family: "Poppins Medium" !important;
}
p {
    font-family: "Poppins Regular" !important;
    color: #000;
}
a {
    text-decoration: none !important;
    color: var(--main-red-light);
    transition: all 0.3s ease-in-out !important;
}
a:hover {
    opacity: 0.8 !important;
}
.btn-red {
    background: var(--main-red-light) !important;
    color: #fff !important;
}
.btn-red:hover {
    background: var(--main-red-dark) !important;
}
.btn-link {
    color: unset !important;
    font-family: "Poppins Semibold";
    font-size: 1.2rem !important;
    transition: all 0.3s ease-in-out;
}
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none !important;
    opacity: 0.8;
    outline: 0 !important;
    box-shadow: none !important;
}
header {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 0 !important;
    outline: 0 !important;
}
header .inner {
    margin-top: 200px;
    margin-bottom: 50px;
}
header .inner-lg {
    margin-top: 250px!important;
    margin-bottom: 50px;
}
.text-shadow-sm {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.text-shadow-md {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.card {
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out;
}
.card:hover {
    opacity: inherit;
}
.card-header {
    border-bottom: 0 !important;
}
.accordion > .card:first-child {
    border-radius: 8px 8px 0 0 !important;
}
.accordion > .card:last-child {
    border-radius: 0 0 8px 8px !important;
}
.accordion > .card {
    border-radius: 0 !important;
}
.accordion > .card:only-child {
    border-radius: 8px !important;
}
.card-image {
    border: 0 !important;
    position: relative;
    width: 100%;
    height: auto;
}
.card-image.article::before,
.card-image::before {
    background: rgba(225, 34, 35, 0.05);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.card-image::before {
    background: -moz-linear-gradient(to bottom, rgba(225, 34, 35, 0), rgba(225, 34, 35, 0.95));
    background: -webkit-linear-gradient(to bottom, rgba(225, 34, 35, 0), rgba(225, 34, 35, 0.95));
    background: linear-gradient(to bottom, rgba(225, 34, 35, 0), rgba(225, 34, 35, 0.95));
}
.card-image.article::before {
    background: -moz-linear-gradient(to bottom, rgba(7, 123, 92, 0.35), rgba(7, 123, 92, 0.65));
    background: -webkit-linear-gradient(to bottom, rgba(7, 123, 92, 0.35), rgba(7, 123, 92, 0.65));
    background: linear-gradient(to bottom, rgba(7, 123, 92, 0.35), rgba(7, 123, 92, 0.65));
}
.card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    -o-object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.card-image.article img {
    height: 220px;
}
.card-badge,
.card-image h3,
.card-image svg {
    position: absolute;
    left: 20px;
    color: #fff;
}
.card-image h3 {
    bottom: 20px;
    right: 20px;
    margin-bottom: 0 !important;
    line-height: 1;
    z-index: 5;
}
.card-image svg {
    width: 70px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    z-index: 5;
}
.card-badge {
    top: 20px;
    padding: 5px 10px;
    border-radius: 8px !important;
    background: var(--main-red-dark);
    font-family: "Poppins Medium";
    line-height: 1.2;
}
.more-link {
    font-family: "Poppins Regular";
    font-size: 1.3rem;
}
.player-dummy {
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #43454a;
    z-index: 100;
}
.cc-nav {
    width: 100%;
    padding: 10px;
    height: 75px;
    display: block;
    position: relative;
    z-index: 999;
}
.cc-nav .brand,
.cc-nav ul,
.cc-nav ul li {
    display: inline-block;
}
.cc-nav .brand svg {
    max-width: 40vw;
    width: 300px;
}
.cc-nav ul {
    float: right;
    list-style: none;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 50px !important;
}
.cc-nav ul li {
    margin: 0 15px;
    float: left;
}
.cc-nav ul li a {
    font-family: "Poppins Regular";
    font-size: 1.4rem;
    text-decoration: none !important;
    color: #fff;
}
.cc-nav ul.desktop-nav li a {
    color: #fff !important;
}
.cc-nav .mobile-toggle {
    display: none !important;
    margin: 12px 0;
    font-size: 2rem;
    float: left;
    color: #fff;
}
#mobilenav {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 500;
    display: none;
    left: -100%;
    top: 110px;
    transition: all 300ms cubic-bezier(0.74, 0.215, 0.125, 1.02);
    transition-delay: 0.06s;
}
#mobilenav.active {
    left: 0% !important;
}
.cc-nav #mobilenav ul li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
}
#mobilenav a {
    color: var(--main-red-dark);
    font-family: "Poppins SemiBold";
    font-size: 1.6rem;
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(193, 193, 194, 0.3);
}
@media (max-width: 1020px) {
    h1 {
        font-size: 2.25rem !important;
    }
    h5 {
        font-size: 110% !important;
    }
    .bg-home.day,
    .bg-home.night {
        background-position: 60% bottom !important;
    }
    .cc-nav .brand {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        display: inline-block;
    }
    .cc-nav .brand svg {
        height: 55px;
    }
    .cc-nav .desktop-nav {
        display: none;
    }
    .cc-nav .mobile-toggle {
        display: inline-block !important;
    }
    #mobilenav {
        display: block;
    }
    .bg-article img {
        height: 45vh;
    }
    
	header .inner-lg {
    margin-top: 150px!important;
    margin-bottom: 50px;
}
	
    .bg-home .card h3 {
        font-size: 1.3rem;
    }
}


