*{
	margin: 0;
	padding: 0;
}
.post, .page {
    margin: 0;
}
.announcement a {
    color: #fff;
}
.site-header .brand .custom-logo {
    width: 150px;
}
.home .site-header .brand .custom-logo {
    filter: unset;
}
.site-header ul.header-menu {
	display: flex;
	list-style: none;
	gap: 0;
	margin: 0;
	padding: 0;
}
.site-header ul.header-menu li.menu-item {
	font-size: 17px;
	padding: 12px 15px;
}
.home .desktop-nav a {
	outline: 0;
	color: #fff;
}
.desktop-nav a {
    color: #fff;
    outline: 0;
}
.button {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    outline: 0;
    padding: 12px 23px;
}
a.text-link {
    display: inline-flex;
    gap: 15px;
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	color:#fff;
    letter-spacing: 0.7px;
    outline: 0;
    align-items: center;
    border: 1px solid #fff;
    padding: 12px 20px;
    border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
a.text-link.b-border{
	border: 1px solid #000;
	color:#000;
}
a.text-link:hover{
	transform: translateY(-2px);
}
a.text-link svg, .button svg {
    margin-top: 0px;
    width: 21px;
    height: 21px;
}
.eyebrow {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.section {
    padding: 100px 6vw;
}
.announcement p {
	margin: 5px 0;
	text-align: center;
}
/* footer */
body .site-footer h3 {
    font-size: 14px;
    letter-spacing: 1.6px;
    font-family: 'DM Sans', Arial, sans-serif;
    color: #fff;
    margin-bottom: 15px;
}
.footer-logo img {
	width: 200px;
	/* height: 50px; */
	object-fit: unset;
}
.footer-main p {
    font-size: 15px;
    line-height: 24px;
}
.site-footer a, .site-footer p {
    font-size: 14px;
	outline: 0	;
}
.footer-menu-link.active {
    color: #fff;
}
.site-footer a[href*="facebook.com"]::before{
	display: none;
}
.site-footer a[href*="facebook.com"] {
    column-gap: 4px;
}
.site-footer p {
    line-height: 22px;
    margin-bottom: 10px;
}
.social-icon img {
    width: 27px;
    height: 27px;
    object-fit: cover;
    margin-top: -2px;
}
.social-icon svg{
	margin-left:10px;
}
.site-footer a:hover {
    color: #fff;
}
.site-footer span.op_heading {
    font-size: 14px;
    color: rgba(255,255,255,.68);
}
.site-footer .copyrights p{
	margin: 0;
}
.site-footer .privacy-link::before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    background-color: rgba(255,255,255,.68);
    right: -11px;
    border-radius: 20px;
    top: 3px;
    bottom: 0;
    margin: auto;
}
.site-footer .privacy-link {
    position: relative;
    margin-right: 10px;
}
@media(max-width:1365px){
	.section {
		padding: 80px 6vw;
	}
}
@media(max-width:1199px){
	.section {
		padding: 70px 6vw;
	}
}
@media(max-width:1024px){
	.eyebrow {
		font-size: 12px;
	}
	.button {
		padding: 10px 15px;
	}
}
@media(max-width:900px){
	.desktop-nav {
		padding: 15px 20px;
		height: 90vh;
	}
	.site-header ul.header-menu li.menu-item {
		font-size: 16px;
		padding: 12px 0;
		border-bottom: 1px solid #ececec;
	}
	.site-header ul.header-menu li.menu-item:last-child {
		border: 0;
	}
	.site-header ul.header-menu{
		flex-direction: column;
	}
	.menu-toggle i {
		margin: 6px;
	}
	body.menu-open {
		overflow: hidden;
	}
	.footer-main {
		grid-column: 1;
	}
	.section {
		padding: 70px 4vw;
	}
	.home .desktop-nav a, .desktop-nav a {
		outline: 0;
		color: #000;
	}
}
@media(max-width:767px){
	.section {
		padding: 60px 4vw;
	}
	a.text-link{
		gap:10px;
		padding: 9px 15px;
	}
}
@media(max-width:600px){
	.announcement {
		font-size: 10px;
		font-weight: 500;
	}
	.section {
		padding: 30px 4vw 40px;
	}
	.announcement p {
		margin: -2px 15px;
	}
}
@media(max-width:479px){
	.announcement {
		row-gap: 0px;
		flex-wrap: wrap;
		padding: 7px 0px;
		column-gap: 6px;
		height: max-content;
	}
}
@media(max-width:374px){
	.button {
		padding: 8px 10px 8px 15px;
		font-size: 12px;
	}
	.text-link svg, .button svg {
		width: 18px;
		height: 18px;
	}
	.eyebrow {
		font-size: 11px;
		margin-bottom: 18px;
	}
}