@font-face {
    font-family: 'Ace-NeoSans';
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/NeoSansPro-Bold.woff') format('woff');
    /* ascent-override: 100%; /* This corrects the visual issue of the font sitting too high (but only Chromium). */
}

@font-face {
    font-family: 'Ace-ProximaNovaSoft';
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/ProximaNovaSoft-Regular-latin.woff') format('woff');
    /* ascent-override: 100%; /* This corrects the visual issue of the font sitting too high (but only Chromium). */
}

html::-webkit-scrollbar {
    display: none;
}

body {
	margin: 0;
}

.ace-dark-mode body {
	background-color: #1f1f1f;
}

.w2d-header,
.ace-content-section__container {
	background-color: #ffffff;
}

.ace-dark-mode .w2d-header,
.ace-dark-mode .ace-content-section__container {
	background-color: #141414;
}

.w2d-header .navbar__menu__container {
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.w2d-header .navbar__menu__content-left {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: inherit;
    justify-content: flex-start;
}

.w2d-header .navbar__menu__content-left__logo-wrapper {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	padding: 0 15px;
	border-right: 0.0625rem solid rgba(20, 20, 20, 0.1);
}

.ace-dark-mode .w2d-header .navbar__menu__content-left__logo-wrapper {
	border-right: 0.0625rem solid hsla(0,0%,100%,.1);
}

.ace-headline--h1 {
	font-family: Ace-NeoSans;
	font-size: 2rem;
    line-height: 48px;
    letter-spacing: -0.12rem;
    color: #f7f7f7;
}

.ace-hero-item {
	background-color: #d70a2d;
	height: 140px;
}

.ace-hero-item__content__text-block__headline-desc-block {
	padding: 2px 32px 32px 32px;	
}

@media only screen and (min-width: 595px) {
	.ace-hero-item__content__text-block__headline-desc-block {
		padding: 32px 32px 32px 32px;
	}
}

.ace-content-section__container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

@media only screen and (min-width: 1025px) {
    .ace-content-section__container {
        flex-direction: row;
    }
}

.ace-content-section__headline {
    flex: 4;
}

.ace-content-section__content {
    flex: 6;
}

.ace-content-section__content__text {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5;
    color: #141414;
    font-size: 16px;
}

main p,
footer p {
	font-family: Ace-ProximaNovaSoft;
	margin: 0 0 10px 0;
}

.ace-dark-mode main p {
	color: #f7f7f7;
}

.ace-dark-mode footer p {
	color: #c2c2c2;
}

h2 {
	font-family: Ace-NeoSans;
	color: #141414;
	font-size: 1.75rem;
	line-height: 1.2875;
	letter-spacing: -0.07rem;
	margin: 0;
}

.ace-dark-mode h2 {
	color: #f7f7f7;
}

.w2d-footer {
	background-color: #f0f0f0;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

.ace-dark-mode .w2d-footer {
	background-color: #1f1f1f;
}

.w2d-footer__block {
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.w2d-footer__block:first-child {
    border-top: 0.0625rem solid rgba(20, 20, 20, 0.1);
}

.ace-dark-mode .w2d-footer__block:first-child {
    border-top: 0.0625rem solid hsla(0,0%,100%,.1);
}

.w2d-footer__block__container {
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    max-width: 1600px;
    width: 100%;
}

.w2d-footer__block__container.breadcrumbs {
    color: rgb(128, 128, 128); 
}

.w2d-footer__teams-supported__wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: flex-start;
}

.w2d-footer__teams-supported__wrapper img {
   	height: 28px; 
   	width: 28px;
}

@media only screen and (min-width: 430px) {
 .w2d-footer__teams-supported__wrapper img {
   	height: 32px; 
   	width: 32px;
 }
}

@media only screen and (min-width: 650px) {
    .w2d-footer__teams-supported__wrapper {
        flex-direction: row;
        gap: 2rem;
    }
    
    .w2d-footer__teams-supported__wrapper img {
    	height: 48px;
    	width: 48px;
    }
}

@media only screen and (min-width: 1025px) {
    .w2d-footer__teams-supported__wrapper {
        justify-content: flex-start;
    }
}

.w2d-footer ul {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: unset;
    font: inherit;
    list-style: none;
    justify-content: flex-start;
}

footer p {
	font-size: 14px;
}

.w2d-footer__block:not(:last-child),
.w2d-footer__block:first-child {
    border-bottom: 0.0625rem solid rgba(20, 20, 20, 0.1);
}

.ace-dark-mode .w2d-footer__block:not(:last-child),
.ace-dark-mode .w2d-footer__block:first-child {
    border-bottom: 0.0625rem solid hsla(0,0%,100%,.1);
}

/* Button Styling */
.btn {
    font-family: Ace-ProximaNovaSoft;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    border: none;
    cursor: pointer;
    margin: 0.5rem 0.5rem 0.5rem 0;
    transition: all 0.2s ease;
}

.btn-primary {
    background-color: #d70a2d;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #b50825;
}

.btn-secondary {
    background-color: transparent;
    color: #d70a2d;
    border: 1px solid #d70a2d;
}

.btn-secondary:hover {
    background-color: #d70a2d;
    color: #ffffff;
}

.ace-dark-mode .btn-secondary {
    color: #f7f7f7;
    border-color: #f7f7f7;
}

.ace-dark-mode .btn-secondary:hover {
    background-color: #f7f7f7;
    color: #141414;
}