@font-face {
	font-family: "Inter";
	src: url("Inter-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("Inter-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("Inter-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--bsw-text: #1d1d1b;
	--bsw-muted: #69737b;
	--bsw-border: #e7ebee;
	--bsw-red: #cf0055;
	--bsw-orange: #ef7a00;
	--bsw-yellow: #f9ac00;
	--bsw-grey-dark: #dce1e5;
	--bsw-grey-light: #f0f4f6;
	--bsw-content: 1200px;
	--bsw-wide: 1480px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #fff;
	color: var(--bsw-text);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

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

a:hover {
	color: var(--bsw-red);
}

img {
	display: block;
	max-width: 100%;
}

.bsw-button,
.bsw-main .elementor-widget-button .elementor-button,
.bsw-main .e-button-base {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 17px 25px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: var(--bsw-orange) !important;
	background-image: linear-gradient(90deg, var(--bsw-orange), var(--bsw-yellow)) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: "Inter", Arial, sans-serif;
	font-size: 22px !important;
	font-weight: 900 !important;
	line-height: 1.15 !important;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
}

.bsw-main .e-button-base {
	width: fit-content !important;
	max-width: 100%;
}

.bsw-button:hover,
.bsw-button:focus,
.bsw-main .elementor-widget-button .elementor-button:hover,
.bsw-main .elementor-widget-button .elementor-button:focus,
.bsw-main .e-button-base:hover,
.bsw-main .e-button-base:focus {
	background-color: #df7100 !important;
	background-image: linear-gradient(90deg, #df7100, var(--bsw-yellow)) !important;
	color: #fff !important;
}

.bsw-button:focus-visible,
.bsw-main .elementor-widget-button .elementor-button:focus-visible,
.bsw-main .e-button-base:focus-visible {
	outline: 2px solid var(--bsw-red);
	outline-offset: 3px;
}

.bsw-main .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
	align-items: center;
}

.bsw-main .elementor-widget-button .elementor-button .elementor-button-text {
	color: inherit;
}

.bsw-container {
	width: min(100% - 50px, var(--bsw-content));
	margin: 0 auto;
}

.bsw-header {
	position: sticky;
	top: 0;
	z-index: 50;
	height: 100px;
	background: #fff;
	border-bottom: 1px solid transparent;
}

.admin-bar .bsw-header {
	top: 32px;
}

.bsw-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 36px;
}

.bsw-logo img {
	width: 150px;
	height: auto;
}

.bsw-menu,
.bsw-footer-menu {
	display: flex;
	gap: 30px;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bsw-menu a {
	font-size: 17px;
	font-weight: 700;
}

.bsw-menu .current-menu-item > a,
.bsw-menu a:hover {
	color: var(--bsw-red);
}

.bsw-menu .donate-button a {
	display: inline-block;
	color: #fff;
	padding: 12px 20px;
	background: linear-gradient(90deg, var(--bsw-orange), var(--bsw-yellow));
}

.bsw-main {
	min-height: 65vh;
	padding-bottom: 110px;
}

.bsw-hero {
	padding: 82px 0 72px;
	background: linear-gradient(90deg, var(--bsw-grey-dark), var(--bsw-grey-light));
}

.bsw-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 40px;
}

.bsw-kicker {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.bsw-hero h1,
.bsw-single h1 {
	display: table;
	margin: 0;
	font-size: clamp(44px, 6vw, 86px);
	line-height: 0.95;
	font-weight: 900;
	letter-spacing: 0;
	background: linear-gradient(90deg, var(--bsw-red), #e7622b 52%, #f08e17);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.bsw-lede {
	max-width: 760px;
	margin: 24px 0 0;
	color: #2e3438;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.32;
}

.bsw-hero__cta,
.bsw-read-more {
	font-size: 20px;
	font-weight: 900;
}

.bsw-posts-header {
	padding: 58px 0 50px;
	background: #fff;
}

.bsw-posts-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.bsw-posts-header h2 {
	margin: 0;
	color: #07111d;
	font-size: clamp(42px, 4.6vw, 58px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.bsw-posts-header a {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

.bsw-posts-header a:hover {
	color: var(--bsw-red);
}

.bsw-posts {
	padding-top: 70px;
}

.bsw-post-grid {
	display: grid;
	gap: 50px;
}

.bsw-post-card {
	display: grid;
	grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
	gap: 46px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.bsw-post-card__image {
	min-height: 280px;
	background: var(--bsw-grey-light);
	overflow: hidden;
}

.bsw-post-card__image img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.bsw-post-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.bsw-post-card time,
.bsw-single time {
	display: block;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 700;
}

.bsw-post-card h2 {
	margin: 0 0 14px;
	font-size: clamp(26px, 4vw, 42px);
	line-height: 1.05;
	font-weight: 900;
	letter-spacing: 0;
}

.bsw-post-card p {
	max-width: 700px;
	margin: 0 0 22px;
	color: #263038;
	font-size: 18px;
}

.navigation.pagination {
	margin-top: 50px;
	font-weight: 700;
}

.nav-links {
	display: flex;
	gap: 12px;
}

.page-numbers {
	padding: 8px 12px;
	border: 1px solid var(--bsw-border);
}

.page-numbers.current {
	color: #fff;
	background: var(--bsw-red);
	border-color: var(--bsw-red);
}

.bsw-single {
	padding-top: 70px;
}

.bsw-single__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
	gap: 46px;
}

.bsw-single__header {
	grid-column: 1 / -1;
	max-width: 980px;
}

.bsw-back {
	display: inline-block;
	margin-bottom: 30px;
	font-weight: 900;
}

.bsw-single__image img {
	width: 100%;
	height: auto;
}

.bsw-single__content {
	max-width: 760px;
	font-size: 20px;
	line-height: 1.55;
}

.bsw-single__content p {
	margin-top: 0;
}

.bsw-page {
	padding-top: 70px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.bsw-page__banner {
	width: min(100% - 50px, var(--bsw-content));
	margin: 0 auto;
	background: var(--bsw-grey-light);
	overflow: hidden;
}

.bsw-page__banner img {
	width: 100%;
	height: clamp(260px, 36vw, 440px);
	object-fit: cover;
}

.bsw-page__content {
	width: min(100% - 50px, var(--bsw-content));
	margin: 60px auto 0;
}

.elementor-page .bsw-page {
	padding-top: 0;
}

.elementor-page .bsw-page__content {
	width: 100%;
	margin-top: 0;
}

.bsw-footer {
	padding: 45px 0 38px;
	border-top: 1px solid var(--bsw-border);
	background: #fff;
}

.bsw-footer__inner {
	display: grid;
	grid-template-columns: 1.1fr 1fr auto;
	gap: 40px;
	align-items: end;
}

.bsw-footer__brand img {
	width: 150px;
	margin-bottom: 18px;
}

.bsw-footer__brand p {
	margin: 0;
	font-weight: 700;
	line-height: 1.28;
}

.bsw-footer-menu {
	display: block;
	column-count: 2;
	column-gap: 36px;
}

.bsw-footer-menu a {
	display: inline-block;
	font-weight: 700;
	line-height: 2;
}

.bsw-footer__social {
	display: flex;
	gap: 18px;
	align-items: center;
}

.bsw-footer__social a {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: #fff;
	background: var(--bsw-text);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.bsw-footer__social a:hover {
	background: var(--bsw-red);
	color: #fff;
}

@media (max-width: 780px) {
	.admin-bar .bsw-header {
		top: 46px;
	}

	.bsw-header {
		height: auto;
	}

	.bsw-header__inner,
	.bsw-hero__grid,
	.bsw-post-card,
	.bsw-single__grid,
	.bsw-footer__inner {
		grid-template-columns: 1fr;
	}

	.bsw-header__inner {
		display: grid;
		padding: 26px 0;
	}

	.bsw-menu {
		flex-wrap: wrap;
		gap: 14px 22px;
	}

	.bsw-posts-header {
		padding: 42px 0 34px;
	}

	.bsw-posts-header__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.bsw-posts-header a {
		font-size: 19px;
	}

	.bsw-hero {
		padding: 56px 0 50px;
	}

	.bsw-posts {
		padding-top: 48px;
	}

	.bsw-post-card {
		gap: 24px;
	}

	.bsw-post-card__image,
	.bsw-post-card__image img {
		min-height: 220px;
	}

	.bsw-footer-menu {
		column-count: 1;
	}

	.bsw-footer__social {
		justify-content: flex-start;
	}
}
