/*# sourceMappingURL=style.min.css.map */

:root {
	--cont-width: 1188px;
	--col_space: 15px;
	--x-space: 15px;
	--primary-color: #012a4c;
	--secondary-color: #d81e38;
	--gray-color: #f5f5f5;
	--color-white: #fff;
	--alt-color: #1e1e1e;
	--font-main: "Public Sans", sans-serif;
	--letter-spacing: .3px;
	--border-color: rgba(0, 0, 0, .1);
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow {
	--arrow-move: -3%;
	z-index: 1;
	background: none;
	border: none;
	font-size: 1.7em;
	outline: none;
}

.slick-arrow:focus {
	outline: none;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow.slick-prev {
	left: var(--arrow-move);
}

.slick-arrow.slick-next {
	right: var(--arrow-move);
}

.slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.slick-dots>li {
	list-style: none;
	margin: 3px;
	line-height: 1;
}

.slick-dots>li>button {
	overflow: hidden;
	text-indent: -99999px;
	width: 48px;
	height: 8px;
	padding: 0;
	border-radius: 5px;
	background-color: #fff;
	border: none;
}

.slick-dots>li.slick-active>button {
	background: var(--secondary-color);
}

article, aside, details, footer, header, nav, hgroup, menu, section, figcaption, figure, main {
	display: block;
}

strong {
	font-weight: bold;
}

textarea {
	resize: none;
	overflow: auto;
}

input[type=submit] {
	-webkit-appearance: none;
	cursor: pointer;
}

input[type=search] {
	-webkit-appearance: none;
}

button {
	outline: none;
	cursor: pointer;
	background: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: none;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

input[type=search]::-webkit-search-cancel-button {
	background: none;
	display: none;
}

input, textarea {
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}

input.placeholder, textarea.placeholder {
	opacity: 1;
	transition: all .3s ease;
	color: inherit;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	opacity: 1;
	transition: all .3s ease;
	color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	transition: all .3s ease;
	color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
	transition: all .3s ease;
	color: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: 1;
	transition: all .3s ease;
	color: inherit;
}

a {
	outline: none;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
	-webkit-text-decoration-skip: objects;
}

a:hover, a:focus, a:active {
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

.d-block-xxs-down, .d-flex-xxs-down, .d-block-xs-down, .d-flex-xs-down, .d-block-sm-down, .d-flex-sm-down, .d-block-md-down, .d-flex-md-down, .d-block-lg-down, .d-flex-lg-down, .d-block-xl-down, .d-flex-xl-down, .hide {
	display: none;
}

p>a, small>a {
	text-decoration: underline;
}

p>a:hover, small>a:hover {
	text-decoration-color: rgba(0, 0, 0, 0);
}

.anchor, .arrow-link {
	font-family: var(--font-alt);
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1.42;
	letter-spacing: var(--letter-spacing);
}

@media (max-width: 1024px) {
	.anchor, .arrow-link {
		font-size: 24px;
	}
}

.site-header__topbar a, u {
	border-bottom: 2px solid var(--secondary-color);
}

.section-intro__head.row, .slider-banner {
	margin: 0 auto;
}

.align-middle {
	justify-content: center;
}

.d-flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.align-center {
	align-items: center;
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--primary-color);
	background-color: var(--gray-color);
	line-height: 1.4;
	font-family: var(--font-main);
	font-size: 18px;
}

body.mobile-menu-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	body {
		font-size: 16px;
	}
}

strong {
	font-weight: normal;
}

.wrapper {
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
}

.align-right {
	justify-content: flex-end;
}

.page-content {
	width: 100%;
	flex: 1 0 auto;
	position: relative;
	z-index: 1;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--cont-width);
	padding-left: var(--x-space);
	padding-right: var(--x-space);
}

.container.container-fluid {
	max-width: 100%;
	padding-left: 53px;
	padding-right: 53px;
}

.icon {
	width: 1em;
	height: 1em;
}

.arrow-link .icon {
	margin-left: 3px;
	color: var(--primary-color);
	vertical-align: baseline;
	width: 16px;
	height: 16px;
}

@media (max-width: 1024px) {
	.arrow-link {
		font-size: 24px;
	}
}

.row {
	margin-left: calc(-1 * var(--col_space));
	margin-right: calc(-1 * var(--col_space));
	display: flex;
	flex-wrap: wrap;
}

.row>* {
	padding-left: var(--col_space);
	padding-right: var(--col_space);
}

.row>.col {
	position: relative;
	flex: 1 1 0;
}

.row>.col-50 {
	flex: 1 1 50%;
	max-width: 50%;
}

.row>.col-100 {
	flex: 1 1 100%;
	max-width: 100%;
}

@media (min-width: 1025px) {
	.row--reverse {
		flex-direction: row-reverse;
	}
}

@media (max-width: 768px) {
	.row>.col-50 {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

@media (max-width: 599px) {
	.row>.col {
		flex: 1 1 100%;
	}
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0;
	font-weight: normal;
	line-height: 1;
}

h1, .h1 {
	font-size: 54px;
	font-weight: 800;
	letter-spacing: -3.24px;
	margin-bottom: 35px;
}

@media (max-width: 1024px) {
	h1, .h1 {
		font-size: 44px;
		letter-spacing: -2.64px;
	}
}

h2, .h2 {
	font-size: 44px;
	font-weight: 800;
	margin-bottom: 15px;
	letter-spacing: -2.64px;
	line-height: 1.2;
}

@media (max-width: 1024px) {
	h2, .h2 {
		font-size: 34px;
		letter-spacing: -1.64px;
	}
}

h3, .h3 {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -.84px;
}

@media (max-width: 1024px) {
	h3, .h3 {
		font-size: 22px;
	}
}

h4, .h4 {
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 20px;
	letter-spacing: -.66px;
}

@media (max-width: 768px) {
	h4, .h4 {
		font-size: 18px;
	}
}

h5, .h5 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.415;
}

@media (max-width: 768px) {
	h5, .h5 {
		font-size: 16px;
	}
}

h6, .h6 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: -.48px;
}

@media (max-width: 768px) {
	h6, .h6 {
		font-size: 14px;
	}
}

a {
	color: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transition: all .3s ease 0s;
}

a:hover {
	border-bottom-color: inherit;
}

p {
	margin-bottom: 20px;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

u {
	text-decoration: none;
}

.link {
	display: inline-block;
	border-bottom: 1px solid;
}

.link:hover {
	border-bottom-color: rgba(0, 0, 0, 0);
}

.section-bg {
	position: relative;
}

.section-bg>* {
	position: relative;
	z-index: 2;
}

.section-bg:before {
	background: linear-gradient(0deg, #000 4.08%, rgba(0, 0, 0, 0) 30.96%), linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.strached-link:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	cursor: pointer;
	content: "";
	display: inline-block;
	position: absolute;
}

del {
	letter-spacing: .1px;
	opacity: .5;
}

.anchor {
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	border: none;
}

.anchor>span {
	display: inline-block;
}

.anchor .icon {
	color: var(--primary-color);
	width: 16px;
	height: 16px;
}

blockquote {
	position: relative;
}

strong {
	font-weight: 700;
}

small {
	font-size: 66.66%;
}

hr {
	border: none;
}

.card {
	display: flex;
	padding: 33px 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	background: #fff;
	height: 100%;
}

.card--icon {
	height: 50px;
}

.tag {
	display: inline-flex;
	padding: 3px 7px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background: var(--Brand-Red, #d81e38);
	color: #fff;
	font-weight: 700;
	letter-spacing: -.54px;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.tag {
		font-size: 14px;
	}
}

.btn, [type=submit] {
	text-align: center;
	line-height: 1;
	padding: 7px 40px 7px 20px;
	min-height: 48px;
	font-weight: 500;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	transition: all .3s ease 0s;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: var(--secondary-color);
	color: #fff;
}

.btn:after, [type=submit]:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(0, 0, 0, 0);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: all 250ms ease-in-out;
	color: rgba(0, 0, 0, 0);
	transform: rotate(135deg);
	right: 20px;
	margin-top: 3px;
}

.btn:hover, [type=submit]:hover {
	background-color: var(--primary-color);
}

.btn--secondary {
	background-color: #fff;
	color: var(--primary-color);
	border: 1px solid #fff;
}

.btn--secondary:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
}

.btn--expand {
	width: 100%;
}

@media (max-width: 768px) {
	.btn, [type=submit] {
		min-height: 48px;
	}
}

@media (max-width: 599px) {
	.btn, [type=submit] {
		width: 100%;
	}
}

.gform_fields {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.gform_fields>.gfield {
	padding-left: 0;
	line-height: 1;
	flex: 1 1 100%;
	max-width: 100%;
}

.gform_fields>.gfield:before {
	display: none;
}

.gform_fields>.gfield.gf_left_half, .gform_fields>.gfield.gf_right_half {
	flex: 1 1 calc(50% - var(--col_space));
	max-width: calc(50% - var(--col_space));
}

@media (max-width: 599px) {
	.gform_fields>.gfield.gf_left_half, .gform_fields>.gfield.gf_right_half {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

label {
	margin-bottom: 12px;
	letter-spacing: var(--letter-spacing);
	text-transform: none;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

label>img {
	margin-left: auto;
}

.gfield--type-choice {
	border: 0;
	text-align: left;
}

.gfield--type-choice label {
	font-size: 18px;
	position: relative;
	padding-left: 40px;
}

.gfield--type-choice label:before {
	content: "";
	width: 23px;
	height: 23px;
	background: #f0f0f0;
	border-radius: 4px;
	display: block;
	position: absolute;
	left: 0;
	top: -2px;
}

.gfield--type-choice input:checked+label:after {
	content: "";
	width: 17px;
	height: 10px;
	border-left: 2px solid var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
	display: block;
	position: absolute;
	left: 3px;
	top: 1px;
	transform: rotate(304deg);
	transition: all .3s ease 0s;
}

select, textarea, input.form-field, input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], input[type=email], input[type=week], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=password], input[type=text] {
	border-radius: 5px;
	border: 1px solid #fff;
	background: #f0f0f0;
	padding: 16px 24px !important;
	margin-bottom: 16px;
	font-size: 18px !important;
	color: var(--alt-color);
	letter-spacing: var(--letter-spacing);
	transition: all .3s ease 0s;
	width: 100%;
	height: 58px;
}

select.placeholder, textarea.placeholder, input.placeholder.form-field, input.placeholder[type=number], input.placeholder[type=search], input.placeholder[type=tel], input.placeholder[type=time], input.placeholder[type=url], input.placeholder[type=color], input.placeholder[type=email], input.placeholder[type=week], input.placeholder[type=month], input.placeholder[type=datetime-local], input.placeholder[type=datetime], input.placeholder[type=date], input.placeholder[type=password], input.placeholder[type=text] {
	color: var(--alt-color);
}

select:-moz-placeholder, textarea:-moz-placeholder, input.form-field:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=color]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=week]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=text]:-moz-placeholder {
	color: var(--alt-color);
}

select::-moz-placeholder, textarea::-moz-placeholder, input.form-field::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder {
	color: var(--alt-color);
}

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input.form-field:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder {
	color: var(--alt-color);
}

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input.form-field::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
	color: var(--alt-color);
}

