/* GLOBAL DESKTOP */


@font-face {
	font-family: "Activist";
	src: url("../fonts/Activist.woff2");
}

@font-face {
	font-family: "Atlas Grotesk";
	src: url("../fonts/AtlasGrotesk-Regular.otf");
}

html {
	overflow-x: hidden;
	font-size: calc(1px + ((100vw - 390px) / 390) * 1);
	scroll-behavior: smooth;
}

body {
	color: var(--textLight);
	overflow-x: hidden;
	font-size: 16rem;
	line-height: normal;
	font-weight: 400;
	font-family: "Atlas Grotesk", sans-serif;
	-webkit-font-smoothing: antialiased;
}

* {
	margin: 0;
}

figure {
	margin: 0;
}

p,
a {
	font-family: "Atlas Grotesk", sans-serif;
	font-size: 16rem;
	font-weight: 400;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

button {
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Activist", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

img {
	height: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: var(--gcw_offwhite);
	transition: background-color 500000s ease-out 0s;
	box-shadow: inset 0 0 20rem 20rem #23232329;
}

.ha_btn {
	height: 48rem;
	line-height: 46rem;
	border-radius: 8rem;
	background: var(--gcw_orange);
	color: var(--gcw_charcoal);
	border: 1px solid var(--gcw_orange);
	transition: 300ms ease-out;
	text-transform: uppercase;
	padding: 0 45rem;
	display: inline-block;
	text-decoration: none;
	font-size: 14rem;
	font-family: "Activist", sans-serif;
	text-align: center;
}

.ha_btn:hover,
.ha_btn:focus {
	background-color: transparent;
	color: var(--gcw_orange);
	transition: 300ms ease-out;
	outline: none;
}

.ha_section_container {
	padding: 0 20rem;
}

.ha_btn.ha_btn_border {
	background-color: transparent;
	color: var(--gcw_orange);
}

.ha_btn.ha_btn_border:hover {
	background-color: var(--gcw_orange);
	color: var(--gcw_charcoal);
}

.ha_btn.ha_btn_black {
	background: var(--gcw_charcoal);
	color: var(--gcw_offwhite);
	border: 1px solid var(--gcw_charcoal);
}

.ha_btn.ha_btn_black:hover {
	background-color: transparent;
	color: var(--gcw_charcoal);
}

@media (min-width: 768px) {
	.ha_btn {
		font-size: 16rem;
	}
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.current-menu-item a,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.current-menu-item a {
	color: var(--gcw_orange);
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.current-menu-item::after,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.current-menu-item::after {
	filter: unset;
	transition: 300ms ease-out;
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children {
	padding-right: 20rem;
	position: relative;
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu {
	background: url("../images/sub-menu-bg.png#svgView(preserveAspectRatio(none))") center center no-repeat;
	background-size: 100% 100%;
	padding: 16rem;
	gap: 12rem;
	min-width: 212rem;
	height: auto;
	white-space: nowrap;
	flex-direction: column;
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li {
	padding-bottom: 6rem;
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a {
	color: var(--gcw_gunmetal);
	font-family: "Activist", sans-serif;
	font-size: 16rem;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	transition: 300ms ease-out;
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a:hover,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a:hover {
	color: var(--gcw_orange);
	transition: 300ms ease-out;
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a::after,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a::after {
	background-color: var(--gcw_orange);
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li:last-child,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li:last-child {
	padding-bottom: 0;
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu:hover,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu:hover {
	display: flex;
}

header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children::after,
header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children::after {
	content: "";
	width: 12rem;
	height: 12rem;
	background-size: 100%;
	background-image: url("../images/ic-plus.svg");
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	filter: brightness(0) invert(1);
}

header .mobile_nav .mobile_top_nav,
header .mobile_nav .mobile_top_nav_sticky {
	padding: 0 20rem;
}

header .mobile_nav .mobile_top_left .main_logo_mobile img {
	height: 40rem;
	width: auto;
}

header .mobile_nav .mobile_top_right .hamburger_button {
	width: 45rem;
	height: 2rem;
}

header .mobile_nav .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu::after {
	width: 32rem;
}

header .mobile_nav .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu.animate::before {
	width: 32rem;
}

header .mobile_nav .mobile_bottom_nav {
	padding: 48rem 20rem;
	background-image: url("../images/bg-mo-nav.png#svgView(preserveAspectRatio(none))");
	background-size: 100% 100%;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container {
	padding-bottom: 48rem;
	overflow-y: auto;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container {
	margin-bottom: 80rem;
	padding: 0 28rem;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul {
	display: flex;
	gap: 20rem;
	flex-direction: column;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul li a {
	font-size: 32rem;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	line-height: normal;
	color: var(--gcw_lightgrey);
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul li.current-menu-item a {
	color: var(--gcw_orange);
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul li.menu-item-has-children>a {
	position: relative;
	padding-right: 35rem;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul li.menu-item-has-children>a::after {
	content: "";
	width: 16rem;
	height: 16rem;
	background-size: 100%;
	background-image: url("../images/ic-plus.svg");
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul li.active a::after {
	background-image: url("../images/ic-minus.svg");
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul.sub-menu {
	gap: 12rem;
	padding-top: 16rem;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul.sub-menu li a {
	font-size: 16rem;
	color: var(--gcw_offwhite);
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .mobile_bottom_nav_foot ul {
	display: flex;
	align-items: center;
	gap: 20rem;
	margin-bottom: 24rem;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .mobile_bottom_nav_foot ul li a img {
	height: 19rem;
	width: auto;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .mobile_bottom_nav_foot .ha_b_foot {
	display: flex;
	justify-content: space-between;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .mobile_bottom_nav_foot .ha_b_foot a {
	font-size: 20rem;
	line-height: 24rem;
	display: inline-block;
	color: var(--gcw_offwhite);
	text-decoration: none;
}

header .mobile_nav .mobile_bottom_nav .mobile_inner_container .mobile_bottom_nav_foot .ha_b_foot a:last-child {
	font-size: 14rem;
	line-height: 16rem;
	opacity: 0.96;
	padding-bottom: 6rem;
	color: var(--gcw_offwhite);
	border-bottom: 1px solid var(--gcw_offwhite);
}

.page-template-page-blog-archive .desktop_menu_nav,
.page-template-page-blog-archive .desktop_nav_sticky,
.single-post .desktop_menu_nav,
.single-post .desktop_nav_sticky {
	background-color: var(--gcw_lightgrey);
}

/* .page-template-page-blog-archive .desktop_menu_nav .nav_left a img,
.page-template-page-blog-archive .desktop_nav_sticky .nav_left a img,
.single-post .desktop_menu_nav .nav_left a img,
.single-post .desktop_nav_sticky .nav_left a img {
	filter: brightness(10%);
} */

.page-template-page-blog-archive .desktop_menu_nav .nav_left a .main_logo_grey path,
.page-template-page-blog-archive .desktop_nav_sticky .nav_left a .main_logo_grey path,
.single-post .desktop_menu_nav .nav_left a .main_logo_grey path,
.single-post .desktop_nav_sticky .nav_left a .main_logo_grey path {
	fill: var(--gcw_charcoal);
}

.page-template-page-blog-archive .desktop_menu_nav .main_menu_wrapper ul li a,
.page-template-page-blog-archive .desktop_nav_sticky .main_menu_wrapper ul li a,
.single-post .desktop_menu_nav .main_menu_wrapper ul li a,
.single-post .desktop_nav_sticky .main_menu_wrapper ul li a {
	color: var(--gcw_charcoal);
}

.page-template-page-blog-archive .desktop_menu_nav .main_menu_wrapper ul li a::after,
.page-template-page-blog-archive .desktop_nav_sticky .main_menu_wrapper ul li a::after,
.single-post .desktop_menu_nav .main_menu_wrapper ul li a::after,
.single-post .desktop_nav_sticky .main_menu_wrapper ul li a::after {
	background-color: var(--gcw_charcoal);
}

.page-template-page-blog-archive .desktop_menu_nav,
.single-post .desktop_menu_nav {
	border-bottom: 0.5px solid rgba(47, 51, 53, 0.5);
}

.page-template-page-blog-archive header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children::after,
.page-template-page-blog-archive header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children::after,
.single-post header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children::after,
.single-post header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children::after {
	background-image: url("../images/ic-plus-b.svg");
	filter: none;
}

.page-template-page-blog-archive header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu,
.page-template-page-blog-archive header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu,
.single-post header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu,
.single-post header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu {
	background: url("../images/sub-menu-bg-b.png#svgView(preserveAspectRatio(none))") center center no-repeat;
	background-size: 100% 100%;
}

.page-template-page-blog-archive header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a,
.page-template-page-blog-archive header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a,
.single-post header .desktop_nav .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a,
.single-post header .desktop_nav_sticky .desktop_menu_nav .nav_right .main_menu_wrapper .menu-main-container ul li.menu-item-has-children .sub-menu li a {
	color: var(--gcw_lightgrey);
}

.page-template-page-blog-archive .mobile_nav,
.single-post .mobile_nav {
	border-bottom: 1px solid var(--gcw_offblack);
}

.page-template-page-blog-archive .mobile_nav .mobile_top_nav,
.single-post .mobile_nav .mobile_top_nav {
	background-color: var(--gcw_lightgrey);
}

.page-template-page-blog-archive .mobile_nav .mobile_top_nav .mobile_top_left .main_logo_mobile .main_logo_grey path,
.single-post .mobile_nav .mobile_top_nav .mobile_top_left .main_logo_mobile .main_logo_grey path {
	fill: var(--gcw_charcoal);
}

.page-template-page-blog-archive .mobile_nav .mobile_top_nav .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu::before,
.page-template-page-blog-archive .mobile_nav .mobile_top_nav .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu::after,
.single-post .mobile_nav .mobile_top_nav .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu::before,
.single-post .mobile_nav .mobile_top_nav .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu::after {
	background-color: var(--gcw_charcoal);
}

/* Mobile nav open */

.page-template-page-blog-archive .mobile_nav .mobile_top_nav.open,
.single-post .mobile_nav .mobile_top_nav.open {
	background: var(--bodyBg);
}

.page-template-page-blog-archive .mobile_nav .mobile_top_nav.open .mobile_top_left .main_logo_mobile .main_logo_grey path,
.single-post .mobile_nav .mobile_top_nav.open .mobile_top_left .main_logo_mobile .main_logo_grey path {
	fill: var(--gcw_grey);
}

.page-template-page-blog-archive .mobile_nav .mobile_top_nav.open .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu::before,
.page-template-page-blog-archive .mobile_nav .mobile_top_nav.open .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu::after,
.single-post .mobile_nav .mobile_top_nav.open .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu::before,
.single-post .mobile_nav .mobile_top_nav.open .mobile_top_right .hamburger_button .menu_wrapper .hamburger_menu::after {
	background-color: var(--gcw_grey);
}

/* 
.page-template-page-blog-archive .mobile_nav .mobile_bottom_nav,
.single-post .mobile_nav .mobile_bottom_nav {
	background-color: var(--gcw_lightgrey);
}

.page-template-page-blog-archive .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul li a,
.single-post .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul li a {
	color: var(--gcw_charcoal);
}

.page-template-page-blog-archive .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul.sub-menu li a,
.single-post .mobile_nav .mobile_bottom_nav .mobile_inner_container .menu-main-container ul.sub-menu li a {
	color: var(--gcw_charcoal);
}

.page-template-page-blog-archive .mobile_nav .mobile_bottom_nav .mobile_inner_container .mobile_bottom_nav_foot .ha_b_foot a,
.single-post .mobile_nav .mobile_bottom_nav .mobile_inner_container .mobile_bottom_nav_foot .ha_b_foot a {
	color: var(--gcw_charcoal);
}

.page-template-page-blog-archive .mobile_nav .mobile_bottom_nav .mobile_inner_container .mobile_bottom_nav_foot .ha_b_foot a:last-child,
.single-post .mobile_nav .mobile_bottom_nav .mobile_inner_container .mobile_bottom_nav_foot .ha_b_foot a:last-child {
	color: var(--gcw_charcoal);
	border-bottom: 1px solid var(--gcw_charcoal);
} */

footer {
	background: var(--gcw_charcoal);
}

footer .ha_footer_top {
	padding: 64rem 0 16rem;
}

footer .ha_footer_top .ha_slider_footer .ha_slide img {
	height: 55rem;
	width: auto;
}

footer .ha_footer_top .ha_slider_footer .slick-slide {
	margin: 0 14rem;
}

footer .ha_footer_top .ha_slider_footer .slick-list {
	margin: 0 -14rem;
}

footer .ha_footer_top .ha_slider_footer .slick-list .slick-slide>div {
	font-size: 0;
}

footer .ha_footer_bot {
	padding: 48rem 0;
	border-top: 1px solid var(--gcw_gunmetal);
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_head {
	display: flex;
	flex-direction: column;
	gap: 40rem;
	margin-bottom: 32rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_subscription h6 {
	color: var(--gcw_lightgrey);
	font-size: 14rem;
	line-height: 20px;
	letter-spacing: 0.28px;
	margin-bottom: 16rem;
	font-family: "Atlas Grotesk", sans-serif;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper {
	display: grid;
	grid-template-columns: auto auto;
	gap: 24rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper>div:first-child {
	grid-row: 1 / 4;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper .ha_footer_menu li a {
	color: var(--gcw_lightgrey);
	font-size: 16rem;
	font-weight: 500;
	letter-spacing: 0.32px;
	display: inline-block;
	text-decoration: none;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper .ha_footer_menu li .sub-menu {
	display: flex;
	flex-direction: column;
	gap: 12rem;
	margin-top: 18rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper .ha_footer_menu li .sub-menu li a {
	color: var(--gcw_lightgrey);
	font-size: 14rem;
	letter-spacing: 0.28px;
	text-transform: capitalize;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper .ha_footer_menu li .sub-menu li a:hover {
	color: var(--gcw_orange);
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info {
	margin-bottom: 30rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 32rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_info a {
	font-size: 20rem;
	line-height: 24rem;
	display: inline-block;
	color: var(--gcw_offwhite);
	text-decoration: none;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_info a:hover {
	color: var(--gcw_orange);
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_info a:last-child {
	font-size: 14px;
	line-height: 16rem;
	opacity: 0.96;
	padding-bottom: 6rem;
	color: var(--gcw_offwhite);
	border-bottom: 1px solid var(--gcw_offwhite);
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_info a:last-child:hover {
	color: var(--gcw_orange);
	border-bottom: 1px solid var(--gcw_orange);
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info ul {
	display: flex;
	align-items: center;
	gap: 20rem;
	margin-bottom: 24rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info ul li a {
	transition: 300ms ease-out;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info ul li a img {
	height: 19rem;
	width: auto;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info ul li a:hover {
	opacity: 0.6;
	transition: 300ms ease-out;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_copyright {
	display: flex;
	flex-direction: column;
	gap: 8rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_copyright p {
	display: flex;
	color: var(--gcw_lightgrey);
	font-size: 12rem;
	line-height: 16rem;
	letter-spacing: 0.5px;
	gap: 2rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_copyright p svg {
	width: 12rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_copyright p:last-child img {
	width: 80rem;
	margin-left: 8rem;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_copyright p a {
	transition: 300ms ease-out;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_copyright p a:hover {
	opacity: 0.6;
	transition: 300ms ease-out;
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .footer_logo {
	transform: scale(1.1);
}

footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .footer_logo img {
	width: 100%;
}

.gform_validation_errors {
	display: none;
}

.ha_form .gform-body .gform_fields {
	position: relative;
	display: block !important;
}

.ha_form .gform-body .gform_fields .gfield {
	grid-column: unset;
}

.ha_form .gform-body .gform_fields .gfield .ginput_container input {
	border-radius: 8px;
	border: 1px solid var(--gcw_gunmetal);
	padding: 0 16rem;
	height: 48rem !important;
	line-height: 48rem;
	color: var(--gcw_lightgrey);
	font-size: 16rem;
}

.ha_form .gform-body .gform_fields .gfield .gfield_description {
	position: absolute;
	bottom: -8rem;
	left: 0;
	transform: translateY(100%);
	border: 0;
	background-color: transparent;
	color: var(--gcw_orange);
}

.ha_form .gform-body .gform_fields .gfield.gfield--type-submit {
	position: absolute;
	right: 16rem;
	top: 50%;
	transform: translateY(-50%);
}

.ha_form .gform-body .gform_fields .gfield.gfield--type-submit input {
	color: var(--gcw_orange) !important;
	font-family: "Activist", sans-serif;
	font-size: 16rem;
	letter-spacing: 0.32px;
	background-color: transparent !important;
	padding: 0;
	border: 0;
	width: 100%;
}

.ha_form .gform_footer {
	padding: 0;
	display: none !important;
}

.ha_section_hero {
	position: relative;
	min-height: 608rem;
}

.ha_section_hero picture {
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: url(#svg_draw_hero_mo);
	display: block;
	top: 64rem;
}

.ha_section_hero picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ha_section_hero .ha_section_container {
	z-index: 1;
}

.ha_section_hero .ha_section_container .ha_b_body {
	padding: 48rem 0;
	max-width: 668rem;
	margin-top: 64rem;
}

.ha_section_hero .ha_section_container .ha_b_body h1 {
	color: var(--gcw_offwhite);
	font-size: 40rem;
	text-transform: uppercase;
	margin-bottom: 20rem;
}

.ha_section_hero .ha_section_container .ha_b_body p {
	color: var(--gcw_offwhite);
	font-size: 16rem;
	line-height: 22rem;
	margin-bottom: 24rem;
	max-width: 100%;
	white-space: break-spaces;
}

.ha_section_hero .ha_section_container .ha_b_body .ha_btn {
	min-width: 224rem;
}

.ha_b_description h4 {
	color: var(--gcw_lightgrey);
	font-family: "Atlas Grotesk";
	font-size: 14rem;
	line-height: 14rem;
	text-transform: uppercase;
	margin-bottom: 16rem;
}

.ha_b_description h5 {
	color: var(--gcw_offwhite);
	font-size: 32rem;
	text-transform: uppercase;
	margin-bottom: 20rem;
}

.ha_b_description p {
	color: var(--gcw_lightgrey);
	font-size: 16rem;
	line-height: 24rem;
	white-space: break-spaces;
}

.ha_b_collapse ul {
	display: flex;
	flex-direction: column;
}

.ha_b_collapse ul li .ha_toggle_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16rem 0;
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 0.5px solid rgba(222, 226, 230, 0.96);
}

.ha_b_collapse ul li .ha_toggle_top h3 {
	color: var(--gcw_offwhite);
	font-size: 18rem;
	letter-spacing: 0.36px;
	text-transform: uppercase;
}

.ha_b_collapse ul li .ha_toggle_top svg {
	width: 34rem;
	height: 34rem;
	display: block;
	transform: rotate(90deg);
	transition: all .3s ease-out;
}


.ha_b_collapse ul li a.service_link {
	width: fit-content;
	display: block;
	position: relative;
	font-size: 14rem !important;
}

.ha_b_collapse ul li a.service_link::after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -4px;
	left: 0;
	background-color: var(--gcw_orange);
}

.ha_b_collapse ul li .ha_toggle_top:hover h3,
.ha_b_collapse ul li.isActive .ha_toggle_top h3 {
	color: var(--gcw_orange);
}

.ha_b_collapse ul li .ha_toggle_top:hover svg,
.ha_b_collapse ul li.isActive .ha_toggle_top svg {
	transform: rotate(-90deg) !important;
}

.ha_b_collapse ul li .acc_content {
	color: var(--gcw_lightgrey);
	font-size: 16rem;
	line-height: 24rem;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	transition: 300ms ease-out;
}

.ha_b_collapse ul li.isActive .acc_content {
	overflow: initial;
	opacity: 1;
	padding: 20rem 0;
	max-height: 500rem;
	transition: 300ms ease-out;
}

.ha_b_collapse ul li svg path {
	transform: all .3s ease-out;
}

.ha_b_collapse ul li .ha_toggle_top:hover svg path,
.ha_b_collapse ul li.isActive svg path {
	stroke: var(--gcw_orange);
}


.ha_section_testimonials {
	padding: 72rem 0 18rem;
	background: url("../images/mb-testimonitlas-bg.png#svgView(preserveAspectRatio(none))") center center no-repeat;
	background-size: 100% 100%;
}

.ha_section_testimonials .ha_section_container {
	display: flex;
	flex-direction: column;
	gap: 114rem;
}

.ha_section_testimonials .ha_section_container .ha_b_description h4,
.ha_section_testimonials .ha_section_container .ha_b_description h5 {
	color: var(--gcw_charcoal);
	max-width: 400rem;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance {
	padding-bottom: 156rem;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .ha_slide .ha_desc {
	color: var(--gcw_charcoal);
	font-size: 16rem;
	line-height: 24rem;
	margin-bottom: 40rem;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .ha_slide .ha_auth p {
	color: var(--gcw_charcoal);
	font-size: 16rem;
	line-height: 24rem;
	margin-bottom: 8rem;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .ha_slide .ha_auth h6 {
	color: var(--gcw_offblack);
	font-size: 18rem;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-arrow {
	width: 40rem;
	height: 42rem;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3;
	bottom: 0;
	top: unset;
	transform: unset;
	filter: brightness(10%);
	transition: 300ms ease-out;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-arrow::before {
	content: "";
	display: none;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-arrow.slick-prev {
	background-image: url("../images/arrow-left-border.svg");
	left: 40rem;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-arrow.slick-next {
	background-image: url("../images/arrow-right-border.svg");
	right: 40rem;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-arrow:hover {
	transition: 300ms ease-out;
	filter: unset;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-dots {
	bottom: 20rem;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-dots li {
	width: 8.5rem;
	height: 8rem;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	background-image: url("../images/ic-dot-inactive.svg");
	background-size: 100%;
	background-repeat: no-repeat;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-dots li button::before {
	display: none;
}

.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-dots li.slick-active button {
	background-image: url("../images/ic-dot.svg");
}

.ha_section_desc_img {
	background: var(--gcw_lightgrey);
	height: 100%;
}

.ha_section_desc_img .ha_section_container {
	padding: 0;
	display: flex;
	flex-direction: column-reverse;
	gap: 72rem;
}

.ha_section_desc_img .ha_section_container .ha_b_description {
	padding: 0 20rem 72rem 20rem;
	max-width: 451rem;
}

.ha_section_desc_img .ha_section_container .ha_b_description h5 {
	color: var(--gcw_charcoal);
	max-width: 506rem;
	margin-bottom: 24rem;
}

.ha_section_desc_img .ha_section_container .ha_b_description p {
	color: var(--gcw_charcoal);
	max-width: 403rem;
}

.ha_section_desc_img .ha_section_container .ha_b_description .ha_btn {
	margin-top: 24rem;
	min-width: 295rem;
}

.ha_section_desc_img .ha_section_container .ha_b_body {
	background: var(--gcw_charcoal);
}

.ha_section_desc_img .ha_section_container .ha_b_body picture {
	width: 100%;
	height: 448rem;
	display: block;
	clip-path: url(#svg_draw_tailored_mo);
}

.ha_section_desc_img .ha_section_container .ha_b_body picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ha_section_desc_img.dart_mode {
	background: var(--gcw_offblack);
}

.ha_section_desc_img.dart_mode .ha_section_container .ha_b_description h5 {
	color: var(--gcw_lightgrey);
}

.ha_section_desc_img.dart_mode .ha_section_container .ha_b_description p {
	color: var(--gcw_lightgrey);
}

.ha_section_desc_img.dart_mode .ha_section_container .ha_b_body {
	background: var(--gcw_grey);
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_input .ginput_container {
	position: relative;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_input .ginput_container input {
	color: var(--gcw_lightgrey);
	font-size: 14rem;
	padding: 16rem 0;
	height: auto !important;
	width: 100%;
	line-height: 14rem !important;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_input .ginput_container .ui-datepicker-trigger {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_input.ha_form_textarea {
	margin-top: 24rem;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_input.ha_form_textarea textarea {
	border: 1px solid var(--gcw_gunmetal);
	padding: 24rem 16rem;
	height: 80rem !important;
	resize: none;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_select .ginput_container select {
	color: var(--gcw_lightgrey);
	font-size: 14rem;
	padding: 16rem 0;
	height: auto !important;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .gfield_label {
	font-family: "Atlas Grotesk", sans-serif;
	font-size: 16rem;
	font-weight: 500;
	letter-spacing: 0.32px;
	margin-bottom: 30rem;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .gfield_label .gfield_required {
	display: none;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio {
	display: flex;
	flex-wrap: wrap;
	gap: 30rem;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice {
	flex: 1 0 45%;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:checked,
.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:not(:checked) {
	opacity: 0;
	display: none;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:checked+label,
.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:not(:checked)+label {
	position: relative;
	padding-right: 28rem;
	cursor: pointer;
	line-height: 24rem;
	display: inline-block;
	font-size: 14rem;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:checked+label:before,
.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:not(:checked)+label:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16rem;
	height: 16rem;
	background-image: url("../images/radio-border.svg");
	background-size: 16rem 16rem;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:checked+label:after,
.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:not(:checked)+label:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5rem;
	transform: translateY(-50%);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 6rem;
	height: 6rem;
	border-radius: 2rem;
	background-color: var(--gcw_orange);
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:not(:checked)+label:after {
	opacity: 0;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gfield-choice-input[type="radio"]:checked+label:after {
	opacity: 1;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice .gform-field-label {
	padding-right: 28rem;
	position: relative;
	max-width: 100%;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .gfield_label {
	font-family: "Atlas Grotesk", sans-serif;
	font-size: 16rem;
	font-weight: 500;
	letter-spacing: 0.32px;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .gfield_label .gfield_required {
	display: none;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .ginput_container {
	border: 1px solid var(--gcw_gunmetal);
	position: relative;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .ginput_container input[type="file"] {
	opacity: 0;
	width: 100%;
	background-color: transparent;
	font-size: 14rem;
	line-height: 24rem;
	padding: 8rem 0;
	z-index: 3;
	position: relative;
	color: var(--gcw_lightgrey);
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .ginput_container .gfield_description {
	display: none;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .ginput_container::before {
	content: "Upload File";
	position: absolute;
	top: 50%;
	left: 16rem;
	transform: translateY(-50%);
	font-size: 14rem;
	font-family: "Atlas Grotesk", sans-serif;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .ginput_container::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16rem;
	transform: translateY(-50%);
	background-image: url("../images/ic-upload.svg");
	background-size: 100% 100%;
	width: 16rem;
	height: 16rem;
	z-index: 1;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .ginput_container.isActive input[type="file"] {
	opacity: 1;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .ginput_container.isActive::before,
.ha_form_hire_with_us .gform-body .gform_fields .ha_form_upload .ginput_container.isActive::after {
	opacity: 0;
}

.ha_form_hire_with_us .gform-body .gform_fields .ha_form_message {
	color: var(--gcw_lightgrey);
	font-family: "Atlas Grotesk", sans-serif;
	font-size: 14rem;
	line-height: 22rem;
	text-align: center;
}

.ha_form_hire_with_us .gform-body .gform_fields .gfield_error .ginput_container input,
.ha_form_hire_with_us .gform-body .gform_fields .gfield_error .ginput_container select {
	border: 0;
	border-bottom: 1px solid var(--gcw_orange);
}

.ha_form_hire_with_us .gform-body .gform_fields .gfield_description {
	background: transparent;
	border: 0;
	padding: 8rem 0 !important;
}

.ha_form_hire_with_us .gform_footer {
	padding: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 30rem !important;
}

.ha_form_hire_with_us .gform_footer input[type="submit"] {
	color: var(--gcw_charcoal);
	text-align: center;
	font-family: "Activist", sans-serif;
	font-size: 14rem;
	letter-spacing: 0.28px;
	background-color: var(--gcw_orange);
	border: 1px solid var(--gcw_orange);
	transition: 300ms ease-out;
	height: 48rem;
	line-height: 48rem;
	padding: 0;
	margin: 0;
	margin-bottom: 0 !important;
	cursor: pointer;
	border-radius: 8rem;
}

.ha_form_hire_with_us .gform_footer input[type="submit"]:hover {
	color: var(--gcw_orange) !important;
	background-color: transparent !important;
}

.gravity-theme.ui-datepicker .ui-datepicker-header select {
	font-size: 16rem !important;
}

.ha_section_description_collapse {
	opacity: 0.96;
	background: var(--gcw_charcoal);
}

.ha_section_description_collapse .ha_section_container .ha_b_description {
	margin-bottom: 24rem;
	max-width: 527rem;
}

.ha_section_description_collapse .ha_section_container .ha_b_description .ha_btn {
	margin-top: 32rem;
}

.ha_section_contact {
	padding: 64rem 0;
	background: var(--gcw_charcoal);
}

.ha_section_contact .ha_section_container .ha_b_head {
	text-align: center;
	max-width: 492rem;
	margin: 0 auto 40rem;
}

.ha_section_contact .ha_section_container .ha_b_head h4 {
	color: var(--gcw_lightgrey);
	font-size: 40rem;
	text-transform: uppercase;
	margin-bottom: 16rem;
}

.ha_section_contact .ha_section_container .ha_b_head p {
	color: var(--gcw_lightgrey);
	font-size: 16rem;
	line-height: 24rem;
}

.ha_section_contact .ha_section_container .ha_b_body {
	max-width: 822rem;
	margin: 0 auto;
}

.ha_section_img_desc {
	background: var(--gcw_charcoal);
}

.ha_section_img_desc .ha_section_container {
	display: flex;
	flex-direction: column;
	gap: 40rem;
}

.ha_section_img_desc .ha_section_container .ha_b_description .ha_btn {
	margin: 32rem auto 0;
	min-width: 224rem;
}

.ha_section_img_desc .ha_section_container picture {
	width: 100%;
	height: 320rem;
	border-radius: 8rem;
	overflow: hidden;
}

.ha_section_img_desc .ha_section_container picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ha_b_post_item {
	color: var(--gcw_offblack);
}

.ha_b_post_item figure {
	/* height: 256rem; */
	border-radius: 8rem;

	margin-bottom: 16rem;

	width: 100%;
	padding-top: 73%;
	position: relative;
	overflow: hidden;
}

.ha_b_post_item figure a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: 300ms ease-out;
}

.ha_b_post_item figure a:hover img {
	transform: scale(1.026);
	transition: 300ms ease-out;
}

.ha_b_post_item .ha_b_content h3 {
	padding-bottom: 16rem;
	margin-bottom: 16rem;
	border-bottom: 1px solid var(--gcw_offblack);
}

.ha_b_post_item .ha_b_content h3 a {
	color: var(--gcw_offblack);
	font-family: "Activist", sans-serif;
	font-size: 18rem;
	line-height: 26rem;
	/* 144.444% */
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ha_b_post_item .ha_b_content h3 a:hover {
	color: var(--gcw_orange);
	transition: 300ms ease-out;
}

.ha_b_post_item .ha_b_content ul {
	padding-bottom: 16rem;
	margin-bottom: 16rem;
	border-bottom: 1px solid var(--gcw_offblack);
	display: flex;
	align-items: center;
	gap: 32rem;
}

.ha_b_post_item .ha_b_content ul li:first-child p {
	text-decoration-line: underline;
}

.ha_b_post_item .ha_b_content ul li:last-child p {
	font-family: "Atlas Grotesk", sans-serif;
}

.ha_b_post_item .ha_b_content ul li p {
	font-family: "Activist", sans-serif;
	font-size: 14rem;
	line-height: 16rem;
	letter-spacing: 0.5rem;
	color: inherit;
}

.ha_b_post_item .ha_b_content .ha_short_desc {
	color: inherit;
	font-size: 16rem;
	line-height: 24rem;
	margin-bottom: 32rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* number of lines to show */
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ha_b_post_item .ha_b_content .ha_btn_readmore {
	color: inherit;
	font-family: "Activist", sans-serif;
	font-size: 16rem;
	letter-spacing: 0.32rem;
	text-transform: uppercase;
	/* display: inline-block;
	padding-right: 36rem; */
	position: relative;
	display: flex;
	position: relative;
	flex-direction: row;
	column-gap: 12px;
	align-items: center;
}

/* .ha_b_post_item .ha_b_content .ha_btn_readmore::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 26rem;
	height: 26rem;
	background-image: url("../images/ic-readmore-c.svg");
	background-size: 100% 100%;
	filter: brightness(10%);
	transition: 300ms ease-out;
} */

.ha_b_post_item .ha_b_content .ha_btn_readmore:hover {
	color: var(--gcw_orange);
	transition: all .3s ease-out;
}

.ha_b_post_item .ha_b_content .ha_btn_readmore svg {
	transition: all .3s ease-out;
}

/* .ha_b_post_item .ha_b_content .ha_btn_readmore:hover::after, */
.ha_b_post_item .ha_b_content .ha_btn_readmore:hover svg {
	transform: rotate(45deg);
}

.ha_b_post_item .ha_b_content .ha_btn_readmore:hover svg path.change_fill {
	fill: var(--gcw_orange);
}

.ha_b_post_item .ha_b_content .ha_btn_readmore:hover svg path.change_stroke {
	stroke: var(--gcw_orange);
}

.ha_b_subscription {
	padding: 80rem 20rem;
	width: 100%;
	background: url("../images/sub-bg-mo.png#svgView(preserveAspectRatio(none))") center center no-repeat;
	background-size: 100% 100%;
}

.ha_b_subscription .ginput_container.ginput_container_email input {
	background: var(--gcw_gunmetal);
}

.ha_b_subscription .ha_b_heading h4 {
	color: var(--gcw_orange);
	font-size: 32rem;
	line-height: 38rem;
	margin-bottom: 16rem;
	text-transform: uppercase;
}

.ha_b_subscription .ha_b_heading p {
	color: var(--gcw_lightgrey);
	font-size: 16rem;
	line-height: 24rem;
	letter-spacing: 0.5px;
	margin-bottom: 32rem;
}

.ha_b_editor {
	font-size: 16rem;
	color: var(--gcw_offblack);
	line-height: 24rem;
}

.ha_b_editor p,
.ha_b_editor li,
.ha_b_editor a {
	font-size: 16rem;
	line-height: 24rem;
}

.ha_b_editor a {
	color: var(--gcw_orange);
}

.ha_b_editor h1,
.ha_b_editor h2,
.ha_b_editor h3,
.ha_b_editor h4,
.ha_b_editor h5,
.ha_b_editor h6 {
	font-size: 16rem;
	line-height: 24rem;
	margin: 16rem 0 24rem;
	color: inherit;
	font-family: "Atlas Grotesk", sans-serif;
	text-transform: uppercase;
}

.ha_b_editor img {
	border-radius: 8rem;
	margin: 48rem 0;
	width: 100%;
}

.ha_b_mask {
	width: 0;
	height: 0;
	overflow: hidden;
}

.ha_pagination {
	padding-top: 64rem;
	display: flex;
	align-items: center;
	gap: 16rem;
	justify-content: center;
}

.ha_pagination .page-numbers {
	color: var(--gcw_offblack);
	font-family: "Activist", sans-serif;
	font-size: 16rem;
	letter-spacing: 0.32px;
}

.ha_pagination .page-numbers.current {
	color: var(--gcw_orange);
}

.ha_pagination .page-numbers.prev,
.ha_pagination .page-numbers.next {
	width: 42rem;
	height: 42rem;
	background-size: 42rem 42rem;
	display: inline-block;
	filter: brightness(10%);
	transition: 300ms ease-out;
}

.ha_pagination .page-numbers.prev {
	background-image: url("../images/arrow-left-border.svg");
}

.ha_pagination .page-numbers.next {
	background-image: url("../images/arrow-right-border.svg");
}

.ha_pagination .page-numbers:hover.prev,
.ha_pagination .page-numbers:hover.next {
	filter: unset;
	transition: 300ms ease-out;
}

.ha_section {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (min-width: 768px) {

	.ha_section {
		padding-left: 20rem !important;
		padding-right: 20rem !important;
	}

	html {
		font-size: calc(1px + ((100vw - 1366px) / 1366) * 1);
	}

	footer .ha_footer_top {
		padding: 44rem 0;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_head {
		flex-direction: row-reverse;
		gap: 20rem;
		margin-bottom: 108rem;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_subscription {
		width: 406rem;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_subscription h6 {
		font-size: 16rem;
		line-height: 22px;
		letter-spacing: 0.32px;
		margin-bottom: 30rem;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper {
		display: flex;
		gap: 20rem;
		width: calc(100% - 406rem);
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper>div {
		width: 25%;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper .ha_footer_menu li a {
		font-size: 16rem;
		font-weight: 500;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_head .ha_footer_menu_wrapper .ha_footer_menu li .sub-menu {
		gap: 16rem;
		margin-top: 20rem;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot {
		display: flex;
		flex-direction: row-reverse;
		gap: 30rem;
		align-items: flex-end;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info {
		margin-bottom: 0;
		width: 406rem;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .ha_b_info .ha_info {
		margin-bottom: 32rem;
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .footer_logo {
		transform: scale(1);
		width: calc(100% - 406rem);
	}

	footer .ha_footer_bot .ha_section_container .ha_footer_bot_foot .footer_logo img {
		width: 734rem;
	}

	.ha_section_hero {
		min-height: calc(100svh - 96rem);
	}

	.ha_section_hero picture {
		clip-path: url(#svg_draw_hero);
		top: 0;
	}

	.ha_section_hero .ha_section_container .ha_b_body {
		margin-top: 0;
	}

	.ha_section_hero .ha_section_container .ha_b_body h1 {
		font-size: 82rem;
		margin-bottom: 24rem;
		line-height: 84rem;
	}

	.ha_section_hero .ha_section_container .ha_b_body p {
		font-size: 22rem;
		line-height: 30rem;
		margin-bottom: 40rem;
	}

	.ha_section_hero .ha_section_container .ha_b_body .ha_btn {
		min-width: 293rem;
	}

	.ha_b_description h5 {
		font-size: 56rem;
		margin-bottom: 24rem;
	}

	.ha_b_description p {
		font-size: 18rem;
		line-height: 26rem;
	}

	.ha_b_collapse ul li .ha_toggle_top {
		padding: 16rem 0;
	}

	.ha_b_collapse ul li .ha_toggle_top h3 {
		font-size: 24rem;
		letter-spacing: 0.48px;
	}

	.ha_b_collapse ul li .ha_toggle_top svg {
		width: 42rem;
	}

	.ha_section_testimonials {
		padding: 0;
		background-image: none;
		background-color: #DEE2E6 !important;
	}

	.ha_section_testimonials .ha_section_container {
		display: flex;
		flex-direction: row;
		gap: 20rem;
	}

	.ha_section_testimonials .ha_section_container .ha_b_description {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		/* padding: 199rem 0; */
		/* max-width: 451rem; */
	}

	.ha_section_testimonials .ha_section_container .ha_b_description h5 {
		font-size: 64rem;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body {
		width: 50%;
		background: url("../images/clippath-home-bg.png#svgView(preserveAspectRatio(none))") center center no-repeat;
		background-size: 100% 100%;

		padding: 151rem 0 0;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance {
		padding-bottom: 0;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-list {
		padding-bottom: 120px !important;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .ha_slide {
		/* padding: 151rem 0 229rem; */
		text-align: right;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .ha_slide .ha_desc {
		font-size: 20rem;
		line-height: 28rem;
		margin-bottom: 64rem;
		padding-left: 143rem;
		text-align: left;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .ha_slide .ha_auth {
		text-align: left;
		display: inline-block;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .ha_slide .ha_auth p {
		margin-bottom: 8rem;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .ha_slide .ha_auth h6 {
		font-size: 24rem;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-arrow {
		bottom: 0;
		top: unset;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-arrow.slick-prev {
		left: 323rem;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-arrow.slick-next {
		right: 0;
	}

	.ha_section_testimonials .ha_section_container .ha_b_body .ha_slider_performance .slick-dots {
		left: 323rem;
		bottom: 21rem;
		width: calc(100% - 323rem);
		right: 0;
	}

	.ha_section_desc_img {
		position: relative;
		height: 43vw;
	}


	.ha_section_desc_img.dart_mode {
		background: var(--gcw_offblack);
		height: 43vw;
	}

	.ha_section_desc_img.hero_section {
		height: unset !important;
	}
	.ha_section_desc_img .ha_section_container {
		/* padding: 0 20rem; */
		flex-direction: row;
	}

	.ha_section_desc_img .ha_section_container .ha_b_description {
		padding: 0 24rem 0 0;
	}

	.ha_section_desc_img .ha_section_container .ha_b_description h5 {
		font-size: 56rem;
		line-height: 70rem;
	}

	.ha_section_desc_img .ha_section_container .ha_b_description .ha_btn {
		margin-top: 32rem;
	}

	.ha_section_desc_img .ha_section_container .ha_b_body picture {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 58%;
		height: 100%;
		display: block;
		clip-path: url(#svg_draw_tailored);
	}

	.ha_form_hire_with_us .gform-body .gform_fields .ha_form_input .ginput_container input {
		font-size: 14rem;
		padding: 20rem 16rem;
	}

	.ha_form_hire_with_us .gform-body .gform_fields .ha_form_input.ha_form_textarea {
		margin-top: 34rem;
	}

	.ha_form_hire_with_us .gform-body .gform_fields .ha_form_input.ha_form_textarea textarea {
		padding: 20rem 16rem;
		height: 112rem !important;
	}

	.ha_form_hire_with_us .gform-body .gform_fields .ha_form_select .ginput_container select {
		font-size: 16rem;
		padding: 19rem 14rem;
	}

	.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio {
		margin-bottom: 38rem;
		margin-top: 29rem;
	}

	.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio {
		gap: 10rem;
	}

	.ha_form_hire_with_us .gform-body .gform_fields .ha_form_radio .ginput_container .gfield_radio .gchoice {
		flex: unset;
		width: calc(25% - 50rem);
	}

	.ha_form_hire_with_us .gform-body .gform_fields .ha_form_message {
		text-align: left;
		margin-top: 26rem;
		font-size: 12rem;
	}

	.ha_form_hire_with_us .gform_footer {
		padding-bottom: 0 !important;
		margin-top: 48rem !important;
	}

	.ha_form_hire_with_us .gform_footer input[type="submit"] {
		max-width: 293rem;
		margin: 0 auto;
	}

	.ha_section_description_collapse .ha_section_container {
		display: flex;
		gap: 20rem;
		justify-content: space-between;
	}

	.ha_section_description_collapse .ha_section_container>div {
		width: 50%;
	}

	.ha_section_description_collapse .ha_section_container .ha_b_description {
		margin-bottom: 0;
	}

	.ha_section_description_collapse .ha_section_container .ha_b_description .ha_btn {
		margin-top: 45rem;
	}

	.ha_section_contact {
		padding: 98rem 0 68rem;
	}

	.ha_section_contact .ha_section_container .ha_b_head {
		margin: 0 auto 26rem;
	}

	.ha_section_contact .ha_section_container .ha_b_head h4 {
		font-size: 82rem;
		margin-bottom: 20rem;
	}

	.ha_section_contact .ha_section_container .ha_b_head p {
		font-size: 18rem;
		line-height: 27rem;
	}

	.ha_section_img_desc .ha_section_container {
		flex-direction: row-reverse;
		gap: 24rem;
	}

	.ha_section_img_desc .ha_section_container .ha_b_description {
		width: 50%;
		padding-left: 100rem;
	}

	.ha_section_img_desc .ha_section_container .ha_b_description p {
		max-width: 506rem;
	}

	.ha_section_img_desc .ha_section_container picture {
		width: 50%;
		height: 370rem;
	}

	.ha_b_post_item figure {
		/* height: 370rem;
		margin-bottom: 32rem; */
        margin-bottom: 32rem;
		border-radius: 8rem;
        width: 100%;
		padding-top: 60%;
        position: relative;
        overflow: hidden;
	}

	.ha_b_post_item .ha_b_content h3 {
		padding-bottom: 20rem;
	}

	.ha_b_post_item .ha_b_content h3 a {
		font-size: 40rem;
		line-height: 50rem;
		/* 144.444% */
	}

	.ha_b_post_item .ha_b_content ul {
		gap: 38rem;
	}

	.ha_b_post_item .ha_b_content ul li:last-child {
		margin-left: 17rem;
	}

	.ha_b_post_item .ha_b_content .ha_short_desc {
		line-height: 26rem;
		margin-bottom: 24rem;
	}

	.ha_b_subscription {
		padding: 68rem 60rem;
		display: flex;
		gap: 20rem;
		justify-content: space-between;
		align-items: flex-end;
		background: url("../images/sub-bg.png#svgView(preserveAspectRatio(none))") center center no-repeat;
		background-size: 100% 100%;
	}

	.ha_b_subscription .ha_b_heading {
		width: calc(100% - 372rem);
	}

	.ha_b_subscription .ha_b_heading h4 {
		font-size: 56rem;
		line-height: 64rem;
		margin-bottom: 20rem;
	}

	.ha_b_subscription .ha_b_heading p {
		font-size: 22rem;
		line-height: 32rem;
		margin-bottom: 0;
		max-width: 537rem;
	}

	.ha_b_subscription .gform_wrapper {
		width: 352rem;
		margin: 8rem 0;
	}
}

@media (min-width: 1366px) {
	html {
		font-size: calc(1px + ((100vw - 1440px) / 1440) * 1);
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 1px;
	}
}

/*# sourceMappingURL=ha_general_styles.css.map */