@import url('https://fonts.googleapis.com/css?family=Poppins:300&display=swap');#nwWebsite{background-image: url('https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/uploads/waves-bottom-climb.svg'); background-repeat: no-repeat; background-position: 50% 100%; background-size: contain;}#nwHeader{background-color: rgb(217, 232, 212);}#nwWebsite .mm-menu{background-color: rgb(246, 249, 244);}#nwContent{background-image: url('https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/uploads/waves-top-level.svg'); background-repeat: no-repeat; background-position: 50% 0%; background-size: contain;}#nwWebsite button, #nwWebsite input.button, #nwWebsite .btn, #nwWebsite .nwButton, #nwWebsite .btn.btn-primary{background-color: rgb(166, 99, 174);}#nwWebsite, #nwContent, #nwWebsite .column:not(.zero), #nwContent p{color: rgb(70, 69, 71);font-family: Poppins;font-weight: 300;}#nwWebsite #nwMobileNav, #headerBarLinks a::before{color: rgb(166, 99, 174);}#nwContent h1{color: rgb(166, 99, 174);font-size: 3rem;}#nwContent h2{color: rgb(4, 101, 58);font-size: 2rem;}#nwWebsite .icon, i.bi{color: rgb(140, 183, 158);}#nwHeader.sticky{background-color: rgb(255, 255, 255);}@font-face {
    font-family: 'Fields Display';
    src: url('https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/custom/webfonts/FieldsDisplay-Regular.woff2') format('woff2'),
        url('https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/custom/webfonts/FieldsDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beloved Script';
    src: url('https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/custom/webfonts/BelovedScript-Bold.woff2') format('woff2'),
        url('https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/custom/webfonts/BelovedScript-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


#nwHeader, 
#nwHeader #nwLogo img {
	transition: all 0.3s ease;
}
#nwHeader.sticky {
	box-shadow: 0 10px 30px -15px rgba(0,0,0,0.2);
}
#nwHeader.sticky #nwLogo img {
width: 180px;
}

#nwWebsite {
	background: #FFF url("https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/uploads/waves-bottom-climb.svg") right bottom -8% no-repeat;
	background-size: 70%;
}
#nwStage {
	margin-top: 0 !important;
}
#nwContent {
	padding-top: 7vw;
	background: url("https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/uploads/waves-top-level2.svg") 0 -1px no-repeat;
	background-size: 100% auto;
}


h1 {
    font-family: 'Beloved Script';
    font-weight: normal;
    font-style: normal;
}
h2, h3 {
    font-family: 'Fields Display';
    font-weight: normal;
    font-style: normal;
}
blockquote {
	margin: 0;
	padding-left: 0.7em;
	border-left: 3px dotted rgba(166,99,174,0.3);
	color: rgb(166, 99, 174);
	font: 2rem/1.2 'Beloved Script';
}
.row.clearfix.banner {
	margin-top: 3vw;
	min-height: 20vw;
}
#nwContent .row.clearfix.banner h2:first-child {
	font-size: calc(1rem + 2vw);
}


/* for curly dotted line */
#nwFooter {
position: relative;
}
#nwFooter::before {
	pointer-events: none;
	content: "";
	position: absolute;
	top: -1.9rem;
	right: calc(50% + 118px);
	width: 520px;
	height: 80px;
	background: url(https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/uploads/dotted-curl.svg) no-repeat;
	background-size: 100%;
}

#nwFooter #nwSocialLinks {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	justify-content: center;
}
#nwWebsite a.fa-twitter, 
#nwWebsite a.fa-instagram {
	width: 240px;
	height: 80px;
	border: none;
	border-radius: 0;
	background: url(https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/uploads/IICT-logo.png) left center no-repeat;
	background-size: contain;
}
#nwWebsite a.fa-instagram {
	background-image: url(https://cdn.nimbo.com.au/assets/d2cd33e9c0236a8c2d8b/3764641d77dd5271fca28764/uploads/BP-logo.png);
}
.fa-twitter::before, 
.fa-instagram::before {
	opacity: 0;
}@media (max-width: 699px) {#nwLogo {width: 200px;}}