select:focus, textarea:focus, input.form-field:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, input[type=email]:focus, input[type=week]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=password]:focus, input[type=text]:focus {
	border-color: var(--primary-color);
}

@media (max-width: 768px) {
	select, textarea, input.form-field, input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], input[type=email], input[type=week], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=password], input[type=text] {
		height: 48px;
	}
}

input[type=checkbox], input[type=radio], input[type=file] {
	display: none;
}

[type=submit] {
	background: var(--primary-color);
	width: 100%;
	font-size: 18px;
	height: 56px;
}

[type=submit]:hover {
	background: #fff;
	color: var(--primary-color);
}

.gform_footer {
	position: relative;
}

textarea {
	height: 200px;
}

select {
	appearance: none;
	background-image: url("https://www.fanmaster.com.au/wp-content/themes/fanmaster-2024/images/arrow-down.png");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: calc(100% - 18px) 50%;
}

select.nitro-lazy {
	background-image: none !important;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.menu--vertical {
	flex-wrap: wrap;
}

@media (max-width: 1399px) {
	.d-flex-xl-down {
		display: flex !important;
	}
	
	.d-block-xl-down {
		display: block !important;
	}
	
	.d-none-xl-down {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.d-flex-lg-down {
		display: flex !important;
	}
	
	.d-block-lg-down {
		display: block !important;
	}
	
	.d-none-lg-down {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.d-flex-md-down {
		display: flex !important;
	}
	
	.d-block-md-down {
		display: block !important;
	}
	
	.d-none-md-down {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.d-flex-sm-down {
		display: flex !important;
	}
	
	.d-block-sm-down {
		display: block !important;
	}
	
	.d-none-sm-down {
		display: none !important;
	}
}

@media (max-width: 599px) {
	.d-flex-xs-down {
		display: flex !important;
	}
	
	.d-block-xs-down {
		display: block !important;
	}
	
	.d-none-xs-down {
		display: none !important;
	}
}

@media (max-width: 449px) {
	.d-flex-xxs-down {
		display: flex !important;
	}
	
	.d-block-xxs-down {
		display: block !important;
	}
	
	.d-none-xxs-down {
		display: none !important;
	}
}

table tr {
	border-top: 1px solid rgba(7, 56, 94, .1);
}

table tr td {
	padding: 10px;
}

@media (min-width: 1025px) {
	.show-tablet {
		display: none;
	}
}

@media (max-width: 1024px) {
	.show-tablet {
		display: block;
	}
	
	.hide-tablet {
		display: none;
	}
}

@media (min-width: 600px) {
	.show-mobile {
		display: none;
	}
}

@media (max-width: 599px) {
	.show-mobile {
		display: block;
	}
	
	.hide-mobile {
		display: none;
	}
}

.site-header {
	background: var(--primary-color);
	color: var(--color-white);
	padding: 13px 0;
}

.site-header__topbar {
	justify-content: space-between;
}

.site-header__topbar-right {
	text-align: right;
}

@media (max-width: 599px) {
	.site-header__topbar {
		font-size: 14px;
		align-items: center;
	}
	
	.site-header__topbar-left {
		flex: auto !important;
	}
	
	.site-header__topbar-right {
		flex: 1 !important;
		padding-left: 0;
	}
	
	.site-header__topbar-right a {
		border: 0;
	}
	
	.site-header__topbar-right a img {
		height: 25px;
		filter: brightness(0) invert(1);
	}
}

footer {
	font-size: 16px;
}

footer .site-info {
	padding: 55px 0;
}

footer .site-info h6 {
	margin-bottom: 5px;
}

footer .site-info a {
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

footer .site-info a:hover {
	border-color: var(--primary-color);
}

@media (max-width: 1024px) {
	footer .site-info .text-right {
		padding: 0;
	}
	
	footer .site-info>.col:first-child {
		max-width: 230px;
		padding-right: 30px;
	}
}

@media (max-width: 599px) {
	footer .site-info {
		justify-content: center;
	}
	
	footer .site-info .row {
		max-width: 400px;
		margin: 80px auto 0;
		text-align: center;
	}
	
	footer .site-info .text-right {
		display: none;
	}
}

footer .copyright {
	padding: 27px 0;
	border-top: 1px solid var(--border-color);
}

.slider-banner {
	padding: 0 57px;
	margin-top: 53px;
}

@media (max-width: 1024px) {
	.slider-banner {
		margin-top: var(--x-space);
		padding-left: var(--x-space);
		padding-right: var(--x-space);
	}
}

@media (max-width: 768px) {
	.slider-banner {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

.slider-banner .row {
	margin: 0;
}

@media (max-width: 768px) {
	.slider-banner .row {
		flex-direction: column;
	}
}

.slider-banner--cont {
	background: #fff;
}

.slider-banner__left {
	padding: 50px 85px 50px 83px;
}

@media (max-width: 1199px) {
	.slider-banner__left {
		padding: 50px 45px 50px 50px;
	}
}

@media (max-width: 768px) {
	.slider-banner__left {
		padding: 30px var(--x-space) 50px;
	}
}

.slider-banner__left img {
	margin-bottom: 42px;
}

.slider-banner .col {
	flex: 1 1 50%;
	max-width: 50%;
}

@media (max-width: 768px) {
	.slider-banner .col {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

.slider-banner .col.slider-banner__image {
	padding-right: 0;
}

@media (max-width: 768px) {
	.slider-banner .col.slider-banner__image {
		padding-left: 0;
	}
}

.slider-banner p {
	font-weight: 700;
}

.slider-banner .image-slider {
	height: 100%;
}

.slider-banner .image-slider .slick-list {
	height: 100%;
}

.slider-banner .image-slider .slick-list .slick-track {
	height: 100%;
}

.slider-banner .image-slider .slick-list .slick-track img {
	object-fit: cover;
}

.slider-banner .slick-dots {
	display: flex;
	position: absolute;
	bottom: 25px;
	left: 25px;
	justify-content: flex-start;
}

.section-intro {
	background-image: url("https://cdn-kedhb.nitrocdn.com/DNzqKAIiGSCTmFiAqXHeuIFtdPlrWvYO/assets/images/optimized/rev-a3d721a/www.fanmaster.com.au/wp-content/themes/fanmaster-2024/images/Vector1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 -106px;
	padding: 120px 0 40px;
}

.section-intro.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 768px) {
	.section-intro {
		background-size: 60%;
		background-position: -60px -134px;
	}
}

@media (max-width: 599px) {
	.section-intro {
		background-size: 62%;
		background-position: -41px -106px;
		padding: 40px 0;
	}
}

.section-intro__head.row {
	max-width: 778px;
	font-size: 22px;
}

@media (max-width: 599px) {
	.section-intro__head.row {
		font-size: 18px;
	}
}

.section-intro__col {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.section-intro__col {
		margin-bottom: 20px;
	}
	
	.section-intro__col .col {
		flex: 1 1 50%;
		max-width: 50%;
		margin-bottom: var(--x-space);
	}
}

@media (max-width: 1024px)and (max-width: 599px) {
	.section-intro__col .col {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

.section-intro__col h4 {
	margin-bottom: 0;
}

.section-products .container {
	border-top: 1px solid var(--border-color);
	padding-top: 53px;
	padding-bottom: 53px;
}

.section-products__col--card {
	display: flex;
	flex-direction: column;
	height: auto;
}

@media (max-width: 1024px) {
	.section-products__col--card {
		flex: 1 1 50%;
		flex: 1 1 50% !important;
		max-width: 50%;
		margin-bottom: var(--x-space);
	}
}

@media (max-width: 768px) {
	.section-products__col--card {
		flex: 1 1 100%;
		flex: 1 1 100% !important;
		max-width: 100%;
	}
}

.section-products__col--card_img {
	min-height: 334px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

@media (max-width: 768px) {
	.section-products__col--card_img {
		min-height: 250px;
	}
}

.section-products__col--card_cont {
	display: flex;
	padding: 15px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	height: 100%;
}

.section-products__col--card_cont h3 {
	flex-grow: 1;
}

.section-products__col--card_cont .card--bottom {
	margin-top: auto;
	width: 100%;
}

.section-products__col--card_cont .card--bottom .row {
	justify-content: space-between;
	align-items: flex-end;
}

.section-products__col--card_cont .card--bottom__left {
	line-height: 1.1;
}

.section-products__col--card_cont .card--bottom__left del {
	display: block;
}

.section-products__col--card_cont .card--bottom__left span {
	letter-spacing: .1px;
	font-size: 26px;
}

@media (max-width: 1024px) {
	.section-products__col--card_cont .card--bottom__left span {
		font-size: 20px;
	}
}

.section-products__col--card_cont .card--bottom__right a {
	letter-spacing: .1px;
	font-size: 12px;
	text-align: right;
	display: inline-flex;
	gap: 10px;
	line-height: 1.1;
	align-items: end;
}

.section-categories {
	background-image: url("https://cdn-kedhb.nitrocdn.com/DNzqKAIiGSCTmFiAqXHeuIFtdPlrWvYO/assets/images/optimized/rev-a3d721a/www.fanmaster.com.au/wp-content/themes/fanmaster-2024/images/Vector3.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right 0;
}

.section-categories.nitro-lazy {
	background-image: none !important;
}

.section-categories .container {
	border-top: 1px solid var(--border-color);
	padding-top: 100px;
	padding-bottom: 53px;
}

.section-categories .container .row {
	margin: 0;
}

@media (max-width: 1024px) {
	.section-categories .container {
		padding-top: 50px;
	}
}

.section-categories__items {
	display: flex;
	padding: 20px 30px;
	margin-top: 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	background: #fff;
}

.section-categories__items table tr:first-child {
	border: 0;
}

.section-categories__items table tr td {
	position: relative;
	padding-left: 30px;
}

.section-categories__items table tr td:before {
	content: "";
	background: url("https://cdn-kedhb.nitrocdn.com/DNzqKAIiGSCTmFiAqXHeuIFtdPlrWvYO/assets/images/optimized/rev-a3d721a/www.fanmaster.com.au/wp-content/themes/fanmaster-2024/images/check.svg") no-repeat;
	width: 21px;
	height: 21px;
	display: inline;
	position: absolute;
	top: 12px;
	left: 0;
}

.section-categories__items ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-categories__items ul li {
	border-top: 1px solid var(--border-color);
	flex: 1 1 33.333%;
	max-width: 33.333%;
	padding: 10px 0 10px 30px;
	position: relative;
}

@media (max-width: 1024px) {
	.section-categories__items ul li {
		flex: 1 1 50%;
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.section-categories__items ul li {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

.section-categories__items ul li:before {
	content: "";
	background: url("https://cdn-kedhb.nitrocdn.com/DNzqKAIiGSCTmFiAqXHeuIFtdPlrWvYO/assets/images/optimized/rev-a3d721a/www.fanmaster.com.au/wp-content/themes/fanmaster-2024/images/check.svg") no-repeat;
	width: 21px;
	height: 21px;
	display: inline;
	position: absolute;
	top: 12px;
	left: 0;
}

.section-categories__items ul li:first-child, .section-categories__items ul li:nth-child(2), .section-categories__items ul li:nth-child(3) {
	border: 0;
	padding-top: 0;
}

@media (max-width: 768px) {
	.section-categories__items ul li:first-child, .section-categories__items ul li:nth-child(2), .section-categories__items ul li:nth-child(3) {
		border-top: 1px solid var(--border-color);
		padding-top: 10px;
	}
	
	.section-categories__items ul li:first-child:first-child, .section-categories__items ul li:nth-child(2):first-child, .section-categories__items ul li:nth-child(3):first-child {
		border: 0;
		padding-top: 0;
	}
}

.section-categories__items ul li:first-child:before, .section-categories__items ul li:nth-child(2):before, .section-categories__items ul li:nth-child(3):before {
	top: 2px;
}

.section-form {
	background: var(--secondary-color) url("https://cdn-kedhb.nitrocdn.com/DNzqKAIiGSCTmFiAqXHeuIFtdPlrWvYO/assets/images/optimized/rev-a3d721a/www.fanmaster.com.au/wp-content/themes/fanmaster-2024/images/Vector2.svg") no-repeat;
	background-size: contain;
	background-position: 0 60px;
	color: #fff;
	padding: 310px 0 160px;
	margin-top: -255px;
}

.section-form.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 1024px) {
	.section-form {
		padding: 270px 0 60px;
	}
}

@media (max-width: 768px) {
	.section-form {
		padding: 270px 0 40px;
	}
}

.section-form .container {
	max-width: 545px;
}

.section-form .container .gform_wrapper {
	margin-top: 30px;
}

.section-twocol {
	background: var(--primary-color);
	margin-top: 4px;
	padding: 90px 0;
	color: #fff;
}

@media (max-width: 768px) {
	.section-twocol {
		padding: 40px 0;
	}
}

@media (max-width: 768px) {
	.section-twocol .row:nth-child(2) .col:nth-child(1) {
		margin-bottom: 20px;
	}
}

.section-image-content {
	position: relative;
	margin-top: 34px;
}

.section-image-content__wrapper {
	padding: 102px 80px;
	background-size: cover !important;
	background-position: top right !important;
	border-radius: 8px;
}

@media (max-width: 1199px) {
	.section-image-content__wrapper {
		padding: 80px;
	}
}

@media (max-width: 1199px) {
	.section-image-content__wrapper {
		padding: 40px;
	}
}

.section-image-content__wrapper .col {
	max-width: 465px;
}

.section-image-content__wrapper .col .card {
	border-radius: 5px;
}

.section-image-content__wrapper .col .card h4 {
	margin-bottom: 0;
}

.section-image-content__wrapper .col .card ul {
	margin-top: 0;
	padding-left: 25px;
}

@media (max-width: 1024px) {
	.section-image-content {
		margin-top: 0;
	}
	
	.section-image-content .container.container-fluid {
		padding: 0;
	}
	
	.section-image-content__wrapper {
		padding: 0;
		border-radius: 0;
		background: none !important;
	}
	
	.section-image-content__wrapper .col {
		max-width: 100%;
	}
	
	.section-image-content__wrapper .card {
		padding: 30px var(--col_space);
	}
}

.section-image-content.alt .section-image-content__wrapper {
	background: #fff !important;
	padding: 0;
}

.section-image-content.alt .col {
	flex: 1 1 50%;
	max-width: 50%;
}

@media (max-width: 768px) {
	.section-image-content.alt .col {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

.section-image-content.alt .col img {
	border-radius: 0;
	height: 100%;
	object-fit: cover;
}

.section-benefits {
	background: var(--primary-color) url("https://cdn-kedhb.nitrocdn.com/DNzqKAIiGSCTmFiAqXHeuIFtdPlrWvYO/assets/images/optimized/rev-a3d721a/www.fanmaster.com.au/wp-content/themes/fanmaster-2024/images/Vector4.svg") no-repeat;
	background-size: contain;
	background-position: 100% 0;
	color: #fff;
	padding: 284px 0 84px;
	margin-top: -210px;
}

.section-benefits.nitro-lazy {
	background-image: none !important;
}

.section-benefits__head {
	margin-bottom: 30px;
}

.section-benefits__col {
	max-width: 290px;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: -1.44px;
	line-height: 1.2;
}

@media (max-width: 1024px) {
	.section-benefits__col {
		font-size: 18px;
		margin-top: 30px;
	}
}

.section-benefits .icon {
	border-radius: 8px;
	background: var(--secondary-color);
	width: 156px;
	height: 156px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
	:root {
		--x-space: 30px;
	}
}

@media (max-width: 768px) {
	:root {
		--x-space: 20px;
	}
}
