/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
a {
    color: #0f66bd;
}
.w-richtext{
    color:#000;
}
@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
609px@font-face {
  font-family: Proximanova;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Black.ttf) format("truetype"), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-BlackIt.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Bold.ttf) format("truetype"), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-BoldIt.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Semibold.ttf) format("truetype"), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-SemiboldIt.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Light.ttf) format("truetype"), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-LightIt.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanovat;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNovaT-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova extrabldit;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-ExtrabldIt.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-ThinIt.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-RegularIt.ttf) format("truetype"), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova extrabld;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Extrabld.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima nova;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/proxima-nova-bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima nova condensed;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/proxima-nova-condensed-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima nova;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/proxima-nova-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa v4compatibility;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-v4compatibility.ttf) format("truetype"), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-v4compatibility.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-regular-400.ttf) format("truetype"), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-regular-400.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-solid-900.ttf) format("truetype"), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-solid-900.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-brands-400.ttf) format("truetype"), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-brands-400.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cosmiclager;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/CosmicLager-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cosmiclagerrough Shadow;
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/CosmicLagerRough-Shadow.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --royal-blue: #0f66bd;
  --dodger-blue: #2986ff;
  --white-smoke: #ebebeb;
  --white: #ffffffbf;
  --slate-grey: #7a8292;
  --black-2: #212529;
  --red: #e10916;
  --dark-red: #8d030b;
  --black: black;
  --gold: #ffde32;
}
                    .form_type_1_white input.wpcf7-form-control{
                        color: #495057;
                        background-color: #f4f7f6;
                        border: 1px #000;
                        border-radius: 4px;
                        font-size: 1rem;
                        line-height: 1.5rem;
                        display: block;
                        width: 100%;
                        height: 38px;
                        padding: 8px 12px;
                        margin-bottom: 10px;
                        line-height: 1.42857143;
                        color: #333333;
                        vertical-align: middle;
                    }
                    .form_type_1_white input[type="submit"].wpcf7-form-control  {
                        background-color: var(--red);
                        text-transform: uppercase;
                        border-radius: 6px;
                        width: 100%;
                        height: 45px;
                        color: white;
                        font-size: 16px;
                        cursor:pointer;
                        margin-top: 1rem;
                    }
                    .form_type_2_red{
                        position:relative;
                    }
                    .form_type_2_red .w-file-upload-default{
                        height: 4rem;
                    }
                    
                    @media (max-width: 825px) {
                        .form_type_2_red .w-file-upload-default{
                            height: 7rem !important;
                        }
                    }
                    .form_type_2_red input.wpcf7-form-control {
                        text-align: left;
                        -webkit-text-stroke-color: #fff;
                        text-overflow: clip;
                        background-color: #c5000c;
                        font-family: Proxima nova, sans-serif;
                        font-weight: 400;
                        line-height: 2rem;
                        text-decoration: none;
                        border: none;
                        color: #fff !important;
                        width: 100%;
                        padding: .25rem 1rem;
                        border-radius: 4px;
                    }
                    .form_type_2_red input.wpcf7-form-control::placeholder {
                      color: #fff;
                    }
                    .form_type_2_red input[type="submit"].wpcf7-form-control {
                        text-transform: uppercase;
                        background-color: #0f66bd;
                        border-radius: 6px;
                        font-size: 16px;
                        width: fit-content;
                        padding: .5rem 7rem;
                        position: absolute;
                        right: 0;
                        bottom:0;
                    }
                    input.wpcf7-form-control:focus{
                        outline:none;
                    }
                    input#file-input.wpcf7-form-control {
                        display: none;
                    }
                    }
                    input.wpcf7-form-control.wpcf7-file {
                        display: none;
                    }
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Proxima nova, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.blog-sidebar {
  flex: 0 auto;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-sidebar.post {
  width: 30%;
  padding-right: 0;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 80px 40px;
  display: flex;
  position: relative;
}

.section.top-section {
  padding-top: 100px;
  font-family: Proxima nova, sans-serif;
}

.section.top-section.grade-1 {
  background-image: linear-gradient(135deg, #004a94, #5aa5ad);
  background-image: linear-gradient(135deg, var(--royal-blue), var(--dodger-blue));
  margin-top: 0;
}

.section.haze {
  background-color: #f5f6f8;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.haze.border-top {
  font-family: Proxima nova, sans-serif;
}

.section.dark {
  color: #fff;
  background-color: #253f6f;
}

.section.grade-1 {
  color: #fff;
  background-image: radial-gradient(circle farthest-side, #39abff, #4c39f3);
}

.section-intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-intro.no-margin-bottom, .no-margin-bottom {
  margin-bottom: 0;
}

.social-icon {
  width: 16px;
}

.form-success {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.sidebar-tag {
  padding: 4px;
}

.sidebar-category {
  width: 50%;
  padding: 6px;
}

.full-width {
  width: 100%;
}

.sidebar-icon {
  width: 24px;
  margin-right: 12px;
}

.social-circle-link {
  border: 1px solid #e1e6ee;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 4px;
  transition: border-color .2s;
  display: flex;
}

.social-circle-link:hover {
  border-color: #d3d8e1;
}

.sidebar-categories {
  flex-wrap: wrap;
  padding: 10px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2583fd;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 0 1px #2583fd;
}

.button:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px #2583fd80;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-submit {
  background-color: #d51817;
  height: auto;
}

.no-margin {
  margin: 0;
}

.input {
  background-color: #f5f6f8;
  border: 1px solid #d3d8e1;
  border-radius: 5px;
  min-width: 228px;
  height: 48px;
  margin-bottom: 24px;
  padding: 7px 24px 8px;
  transition: border-color .2s;
}

.input:focus {
  border-color: #a9b0be;
}

.input::placeholder {
  color: #a9b0be;
}

.sidebar-subscribe-form {
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.sidebar-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  box-shadow: 0 1px 3px #5962731f;
}

.social-link-small {
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: border-color .2s;
  display: flex;
}

.social-link-small:hover {
  border-color: #d3d8e1;
}

.social-link-small.dark-bg {
  border-color: #ffffff40;
}

.social-link-small.dark-bg:hover {
  border-color: #ffffff80;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.brand.footer-v1-brand {
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  color: #fc3762;
  text-align: center;
  background-color: #0000;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.post-item-big {
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.posts-side {
  flex: 1;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.sidebar-card-header {
  border-bottom: 1px solid #e1e6ee;
  align-items: center;
  padding: 24px;
  display: flex;
}

.blog-v1 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px;
  display: flex;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.side-paddings {
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
}

.social-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons.subscribe-v1-icons {
  flex-wrap: wrap;
  margin-right: -4px;
}

.social-icon-small {
  width: 12px;
}

.sidebar-card-info {
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar-card-info.small-padding {
  padding-left: 24px;
  padding-right: 24px;
}

.footer-v1-column {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v1-info {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v1-link {
  color: #7a8292;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-v1-link:hover {
  text-decoration: underline;
}

.footer-v1-link.dark-bg {
  color: #ffffffb3;
}

.text-block {
  color: #fff;
}

.footerwrapper {
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  font-family: Lato, sans-serif;
}

.postcard {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-height: 100px;
  margin-bottom: 40px;
  overflow: hidden;
}

.postcardinfo {
  padding: 30px;
}

.postimage {
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
}

.heading-2 {
  color: #454646;
  margin-top: 0;
  font-family: Proxima nova, sans-serif;
  font-size: 25px;
  line-height: 36px;
}

.heading-2.text-color-white {
  color: var(--white);
}

.text-block-2 {
  color: var(--slate-grey);
  letter-spacing: .5px;
  font-family: Proxima nova, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.div-block {
  border-bottom: 1px solid #7a82924f;
  width: 100%;
  margin-top: 20px;
}

.link-arrow-icon {
  display: inline;
}

.text-block-3 {
  color: var(--dodger-blue);
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-4 {
  color: var(--slate-grey);
  margin-right: 2px;
  font-size: 12px;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.featuredpostwrapper {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.image-5 {
  border-radius: 5px;
  width: 120px;
  max-width: 100%;
  margin-right: 10px;
}

.heading-3 {
  color: #292929;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
}

.text-block-6 {
  color: var(--slate-grey);
}

.div-block-6 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-7 {
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.text-block-7 {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 700;
}

.link-block-3 {
  color: #313131;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-4 {
  color: var(--slate-grey);
  text-align: center;
  text-transform: uppercase;
  background-color: #f3f3f3;
  border: 1px solid #7a829242;
  border-radius: 5px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 3px 10px;
  font-size: 12px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.link-block-4:hover {
  background-color: #dcecff;
}

.text-block-8 {
  color: #3b3b3b;
  letter-spacing: .4px;
  font-size: 8px;
}

.link-block-5 {
  border: 1px solid var(--slate-grey);
  color: var(--slate-grey);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  padding: 8px 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-5:hover {
  color: #fff;
  background-color: #497a96;
}

.post-card-author-link {
  color: #596273;
  border-radius: 16px;
  align-items: center;
  height: 32px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 12px;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.post-card-author-link:hover {
  color: #2c3340;
  background-color: #f5f6f8;
}

.post-card-v1-avatar {
  border: 1px solid var(--dodger-blue);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.post-info-bottom {
  color: #7a8292;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2583fd;
  border-radius: 5px;
  padding: 8px 8px 6px 9px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.badge.post-card-category {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.badge.post-card-category:hover {
  color: #2c3340;
  background-image: linear-gradient(#fff, #fff);
}

.post-image {
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0 12px 40px #59627340;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #2583fd;
  background-image: linear-gradient(#39abff, #397ef3);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 0 0 1px #2583fd;
}

.button-2:hover {
  box-shadow: inset 0 0 0 1px #2583fd, 0 4px 16px #2583fd80;
}

.button-2.ghost {
  color: #2c3340;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #d3d8e1;
}

.button-2.ghost:hover {
  box-shadow: inset 0 0 0 1px #a9b0be;
}

.post-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-grey {
  color: #7a8292;
}

.blog-v2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: -40px;
  display: flex;
}

.blog-v2.margin-bottom {
  margin-bottom: 32px;
}

.title {
  color: #a9b0be;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.title.dark-bg {
  color: #fff9;
}

.link-arrow-icon-2 {
  margin-top: 1px;
  margin-left: 4px;
}

.link-arrow {
  color: #2583fd;
  text-align: left;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.link-arrow.no-margin {
  margin: 0;
}

.post-item-medium {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.post-heading {
  margin-top: 24px;
}

.post {
  flex-direction: column;
  width: 70%;
  padding-left: 0%;
  padding-right: 50px;
  display: flex;
}

.text-block-9 {
  font-size: 12px;
}

.div-block-9 {
  border: 1px none var(--dodger-blue);
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.post-card-bottom {
  border-top: 1px solid #e1e6ee;
  justify-content: space-between;
  align-items: center;
  margin-top: -4px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.post-card-v2-description {
  color: #7a8292;
  flex: 1;
}

.post-card-v2-info {
  flex-direction: column;
  flex: 1;
  padding: 32px 40px 12px;
  display: flex;
}

.post-card-v1-avatar-2 {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.post-card-link {
  color: #2c3340;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-bottom: 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.post-card-link:hover {
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #59627326;
}

.post-card-author {
  color: #596273;
  align-items: center;
  height: 32px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.post-card-v2-image {
  background-color: #d3d8e1;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 304px;
  transition: filter .2s;
}

.post-card-bottom-info {
  color: #7a8292;
  flex: 1;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.heading-4 {
  font-size: 22px;
}

.div-block-11 {
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.html-embed {
  color: var(--black-2);
  width: 100%;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.post-card-v1 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #5962731f;
}

.link-dark {
  color: #2c3340;
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.badge-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2583fd;
  border-radius: 5px;
  padding: 6px 8px 6px 9px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.badge-2.post-card-category {
  z-index: 1;
  padding-top: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.badge-2.post-card-category {
  z-index: 1;
  margin-right: 25px;
  padding-top: 6px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.badge-2.post-card-category:hover {
  color: #2c3340;
  background-image: linear-gradient(#fff, #fff);
}

.badge-2.post-card-category.w--current {
  margin-right: 0;
}

.post-card-v1-image {
  background-color: #d3d8e1;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
  transition: filter .2s;
}

.post-card-v1-image:hover {
  filter: brightness(95%);
}

.post-card-v1-info {
  padding: 32px 40px 12px;
}

.sidebar-author-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 16px 8%;
  display: flex;
}

.sidebar-big-avatar {
  border-radius: 50%;
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
}

.text-dark-grey {
  color: #596273;
}

.sidebar-category-link {
  color: #2c3340;
  text-align: center;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: none;
  display: block;
}

.sidebar-category-link:hover {
  background-color: #f5f6f8;
}

.sidebar-tag-link {
  color: #2c3340;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  padding: 5px 7px 5px 8px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  transition: none;
  display: block;
}

.sidebar-tag-link:hover {
  background-color: #f5f6f8;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.toc {
  background-color: #f3f3f3;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 30px 30px 20px;
}

._w-richtext {
  flex: 0 auto;
  display: block;
}

.postwrapper {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -40px;
  padding-top: 40px;
  display: flex;
}

.paragraph.text-color-white {
  color: var(--white);
}

.link-block-6 {
  color: #333;
  text-decoration: none;
}

.topnavbarwrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: .8rem;
  display: flex;
  position: sticky;
  top: 0;
}

.subheader {
  background-color: var(--red);
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 4em;
  display: flex;
}

.topnavbar {
  background-color: var(--royal-blue);
  width: 100%;
  height: 4em;
}

.body-2 {
  color: var(--white);
  font-family: Proxima nova, sans-serif;
  font-weight: 400;
}

.container-2 {
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1356px;
  height: 100%;
  font-size: 1.05em;
  display: flex;
  position: relative;
}

.topnavlink {
  color: #ffffffbf;
  text-transform: uppercase;
  padding: 1.15em .55em;
  font-family: Proximanova, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

.topnavlink.w--current {
  color: var(--white);
  font-family: Proximanova, sans-serif;
  font-weight: 700;
}

.herosection {
  object-fit: fill;
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/banner-1.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75vh;
  padding-top: 40px;
  display: flex;
}

.brand-3 {
  z-index: 10000;
  width: 28.8em;
  height: 8em;
  position: absolute;
  inset: 2.5em auto auto 0%;
}

.brand-3.w--current {
  top: 20%;
}

.sectionwrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1115px;
  height: 100%;
  min-height: 50px;
  margin: 1rem auto;
  display: flex;
}

.sectionwrapper.center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1115px;
  font-family: Proxima nova, sans-serif;
}

.sectionwrapper.center.top {
  justify-content: flex-start;
  align-items: center;
}

.sectionwrapper.center.horizontal {
  flex-direction: row;
  align-items: flex-start;
  max-width: 1440px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sectionwrapper.center.horizontal.gas {
  max-width: 1440px;
}

.sectionwrapper.center.horizontal.hot-water {
  width: 100%;
  max-width: 1440px;
}

.sectionwrapper.center.areas {
  max-width: 1250px;
}

.sectionwrapper.top {
  align-items: flex-start;
}

.sectionwrapper.top.loc {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 0;
  display: flex;
  position: static;
}

.sectionwrapper.top.mb {
  margin-bottom: 20px;
}

.sectionwrapper.vertical {
  flex-direction: column;
}

.sectionwrapper.vertical.left {
  align-items: flex-start;
  width: auto;
}

.sectionwrapper.vertical.left.middle {
  justify-content: center;
}

.sectionwrapper.vertical.left.mtop {
  margin-top: 40px;
}

.sectionwrapper.vertical.middle {
  justify-content: center;
}

.sectionwrapper.bst {
  height: auto;
  margin-top: -191px;
}

.sectionwrapper.mtop {
  margin-top: 40px;
}

.heading-6 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 48px;
  font-style: normal;
  line-height: 58px;
}

.col_60 {
  width: 60%;
  min-height: 100px;
}

.col_40 {
  width: 40%;
}

.text-block-10 {
  color: var(--white);
  font-family: Proximanovat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-13 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.html-embed-2 {
  margin-top: 10px;
  margin-left: 20px;
}

.link-block-7 {
  background-color: var(--dark-red);
  justify-content: center;
  align-items: center;
  min-width: 12em;
  height: 100%;
  padding-left: 2em;
  padding-right: 2em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-7:hover {
  background-color: var(--black);
}

.text-block-11 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Proxima nova, sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.image-6 {
  opacity: .2;
  filter: invert();
  height: 100%;
}

.div-block-14 {
  width: 100%;
  height: 100%;
}

.image-7 {
  margin-top: 0;
  margin-bottom: -25px;
}

.formsection {
  margin-top: -40px;
  padding-bottom: 100px;
  position: relative;
}

.formwrapper {
  background-color: var(--white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: space-between;
  max-width: 1115px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col_33 {
  width: 33%;
  position: relative;
}

.div-block-15 {
  flex-direction: column;
  width: 67%;
  display: flex;
}

.div-block-15.loc {
  width: 80%;
  margin: 0 auto;
}

.form-block-wrapper-new {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
}

.image-8 {
  width: 100%;
  position: absolute;
  inset: -97px 0% auto;
}

.h3-heading {
  color: var(--black-2);
  font-family: Proxima nova, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.h3-heading.mt-60 {
  margin-top: 60px;
}

.section-2 {
  padding: 100px 3%;
}

.col_70 {
  width: 70%;
}

.col_70.pr-40 {
  padding-right: 40px;
}

.col_30 {
  width: 30%;
}

.paragraph {
  color: var(--black-2);
  font-size: 16px;
  line-height: 24px;
}

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

.section-x {
  color: #fff;
  padding: 50px 3%;
}

.section-x.cta {
  background-color: var(--red);
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/ctb.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 425px;
  padding-top: 40px;
  position: relative;
}

.section-x.m-bottom._250 {
  padding-bottom: 250px;
}

.section-x.grey {
  color: #f0f3f2;
  background-color: #f0f3f2;
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/buildings.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 300px;
}

.section-x.grey._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: block;
}

.section-x.grey.contact {
  background-image: none;
  padding-bottom: 100px;
}

.section-x.grey._2 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 100px;
}

.section-x.discover {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/vb.webp);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 0%;
}

.section-x.services {
  padding-bottom: 20px;
}

.section-x.loc {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.section-x.grey {
  color: #f0f3f2;
  background-color: #f0f3f2;
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/buildings.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 300px;
}

.heading-h2 {
  color: var(--black-2);
  margin-top: 0;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 67px;
}

.heading-h2.white {
  color: #fff;
}

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

.heading-h3 {
  color: #212529;
  font-size: 28px;
  line-height: 42px;
}

.heading-h3.e-service {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.bold-text {
  font-weight: 700;
}

.row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row.left-aligned {
  justify-content: flex-start;
  align-items: center;
}

.row.margin-top {
  margin-top: 95px;
}

.row.mb {
  width: 100%;
  margin-bottom: 20px;
}

.row.mb.contact {
  justify-content: center;
}

.row.mb-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
}

.row.mb-15.multiple--select-row {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.row.mb-15.is--hidden {
  display: none;
}

.row.mb-15.for-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 1rem;
  display: flex;
}

.row.left {
  justify-content: flex-start;
  margin-top: 30px;
}

.row.links {
  flex-wrap: wrap;
  width: 100%;
}

.row.sb-1 {
  flex-direction: column;
  margin-bottom: 15px;
}

.col-50 {
  width: 50%;
  min-height: 40px;
  padding-right: 0;
  position: relative;
}

.col-50.pr-15 {
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.col-50.pl-15 {
  padding-left: 15px;
}

.col-50.mid {
  align-items: center;
  display: flex;
}

.col-50.pr-30 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.col-50.s2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.col-50.last {
  order: 1;
}

.text-field {
  color: #495057;
  background-color: #f4f7f6;
  border: 1px #000;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-field.no-margin {
  color: var(--white-smoke);
  text-align: left;
  -webkit-text-stroke-color: #fff;
  text-overflow: clip;
  background-color: #c5000c;
  font-family: Proxima nova, sans-serif;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.text-field.no-margin::placeholder {
  color: var(--white-smoke);
}

.link {
  color: var(--dodger-blue);
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  text-decoration: underline;
}

.div-block-18 {
  background-color: var(--black-2);
  color: var(--black-2);
  border-radius: 5px;
  width: 5px;
  height: 5px;
  margin-right: 8px;
}

.card {
  border-bottom: 3px solid var(--royal-blue);
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/cb.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 30%;
  height: 174px;
  min-height: 100px;
  display: flex;
}

.text-block-12 {
  color: var(--black-2);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.image-9 {
  margin-top: -60px;
}

.book-line {
  background-color: var(--dark-red);
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-10 {
  z-index: 2;
  margin-top: -217px;
  position: relative;
}

.text-block-13 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.image-11 {
  max-width: 280px;
  position: absolute;
  inset: -150px 0% auto auto;
}

.text-block-14 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 29px;
}

.text-block-15 {
  margin-right: 60px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

.link-block-8 {
  background-color: var(--red);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-block-8:hover {
  border-radius: 50px;
}

.link-block-8.auto {
  width: auto;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.link-block-8.auto.big {
  height: 60px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.link-block-8.auto.big.blue {
  background-color: var(--royal-blue);
  margin-left: 15px;
  margin-right: 15px;
}

.link-block-8.auto.big.dark {
  background-color: var(--dark-red);
}

.link-block-8.auto.big.start {
  margin-left: 0;
}

.link-block-8.auto.big.no-padd {
  margin-top: 0;
}

.link-block-8.auto.blue {
  background-color: var(--royal-blue);
}

.text-block-16 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.offer-card {
  background-color: var(--royal-blue);
  flex-direction: column;
  align-items: center;
  width: 23.5%;
  height: 350px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.offer-card:hover {
  border: 8px solid var(--white);
  filter: grayscale();
}

.offer-card.mr {
  margin-right: 15px;
}

.offer-card.ml {
  margin-left: 15px;
}

.offer-card._1 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.17.21.webp);
  background-position: 50%;
  background-size: contain;
}

.offer-card._1:hover {
  filter: grayscale();
}

.offer-card._1.c1 {
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
}

.offer-card._2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.31.58.webp);
  background-position: 50%;
  background-size: contain;
}

.offer-card._2.div-block-14 {
  width: 25%;
  margin-left: 20px;
  margin-right: 20px;
}

.offer-card._3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.41.32.webp);
  background-position: 50%;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.offer-card._4 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.44.22.webp);
  background-position: 50%;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.offer-card._4.c1 {
  width: 25%;
  margin-left: 20px;
  margin-right: 20px;
}

.offer-card._5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.44.22.webp);
  background-position: 50%;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.offer-card._5.mr {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.48.28.webp);
  margin-right: 0;
}

.offer-card._6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.44.22.webp);
  background-position: 50%;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.offer-card._6.ml {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.49.18.webp);
  margin-left: 0;
}

.text-block-17 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-18 {
  font-size: 56px;
  font-weight: 700;
  line-height: 67px;
}

.bold-text-2 {
  color: var(--black-2);
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.submit-button {
  background-color: var(--red);
}

.submit-button.red {
  text-transform: uppercase;
  border-radius: 6px;
  width: 100%;
  height: 45px;
  font-size: 16px;
}

.paragraph-2 {
  color: var(--black);
  margin-bottom: 0;
  line-height: 18px;
}

.paragraph-2._2 {
  margin-left: 20px;
  font-size: 12px;
}

.div-block-19 {
  align-items: center;
  margin-left: 20px;
  font-size: 12px;
  display: flex;
}

.div-block-20 {
  background-color: var(--black-2);
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.link-3 {
  color: var(--white);
  text-decoration: none;
}

.widerow {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  margin-top: 60px;
  display: flex;
}

.col-25 {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  min-height: 50px;
  display: flex;
}

.text-block-19 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-19.white {
  color: #0000;
}

.link-4 {
  color: var(--slate-grey);
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.link-4.bold {
  font-weight: 700;
}

.footer-section {
  color: #fff;
  padding: 40px 3% 20px;
  font-family: Proxima nova, sans-serif;
}

.map-section {
  width: 100%;
  height: 460px;
}

.follow_us {
  background-color: var(--red);
  align-items: center;
  width: 100%;
  height: 190px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.image-12 {
  height: 100%;
  max-height: 100%;
}

.section-3 {
  background-color: var(--royal-blue);
  width: 100%;
  height: 656px;
  padding: 100px 3%;
}

.slider {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  display: flex;
}

.section-4 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Hero-PLumbing-Fully-Equipped-Vans-Sydney.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 780px;
  padding: 80px 3%;
}

.link-block-9 {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block-9.wide {
  max-width: 200px;
}

.bold-text-3, .text-block-20, .text-block-21 {
  text-align: center;
}

.div-block-22 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.text-block-22 {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.link-block-10 {
  background-color: var(--dodger-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 14px;
  text-decoration: none;
  display: flex;
}

.link-block-10:hover {
  background-color: #0057b3;
}

.image-14 {
  margin-top: 20px;
}

.div-block-24-r {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-24-r.center {
  justify-content: center;
  align-items: center;
}

.image-15 {
  margin-right: 10px;
  position: relative;
  inset: 0% 0% auto auto;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-26 {
  color: var(--black);
  background-color: #f4f7f6;
  flex-direction: column;
  align-items: flex-start;
  width: 24%;
  margin-bottom: 20px;
  display: flex;
}

.heading-7 {
  color: #121416;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.text-block-23 {
  text-decoration: none;
  display: inline;
}

.link-block-11 {
  color: var(--black);
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

.link-block-11.w--current {
  display: inline-block;
}

.text-block-24 {
  margin-left: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  display: inline;
  position: static;
}

.div-block-27 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.section-5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/abb.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 490px;
  padding-left: 3%;
  padding-right: 3%;
}

.section-5.areas {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/areaban.webp);
}

.section-5.leak {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Background_1.png);
  background-position: 50%;
  background-size: cover;
}

.section-5.leak.blocked-drain {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Background-1.png);
  background-position: 50%;
  background-size: cover;
}

.section-5.water {
  background-image: linear-gradient(#000000b3, #000000b3), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Hero-PLumbing-Fully-Equipped-Vans-Sydney.webp);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-5.sawage {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/bdbaner.webp);
}

.section-5.water {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-12.59.45.webp);
}

.section-5.s-water {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/hwbanner.webp);
}

.section-5.specials {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/sbb.webp);
}

.section-5.blocked-drains {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Background_1.png);
  background-position: 50%;
  background-size: cover;
}

.text-block-25 {
  color: var(--white);
  font-family: Proxima nova, sans-serif;
}

.div-block-28 {
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  margin-bottom: 40px;
  display: flex;
}

.heading-8 {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 42px;
}

.div-block-29 {
  border-right: 1px none var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  border-left: 1px none var(--white-smoke);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 160px;
  display: flex;
  position: relative;
}

.div-block-29.left {
  border-left-style: none;
  border-right-style: none;
  width: auto;
}

.div-block-29.left._2 {
  border-bottom-style: none;
}

.div-block-29.right {
  border-left-style: none;
  border-right-style: none;
  width: auto;
}

.div-block-29.right._2 {
  border-bottom-style: none;
  border-left-style: none;
}

.div-block-29._3, .div-block-29.no-underline {
  border-bottom-style: none;
}

.text-block-26 {
  z-index: 1;
  background-color: var(--white);
  color: var(--red);
  width: 46px;
  height: 42px;
  margin-bottom: -23px;
  margin-right: -23px;
  padding: 16px;
  font-size: 30px;
  line-height: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-30 {
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  margin-top: 60px;
  display: flex;
}

.div-block-31 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-32 {
  width: 100%;
  max-width: 550px;
  padding-bottom: 40px;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 86%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.div-block-34 {
  margin-top: 10px;
  display: flex;
}

.div-block-34._2 {
  margin-top: 0;
  margin-right: 4px;
}

.text-block-27 {
  color: #ece449;
  margin-left: 2px;
  margin-right: 2px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-4 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.reviews {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-28 {
  color: var(--black-2);
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
}

.tabs {
  width: 100%;
  margin-top: 20px;
}

.s-tab {
  background-color: var(--white);
  color: var(--black-2);
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 15px;
  box-shadow: 0 0 5px #21252933;
}

.s-tab.w--current {
  background-color: var(--red);
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-menu {
  margin-bottom: 20px;
}

.heading-h2-top {
  color: var(--black-2);
  margin-top: 0;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 67px;
}

.heading-h2-top.white {
  color: #fff;
}

.heading-h2-top.center {
  text-align: center;
}

.heading-h2-top.center.white {
  font-family: Proximanova extrabld, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.subtitle.white.last-margin-no {
  margin-bottom: 0;
}

.subtitle.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Proxima nova, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.text-block-29 {
  color: var(--black-2);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
}

.div-block-37 {
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.col-60 {
  width: 60%;
}

.col-60.pr-40 {
  padding-right: 40px;
}

.col-40 {
  width: 40%;
}

.heading-10 {
  color: var(--black-2);
}

.bold-text-4 {
  color: #212529;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.div-block-38 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-16 {
  margin-top: 20px;
}

.heading-11 {
  color: var(--black-2);
  font-family: Proximanova extrabld, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.heading-11.mt {
  margin-top: 70px;
}

.div-block-39 {
  background-color: var(--red);
  color: var(--red);
  width: 25px;
  height: 6px;
  margin-bottom: 10px;
}

.div-block-40 {
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.col-65 {
  width: 65%;
}

.col-30 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.col-30.left, .col-30.col-30-left {
  justify-content: center;
  align-items: flex-start;
}

.image-17 {
  margin-top: 40px;
}

.div-block-41 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.hcard {
  border-bottom: 3px solid var(--royal-blue);
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/buildings.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  height: 230px;
  min-height: 100px;
  margin-top: 60px;
  display: flex;
}

.image-18 {
  width: 129px;
}

.text-block-30 {
  color: var(--black-2);
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}

.image-19 {
  margin-top: 130px;
}

.pagination {
  margin-top: 40px;
}

.locitem {
  color: var(--black-2);
}

.loclink {
  color: var(--black-2);
  margin-bottom: 10px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.loclink:hover {
  color: var(--red);
}

.next {
  background-color: var(--red);
  color: #fff;
}

.previous {
  background-color: var(--red);
  color: var(--white-smoke);
}

.tabs-menu-3 {
  flex-wrap: wrap;
  display: flex;
}

.tabletter {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-family: Proxima nova, sans-serif;
  display: flex;
}

.tabletter.w--current {
  background-color: var(--red);
  color: #fff;
}

.tabletter.all {
  padding-left: 40px;
  padding-right: 40px;
}

.tabletter.is-active {
  background-color: var(--red);
  color: #fff;
}

.tabs-content {
  margin-top: 40px;
}

.tabletter {
  margin-bottom: 10px;
  padding: 7px 17px;
}

.heading-12 {
  color: var(--black-2);
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-weight: 400;
}

.div-block-47 {
  border: 1px solid #cacaca;
  border-radius: 5px;
  padding: 40px;
}

.div-block-47.margin-bottom {
  margin-bottom: 2rem;
}

.link-7 {
  color: var(--red);
}

.div-block-48 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-26-в-21.41.09.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 260px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 40px;
  display: flex;
}

.heading-13 {
  font-family: Proximanova extrabld, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  display: inline-block;
}

.div-block-49 {
  background-color: var(--white);
  color: var(--black-2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  align-items: center;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-49.w--current {
  background-color: var(--red);
  color: var(--white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 5px;
  overflow: hidden;
}

.div-block-49.clear {
  background-color: #0000;
}

.text-block-34 {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding: 8px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 14px;
}

.link-8 {
  color: #fff;
  margin-left: 10px;
  font-family: Proxima nova, sans-serif;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.text-block-35 {
  color: var(--white-smoke);
  margin-left: 10px;
  font-weight: 700;
  position: static;
}

.form-block {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  padding: 20px 20px 40px;
}

.text-block-36 {
  color: var(--black-2);
  margin-bottom: 40px;
  font-family: Proxima nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
}

.div-block-50 {
  width: 50%;
  min-height: 100px;
}

.div-block-50._2 {
  padding-left: 20px;
}

.div-block-50._1 {
  padding-right: 20px;
}

.div-block-51 {
  display: flex;
}

.text-field-2 {
  background-color: #c5000c;
  border: 1px solid #0000;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 0;
  font-size: 1rem;
}

.text-field-2::placeholder {
  color: #fff;
}

.section-6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-27-в-01.47.36.webp);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.heroservices {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/eban.webp);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 660px;
}

.div-block-52 {
  width: 100%;
  display: flex;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 200px;
  display: block;
  position: relative;
}

.overlay {
  z-index: 2;
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/ec1.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.overlay:hover {
  opacity: 0;
}

.overlay._2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-00.50.12.webp);
}

.overlay._3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-00.50.30.webp);
}

.overlay._4 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-00.51.01.webp);
}

.overlay._5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-00.53.13.webp);
}

.overlay._6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-00.53.31.webp);
}

.overlay._7 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-00.53.48.webp);
}

.overlay._8 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-00.55.14.webp);
}

.text-block-37 {
  color: #fff;
  text-align: center;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}

.div-block-55 {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.section-7 {
  padding-left: 3%;
  padding-right: 3%;
  display: block;
}

.slink {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 12.5%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.slink.w--current {
  filter: none;
}

.slink._20 {
  width: 20%;
}

.text-block-38 {
  color: var(--black-2);
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.banner {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1115px;
  height: 100%;
  min-height: 50px;
  margin: 85px auto 40px;
  display: flex;
}

.banner.reverse {
  flex-direction: row-reverse;
}

.div-block-56 {
  background-color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.div-block-56._1 {
  background-color: #1c7bb8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.div-block-56._2 {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.div-block-56._3 {
  background-color: #000;
}

.text-block-39 {
  color: var(--white);
  font-family: Proximanova extrabld, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.text-block-40 {
  color: var(--white);
  margin-top: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
}

.div-block-57 {
  font-family: Proxima nova, sans-serif;
  display: flex;
  position: relative;
}

.link-block-12 {
  background-color: var(--gold);
  color: var(--black-2);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.link-block-12:hover {
  text-decoration: underline;
}

.bold-text-5 {
  color: var(--black-2);
  text-decoration: none;
}

.div-block-58 {
  border-top: 25px solid #0000;
  border-bottom: 25px solid #0000;
  border-left: 25px solid var(--gold);
}

.image-21 {
  width: 320px;
  margin-right: -13px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.col-70 {
  width: 60%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.col-70.pr {
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  min-height: auto;
  padding-right: 0;
  display: block;
  position: relative;
}

.heading-14 {
  color: var(--black-2);
  margin-top: 20px;
}

.paragraph-5 {
  font-family: Proxima nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: absolute;
  inset: auto 80px auto auto;
  transform: rotate(-7deg);
}

.paragraph-5._2 {
  margin-bottom: 62px;
}

.paragraph-5._2.combo {
  max-width: 190px;
  margin-bottom: 25px;
}

.paragraph-5._22 {
  color: var(--white);
  margin-top: 47px;
  margin-right: 32px;
  font-size: 18px;
  line-height: 23px;
}

.paragraph-5._3 {
  margin-top: 41px;
}

.paragraph-5.toilets {
  order: 0;
  right: 95px;
}

.paragraph-5.taps {
  right: 123px;
}

.paragraph-5.drains {
  right: 110px;
}

.div-block-59 {
  background-color: var(--red);
  width: 30px;
  height: 5px;
  margin-bottom: 40px;
}

.paragraph-6 {
  color: var(--black-2);
  align-items: center;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
}

.text-block-41 {
  color: var(--black-2);
  margin-top: 6px;
}

.bold-text-6 {
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
}

.smallformblock {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.sform {
  padding: 24px;
}

.sform._2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-15 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
}

.heading-15._2 {
  margin-top: 0;
}

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

.image-22 {
  margin-top: 0;
}

.div-block-60 {
  margin-top: 60px;
}

.div-block-60._2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-42 {
  color: var(--red);
  margin-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 20px;
  display: inline-block;
  position: static;
}

.text-block-44 {
  color: var(--black-2);
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.div-block-61 {
  flex-flow: row;
  flex: 0 auto;
  place-content: space-around;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 12px;
  display: block;
}

.div-block-61.top {
  align-items: flex-start;
}

.div-block-61.last {
  margin-bottom: 60px;
}

.div-block-61.bottom-margin {
  margin-bottom: 20px;
}

.block1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1115px;
  height: 100%;
  min-height: 50px;
  margin: 40px auto 60px;
  display: flex;
}

.heading-16 {
  color: var(--black-2);
  font-family: Proxima nova, sans-serif;
  line-height: 32px;
}

.bold-text-8 {
  font-family: Proxima nova, sans-serif;
  font-size: 27px;
  line-height: 28px;
}

.image-23 {
  z-index: 2;
  margin-top: -58px;
  margin-left: 66px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-63 {
  display: flex;
}

.heading-17 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Proxima nova, sans-serif;
  font-size: 26px;
  line-height: 35px;
  display: inline;
}

.div-block-64 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.div-block-64.top {
  margin-top: 0;
}

.list {
  color: var(--black-2);
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.list-item {
  color: var(--black-2);
  margin-bottom: 10px;
}

.list-item.text-color-white {
  color: var(--white);
}

.text-block-46 {
  font-family: Proxima nova, sans-serif;
}

.text-block-47 {
  color: var(--black-2);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
}

.image-24 {
  margin-bottom: 40px;
}

.text-span {
  font-size: 34px;
  line-height: 36px;
}

.div-block-65 {
  border-bottom: 2px solid var(--red);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-49 {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-49.active {
  background-color: var(--red);
  color: #fff;
}

.link-block-14 {
  color: var(--black-2);
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.imgwrapper {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-20.32.57.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 225px;
}

.imgwrapper._2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.01.webp);
}

.imgwrapper._3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-23.38.27.webp);
}

.imgwrapper._4, .imgwrapper._5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-20.39.01.webp);
}

.imgwrapper._6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-21.23.22.webp);
}

.imgwrapper._7, .imgwrapper._8 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-21.25.26.webp);
}

.imgwrapper._9 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-21.25.36.webp);
}

.imgwrapper._10 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-28-в-21.25.47.webp);
}

.imgwrapper.b1 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-23.37.42.webp);
}

.imgwrapper.b2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-22.29.51.webp);
}

.imgwrapper.b3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-23.37.59.webp);
}

.imgwrapper.b4 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-23.38.07.webp);
}

.imgwrapper.b5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-23.38.14.webp);
}

.imgwrapper.b6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-23.38.21.webp);
}

.imgwrapper.b7 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-23.38.27.webp);
}

.imgwrapper.b8 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-23.38.33.webp);
}

.imgwrapper.b9 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-01-в-23.38.38.webp);
}

.imgwrapper.hw1 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.01.webp);
}

.imgwrapper.hw2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.10.webp);
}

.imgwrapper.hw3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.21.webp);
}

.imgwrapper.ghs1 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-16.43.10.webp);
}

.imgwrapper.ghs2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-16.43.21.webp);
}

.imgwrapper.ghs3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.21.webp);
}

.imgwrapper.ghs4 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-16.43.29.webp);
}

.imgwrapper.ghs5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-16.43.39.webp);
}

.imgwrapper.ghs6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-16.43.49.webp);
}

.imgwrapper.ghs7 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-16.44.00.webp);
}

.imgwrapper.gf1 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-21.44.46.webp);
}

.imgwrapper.gf2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-21.44.54.webp);
}

.imgwrapper.gf3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-21.45.01.webp);
}

.imgwrapper.gf4 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-21.45.07.webp);
}

.imgwrapper.gf5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-21.45.13.webp);
}

.imgwrapper.gf6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-21.45.19.webp);
}

.imgwrapper.a1 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-16.43.10.webp);
}

.imgwrapper.a2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-16.43.21.webp);
}

.imgwrapper.a3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-21.45.13.webp);
}

.imgwrapper.a4 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-23.14.52.webp);
}

.imgwrapper.a5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-23.14.58.webp);
}

.imgwrapper.a6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-23.15.05.webp);
}

.imgwrapper.ghs8 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Rheem-Gas-Heater.webp);
}

.imgwrapper.ghs9 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Omega-Gas-Heater.webp);
}

.imgwrapper.ghs12 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-21.45.19.webp);
}

.imgwrapper.hw4 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.10.webp);
}

.imgwrapper.hw5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.21.webp);
}

.imgwrapper.hw6, .imgwrapper.hw7 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.01.webp);
}

.imgwrapper.hw8 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-21.44.54.webp);
}

.imgwrapper.hw9 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.10.webp);
}

.imgwrapper.hw10 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.21.webp);
}

.imgwrapper.h11 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-03-03-в-01.28.10.webp);
}

.imgwrapper.leaks-1 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/leaking-shower-head.webp);
}

.imgwrapper.leaks-2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Shower4-Hero.webp);
}

.imgwrapper.leaks-3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Tap-Leaking.webp);
}

.imgwrapper.leaks-4 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/laundry-sink-hero.webp);
}

.imgwrapper.leaks-5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Sink-Pipe-Leak-Repair-Hero.webp);
}

.imgwrapper.blocked-1 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/blocked-kitchen-sink-hero.webp);
}

.imgwrapper.blocked-2 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Plunger-Clogged-Sink-Hero.webp);
}

.imgwrapper.blocked-3 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/laundry-sink-hero.webp);
}

.imgwrapper._11 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/sydney-strata-hero-plumbing.jpg);
}

.imgwrapper._12 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/hero.PNG);
}

.imgwrapper.leaks-6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Ceramic-Toilet-Bowl-Hero.webp);
}

.imgwrapper.leaks-7 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/leaking-kitchen-tap.webp);
}

.div-block-68 {
  background-color: #fff;
  padding: 20px;
}

.heading-18 {
  margin-top: 0;
  font-size: 19px;
}

.div-block-69 {
  align-items: center;
  display: flex;
}

.image-27 {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.tab-pane-tab-1 {
  margin-top: 20px;
}

.cardwrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  display: grid;
}

.leakscard {
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: var(--white-smoke) var(--white-smoke) var(--red);
  background-color: var(--white);
  border-radius: 5px;
  width: 33.3%;
  height: auto;
  min-height: 100px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-70 {
  margin-top: 70px;
  display: flex;
}

.div-block-70._2 {
  margin-bottom: 40px;
}

.div-block-71 {
  background-color: var(--red);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-50 {
  font-family: Proxima nova, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.text-block-51 {
  color: var(--black-2);
  text-align: center;
  margin-top: 20px;
}

.bold-text-10 {
  font-family: Proximanova extrabld, sans-serif;
  font-size: 17px;
}

.link-9 {
  color: var(--royal-blue);
}

.image-28 {
  margin-bottom: 20px;
}

.text-block-52 {
  color: var(--black-2);
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.div-block-72 {
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-block-73 {
  width: 50%;
  min-height: 100px;
}

.div-block-73._1 {
  padding-right: 20px;
}

.div-block-73._2 {
  padding-left: 20px;
}

.image-29 {
  margin-right: 20px;
}

.image-30 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-30.hide {
  display: none;
}

.section-8 {
  background-color: #f0f3f2;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 250px;
  font-family: Proxima nova, sans-serif;
}

.section-8._1 {
  margin-bottom: 40px;
}

.image-31 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.div-block-74 {
  width: 40%;
}

.div-block-74._2 {
  width: 60%;
  padding-bottom: 121px;
}

.heading-19 {
  color: var(--black-2);
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-75 {
  background-color: var(--red);
  height: 120px;
  margin-top: auto;
  margin-bottom: -34px;
  display: flex;
}

.image-32 {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 0;
}

.text-block-53 {
  color: #fff;
  margin-top: 36px;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 29px;
}

.div-block-76 {
  background-color: #fff;
  margin-top: 35px;
}

.div-block-77 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  height: 100px;
  margin-top: -25px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #00000026;
}

.div-block-78 {
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.image-33 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.text-block-54 {
  font-size: 16px;
}

.div-block-79 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.div-block-80 {
  width: 32%;
}

.image-35 {
  border-radius: 5px;
  overflow: hidden;
}

.text-block-55 {
  color: var(--black-2);
  text-align: center;
  margin-top: 20px;
  font-family: Proximanova extrabld, sans-serif;
}

.image-36, .image-37 {
  border-radius: 5px;
}

.tab-pane-tab-2 {
  margin-top: 20px;
}

.heading-20 {
  font-size: 28px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 260px;
  display: flex;
}

.tab-pane-tab-3 {
  padding-top: 20px;
}

.image-38 {
  margin-bottom: 40px;
}

.video-3 {
  height: auto;
  margin-bottom: 2em;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.text-span-2 {
  color: var(--gold);
}

.text-block-56 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  top: -20px;
  left: 20px;
}

.heading-h2-top-2 {
  color: #212529;
  margin-top: 0;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 67px;
}

.heading-h2-top-2.center {
  text-align: center;
}

.heading-h2-top-2.center.white {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
}

.text-block-57 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-block-15 {
  background-color: #e10916;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-block-15:hover {
  border-radius: 50px;
}

.link-block-15.auto {
  width: auto;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.link-block-15.auto.big {
  height: 60px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.link-block-15.auto.big.blue.borderwhite {
  border: 1px solid #fff;
}

.link-block-15.auto.big.blue {
  background-color: #0f66bd;
  margin-left: 15px;
  margin-right: 15px;
}

.link-block-15.auto.big.start {
  margin-left: 0;
}

.link-block-15.auto.big.white {
  border: 2px solid var(--white);
  background-color: #0000;
}

.link-block-15.auto.blue {
  background-color: #0f66bd;
}

.link-block-15.auto.blue._2 {
  margin-right: 20px;
}

.heading-21 {
  color: #212529;
  align-items: flex-end;
  margin-top: 40px;
  line-height: 38px;
  display: block;
}

.div-block-82 {
  border-top: 25px solid #0000;
  border-bottom: 25px solid #0000;
  border-left: 25px solid #ffde32;
}

.text-block-58 {
  color: #212529;
  text-align: center;
  margin-top: 20px;
  font-family: Proximanova extrabld, sans-serif;
}

.paragraph-8 {
  color: #212529;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link-block-16 {
  color: #212529;
  background-color: #ffde32;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.link-block-16:hover {
  text-decoration: underline;
}

.heading-22 {
  color: #212529;
  text-align: center;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
}

.heading-22._2 {
  margin-top: 0;
}

.text-block-59 {
  color: #212529;
  text-align: center;
  margin-top: 20px;
}

.div-block-83 {
  background-color: #e10916;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.leakscard-2 {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom: 5px solid #e10916;
  border-radius: 5px;
  width: 33.3%;
  height: auto;
  min-height: 100px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.bold-text-12 {
  color: #212529;
  text-decoration: none;
}

.div-block-84 {
  background-color: #e10916;
  width: 30px;
  height: 5px;
  margin-bottom: 40px;
}

.submit-button-2 {
  background-color: #e10916;
}

.submit-button-2.red {
  text-transform: uppercase;
  background-color: #0f66bd;
  border-radius: 6px;
  width: 100%;
  height: 45px;
  font-size: 16px;
}

.text-block-60 {
  color: #212529;
  font-family: Proxima nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-60.white {
  color: #fff;
  text-decoration: none;
}

.div-block-85 {
  color: var(--white);
  background-color: #0f66bd;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.div-block-85.white {
  background-color: #fff;
}

.div-block-85.white.mid {
  align-items: center;
}

.div-block-85.red {
  background-color: #e10916;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.div-block-85.red.right {
  align-items: flex-end;
  width: auto;
  padding-right: 40px;
}

.div-block-85.red.s2 {
  padding-right: 40px;
}

.div-block-85._1.red {
  background-color: var(--red);
}

.div-block-85.brown.flex {
  flex-direction: row;
  align-items: center;
}

.div-block-85.brown {
  background-color: #8d030b;
  padding-right: 40px;
}

.div-block-85._1 {
  background-color: #1c7bb8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.div-block-85._3 {
  background-color: #000;
}

.div-block-85._2 {
  background-color: #212529;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.div-block-86 {
  justify-content: center;
  width: 100%;
  min-height: 100px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.col-33 {
  width: 33%;
}

.col-33._2 {
  z-index: 2;
  margin-left: -54px;
  position: relative;
}

.col-33._3 {
  margin-left: -56px;
}

.col-33._1 {
  z-index: 3;
  position: relative;
}

.text-block-61 {
  color: var(--black-2);
  text-align: center;
  margin-top: 20px;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.paragraph-9 {
  color: var(--black-2);
  text-align: center;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
}

.div-block-87 {
  width: 100%;
  display: flex;
}

.col_50 {
  width: 50%;
  min-height: 100px;
  padding-right: 20px;
}

.col_50._2 {
  padding-left: 20px;
  padding-right: 0;
}

.col_50.bg1.save {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.col_50.bg2.save {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.col_50.bg2 {
  background-color: #8d030b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.col_50.bg1 {
  background-color: #e10916;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-10 {
  color: #212529;
  text-align: center;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
}

.div-block-88 {
  width: 100%;
  display: flex;
}

.col_50-2 {
  width: 50%;
  min-height: 100px;
  padding-right: 20px;
}

.col_50-2._2 {
  padding-left: 20px;
  padding-right: 0;
}

.text-block-62 {
  color: #212529;
  text-align: center;
  margin-top: 20px;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

.div-block-89 {
  justify-content: center;
  width: 100%;
  min-height: 100px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.text-block-63 {
  color: #e10916;
  margin-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 20px;
  display: inline-block;
  position: static;
}

.text-block-64 {
  color: #212529;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

.div-block-90 {
  justify-content: space-between;
  width: 100%;
  height: 160px;
  margin-top: 60px;
  display: flex;
}

.image-39 {
  margin-left: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-65 {
  color: var(--white);
  margin-right: 40px;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.text-block-66 {
  color: #212529;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-91 {
  display: flex;
}

.text-block-67 {
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-69 {
  color: var(--white-smoke);
  font-family: Proxima nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-70 {
  border: 1px solid var(--white);
  border-radius: 100px;
  margin-right: 10px;
  padding: 7px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-style: normal;
}

.div-block-92 {
  align-items: flex-start;
  display: flex;
}

.text-span-3 {
  font-size: 30px;
  line-height: 30px;
}

.div-block-93 {
  align-items: flex-start;
  width: 100%;
  min-height: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-40 {
  margin-right: 10px;
}

.heading-large {
  color: #212529;
  margin-top: 0;
  padding-top: 200px;
}

.paragraph-11, .paragraph-12 {
  color: #212529;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link-block-17 {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-15 {
  font-family: Proxima nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: absolute;
  inset: auto 80px auto auto;
  transform: rotate(-7deg);
}

.paragraph-15._2 {
  margin-bottom: 62px;
}

.offer-card-2 {
  background-color: #0f66bd;
  flex-direction: column;
  align-items: center;
  width: 23.5%;
  height: 350px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.offer-card-2:hover {
  filter: grayscale();
  border: 8px solid #fff;
}

.offer-card-2._5 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.44.22.webp);
  background-position: 50%;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.offer-card-2._5.mr {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.48.28.webp);
  margin-right: 10px;
}

.offer-card-2._4, .offer-card-2._6 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.44.22.webp);
  background-position: 50%;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.offer-card-2._6.ml {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Снимок-экрана-2022-02-11-в-01.49.18.webp);
}

.text-block-77 {
  font-family: Proximanova extrabld, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.text-block-78 {
  margin-top: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
}

.image-42 {
  width: 320px;
  margin-right: -13px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-24 {
  color: #212529;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-97 {
  background-color: #e10916;
  height: 120px;
  margin-top: auto;
  margin-bottom: -34px;
  display: flex;
}

.section-9 {
  padding-bottom: 60px;
}

.text-span-4 {
  font-size: 40px;
  line-height: 40px;
}

.paragraph-16 {
  color: #000;
  margin-bottom: 0;
  line-height: 18px;
}

.location-body-2 {
  color: #212529;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.location-body-2.bold {
  font-weight: 700;
}

.locitem-2 {
  color: #212529;
}

.bold-text-13 {
  color: var(--black);
  text-decoration: none;
}

.link-13 {
  text-decoration: none;
}

.image-44 {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}

.div-block-99 {
  flex-direction: column;
  width: 400px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
}

.socials-grid {
  padding-bottom: 20px;
}

.image-45 {
  padding: 10px 10px 40px;
}

.heading-booking {
  background-color: var(--red);
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
}

.textarea {
  background-color: #f7f7f7;
  border: 1px solid #0000;
  border-radius: 5px;
  font-size: 1rem;
}

.radio-button-label {
  color: var(--black-2);
}

.text-field-3 {
  border: 1px solid #0000;
}

.link-14 {
  color: var(--slate-grey);
}

.link-block-18, .link-block-19 {
  text-decoration: none;
}

.text-block-80, .text-block-81 {
  color: var(--white);
}

.div-block-100 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-101 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/pb.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
}

.image-46 {
  max-width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 30px auto auto 10px;
}

.div-block-102 {
  width: 30%;
  height: 100%;
}

.div-block-103 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 63%;
  height: 100%;
  display: flex;
}

.text-block-82 {
  font-family: Proxima nova, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.heading-25 {
  font-family: Proximanova extrabld, sans-serif;
}

.heading-25.abs {
  z-index: 2;
  text-align: center;
  position: relative;
  inset: auto 0% 0%;
}

.link-block-15-2 {
  background-color: #e10916;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-block-15-2:hover {
  border-radius: 50px;
}

.link-block-15-2.member {
  width: auto;
  height: 55px;
  margin-top: 20px;
  padding: 4px 30px;
}

.image-47 {
  position: absolute;
  inset: auto 239px 3px auto;
}

.div-block-104 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-top: 40px;
  display: flex;
}

.text-block-83 {
  color: var(--black-2);
  max-width: 650px;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block-105 {
  width: 23%;
  position: relative;
}

.div-block-105._30 {
  border-radius: 10px;
  width: 32%;
  overflow: hidden;
}

.paragraph-17 {
  color: var(--black-2);
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Proxima nova, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.div-block-106 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/scta5.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
}

.paragraph-18 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 17px;
}

.text-block-84 {
  text-align: center;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 40px;
}

.text-block-85 {
  color: var(--black-2);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 24px;
}

.bold-text-14 {
  margin-left: auto;
  margin-right: auto;
  font-family: Proximanova extrabld, sans-serif;
  display: inline-block;
}

.image-53 {
  filter: invert();
}

.link-block-20 {
  color: var(--white);
  align-items: center;
  padding-right: .75em;
  font-size: 1.15em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-86 {
  padding-left: 10px;
  font-family: Proxima nova, sans-serif;
}

.text-block-86:hover {
  color: var(--gold);
}

.image-54 {
  filter: invert();
  margin-right: 5px;
}

.car-block {
  flex: none;
  padding-right: 1rem;
  display: flex;
}

.html-embed-6 {
  color: #fff;
  border: 4px #0f66bd;
  border-radius: 4px;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 16px;
  line-height: 8;
  position: static;
}

.specials-text {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.specials-text.show {
  font-weight: 400;
  display: none;
}

.div-block-107 {
  background-color: var(--black-2);
}

.hero-plumbing-image {
  width: auto;
  max-width: 581.141px;
  height: 20rem;
  margin-bottom: 2rem;
  margin-left: -7.4rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-plumbing-image.test {
  height: 15rem;
  margin-left: -5.5rem;
}

.gas-banner-info {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.gas-banner-info.pading {
  max-width: 1115px;
  padding-top: 5rem;
  padding-bottom: 0;
}

._3col--grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spcls--parent {
  height: 100%;
  padding: 0;
  font-family: Proxima nova, sans-serif;
  position: relative;
}

.spcls--cover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.spcls--img-cover {
  height: 240px;
  min-height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.ful-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.ful-image.contain {
  object-fit: contain;
}

.spcls-top-block {
  background-color: #282828;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2rem 1rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.spcls--link {
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 26rem;
  min-width: auto;
  max-width: none;
  margin-left: -.5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 3.7rem;
}

.spcls--link-txt {
  color: #fff;
  margin-bottom: 2rem;
  margin-left: -2.1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22222;
  text-decoration: none;
  position: absolute;
}

.spcls--bottom-block {
  text-align: center;
  background-color: #000;
  align-self: stretch;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 5.6rem;
  padding-bottom: 2rem;
  font-size: .75rem;
  line-height: 1.5;
}

.spcls--bdge-img {
  width: 105%;
  max-width: none;
  display: block;
}

.is--hidden {
  display: none;
}

.claim-deal-flex {
  justify-content: center;
  padding-bottom: 4rem;
  display: flex;
}

.claim-deal-card-cover {
  max-width: 440px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.f--spcls-card {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 14rem;
  padding: 1.5em 0 0;
  font-family: Proxima nova, sans-serif;
  font-weight: 700;
  display: flex;
}

.grid1rem {
  grid-column-gap: 16px;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: grid;
}

.text18px {
  font-size: 1.125rem;
  line-height: 1.2;
}

.text18px.allcaps {
  text-transform: uppercase;
}

.text48px {
  font-size: 3rem;
  line-height: 1;
}

.text48px.allcaps {
  text-transform: uppercase;
  font-family: Cosmiclagerrough Shadow, Impact, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1.1;
}

.text14px {
  font-size: .875rem;
  line-height: 1.1;
}

.text14px.allcaps {
  text-transform: uppercase;
}

.f--spcls-img-cover {
  width: 100%;
  margin-top: auto;
  margin-bottom: 2rem;
}

.f--spcls-btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #c5000c;
  border: 2px #fff;
  border-radius: 2px;
  margin: 0 1.5em;
  padding: .9rem 1.4rem;
  font-size: .8125rem;
  line-height: 1.1;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: auto auto -9%;
}

.f--spcls-btn:hover {
  color: var(--royal-blue);
  background-color: #fff;
}

.full-image {
  width: 100%;
}

.field-label {
  color: var(--black-2);
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
}

.field-label.margin16 {
  margin-bottom: 1rem;
}

.gas--heater-checkboxes {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gas--heater-checkboxes.is--hidden {
  display: none;
}

.non--gas-checkboxes {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.el-select-box {
  color: #000;
  cursor: pointer;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.el-select {
  border: 1px solid #000;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-right: .7em;
}

.el-select.checked {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/check.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.html-embed-9 {
  color: var(--black-2);
}

.html-embed-10 {
  margin-bottom: -29px;
  padding-bottom: 0;
}

.html-embed-10-no-pad {
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-26 {
  color: var(--black);
  text-align: center;
}

.heading-27, .html-embed-11, .rich-text-block {
  color: var(--black-2);
}

.button-primary {
  background-color: var(--red);
  box-shadow: inset 0 0 0 1.5px var(--red);
  transform-origin: 50% 100%;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 12px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-hero-image {
  z-index: auto;
  object-fit: fill;
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Hero-PLumbing-Fully-Equipped-Vans-Sydney.webp);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h1 {
  z-index: 200;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.h5 {
  z-index: 200;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.hero-section {
  border-bottom: 8px solid var(--white);
  background-color: #454646;
  background-image: linear-gradient(0deg, var(--black-2), #0459a5);
  min-height: 90vh;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
}

.button-line {
  border-radius: 6px;
  width: 90%;
  height: 140%;
  position: absolute;
  inset: auto;
  box-shadow: inset 0 0 0 1.5px #fff;
}

.hero-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.max-width-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 478px;
  display: flex;
  position: relative;
}

.image-56 {
  height: 100%;
}

.right-wrapper {
  justify-content: center;
  margin-left: 40px;
  display: flex;
}

.content {
  color: #f0f3f2;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 20px;
  display: flex;
}

.line {
  background-color: var(--dodger-blue);
  width: 1.5px;
  min-height: 100%;
  margin-bottom: 60px;
  padding-left: 1.5px;
}

.small-margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 20px;
  display: flex;
}

.data-wrapper {
  justify-content: space-between;
  margin-left: 40px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.data {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 30px;
  margin-right: 30px;
}

.content-wrapper {
  flex-direction: column;
  width: 100%;
  display: block;
}

.image {
  z-index: 200;
  align-self: auto;
  width: 50%;
  height: 580px;
}

.h2 {
  color: #454646;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima nova, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.h2.margin-20 {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.h2.green {
  color: #edac15;
}

.left-wrapper {
  max-width: 670px;
  margin-right: 60px;
  display: flex;
}

.service-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.image-slide-right {
  z-index: 200;
  align-self: center;
  width: 50%;
  height: 580px;
}

.heading-div-block {
  flex-flow: row;
  flex: 0 auto;
  place-content: space-around;
  align-self: auto;
  align-items: baseline;
  margin-top: -34px;
  margin-bottom: 0;
  display: flex;
}

.h2-2 {
  color: #454646;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima nova, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.h2-2.margin-bottom.margin-medium {
  margin-bottom: 2rem;
  font-size: 32px;
}

.h2-2.text-color-white {
  color: var(--white);
}

.button-secondary {
  transform-origin: 50% 100%;
  background-color: #0000;
  border-radius: 0;
  margin-top: 30px;
  padding: 10px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 0 0 1.5px #fff;
}

.bathroom-type:hover {
  filter: blur(2px);
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.margin-top {
  align-self: flex-start;
  display: block;
}

.margin-top.margin-xxlarge {
  margin-top: 4rem;
}

.margin-top.margin-medium {
  margin-top: 1rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  color: var(--black-2);
}

.text-size-medium.text-weigh-xbold {
  color: var(--white);
  font-size: 2.5rem;
  line-height: 1;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 4rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-regular {
  margin-bottom: 1.5rem;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-align-center.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.text-align-center.margin-top.margin-medium {
  margin-top: 2rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-global {
  background-color: #0000;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.margin-top {
  background-color: #0000;
  margin-top: 100px;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-size-small {
  color: var(--black-2);
}

.text-size-small.text-color-white {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq10_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq10_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq10_question {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq10_list {
  border-bottom: 1px solid #000;
}

.section_faq10 {
  background-color: var(--white-smoke);
}

.faq10_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.faq10_answer {
  overflow: hidden;
}

.div-block-112 {
  margin-bottom: -60px;
}

.team1_item {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section_team1 {
  background-color: var(--white-smoke);
  margin-top: 100px;
}

.team1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.text-style-link-red {
  color: var(--red);
}

.text-style-link-red.no-underline {
  text-decoration: none;
}

.faq11_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_faq11 {
  background-color: var(--royal-blue);
  margin-top: 0;
}

.faq11_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq11_accordion {
  border: 1px solid var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq11_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq11_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq11_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-tertiary {
  border: 2px solid var(--red);
  transform-origin: 50% 100%;
  color: var(--red);
  background-color: #0000;
  border-radius: 0;
  margin-top: 30px;
  padding: 10px 24px;
}

.text-color-white {
  color: #fff;
}

.layout271_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_layout271 {
  margin-top: 100px;
  position: relative;
}

.layout271_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #000000b5;
  position: absolute;
  inset: 0%;
}

.layout271_item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.layout271_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout271_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.text-size-tiny {
  color: var(--white);
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.image-57 {
  align-self: auto;
}

.home-h3 {
  color: #212529;
  align-items: flex-end;
  margin-top: 10px;
  font-weight: 400;
  line-height: 38px;
  display: block;
}

.layout330_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout330_list.margin-bottom.margin-medium {
  grid-template-rows: auto auto auto;
}

.section_layout330 {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--black-2));
  position: relative;
}

.layout330_item {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout330_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.html-embed-13 {
  color: var(--black-2);
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.html-embed-h1 {
  color: var(--white);
  font-family: Proximanova extrabld, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.html-embed-h2 {
  color: var(--red);
  margin-top: -200px;
  padding-top: 200px;
  font-size: 16px;
  line-height: 36px;
}

.html-embed-p {
  color: var(--black-2);
  width: 100%;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.html-embed-subtitle {
  color: var(--white);
  font-family: Proxima nova, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.html-embed-h3 {
  color: var(--black-2);
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.circle {
  border: 6px solid var(--dodger-blue);
  background-color: var(--red);
  border-radius: 200px;
}

.phone-button {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 1% 1%;
}

.reverse-phone {
  border: 5px none var(--dodger-blue);
  filter: invert();
}

.html-embed-14 {
  color: var(--black);
}

.html-embed-15, .html-embed-16, .html-embed-17 {
  color: var(--black-2);
}

.html-embed-18 {
  color: var(--black);
}

.slider-2 {
  background-color: #0000;
  height: auto;
  display: none;
  overflow: hidden;
}

.mask {
  width: 33.3%;
  overflow: visible;
}

.slide {
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.link-block-21 {
  text-decoration: none;
}

.margin-vertical {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-hero-wrapper {
  z-index: 5;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: grid;
  position: relative;
}

.home-hero-form {
  flex-direction: column;
  width: auto;
  display: flex;
}

.home-hero-form.loc {
  margin: 30px auto;
}

.form-block-hero {
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 0 40px 25px;
}

.heading-size-large {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}

.video-testimonialflex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.book-online-form-final {
  border: 2px solid var(--red);
  background-color: #e10916;
  border-radius: 20px;
  width: 100%;
  max-width: 1115px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Proxima nova, sans-serif;
}

.gas--heater-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.gas-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 0;
}

.gas-slide {
  width: 34%;
  padding-right: 2%;
}

.gas-slider-arrow {
  color: var(--black);
  width: 2em;
  height: 2em;
  font-size: 2em;
  inset: auto 0% 0% auto;
}

.gas-slider-arrow.is--left {
  right: 2em;
}

.body-3 {
  font-family: Proxima nova, sans-serif;
}

.icon-embed-small {
  color: #00d299;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 5fr;
  align-items: center;
}

.grid-3.margin-top {
  align-items: start;
  margin-top: 2rem;
}

.bold-text-15 {
  align-items: center;
  display: flex;
}

.faq5_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq5_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.button-3 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-3.is-secondary {
  color: #0000;
  background-color: #0000;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq5_accordion {
  border: 1px solid var(--royal-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_faq5 {
  color: var(--black);
}

.faq5_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq5_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.button-primary.no-margin {
  margin-top: 0;
}

.button-primary.no-margin.left-align {
  display: inline-block;
}

.navbar2_component {
  background-color: #001387;
  border-bottom: 1px #0000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 2.5em;
  min-height: auto;
  padding: 10px 5%;
  display: flex;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_link {
  color: var(--white-smoke);
  text-transform: uppercase;
  padding: .35rem .5em .35rem 1em;
  font-size: 1em;
  font-weight: 700;
}

.navbar2_link:hover {
  color: var(--gold);
}

.navbar2_link.w--current {
  color: var(--white);
}

.navbar2_link.current {
  color: var(--white-smoke);
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar2_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem;
  position: absolute;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: #0000;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch start;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.collection-list-grid._4-col-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.video-block {
  border-bottom: 3px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.left {
  width: 30%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.views {
  color: #5b6aa5;
}

.right {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.html-embed-19 {
  color: var(--black-2);
  width: 100%;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.collection-list-testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.pagination-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar1_menu-dropdown {
  font-size: 1em;
  line-height: 1.4;
}

.navbar1_dropdwn-toggle {
  color: #fff;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 16px;
}

.navbar1_dropdwn-toggle.topnavlink {
  color: #ffffffbf;
  font-size: inherit;
  justify-content: center;
  align-items: center;
  padding-top: 1.15em;
  padding-bottom: 1.15em;
  padding-right: 1.5rem;
  display: flex;
}

.dropdown-icon-2 {
  margin-right: .5rem;
}

.nav-header {
  padding-top: 0;
  text-decoration: none;
}

.navbar1_dropdown-list.w--open {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  mix-blend-mode: normal;
  background-color: #f5f6f8;
  border: 1px #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 20rem;
  height: auto;
  margin-top: -.05rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 13px 20px -8px #0003;
}

.navbar1_dropdown-link {
  color: #333;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.navbar1_dropdown-link:hover {
  color: #e00b16;
  background-color: #0000;
}

.navbar1_dropdown-link.w--current {
  color: #e00b16;
}

.paragraph-19 {
  color: var(--black);
}

.grid-2col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.full-image.border-black {
  filter: contrast(162%);
  border: 1px solid #dbdbdb;
  padding: 7px;
}

.video-embed {
  flex-direction: column;
  align-items: center;
  height: 530px;
  display: flex;
}

.video-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2.5rem;
  display: grid;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-vertical.padding-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flex-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-5col-block {
  width: 20%;
}

.flex-row-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.background-color-blue {
  background-color: #6896ec;
}

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

.icon-1x1.size-64px {
  font-size: 4rem;
}

.max-width-tiny {
  width: 100%;
  max-width: 7.3rem;
}

.max-width-tiny.fast {
  max-width: 8.1rem;
}

.max-width-tiny._5-star {
  max-width: 8.4rem;
}

.text-size-regular {
  font-size: 2rem;
  line-height: 1;
}

.text-size-regular.text-weight-bold {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-color-waterblue {
  color: #238cce;
}

.backrgound-color-light {
  background-color: #f5f6fb;
}

.heading-size-custom.is30px {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 36px;
}

.text-size-custom.is18px {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 1;
}

.max-width-custom.is400px {
  width: 100%;
  max-width: 36rem;
}

.heading-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-main {
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--black);
  color: var(--black);
  width: 700px;
}

.table-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table-row.is-header {
  text-transform: uppercase;
  font-weight: 700;
}

.tcell {
  border: 1px solid #000;
  border-style: none solid solid none;
  justify-content: space-between;
  width: 16.66%;
  padding: 6px 8px;
  display: flex;
}

.tcell.is-header {
  border-right-color: var(--gold);
  background-color: var(--black);
  color: var(--white-smoke);
}

.table-main-parent {
  overflow: auto;
}

.html-embed-20 {
  color: #212529;
  font-weight: 400;
}

.html-embed-21 {
  color: #212529;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav-link {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--white);
  font-size: 16px;
}

.hide-desktop {
  display: none;
}

.hero-logo-main {
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-logo-inner {
  height: 100%;
}

.mobile-navbar-speedy-text {
  display: none;
}

.logo-brands-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  margin-bottom: 40px;
  display: grid;
}

.row-group {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  margin-top: 6rem;
  display: flex;
}

.hero-home-serv-block.spaced {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.search-lebel-wrap {
  color: #000;
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/IcRoundSearch.svg);
  background-position: .5%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
}

.search-lebel-wrap:focus {
  border: 1px solid #333;
}

.search-lebel-wrap::placeholder {
  color: #333;
  font-size: 16px;
}

.form-block-wrap {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 0;
}

.form-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.filter-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-button {
  display: none;
}

.form-filter-wrap {
  flex-flow: column;
  display: flex;
}

.text-block-87, .hide, .tabs-2 {
  display: none;
}

.tag-wraper {
  display: flex;
}

.search-bar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 4rem;
  display: flex;
}

.tabs-3, .tabs-4, .tabs-5 {
  display: none;
}

.code-embed {
  background-color: #000;
}

.areas-we-service {
  width: 100%;
  margin-top: 40px;
}

.areas-we-service-section {
  color: var(--black-2);
  background-color: #f0f3f2;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
}

.paragraph-11-copy {
  color: #212529;
  margin-bottom: 20px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-88 {
  color: #000;
  font-size: 16px;
}

.rich-text-block-2 {
  color: #212529;
  font-size: 16px;
}

.section-10 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1115px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-15 {
  color: #8d0409;
  font-weight: 700;
  text-decoration: none;
}

.link-16 {
  color: #e20d18;
  font-weight: 700;
  text-decoration: none;
}

.list-item-2 {
  color: #8d0409;
}

.link-17 {
  color: #8d0409;
  font-weight: 700;
  text-decoration: none;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  color: #8d0409;
}

.link-18 {
  color: #e20d18;
  font-weight: 700;
  text-decoration: none;
}

.link-19 {
  color: #8d0409;
  font-weight: 700;
  text-decoration: none;
}

.link-20 {
  color: #e20d18;
  font-weight: 700;
  text-decoration: none;
}

.link-21 {
  color: #8d0409;
  font-weight: 700;
  text-decoration: none;
}

.link-22 {
  color: #e20d18;
  font-weight: 700;
  text-decoration: none;
}

.link-23 {
  color: #8d0409;
  font-weight: 700;
  text-decoration: none;
}

.container-3 {
  margin-top: 0;
  padding-top: 0;
}

.rich-text-block-3, .rich-text-block-4, .rich-text-block-5 {
  color: #000;
}

.hero_bullets {
  padding-left: 20px;
}

.reviews_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.google_logo {
  width: 100px;
}

.review_star-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  color: #fd8f25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.hover-card {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 200px;
  display: block;
  position: relative;
}

.paragraph-html {
  color: #212529;
  font-size: 16px;
  line-height: 22px;
}

.html-embed-h2-copy {
  color: var(--black-2);
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
}

.code-embed-2 {
  font-size: 16px;
}

.text-block-89 {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
  flex: 0 auto;
  order: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-end;
}

.div-block-114, .div-block-115 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-116 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-11 {
  margin-top: 15px;
}

.image-62, .image-63, .image-64 {
  height: 70px;
}

.image-65 {
  border: 1px none var(--red);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.button-4 {
  color: #fff;
  background-color: #c5000c;
  border: 1px #c91d1d;
  border-radius: 60px;
}

.text-block-90 {
  color: var(--white);
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.text-block-91 {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  color: #0f66bd;
  text-align: left;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 64px;
  line-height: 74px;
  text-decoration: none;
  display: block;
  position: static;
}

.section-12 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-117 {
  text-align: left;
  flex: 0 auto;
  order: 0;
  display: block;
}

.div-block-118 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.column {
  display: flex;
}

.column-2 {
  flex-flow: column;
  display: flex;
}

.code-embed-3 {
  border: 4px solid #0f66bd;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.code-embed-3.map-section {
  width: 20vw;
  height: 300px;
}

.div-block-119 {
  grid-column-gap: 6.8rem;
  grid-row-gap: 6.8rem;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1115px;
  margin-top: 5rem;
  margin-bottom: 0;
  display: flex;
}

.code-embed-4 {
  color: #0f66bd;
  padding-bottom: 1rem;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 7vh;
}

.div-block-120 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.section-13 {
  -webkit-text-fill-color: inherit;
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-4.png);
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.code-embed-5 {
  z-index: 2;
  color: #fff;
  position: relative;
}

.code-embed-6 {
  font-size: 48px;
}

.code-embed-7 {
  z-index: 2;
  color: #fff;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 29vh;
  position: relative;
}

.image-66 {
  z-index: 0;
  height: 100%;
  line-height: 100%;
  position: absolute;
  inset: 0% -17.5rem 0% auto;
}

.image-67 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.code-embed-8 {
  color: #000;
  font-family: Cosmiclager, Impact, sans-serif;
}

.code-embed-9 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.code-embed-9.hot-water-repairs, .code-embed-9.blocked-drains {
  text-align: left;
}

.code-embed-10 {
  text-align: center;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
}

.code-embed-10.hot-repairs {
  text-align: left;
  font-family: Cosmiclager, Impact, sans-serif;
  font-weight: 400;
}

.code-embed-10.blocked-drain {
  text-align: left;
}

.div-block-121 {
  flex: 0 auto;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-122 {
  text-align: left;
  max-width: 1115px;
}

.section-14 {
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.flex-block-3 {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1115px;
  margin-top: 2rem;
  margin-left: 0;
  display: block;
  overflow: scroll;
}

.card_why_choose {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  vertical-align: top;
  border: 2px solid #0f66bd;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 20rem;
  margin-right: 1rem;
  padding: 2rem 10px 4rem 2rem;
  display: inline-block;
  position: static;
}

.card_why_choose.new {
  height: 25rem;
}

.card_why_title {
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  margin-top: 1rem;
  font-family: Proximanova extrabld, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.section-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.section_content_70 {
  width: 70%;
  position: relative;
}

.section_content_30 {
  width: 30%;
}

.text-black, .code-embed-11 {
  color: #000;
}

.section-16 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-123 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.div-block-123.overflowhidden {
  overflow: hidden;
}

.image-68 {
  max-width: 100%;
  position: absolute;
  inset: auto -27% auto auto;
  overflow: hidden;
}

.div-block-124 {
  width: 55%;
}

.div-block-125 {
  width: 50%;
  margin-left: 1rem;
}

.code-embed-12 {
  color: #000;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 16px;
}

.code-embed-13 {
  color: #000;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 48px;
}

.code-embed-14 {
  color: #000;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 36px;
}

.div-block-126 {
  width: 40%;
}

.image-69 {
  border-radius: 20px;
}

.code-embed-15 {
  color: #000;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.code-embed-16 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.code-embed-16-copy {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.code-embed-17 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.section-17 {
  background-color: #0f66bd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3%;
  display: flex;
}

.code-embed-18 {
  color: #fff;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gas_heater_brands {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px #0f66bd;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-70 {
  width: 80px;
  max-width: none;
  padding-bottom: 2rem;
  display: block;
}

.image-71, .image-72 {
  width: 80px;
  padding-bottom: 2rem;
}

.image-73 {
  width: 80px;
  padding-bottom: 1rem;
}

.image-74, .image-75 {
  width: 80px;
  padding-bottom: 2rem;
}

.code-embed-19 {
  color: #000;
  text-align: center;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.div-block-127 {
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.flex-block-5 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.code-embed-20, .code-embed-21 {
  color: #fff;
  font-size: 16px;
}

.code-embed-22 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.code-embed-23 {
  color: #fff;
  font-size: 16px;
}

.image-76 {
  padding-bottom: 2rem;
}

.image-77 {
  margin-top: -4.5rem;
  margin-right: 8.6rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-18 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-48.png);
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-20 {
  white-space: normal;
  word-break: normal;
}

.paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24 {
  white-space: normal;
}

.section-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.section-19.blocked-drain {
  padding-top: 2rem;
}

.code-embed-24 {
  color: #fff;
}

.div-block-128 {
  display: flex;
}

.body-4 {
  overflow-x: hidden;
}

.div-block-129 {
  max-width: 1115px;
  padding-top: 2rem;
}

.div-block-130 {
  display: none;
}

.link_gas_heater {
  color: #0f66bd;
}

.code-embed-25 {
  color: #000;
}

.code-embed-26 {
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.section-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-131 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 50vh;
  margin-left: 0;
  display: flex;
}

.section-21 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-41-1.png);
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.section-14-new {
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.div-block-132 {
  justify-content: center;
  align-items: center;
  max-width: 1115px;
  display: flex;
}

.div-block-133 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-135 {
  max-width: 1115px;
}

.section-22 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#0f66bd, #01468b);
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.code-embed-29 {
  text-align: center;
  padding-bottom: 1rem;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.flex-block-6 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-140 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-141 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-31 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.code-embed-32 {
  color: #000;
  padding-top: 1rem;
  font-size: 16px;
}

.div-block-142 {
  max-width: 1115px;
}

.section-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-28 {
  font-family: Cosmiclager, Impact, sans-serif;
  font-weight: 400;
}

.section-24 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-41.png);
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-24.overflow-hidden {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.flex-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-143 {
  object-fit: fill;
  border: 2px solid #0f66bd;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-143.bd-10 {
  border-radius: 10px;
}

.section-25 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.code-embed-33 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-144 {
  width: 50%;
}

.div-block-145 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-26 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-48.png);
  background-position: 0 0;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.section-27 {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-147 {
  justify-content: flex-end;
  align-items: center;
  max-width: 1115px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.section-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-148 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: center;
  align-items: center;
  max-width: 1115px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-150 {
  position: relative;
}

.div-block-151 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: 0;
  display: block;
  position: static;
}

.code-embed-34 {
  color: #0f66bd;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.div-block-152 {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.div-block-153 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.section-29 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-4_1.png);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.section-29.arrow-img {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Content-Block.png);
  background-position: 0 0;
  background-size: cover;
}

.section-29.blocked-drain {
  background-size: cover;
}

.section-29.gas-heater {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-4-3.png);
  background-position: 0 0;
  background-size: cover;
}

.div-block-154 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-155 {
  width: 50%;
}

.div-block-156 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1115px;
  margin-right: 0;
  display: flex;
}

.image-89 {
  margin-right: -26.4rem;
}

.section-30 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Background.png);
  background-position: 50%;
  background-size: cover;
}

.container-4 {
  border-radius: 0;
  max-width: 1115px;
}

.section-31 {
  margin-top: 2rem;
}

.flex-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0c5297;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

.div-block-157 {
  background-color: #0f66bd;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.code-embed-35 {
  text-align: center;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

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

.paragraph-33 {
  font-family: Cosmiclagerrough Shadow, Impact, sans-serif;
  font-size: 90px;
  line-height: 80px;
}

.div-block-158, .div-block-159 {
  width: 33%;
}

.button-6 {
  background-color: #e10916;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-bottom: -15px;
}

.paragraph-34 {
  margin-top: 10px;
  font-size: 16px;
}

.image-90 {
  margin-top: 0;
  margin-bottom: -2rem;
}

.paragraph-35 {
  margin-top: 10px;
}

.div-block-160 {
  justify-content: center;
  align-items: center;
  width: 1115px;
  margin-top: 2rem;
  display: flex;
}

.section-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-36 {
  color: #0f66bd;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.paragraph-36 {
  color: #444;
}

.div-block-161 {
  width: 65%;
  padding-right: 10rem;
}

.section-33 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-4-3.png);
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-37 {
  color: #fff;
  padding-bottom: 1rem;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-162 {
  width: 50%;
}

.code-embed-38 {
  color: #0e0d0d;
}

.code-embed-39 {
  color: #212529;
  font-size: 16px;
}

.code-embed-40 {
  color: #191919;
}

.code-embed-41 {
  color: var(--black);
}

.code-embed-42 {
  color: #212529;
}

.code-embed-43, .code-embed-44, .code-embed-45 {
  color: #212529;
  font-size: 16px;
}

.heading-29, .heading-30 {
  color: #212529;
}

.code-embed-46 {
  color: #212529;
  font-size: 16px;
}

.heading-31 {
  color: #181919;
}

.code-embed-47 {
  color: #212529;
  font-size: 16px;
}

.heading-32 {
  color: #212529;
}

.code-embed-48 {
  color: #070707;
  font-size: 16px;
}

.code-embed-49 {
  color: var(--black-2);
  font-size: 16px;
}

.heading-33 {
  color: var(--black-2);
}

.div-block-163 {
  width: 1115px;
}

.section-34 {
  background-color: #0f66bd;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section-34.blocked-drain {
  background-color: #fff;
}

.heading-34 {
  color: #fff;
  text-align: center;
}

.heading-34.blocked-drain {
  color: #000;
  text-align: left;
  font-family: Cosmiclager, Impact, sans-serif;
  font-weight: 400;
}

.paragraph-37 {
  color: #fff;
  text-align: center;
}

.paragraph-37.blocked-drain {
  color: #000;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-164 {
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  padding: 1rem;
}

.div-block-164._50 {
  aspect-ratio: auto;
  object-fit: fill;
  border: 2px solid #0f66bd;
  flex: 0 auto;
  order: 0;
  width: 49%;
  position: static;
}

.div-block-164._30 {
  border: 2px solid #0f66bd;
  width: 32%;
}

.heading-35 {
  color: #e10916;
  font-size: 32px;
  line-height: 32px;
}

.flex-block-9 {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 10px;
}

.div-block-165 {
  max-width: 1115px;
}

.section-35 {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.heading-36 {
  text-align: center;
  font-size: 24px;
}

.div-block-166 {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ededed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-166._w-50 {
  width: 30%;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: center;
  place-items: center;
  display: flex;
}

.paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42 {
  text-align: center;
}

.heading-37 {
  text-align: center;
  margin-bottom: 48px;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.container-5 {
  max-width: 1115px;
}

.heading-38 {
  font-family: Cosmiclager, Impact, sans-serif;
  font-weight: 400;
}

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

.code-embed-50 {
  color: #000;
}

.section-37 {
  background-color: #0f66bd;
}

.section-37.padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.code-embed-51 {
  color: #fff;
}

.flex-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.image-91 {
  border-radius: 20px;
  width: 100%;
  max-width: none;
}

.div-block-167, .div-block-168 {
  width: 50%;
}

.heading-40 {
  color: #fff;
  font-family: Cosmiclager, Impact, sans-serif;
  font-weight: 400;
}

.code-embed-52 {
  color: #fff;
}

.heading-41 {
  color: #fff;
  font-family: Cosmiclager, Impact, sans-serif;
  font-weight: 400;
}

.heading-41.mt-2 {
  margin-top: 2rem;
}

.heading-42 {
  font-family: Cosmiclager, Impact, sans-serif;
  font-weight: 400;
}

.code-embed-53 {
  box-sizing: border-box;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: block;
  overflow: visible;
}

.image-92 {
  max-width: none;
}

.section-38 {
  background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-80.png);
  background-position: 50%;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 0;
}

.heading-43 {
  color: #fff;
  font-family: Cosmiclager, Impact, sans-serif;
  font-weight: 400;
}

.code-embed-54 {
  color: #fff;
}

.div-block-169, .div-block-170 {
  width: 50%;
}

.flex-block-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
}

.container-7, .container-8 {
  max-width: 1115px;
}

.code-embed-55 {
  color: #000;
  text-align: center;
  margin-top: 3rem;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

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

.flex-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.code-embed-56 {
  color: #e10916;
  text-align: center;
  font-family: Cosmiclagerrough Shadow, Impact, sans-serif;
  font-size: 92px;
  line-height: 92px;
}

.code-embed-57 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-171 {
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 20rem;
  height: 15rem;
  padding: 1rem 4rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-171.why {
  align-items: center;
  width: 30%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block-171.why._50 {
  width: 30%;
}

.section-39 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-40 {
  background-color: #0f66bd;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-44 {
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.code-embed-58 {
  text-align: center;
}

.link-24 {
  text-decoration: none;
}

.link-25 {
  text-decoration-color: #000;
}

.heading-45, .heading-46, .heading-47, .heading-48, .heading-49 {
  font-size: 24px;
  line-height: 24px;
}

.heading-50, .text-block-95 {
  text-align: center;
}

.code-embed-59 {
  color: #000;
  font-family: Cosmiclager, Impact, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.bold-text-16 {
  color: #fff;
  text-decoration: none;
}

.link-26 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .button.search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.is-submit {
    height: auto;
  }

  .topnavbarwrapper {
    font-size: 1rem;
  }

  .topnavlink {
    padding: 1.25em .8em;
  }

  .sectionwrapper.vertical.left.middle {
    margin-top: 0;
  }

  .section-x.grey._2 {
    font-size: 16px;
  }

  .div-block-24-r.center {
    justify-content: center;
    align-items: center;
  }

  .col-30 {
    background-image: none;
    justify-content: center;
    align-items: flex-end;
  }

  .heading-large {
    margin-top: -200px;
  }

  .f--spcls-card {
    position: relative;
  }

  .f--spcls-btn {
    z-index: 10;
    margin-top: auto;
    margin-bottom: -1.5rem;
    inset: auto auto 0%;
  }

  .text-style-link-red.large {
    font-size: 1.5rem;
  }

  .gas-slider-arrow {
    position: absolute;
    inset: 0% -3rem 0% auto;
  }

  .gas-slider-arrow.is--left {
    position: absolute;
    inset: 0% auto 0% -3rem;
  }

  .gas-slide-mask {
    height: 35vh;
  }

  .navbar1_dropdwn-toggle.topnavlink {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-right: 2.5em;
  }

  .text-color-waterblue.large {
    font-size: 1.5rem;
  }

  .container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }

  .search-result-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 1px solid var(--white-smoke);
    flex-flow: column;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .search-input {
    border: 1px solid var(--white-smoke);
    color: var(--black);
    border-radius: 5px 0 0 5px;
    min-height: 3rem;
  }

  .search {
    margin-bottom: 2rem;
    display: flex;
  }

  .div-block-119 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .section-13 {
    background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-4.png);
    background-position: 50%;
    background-size: cover;
  }

  .code-embed-7 {
    line-height: 48px;
  }

  .code-embed-9 {
    border: 1px #000;
  }

  .code-embed-10.hot-repairs {
    font-family: Cosmiclager, Impact, sans-serif;
    font-weight: 400;
  }

  .section-14 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
  }

  .flex-block-3 {
    box-sizing: content-box;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
    white-space: nowrap;
    overflow-wrap: normal;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: static;
    overflow: auto;
  }

  .flex-block-3.new {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .card_why_choose {
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 1rem;
    display: inline-block;
  }

  .card_why_choose.new {
    width: 400px;
    height: 22rem;
  }

  .card_why_title {
    margin-top: 10px;
  }

  .section-16 {
    background-color: #0f66bd;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-123 {
    justify-content: flex-start;
    align-items: center;
    max-width: 1115px;
    padding-top: 4rem;
    display: flex;
  }

  .image-68 {
    clear: none;
    vertical-align: middle;
    max-width: none;
    margin-right: -120vh;
    display: block;
    position: relative;
    inset: auto;
  }

  .div-block-124 {
    width: 50%;
    height: 100%;
    position: static;
  }

  .div-block-125 {
    width: 60%;
  }

  .code-embed-18 {
    padding-bottom: 1rem;
  }

  .code-embed-20 {
    padding-top: 1rem;
  }

  .slide-nav-2 {
    position: static;
  }

  .text-block-92 {
    padding-bottom: 1rem;
    font-family: Cosmiclagerrough Shadow, Impact, sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 42px;
  }

  .text-block-93, .text-block-94 {
    font-family: Cosmiclagerrough Shadow, Impact, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
  }

  .section-19 {
    margin-bottom: 5rem;
  }

  .body-4 {
    overflow: hidden auto;
  }

  .button-5 {
    display: none;
  }

  .image-78, .image-79, .image-80, .image-81, .image-82 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-14-new {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
  }

  .div-block-134 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: center;
    align-items: center;
    max-width: 1115px;
    padding-top: 3rem;
    display: flex;
  }

  .code-embed-27 {
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Cosmiclager, Impact, sans-serif;
    font-size: 36px;
  }

  .code-embed-28 {
    color: #fff;
  }

  .div-block-135 {
    max-width: 1115px;
  }

  .section-22 {
    background-color: #0a3583;
    background-image: linear-gradient(#0f66bd, #01468b);
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .code-embed-29 {
    color: #fff;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Cosmiclager, Impact, sans-serif;
    font-size: 42px;
    line-height: 42px;
  }

  .div-block-136, .div-block-137, .div-block-138, .div-block-139 {
    width: 25%;
  }

  .list-2 {
    color: #fff;
    list-style-type: disc;
  }

  .flex-block-6 {
    justify-content: center;
    align-items: flex-start;
    max-width: 1115px;
  }

  .code-embed-30 {
    color: #fff;
    font-size: 16px;
  }

  .section-24.overflow-hidden {
    justify-content: center;
    align-items: center;
  }

  .section-25 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .code-embed-33 {
    color: #fff;
    font-family: Cosmiclager, Impact, sans-serif;
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-144 {
    width: 40%;
  }

  .section-26 {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    position: relative;
  }

  .section-27 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-146 {
    max-width: 1115px;
  }

  .section-28 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-151 {
    width: 50%;
    position: relative;
  }

  .div-block-153, .div-block-155 {
    width: 50%;
  }

  .div-block-156 {
    justify-content: flex-start;
    align-items: center;
    width: 1115px;
    max-width: none;
    display: flex;
    position: relative;
  }

  .image-89 {
    width: auto;
    max-width: none;
    margin-right: -48.7rem;
    display: block;
    position: relative;
  }

  .section-30 {
    background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Background.png);
    background-position: 50%;
    background-size: cover;
  }

  .container-4 {
    background-color: #0c5297;
    border-radius: 20px;
    max-width: 1115px;
  }

  .section-31 {
    margin-top: 4rem;
  }

  .flex-block-8 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    border-radius: 20px;
    justify-content: space-around;
    align-items: center;
    padding: 0 2rem;
  }

  .div-block-157 {
    background-color: #0f66bd;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: auto;
    margin: 2rem 1rem;
    padding: 1rem;
    display: flex;
  }

  .code-embed-35 {
    text-align: center;
    text-transform: none;
    font-family: Cosmiclager, Impact, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    text-decoration: none;
  }

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

  .paragraph-32 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    margin-bottom: 0;
    font-family: Cosmiclager, Impact, sans-serif;
    font-size: 5rem;
    font-weight: 400;
    display: block;
    position: static;
  }

  .paragraph-33 {
    height: auto;
    margin-bottom: auto;
    font-family: Cosmiclagerrough Shadow, Impact, sans-serif;
    font-size: 90px;
    line-height: 90px;
  }

  .div-block-158 {
    width: 33%;
  }

  .div-block-159 {
    width: 33%;
    font-family: Proxima nova, sans-serif;
  }

  .button-6 {
    background-color: #e10916;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: -34px;
  }

  .paragraph-34 {
    margin-top: 10px;
  }

  .image-90 {
    margin-bottom: -2.9rem;
  }

  .div-block-160 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .code-embed-36 {
    color: #0f66bd;
    font-family: Cosmiclager, Impact, sans-serif;
    font-size: 48px;
    line-height: 48px;
  }

  .paragraph-36 {
    color: #000;
  }

  .div-block-161 {
    width: 65%;
    padding-right: 8rem;
    display: block;
  }

  .section-34 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-35 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .container-6 {
    max-width: 1115px;
  }

  .section-37 {
    background-color: #0f66bd;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-39 {
    color: #fff;
    font-family: Cosmiclager, Impact, sans-serif;
    font-weight: 400;
  }

  .code-embed-51 {
    color: #fff;
  }

  .flex-block-12 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: center;
  }

  .image-91 {
    border-radius: 20px;
    width: 100%;
    max-width: none;
  }

  .div-block-167 {
    width: 45%;
  }

  .div-block-168 {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  .blog-sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.top-section {
    padding-top: 144px;
  }

  .section-intro {
    max-width: 500px;
    margin-bottom: 56px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro.no-margin-bottom, .no-margin-bottom {
    margin-bottom: 0;
  }

  .sidebar-category {
    width: 100%;
    padding: 4px 0;
  }

  .sidebar-categories {
    padding-left: 0;
    padding-right: 0;
  }

  .no-margin {
    margin: 0;
  }

  .input {
    box-shadow: inset 0 0 #0000;
  }

  .sidebar-card {
    margin-bottom: 16px;
  }

  .brand.footer-v1-brand {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
  }

  .post-item-big {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-card-header {
    padding: 16px;
  }

  .sidebar-tags {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .social-icons.subscribe-v1-icons {
    margin-top: 32px;
    margin-right: 0;
  }

  .sidebar-card-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sidebar-card-info.small-padding {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .footer-v1-column {
    width: 25%;
    padding-left: 8px;
    padding-right: 16px;
  }

  .footer-v1-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footerwrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .featuredpostwrapper {
    flex-direction: column;
  }

  .image-5 {
    width: auto;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .post-card-author-link:hover {
    background-color: #0000;
  }

  .post-info-bottom {
    font-size: 11px;
  }

  .post-image {
    height: 480px;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .link-arrow {
    font-size: 13px;
  }

  .link-arrow.no-margin {
    margin: 0;
  }

  .post-item-medium {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post {
    width: 65%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .post-card-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .post-card-v2-info {
    padding: 24px 24px 8px;
  }

  .post-card-link {
    margin-bottom: 24px;
  }

  .post-card-link:hover {
    transform: none;
  }

  .post-card-v2-image {
    height: 200px;
  }

  .post-card-bottom-info {
    font-size: 11px;
  }

  .post-card-v1 {
    margin-bottom: 24px;
  }

  .post-card-v1-image {
    height: 264px;
  }

  .post-card-v1-info {
    padding: 20px 20px 8px;
  }

  .sidebar-author-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .sidebar-big-avatar {
    width: 64px;
    height: 64px;
  }

  .sidebar-category-link {
    font-size: 12px;
  }

  .postwrapper {
    justify-content: flex-start;
  }

  .topnavbarwrapper {
    font-size: 1em;
  }

  .topnavlink {
    text-align: center;
  }

  .herosection {
    height: 50vh;
    padding-left: 3%;
    padding-right: 3%;
  }

  .brand-3 {
    width: 21em;
    height: 7.95em;
  }

  .brand-3.w--current {
    width: 300px;
  }

  .sectionwrapper {
    justify-content: center;
  }

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

  .sectionwrapper.center.horizontal {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: flex-start;
    display: flex;
  }

  .sectionwrapper.center.horizontal.gas {
    flex-wrap: wrap;
  }

  .sectionwrapper.center.horizontal.hot-water {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: flex;
  }

  .sectionwrapper.top.mb {
    flex-direction: column;
  }

  .sectionwrapper.vertical.left.middle {
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading-6 {
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
  }

  .text-block-10 {
    font-size: 20px;
    line-height: 26px;
  }

  .formsection {
    margin-top: 0;
  }

  .formwrapper {
    flex-direction: column;
  }

  .div-block-15 {
    width: 100%;
  }

  .image-8 {
    display: none;
  }

  .section-x.grey._2.last {
    padding-top: 0;
  }

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

  .row.mb-15 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: .5rem;
    display: grid;
  }

  .col-50 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .col-50.mid {
    padding-right: 20px;
  }

  .image-11 {
    max-width: 200px;
  }

  .offer-card._1, .offer-card._2, .offer-card._3, .offer-card._4 {
    width: 30%;
  }

  .offer-card._5.mr {
    width: 30%;
    margin-right: 0;
  }

  .offer-card._6.ml {
    width: 30%;
    margin-left: 0;
  }

  .image-12 {
    max-width: 300px;
    height: auto;
  }

  .div-block-27 {
    padding-bottom: 10px;
  }

  .text-block-25 {
    font-size: 12px;
  }

  .s-tab, .s-tab.w--current {
    margin-bottom: 10px;
  }

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

  .col-30 {
    width: 60%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .loclink {
    font-size: 14px;
  }

  .div-block-50._2 {
    padding-left: 10px;
  }

  .div-block-50._1 {
    padding-right: 10px;
  }

  .text-field-2 {
    margin-bottom: 10px;
  }

  .slink {
    flex-wrap: wrap;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }

  .slink.w--current {
    width: 25%;
  }

  .slink._20 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .text-block-38 {
    font-size: 14px;
  }

  .banner {
    margin-top: 220px;
  }

  .banner.reverse {
    margin-top: 0;
  }

  .text-block-39 {
    font-size: 22px;
  }

  .text-block-40 {
    margin-top: 5px;
    font-size: 14px;
  }

  .image-21 {
    width: 200px;
    display: none;
  }

  .col-70.pr {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-14 {
    font-family: Proximanova extrabld, sans-serif;
  }

  .paragraph-5 {
    display: none;
  }

  .image-23 {
    margin-top: -210px;
    margin-left: 0;
  }

  .div-block-65 {
    flex-direction: row;
    display: flex;
  }

  .text-block-49 {
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    display: flex;
  }

  .text-block-49.active {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-14 {
    width: 100%;
  }

  .div-block-73._1 {
    padding-right: 10px;
  }

  .div-block-73._2 {
    padding-left: 10px;
  }

  .section-8 {
    margin-bottom: 60px;
  }

  .div-block-74._2 {
    padding-bottom: 99px;
  }

  .text-block-53 {
    font-size: 18px;
  }

  .div-block-78 {
    width: 23%;
  }

  .text-block-54 {
    font-size: 14px;
  }

  .nav-menu-2 {
    background-color: var(--royal-blue);
    font-size: 1.25em;
  }

  .menu-button {
    background-color: var(--royal-blue);
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--dodger-blue);
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .text-block-56 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-21 {
    font-family: Proximanova extrabld, sans-serif;
  }

  .text-block-60 {
    margin-top: 17px;
  }

  .div-block-85.red.right {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px;
  }

  .div-block-85._1 {
    padding-left: 20px;
  }

  .col-33._1 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .col-33._2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: -35px;
    display: flex;
  }

  .col-33._3 {
    flex-direction: column;
    align-items: center;
    margin-left: -37px;
    display: flex;
  }

  .col_50.bg2 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .col_50.bg1 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-10 {
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .text-block-62 {
    line-height: 26px;
  }

  .div-block-90 {
    flex-direction: column;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-67 {
    font-size: 15px;
    line-height: 19px;
  }

  .text-block-69 {
    margin-top: 17px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-92 {
    align-items: center;
  }

  .heading-large {
    font-family: Proximanova extrabld, sans-serif;
  }

  .paragraph-15 {
    display: none;
  }

  .offer-card-2._5.mr {
    width: 30%;
    margin-right: 0;
  }

  .offer-card-2._4 {
    width: 30%;
  }

  .offer-card-2._6.ml {
    width: 30%;
    margin-left: 0;
  }

  .text-block-77 {
    font-size: 22px;
  }

  .text-block-78 {
    margin-top: 10px;
    font-size: 14px;
  }

  .image-42 {
    width: 200px;
    display: none;
  }

  .image-44 {
    min-height: 140px;
  }

  .image-46 {
    max-width: 240px;
  }

  .text-block-82 {
    font-size: 23px;
  }

  .heading-25.abs {
    font-size: 27px;
  }

  .image-47 {
    right: 100px;
  }

  .text-block-83 {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-17 {
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph-18 {
    font-size: 13px;
  }

  .text-block-84 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 20px;
    bottom: 8px;
  }

  .image-53 {
    filter: invert();
  }

  .link-block-20 {
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    text-decoration: none;
    display: flex;
  }

  .text-block-86 {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .car-block {
    z-index: 999;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 21em;
    height: 100%;
    padding-right: .5rem;
    position: static;
  }

  .specials-text {
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: var(--red);
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 16px;
    display: block;
  }

  ._3col--grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .spcls--link {
    width: 18rem;
    margin-left: 1.1rem;
    bottom: 4.2rem;
  }

  .spcls--link-txt {
    margin-bottom: 1.4rem;
  }

  .spcls--bdge-img {
    width: 120%;
  }

  .claim-deal-flex {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .claim-deal-card-cover {
    width: 50%;
  }

  .f--spcls-card {
    max-width: 100%;
  }

  .f--spcls-btn {
    bottom: 4rem;
  }

  .button-primary {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .home-hero-image {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    align-items: center;
    max-width: 100%;
    height: 420px;
    margin-top: 40px;
    position: static;
  }

  .h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    font-size: 44px;
    line-height: 44px;
  }

  .hero-section {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .hero-wrapper {
    justify-content: center;
  }

  .max-width-wrapper {
    align-items: center;
    max-width: 600px;
    margin-top: 40px;
  }

  .right-wrapper {
    margin-left: 20px;
    margin-right: 0;
  }

  .content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 140px;
    display: flex;
  }

  .line, .small-margin {
    margin-bottom: 30px;
  }

  .data-wrapper {
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .data {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    object-fit: cover;
    background-image: none;
    align-self: flex-end;
    width: 100%;
    height: auto;
  }

  .left-wrapper {
    margin-bottom: 40px;
    margin-right: 20px;
  }

  .image-slide-right {
    object-fit: cover;
    background-image: none;
    align-self: flex-end;
    width: 100%;
    height: auto;
  }

  .button-secondary {
    background-color: #0000;
    margin-top: 20px;
    display: block;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq10_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .team1_list {
    grid-template-columns: 1fr 1fr;
  }

  .button-tertiary {
    background-color: #0000;
    margin-top: 20px;
    display: block;
  }

  .layout271_list {
    grid-column-gap: 2rem;
  }

  .home-h3 {
    font-family: Proximanova extrabld, sans-serif;
  }

  .layout330_list {
    grid-template-columns: 1fr 1fr;
  }

  .image-61 {
    flex: 0 auto;
  }

  .mask {
    width: 50%;
  }

  .home-hero-wrapper {
    grid-column-gap: 2rem;
    align-items: center;
    max-width: none;
    margin-top: 40px;
  }

  .home-hero-form {
    width: 100%;
  }

  .form-block-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-size-large {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
  }

  .gas-slide {
    width: 50%;
  }

  .gas-slide-mask {
    height: 35vh;
  }

  .navbar2_component {
    flex: none;
  }

  .navbar2_container {
    flex-direction: row;
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .7rem 0;
    font-size: .7rem;
    line-height: 1.1;
    display: block;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_button-wrapper {
    flex: 1;
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-113 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .collection-list-grid, .collection-list-testimonials {
    grid-template-columns: 1fr 1fr;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .navbar1_dropdwn-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1rem;
    display: flex;
    overflow: auto;
  }

  .navbar1_dropdwn-toggle.topnavlink {
    padding-right: 0;
  }

  .dropdown-icon-2 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    inset: auto 0% auto auto;
  }

  .nav-header {
    color: #011e3c;
    border-bottom: 1px solid #1065bd;
    padding-bottom: 2px;
    text-decoration: none;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: auto;
  }

  .navbar1_dropdown-list.w--open {
    background-color: #0000;
    border-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    display: flex;
    overflow: auto;
  }

  .navbar1_dropdown-link {
    color: #fff;
    width: auto;
    padding: .75rem 0 .75rem 2%;
    font-size: 1rem;
    transition: all .2s;
    overflow: visible;
  }

  .navbar1_dropdown-link:hover {
    color: #ffffffad;
  }

  .flex-horizontal {
    flex-wrap: wrap;
  }

  .flex-5col-block {
    width: 33.3333%;
  }

  .icon-1x1.size-64px {
    font-size: 3.5rem;
  }

  .hero-logo-inner {
    object-fit: contain;
    max-width: 90%;
  }

  .hero-home-serv-block {
    display: flex;
  }

  .hero-home-serv-block.spaced {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tag-wraper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .reviews_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .review_star-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    display: flex;
  }

  .div-block-119 {
    flex-flow: column;
  }

  .section-13 {
    justify-content: center;
    align-items: center;
    height: 40rem;
  }

  .div-block-121 {
    width: 100%;
  }

  .text-black {
    color: #000;
  }

  .section-16 {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    position: relative;
  }

  .div-block-123 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-68 {
    position: relative;
    inset: auto 0% 0%;
  }

  .div-block-125 {
    width: 60%;
  }

  .div-block-126, .image-69 {
    width: 100%;
  }

  .flex-block-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .flex-block-5 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-77 {
    margin-top: -3.8rem;
    margin-right: 0;
  }

  .div-block-151 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-155 {
    width: 75%;
  }

  .div-block-156 {
    flex-flow: column;
  }

  .image-89 {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    width: 100%;
    display: block;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.top-section {
    padding-top: 128px;
  }

  .section-intro.no-margin-bottom, .no-margin-bottom {
    margin-bottom: 0;
  }

  .sidebar-categories {
    padding-left: 0%;
    padding-right: 0%;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .no-margin {
    margin: 0;
  }

  .sidebar-subscribe-form {
    padding-left: 16%;
    padding-right: 16%;
  }

  .sidebar-card {
    padding-bottom: 0;
  }

  .brand.footer-v1-brand {
    justify-content: flex-start;
    width: 50%;
    margin-right: 8px;
  }

  .posts-side {
    width: 100%;
  }

  .blog-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .sidebar-card-info {
    padding-bottom: 24px;
  }

  .sidebar-card-info.small-padding._2 {
    padding-left: 10px;
  }

  .footer-v1-column {
    width: 50%;
    padding-bottom: 48px;
  }

  .footer-v1-info {
    justify-content: flex-start;
  }

  .footerwrapper {
    padding-bottom: 0;
  }

  .post-image {
    height: 360px;
    margin-top: 10px;
  }

  .blog-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-v2.margin-bottom {
    margin-bottom: 24px;
  }

  .link-arrow.no-margin {
    margin: 0;
  }

  .post-item-medium {
    width: 100%;
  }

  .post-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .post-card-v2-image {
    height: 264px;
  }

  .sidebar-author-info {
    padding-left: 16%;
    padding-right: 16%;
  }

  .postwrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .brand-3 {
    height: 8em;
    padding-left: 0;
  }

  .brand-3.w--current {
    width: 250px;
    top: 20%;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .link-block-7 {
    min-width: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-x {
    padding-top: 40px;
  }

  .section-x.grey {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section-x.grey._2 {
    padding-bottom: 40px;
  }

  .section-x.grey {
    padding-top: 40px;
  }

  .heading-h2.white {
    font-size: 40px;
  }

  .row.mb {
    flex-wrap: wrap;
  }

  .col-50 {
    min-height: 50px;
  }

  .text-block-13 {
    line-height: 40px;
  }

  .text-block-14 {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-15 {
    line-height: 20px;
  }

  .link-block-8 {
    width: 160px;
  }

  .link-block-8.auto.big.blue, .link-block-8.auto.big.start {
    margin-top: 0;
  }

  .offer-card._1, .offer-card._2, .offer-card._3, .offer-card._4, .offer-card._5.mr, .offer-card._6.ml {
    width: 32%;
  }

  .div-block-20 {
    height: 100px;
  }

  .image-12 {
    max-width: 200px;
  }

  .section-3 {
    height: 680px;
  }

  .slider {
    padding-top: 60px;
  }

  .div-block-24-r {
    flex: 0 auto;
  }

  .div-block-26 {
    width: 33%;
  }

  .div-block-27 {
    padding-left: 10px;
  }

  .section-5 {
    height: 420px;
  }

  .section-5.gas, .section-5.gas-heater {
    height: 400px;
  }

  .text-block-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .s-tab {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .s-tab.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-h2-top.center.white {
    font-size: 38px;
  }

  .subtitle.white {
    font-size: 22px;
    line-height: 32px;
  }

  .col-30 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-49, .div-block-49.w--current {
    margin-top: 5px;
  }

  .slink {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-38 {
    font-size: 14px;
    line-height: 16px;
  }

  .banner.reverse {
    min-height: 80px;
  }

  .banner._2 {
    flex-direction: column;
  }

  .div-block-56._2 {
    text-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-39 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-40 {
    text-align: center;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .image-21 {
    width: 200px;
    display: none;
  }

  .paragraph-5._2 {
    display: none;
  }

  .image-23 {
    margin-top: -210px;
    display: block;
  }

  .div-block-65 {
    display: block;
  }

  .text-block-49 {
    width: 100%;
    padding: 5px;
    font-size: 14px;
  }

  .text-block-49.active {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-block-14 {
    height: 335px;
  }

  .div-block-68 {
    padding: 10px;
  }

  .pagination-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-11 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-56 {
    display: none;
  }

  .heading-h2-top-2.center.white {
    font-size: 38px;
  }

  .link-block-15 {
    width: 160px;
  }

  .link-block-15.auto.big.blue, .link-block-15.auto.big.start, .link-block-15.auto.big.blue, .link-block-15.auto.big.start, .link-block-15.auto.big.white {
    margin-top: 0;
  }

  .div-block-85 {
    padding-left: 30px;
  }

  .div-block-85.white.mid {
    height: 50%;
  }

  .div-block-85.red.s2, .div-block-85.brown.flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-85._2 {
    text-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col_50.bg1, .col_50.bg2, .col_50.bg2, .col_50.bg1, .col_50.bg1 {
    width: 100%;
  }

  .paragraph-10 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-62 {
    max-width: 140px;
  }

  .div-block-90 {
    margin-top: 100px;
  }

  .text-block-66 {
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-69 {
    margin-top: 0;
  }

  .div-block-92 {
    align-items: flex-start;
  }

  .paragraph-15._2 {
    display: none;
  }

  .text-block-77 {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-78 {
    text-align: center;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .image-42 {
    width: 200px;
    display: none;
  }

  .div-block-99 {
    width: 300px;
  }

  .div-block-100 {
    inset: 0% auto auto 0%;
  }

  .heading-25.abs {
    margin-bottom: 5px;
    line-height: 30px;
  }

  .link-block-15-2 {
    width: 160px;
  }

  .div-block-104 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .text-block-83 {
    text-align: center;
    line-height: 30px;
  }

  .div-block-105 {
    width: 49%;
    margin-bottom: 20px;
  }

  .paragraph-17 {
    font-size: 14px;
  }

  .paragraph-18 {
    margin-bottom: 10px;
  }

  .image-48 {
    margin-left: auto;
    margin-right: auto;
  }

  .car-block {
    width: auto;
  }

  .specials-text {
    padding-bottom: 0;
    font-size: 15px;
  }

  ._3col--grid {
    grid-template-columns: 1fr;
  }

  .spcls--parent {
    padding-left: 1.5rem;
  }

  .spcls--img-cover {
    height: 50vw;
  }

  .spcls-top-block {
    padding-bottom: 3.9rem;
  }

  .spcls--link {
    width: 26rem;
    min-width: auto;
    margin-left: 0;
    bottom: 3.5rem;
  }

  .spcls--link-txt {
    margin-bottom: 1.5rem;
  }

  .spcls--bottom-block {
    padding-top: 3rem;
  }

  .claim-deal-card-cover {
    width: 100%;
    max-width: none;
  }

  .home-hero-image {
    align-items: center;
    height: 340px;
    margin-top: 40px;
  }

  .h1 {
    text-align: center;
  }

  .hero-section {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .button-line {
    border-width: 1.5px;
  }

  .hero-wrapper {
    flex-direction: column;
    width: 100vw;
    max-width: 100%;
  }

  .max-width-wrapper {
    align-items: center;
    margin-top: 40px;
  }

  .right-wrapper {
    margin-left: 0;
    display: block;
  }

  .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    margin-top: 0;
    display: flex;
  }

  .data-wrapper {
    margin-left: 0;
  }

  .data {
    margin-left: 40px;
    margin-right: 40px;
  }

  .content-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .image {
    object-fit: cover;
    object-position: 0% 50%;
    background-image: linear-gradient(#0000, #0000);
    order: 1;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 40px;
    display: block;
  }

  .h2.margin-20 {
    font-size: 30px;
    line-height: 40px;
  }

  .left-wrapper {
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .image-slide-right {
    object-fit: cover;
    object-position: 0% 50%;
    background-image: linear-gradient(#0000, #0000);
    order: 1;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 40px;
    display: block;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .faq10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .faq10_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq10_list.first-col {
    border-bottom-style: none;
  }

  .faq10_icon {
    width: 1.75rem;
  }

  .team1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq11_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq11_question {
    padding: 1rem 1.25rem;
  }

  .faq11_icon {
    width: 1.75rem;
  }

  .faq11_component {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout271_list, .layout330_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-58, .image-59, .image-60 {
    width: 100%;
  }

  .home-hero-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 40px;
  }

  .faq5_question {
    padding: 1rem 1.25rem;
  }

  .faq5_icon {
    width: 1.75rem;
  }

  .faq5_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar2_component {
    min-height: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_link {
    margin-left: 0;
    margin-right: 0;
    font-size: .6rem;
  }

  .nav-menu {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    justify-content: space-between;
    width: 100%;
    font-size: .8vw;
    display: flex;
  }

  .collection-list-grid, .collection-list-testimonials {
    grid-template-columns: 1fr;
  }

  .navbar1_menu-dropdown, .navbar1_dropdwn-toggle, .navbar1_dropdwn-toggle.w--open {
    overflow: auto;
  }

  .navbar1_dropdown-list {
    overflow: scroll;
  }

  .navbar1_dropdown-list.w--open {
    margin-top: .5rem;
    overflow: auto;
  }

  .navbar1_dropdown-link {
    overflow: visible;
  }

  .grid-2col, .video-grid {
    grid-template-columns: 1fr;
  }

  .icon-1x1.size-64px {
    font-size: 3rem;
  }

  .hero-home-serv-block.spaced {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
  }

  .filter-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .reviews_wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .google_logo {
    width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .blog-sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-sidebar.post {
    width: 100%;
    margin-top: 20px;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.top-section {
    padding-top: 60px;
  }

  .section.haze.border-top {
    padding-top: 20px;
  }

  .section-intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .sidebar-categories {
    padding-left: 0%;
    padding-right: 0%;
  }

  .button {
    box-shadow: none;
    color: #fff;
    text-align: center;
    text-transform: none;
    background-color: #33b40e;
    background-image: none;
    border: 1px #fff;
    border-radius: 20px;
    justify-content: center;
    width: 200px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    transition-property: none;
  }

  .button.is-submit {
    margin-left: 0;
    margin-right: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .no-margin {
    margin: 0;
  }

  .input {
    border: 1px solid var(--white-smoke);
    box-shadow: none;
    background-color: #fff;
    border-radius: 90px;
    min-width: 0;
    margin-bottom: 10px;
    padding: 0 104px 0 17px;
  }

  .sidebar-subscribe-form {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brand {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.side-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-card-info.small-padding {
    padding-right: 20px;
  }

  .postimage {
    height: 200px;
  }

  .text-block-2 {
    line-height: 20px;
  }

  .featuredpostwrapper {
    align-items: flex-start;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-3.text-style-link-red {
    font-size: 16px;
  }

  .post-card-author-link {
    margin-left: 0;
    padding-left: 0;
  }

  .post-image {
    height: 240px;
  }

  .button-2 {
    box-shadow: none;
    color: #fff;
    text-align: center;
    text-transform: none;
    background-color: #33b40e;
    background-image: none;
    border: 1px #fff;
    border-radius: 20px;
    justify-content: center;
    width: 200px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    transition-property: none;
  }

  .title.dark-bg {
    display: none;
  }

  .link-arrow.no-margin {
    margin: -1px;
  }

  .post-heading {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .post {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-author {
    margin-left: 0;
    padding-left: 0;
  }

  .post-card-v2-image {
    height: 224px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .post-card-v1-image {
    height: 224px;
  }

  .sidebar-author-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-5 {
    font-size: 16px;
  }

  .toc {
    margin-bottom: 20px;
  }

  .postwrapper {
    flex-direction: column;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .container-2 {
    justify-content: flex-end;
  }

  .herosection {
    height: 60vh;
  }

  .brand-3 {
    width: 19.3em;
    height: 5.7em;
    font-size: .7em;
    top: 1.75rem;
    left: 0%;
  }

  .brand-3.w--current {
    width: auto;
    top: 28%;
  }

  .sectionwrapper {
    flex-direction: column;
    max-width: none;
    height: auto;
  }

  .sectionwrapper.center.top {
    justify-content: center;
  }

  .sectionwrapper.center.horizontal {
    flex-wrap: wrap;
  }

  .sectionwrapper.top {
    flex-flow: wrap;
  }

  .sectionwrapper.top.mb {
    margin-bottom: 10px;
  }

  .sectionwrapper.social {
    flex-direction: column;
    align-items: center;
    padding: 20px 3%;
  }

  .sectionwrapper.vertical.discover {
    padding-top: 40px;
  }

  .sectionwrapper.vertical.left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sectionwrapper.vertical.left.middle {
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
  }

  .sectionwrapper.vertical.middle {
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading-6 {
    text-align: left;
    line-height: 42px;
  }

  .col_60 {
    width: 100%;
  }

  .col_40 {
    width: 60%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col_40.home {
    justify-content: flex-end;
    width: auto;
    display: flex;
  }

  .text-block-10 {
    line-height: 24px;
  }

  .div-block-13 {
    justify-content: center;
    align-items: flex-start;
  }

  .html-embed-2 {
    display: none;
  }

  .link-block-7 {
    text-align: center;
    min-width: 8em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-7 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 13em;
    height: 4em;
    margin-bottom: 0;
    margin-right: auto;
    font-size: .6em;
    display: block;
  }

  .image-7.hide-mobile {
    font-size: .5em;
    display: block;
  }

  .image-7.hide-desktop {
    margin-left: .5em;
  }

  .formsection {
    padding-bottom: 0;
  }

  .div-block-15.loc {
    width: 95%;
  }

  .form-block-wrapper-new {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .h3-heading.mt-60 {
    text-align: left;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .col_70.pr-40 {
    width: 100%;
    padding-right: 0;
  }

  .col_30 {
    display: none;
  }

  .section-x {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-x.cta {
    height: auto;
  }

  .section-x.m-bottom._250 {
    padding-top: 40px;
  }

  .section-x.grey._2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-x.loc {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-x.grey {
    padding-bottom: 60px;
  }

  .heading-h2 {
    font-size: 26px;
    line-height: 52px;
  }

  .heading-h2.white {
    font-size: 32px;
  }

  .heading-h2.center {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 42px;
  }

  .heading-h2.center.white {
    margin-bottom: 0;
    font-size: 32px;
  }

  .heading-h3.e-service {
    font-size: 32px;
  }

  .row {
    flex-direction: column;
  }

  .row.left-aligned {
    flex-flow: row;
    align-items: center;
  }

  .row.mb {
    flex-direction: column;
    margin-bottom: 0;
  }

  .row.mb-15 {
    margin-bottom: .5rem;
  }

  .row.links {
    flex-direction: column;
  }

  .col-50 {
    width: 100%;
  }

  .col-50.pr-15 {
    padding-right: 0;
  }

  .col-50.pl-15 {
    padding-left: 0;
  }

  .col-50.mid {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .col-50.pr-30 {
    padding-right: 0;
  }

  .col-50.free {
    margin-bottom: 125px;
  }

  .text-field {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .link {
    text-align: center;
  }

  .card {
    width: 100%;
    margin-bottom: 100px;
  }

  .card.last {
    margin-bottom: 0;
  }

  .book-line {
    flex-direction: column;
    height: auto;
  }

  .image-10 {
    max-width: 180px;
    margin-top: -175px;
  }

  .text-block-13 {
    font-size: 26px;
    line-height: 32px;
  }

  .image-11 {
    max-width: 100px;
  }

  .text-block-15 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-8.auto {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-8.auto.big.blue {
    width: 100%;
  }

  .link-block-8.auto.big.start {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .offer-card {
    width: 100%;
    margin-bottom: 10px;
  }

  .offer-card._1 {
    width: 100%;
  }

  .offer-card._1.c1 {
    width: 80%;
  }

  .offer-card._2 {
    width: 100%;
  }

  .offer-card._2.div-block-14 {
    width: 80%;
  }

  .offer-card._3, .offer-card._4 {
    width: 100%;
  }

  .offer-card._4.c1 {
    width: 80%;
  }

  .offer-card._5.mr {
    width: 100%;
    margin-right: 0;
  }

  .offer-card._6.ml {
    width: 100%;
    margin-left: 0;
  }

  .submit-button.red {
    margin-top: 20px;
  }

  .div-block-20 {
    padding: 10px 3%;
  }

  .widerow {
    flex-direction: column;
  }

  .col-25 {
    width: 50%;
  }

  .follow_us {
    flex-direction: column;
    height: auto;
  }

  .image-12 {
    margin-bottom: 10px;
  }

  .section-3 {
    height: auto;
    padding-bottom: 60px;
  }

  .section-4 {
    height: 500px;
    padding-top: 20px;
  }

  .div-block-22, .image-14 {
    margin-top: 10px;
  }

  .div-block-23 {
    margin-top: 20px;
  }

  .div-block-24-r {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-15 {
    margin-right: 5px;
  }

  .div-block-26 {
    width: 100%;
  }

  .section-5 {
    align-items: center;
    height: 38rem;
  }

  .section-5.gas {
    height: 440px;
  }

  .section-5.gas-heater {
    height: 460px;
  }

  .section-5.leak, .section-5.sawage, .section-5.water, .section-5.s-water {
    height: 420px;
  }
  
  .section-5.leak.blocked-drain{
    height: 600px;
  }

  .text-block-25 {
    font-family: Proxima nova, sans-serif;
    font-size: 12px;
  }

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

  .div-block-29 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29.left {
    width: 50%;
  }

  .div-block-29.left._2, .div-block-29.right, .div-block-29._3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-29.no-underline {
    border-bottom-style: solid;
  }

  .text-block-26 {
    display: none;
  }

  .paragraph-4 {
    font-family: Proxima nova, sans-serif;
    line-height: 22px;
  }

  .s-tab {
    margin-bottom: 10px;
  }

  .heading-h2-top.white {
    font-size: 32px;
    line-height: 42px;
  }

  .heading-h2-top.center.white {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
  }

  .subtitle.white {
    text-align: center;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .col-60.pr-40 {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
  }

  .col-40 {
    width: 100%;
  }

  .heading-10 {
    line-height: 26px;
  }

  .bold-text-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .col-65 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .col-30 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-41 {
    margin-left: auto;
    margin-right: auto;
  }

  .hcard {
    width: 100%;
  }

  .locitem {
    display: inline-block;
  }

  .div-block-49 {
    width: 100%;
    margin-bottom: 5px;
  }

  .div-block-50._1 {
    width: 50.0001%;
  }

  .div-block-50._2 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-50._1 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-51 {
    flex-direction: column;
    width: auto;
  }

  .text-field-2 {
    margin-bottom: .5rem;
  }

  .heroservices {
    height: auto;
  }

  .div-block-53 {
    width: 100%;
    margin-bottom: 10px;
  }

  .slink {
    width: 30%;
    margin-bottom: 0;
  }

  .text-block-38 {
    font-size: 12px;
    line-height: 14px;
  }

  .banner {
    flex-direction: column;
    max-width: none;
    height: auto;
    margin-top: 40px;
  }

  .banner.reverse {
    flex-direction: column-reverse;
  }

  .div-block-56 {
    height: 100px;
    padding-left: 0;
  }

  .div-block-56._1, .div-block-56._2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .div-block-57 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-21 {
    display: none;
  }

  .col-70 {
    width: 100%;
    display: none;
  }

  .col-70.pr {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    line-height: 1rem;
    display: block;
    position: relative;
  }

  .col-70.pr.h {
    height: auto;
  }

  .col-70.pr.height-auto {
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .heading-14 {
    font-family: Proxima nova, sans-serif;
    font-size: 28px;
  }

  .paragraph-5 {
    display: none;
  }

  .block1 {
    flex-direction: column;
    max-width: none;
    height: auto;
  }

  .image-23, .left-arrow, .right-arrow {
    display: none;
  }

  .bold-text-9 {
    font-size: 32px;
  }

  .slide-nav {
    bottom: -50px;
  }

  .div-block-65 {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-49, .link-block-14 {
    width: 100%;
  }

  .div-block-68 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .cardwrap {
    display: block;
  }

  .leakscard {
    width: 100%;
    margin-bottom: 60px;
  }

  .leakscard.last {
    margin-bottom: 20px;
  }

  .div-block-70 {
    flex-direction: column;
    margin-top: 40px;
  }

  .div-block-72 {
    flex-direction: column;
  }

  .div-block-73._1 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-73._2 {
    width: 100%;
    padding-left: 0;
  }

  .image-30 {
    max-width: none;
  }

  .section-8 {
    display: none;
  }

  .image-31, .div-block-74 {
    width: 100%;
  }

  .menu-button {
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .div-block-79 {
    flex-direction: column;
  }

  .div-block-80 {
    width: 100%;
  }

  .text-block-56.show-mobile {
    font-size: .9em;
    line-height: 1.4;
    display: block;
  }

  .heading-h2-top-2.center.white {
    margin-top: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .link-block-15.auto {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-15.auto.big.blue {
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-15.auto.big.blue.borderwhite {
    margin-right: 0;
  }

  .link-block-15.auto.big.start {
    width: 100%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-15.auto.big.blue {
    width: 100%;
  }

  .link-block-15.auto.big.start {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .link-block-15.auto.big.white {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    display: none;
  }

  .link-block-15.auto.blue._2 {
    margin-right: 0;
  }

  .heading-21 {
    font-family: Proxima nova, sans-serif;
    font-size: 28px;
    line-height: 32px;
  }

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

  .leakscard-2 {
    width: 100%;
    margin-bottom: 60px;
  }

  .leakscard-2.last {
    margin-bottom: 20px;
  }

  .submit-button-2.red {
    margin-top: 20px;
  }

  .text-block-60 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-85 {
    height: 100px;
    padding-left: 0;
  }

  .div-block-85.white.mid {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .div-block-85.red.right {
    align-items: center;
  }

  .div-block-85.red.s2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-85._1.red {
    padding-right: 20px;
  }

  .div-block-85.brown {
    height: 130px;
    padding-left: 40px;
  }

  .div-block-85.brown.flex {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-85._1, .div-block-85._2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-86 {
    flex-direction: column;
  }

  .col-33._2 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .col-33._3, .col-33._2, .col-33._3 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .col-33._1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-87 {
    flex-direction: column;
  }

  .col_50 {
    width: 100%;
    padding-right: 0;
  }

  .col_50._2 {
    padding-left: 0;
  }

  .col_50.bg1 {
    justify-content: center;
  }

  .div-block-88 {
    flex-direction: column;
  }

  .col_50-2 {
    width: 100%;
    padding-right: 0;
  }

  .col_50-2._2 {
    padding-left: 0;
  }

  .text-block-62 {
    max-width: none;
  }

  .div-block-89 {
    flex-direction: column;
  }

  .div-block-90 {
    margin-top: 20px;
  }

  .image-39 {
    max-width: 100px;
    display: none;
  }

  .text-block-65 {
    margin-right: 0;
  }

  .text-block-66 {
    font-size: 12px;
    line-height: 14px;
  }

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

  .text-block-69 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-70 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-92, .div-block-93 {
    flex-direction: column;
    align-items: center;
  }

  .image-40 {
    margin-bottom: 10px;
  }

  .heading-large {
    font-family: Proxima nova, sans-serif;
    font-size: 28px;
  }

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

  .paragraph-15 {
    display: none;
  }

  .offer-card-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .offer-card-2._5.mr {
    width: 100%;
    margin-right: 0;
  }

  .offer-card-2._4 {
    width: 100%;
  }

  .offer-card-2._6.ml {
    width: 100%;
    margin-left: 0;
  }

  .image-42 {
    display: none;
  }

  .div-block-99 {
    flex-wrap: nowrap;
    width: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-100 {
    top: -15%;
    left: 16%;
  }

  .heading-25.abs {
    font-size: 22px;
    line-height: 25px;
  }

  .link-block-15-2.member {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-105 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-105._30 {
    width: 100%;
  }

  .paragraph-17 {
    margin-top: 10px;
    line-height: 22px;
  }

  .paragraph-18 {
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-84 {
    font-size: 22px;
    line-height: 30px;
    bottom: 20px;
  }

  .bold-text-14 {
    text-align: center;
    line-height: 30px;
  }

  .image-49, .image-50, .image-51, .image-52 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-86 {
    font-size: 14px;
  }

  .car-block {
    justify-content: center;
    align-items: flex-end;
  }

  .image-55 {
    max-width: 50%;
    margin-left: 50px;
  }

  .html-embed-3, .html-embed-4, .html-embed-5 {
    text-align: center;
  }

  .html-embed-6 {
    text-align: center;
    padding-top: 10px;
  }

  .html-embed-7 {
    text-align: center;
  }

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

  .hero-plumbing-image {
    z-index: 2;
    width: 6.6rem;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    inset: 0% auto 0% .5rem;
  }

  .hero-plumbing-image.test.hero {
    height: auto;
    left: -1.9rem;
  }

  .gas-banner-info.pading {
    padding-top: 2rem;
  }

  ._3col--grid.hide-mobile-landscap-combo {
    display: none;
  }

  .spcls--parent {
    padding-left: 7vw;
    padding-right: 1vw;
  }

  .spcls--img-cover {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .spcls-top-block {
    margin-left: 1vw;
    margin-right: 1vw;
    padding-bottom: 17vw;
  }

  .spcls--link {
    width: 100%;
    margin-left: -2%;
    bottom: 14vw;
  }

  .spcls--bottom-block {
    margin-left: 1vw;
    margin-right: 1vw;
    padding: 8vw 11vw;
  }

  .spcls--bdge-img {
    width: 110%;
  }

  .claim-deal-card-cover {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-10-no-pad {
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .button-primary {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 32px;
  }

  .home-hero-image {
    height: 180px;
    margin-top: 40px;
  }

  .h1 {
    margin-left: 0;
    margin-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-section {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    overflow: hidden;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-wrapper {
    margin-top: 40px;
  }

  .content {
    flex-wrap: nowrap;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .small-margin {
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
  }

  .data {
    margin-left: 10px;
    margin-right: 10px;
  }

  .content-wrapper {
    padding-top: 0;
    display: block;
  }

  .image {
    height: auto;
  }

  .h2 {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .h2.margin-20 {
    font-size: 24px;
    line-height: 34px;
  }

  .left-wrapper {
    margin-bottom: 0;
  }

  .image-slide-right {
    height: auto;
  }

  .h2-2 {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .button-secondary {
    margin-top: 20px;
    line-height: 18px;
  }

  .margin-top {
    align-self: auto;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq10_component, .team1_list, .faq11_component {
    grid-template-columns: 1fr;
  }

  .button-tertiary {
    margin-top: 20px;
    line-height: 18px;
  }

  .layout271_list {
    grid-template-columns: 1fr;
  }

  .home-h3 {
    font-family: Proxima nova, sans-serif;
    font-size: 28px;
    line-height: 32px;
  }

  .layout330_list {
    grid-template-columns: 1fr;
  }

  .layout330_item {
    align-items: center;
  }

  .slider-2 {
    margin-bottom: 0;
    padding-bottom: 3rem;
    display: none;
  }

  .mask {
    width: 100%;
  }

  .slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-arrow {
    color: var(--black-2);
    width: 2em;
    height: 2em;
    font-size: 1.5em;
    inset: auto 0% 0% auto;
  }

  .slide-arrow.is--left {
    right: 3em;
  }

  .home-hero-wrapper {
    margin-top: 40px;
  }

  .form-block-hero {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-size-large {
    text-align: left;
    line-height: 42px;
  }

  .gas--heater-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .gas-slide {
    width: 100%;
  }

  .navbar2_component {
    flex-direction: row;
    justify-content: center;
    height: 1.75rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .navbar2_container {
    flex-direction: row;
    align-items: center;
  }

  .navbar2_link {
    align-self: center;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .6rem;
    line-height: 1.1;
    text-decoration: none;
  }

  .navbar2_link.hidden {
    display: none;
  }

  .nav-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: end space-between;
    align-self: center;
    place-items: stretch baseline;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5vw;
    display: flex;
  }

  .collection-list-grid {
    margin-top: 2rem;
  }

  .navbar1_dropdown-list.w--open {
    width: auto;
    margin-top: .5rem;
    overflow: hidden;
  }

  .navbar1_dropdown-link {
    font-size: .9rem;
  }

  .flex-5col-block {
    width: 100%;
  }

  .flex-row-12px {
    flex-direction: column;
  }

  .max-width-tiny.fast {
    max-width: none;
  }

  .text-size-regular.text-weight-bold {
    font-size: 1rem;
  }

  .icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .mobile-navbar-speedy-text {
    max-width: 44vw;
    margin-right: auto;
    padding-left: 3%;
    display: block;
  }

  .logo-brands-block {
    grid-template-columns: 1fr 1fr;
  }

  .hero-home-serv-block.spaced {
    flex: 1;
    justify-content: space-around;
    align-items: center;
  }

  .hero-home-serv-block.hidden {
    display: none;
  }

  .home-hero-services-link {
    color: var(--white);
    text-decoration: none;
  }

  .home-hero-services-link:hover {
    color: var(--gold);
  }

  .search-lebel-wrap {
    background-position: 5px;
  }

  .form-wraper {
    flex-flow: column;
  }

  .filter-list {
    grid-template-columns: 1fr 1fr;
  }

  .reviews_wrapper {
    flex-flow: column;
  }

  .hover-card {
    width: 100%;
    margin-bottom: 10px;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-114, .div-block-115 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .code-embed-3 {
    justify-content: flex-start;
    align-items: center;
    width: 17.4rem;
    height: 15.9rem;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 5.2rem;
  }

  .code-embed-3.map-section {
    justify-content: center;
    align-items: center;
    width: 60vw;
    height: 250px;
    inset: auto auto auto -13.5vw;
  }

  .div-block-119 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .code-embed-4 {
    text-align: center;
    font-size: 40px;
  }

  .code-embed-4.leftext {
    text-align: left;
    font-size: 36px;
  }

  .div-block-120 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 20rem;
  }

  .section-13 {
    background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-75.png);
    justify-content: center;
    align-items: center;
  }

  .code-embed-9 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
  }

  .div-block-121 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-14 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block-3 {
    max-width: 100%;
    margin-left: 1rem;
  }

  .flex-block-3.new {
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .card_why_choose {
    width: 300px;
  }

  .card_why_choose.new {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 25rem;
    display: inline-block;
  }

  .section_content {
    flex-flow: column;
    width: 100%;
  }

  .section_content_70, .section_content_30 {
    width: 100%;
  }

  .text-black {
    color: #000;
  }

  .section-16 {
    height: 110vh;
  }

  .div-block-123 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-124.hehe {
    width: 100%;
    height: 30vh;
  }

  .div-block-125 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-17 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .flex-block-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .gas_heater_brands.gas_heater_hidden {
    display: none;
  }

  .flex-block-5 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .image-77 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -7.9rem;
  }

  .image-77.locations {
    bottom: -4.7rem;
  }

  .section-18 {
    background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-75.png);
    background-position: 50%;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .code-embed-24 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .div-block-128 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .body-4 {
    overflow-x: hidden;
  }

  .div-block-129 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-5 {
    background-color: #0f66bd;
    border-radius: 4px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 70vw;
    display: flex;
  }

  .div-block-130 {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .link_gas_heater {
    color: #0f66bd;
    text-decoration: underline;
  }

  .section-20 {
    flex-flow: column;
  }

  .div-block-131 {
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-14-new {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .div-block-133 {
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .div-block-140 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-141 {
    flex-flow: row-reverse wrap-reverse;
    padding-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-23 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-24.overflow-hidden {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }

  .flex-block-7.mb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-25 {
    padding-bottom: 0;
    position: relative;
  }

  .div-block-144 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-145 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-83 {
    width: 3rem;
  }

  .paragraph-25 {
    text-align: center;
    font-family: Proximanova extrabld, sans-serif;
  }

  .image-84, .image-85, .image-86, .image-87, .image-88 {
    width: 3rem;
  }

  .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30 {
    text-align: center;
    font-family: Proximanova extrabld, sans-serif;
  }

  .section-27 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-148 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .div-block-149 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-150 {
    justify-content: center;
    align-items: center;
    height: 30vh;
    display: flex;
    position: relative;
  }

  .div-block-151 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .code-embed-34 {
    font-size: 36px;
    line-height: 36px;
  }

  .div-block-152 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 55vh;
    display: flex;
  }

  .div-block-153 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-153.gas-heater {
    justify-content: flex-end;
    align-items: center;
  }

  .section-29 {
    background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-75.png);
    background-position: 0 0;
    background-size: cover;
    height: 75vh;
    display: flex;
  }

  .section-29.arrow-img {
    background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-75.png);
  }

  .section-29.gas-heater {
    background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-69.png);
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    height: 95vh;
  }

  .div-block-154 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-154.gas-heater {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-155 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-156 {
    flex-flow: column;
    padding-top: 1rem;
    display: flex;
  }

  .image-89 {
    margin-right: 0;
  }

  .flex-block-8 {
    flex-flow: column-reverse;
  }

  .div-block-157, .div-block-158 {
    width: 100%;
  }

  .div-block-159 {
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-160 {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .section-32 {
    width: auto;
    height: 75vh;
    display: block;
  }

  .div-block-161 {
    width: 100%;
    padding-right: 0;
  }

  .section-33 {
    background-image: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/images/Frame-69.png);
    background-position: 0 0;
    background-size: cover;
    flex-flow: row;
  }

  .div-block-162 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-163 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-164._50, .div-block-164._30 {
    width: 100%;
  }

  .flex-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-35 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-166, .div-block-166._w-50 {
    width: 100%;
  }

  .heading-37 {
    line-height: 48px;
  }

  .heading-38 {
    line-height: 38px;
  }

  .section-36 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block-12 {
    flex-flow: column-reverse;
    padding: 1rem;
  }

  .div-block-167, .div-block-168, .div-block-169, .div-block-170 {
    width: 100%;
  }

  .flex-block-13 {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .code-embed-55 {
    font-size: 32px;
    line-height: 32px;
  }

  .flex-block-14 {
    flex-flow: column;
  }

  .div-block-171 {
    width: 17rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-171.why, .div-block-171.why._50 {
    width: 100%;
  }

  .section-39 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-44 {
    line-height: 48px;
  }
}

#w-node-_0a3d63b4-9b4b-2f42-225e-8a9ac7deff10-8b788f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#how_we_can_help.w-node-d4749dd4-3f3b-6247-5aa4-a4f05a3a25e5-8b788f5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8dd1484-6cf0-1d16-999e-dd0695b15e8e-8b788f5a, #w-node-_2fd2272c-635f-5f3d-84c3-c86cdb7f76a0-8b788f5a, #w-node-_2697d30b-7eb0-8cfe-80b2-5fe45379e4e1-8b788f5a, #w-node-_4c540876-a0e0-08c8-fa33-e69807feabda-8b788f5a, #w-node-d1aa58c2-4526-e51b-b01d-bb5f1cd2f7a2-8b788f5a, #w-node-c5cc4a69-79bd-2c99-189d-757417a64e3c-8b788f5a, #w-node-_515d9b7a-d6be-b091-518b-16ae58f9ff37-8b788f5a, #w-node-_2c0eaf2c-02e9-812a-9b90-fe72690fa08c-8b788f5a, #w-node-cb2fd662-1895-6e8f-e09f-f895cf897924-8b788f5a, #w-node-a78dc522-e692-fb78-59c6-a077dfdac585-8b788f5a, #w-node-a78dc522-e692-fb78-59c6-a077dfdac593-8b788f5a, #w-node-a78dc522-e692-fb78-59c6-a077dfdac5a1-8b788f5a, #w-node-a78dc522-e692-fb78-59c6-a077dfdac5af-8b788f5a, #w-node-_67876f90-c503-f2b0-4728-07e018b985b8-8b788f5a, #w-node-f337f6b6-d0da-aac5-6ab6-4a17739b868a-8b788f5a, #w-node-_85e54f87-de63-6b79-a422-43b538d4db8f-8b788f5a, #w-node-b7418a59-08a8-b96d-c4da-20f00f918fe4-8b788f5a, #w-node-_167fe9d9-737e-3389-fb16-9572ed733def-8b788f5a, #w-node-e6d0396b-1a52-06a2-619e-f055b4e1aa70-8b788f5a {
  align-self: stretch;
}

#w-node-_21c2852f-3298-74eb-a3dd-6b01a7079b75-8b788f5a {
  place-self: stretch;
}

#w-node-_7e05d2ad-3e18-3f25-2581-111ae8dbc7f5-8b788f5a, #w-node-_813e425f-8386-9cfe-ce88-3fd1c1db9813-8b788f5a, #w-node-_648e203b-8da6-b5a8-7315-3ba1c6adebab-8b788f5a, #w-node-_1c121276-623a-9b4e-b491-9e3cba0c1e80-8b788f5a {
  align-self: stretch;
}

#w-node-b6b6aa86-ccfd-95e6-29e5-c05e3a5624c9-8b788f5a, #w-node-_6bbe2fdf-8329-df2f-a8ba-bddaee422c0d-8b788f5a {
  align-self: start;
}

#w-node-_6bbe2fdf-8329-df2f-a8ba-bddaee422c15-8b788f5a {
  align-self: auto;
}

#How-can-we-help-you-2.w-node-_6b638c27-000d-0f33-d8eb-8d2c8cfb3535-7810d82b, #w-node-f4c2d3ab-0a0c-abd6-261f-db52f0733c6b-7810d82b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23d6cc5a-621e-27ed-032a-f4f87810d855-7810d82b {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_07ddd1f8-47b8-5b9c-c52c-1ba300a5b030-8b788fdd, #w-node-_3c34670f-a34c-a9cb-4d67-b5b9e4f3ddd8-8b788fdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3ee1e59-b8a8-72ef-2692-686ad3bf2bef-8b788fdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#How-can-we-help-you-2.w-node-ca0c5471-38a9-0f09-d125-fdd9796028aa-8b788fdd, #w-node-ca0c5471-38a9-0f09-d125-fdd9796028ab-8b788fdd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ca0c5471-38a9-0f09-d125-fdd9796028c0-8b788fdd {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_99a136d6-0c62-55aa-25f3-2da8a1cd3291-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0d972004-d1b8-4a2e-3703-552c7835f8c9-201e09f9, #w-node-_0d972004-d1b8-4a2e-3703-552c7835f8cb-201e09f9, #w-node-_0d972004-d1b8-4a2e-3703-552c7835f8cc-201e09f9, #w-node-_0d972004-d1b8-4a2e-3703-552c7835f8d0-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d715b5cd-32bc-f597-e00b-72a215651e64-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_68ef81c4-4c1e-bd48-0f4e-2bb7eff1e97e-201e09f9, #w-node-_68ef81c4-4c1e-bd48-0f4e-2bb7eff1e980-201e09f9, #w-node-_68ef81c4-4c1e-bd48-0f4e-2bb7eff1e981-201e09f9, #w-node-_68ef81c4-4c1e-bd48-0f4e-2bb7eff1e985-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c0a988d-1160-8c1d-5ebf-302fa7a2f404-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dc3f1529-218c-f317-8d05-7cb79742cd9a-201e09f9, #w-node-dc3f1529-218c-f317-8d05-7cb79742cd9c-201e09f9, #w-node-dc3f1529-218c-f317-8d05-7cb79742cd9d-201e09f9, #w-node-dc3f1529-218c-f317-8d05-7cb79742cda1-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_112da288-7ac4-a648-5eed-659ef41b5d4c-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3a502ffe-21ae-2ffc-bddb-2d0331ccbdfc-201e09f9, #w-node-_3a502ffe-21ae-2ffc-bddb-2d0331ccbdfd-201e09f9, #w-node-_3a502ffe-21ae-2ffc-bddb-2d0331ccbdfe-201e09f9, #w-node-_3a502ffe-21ae-2ffc-bddb-2d0331ccbe01-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df8268b4-bf3a-c306-1e84-5692702daae2-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5794ba27-a799-ca7c-5f3f-0c88a7bf22f7-201e09f9, #w-node-_5794ba27-a799-ca7c-5f3f-0c88a7bf22f9-201e09f9, #w-node-_5794ba27-a799-ca7c-5f3f-0c88a7bf22fa-201e09f9, #w-node-_5794ba27-a799-ca7c-5f3f-0c88a7bf22fe-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0846c1a7-4f8c-6831-ba04-313411d787ad-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6384c159-2a97-24f4-df9e-f09adbe6ee09-201e09f9, #w-node-_6384c159-2a97-24f4-df9e-f09adbe6ee0a-201e09f9, #w-node-_6384c159-2a97-24f4-df9e-f09adbe6ee0b-201e09f9, #w-node-_6384c159-2a97-24f4-df9e-f09adbe6ee0e-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f7d3659-2beb-9ace-277b-302a5d8c3329-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_10b73157-748b-6ef5-501c-bed53c710f09-201e09f9, #w-node-_10b73157-748b-6ef5-501c-bed53c710f0a-201e09f9, #w-node-_10b73157-748b-6ef5-501c-bed53c710f0b-201e09f9, #w-node-_10b73157-748b-6ef5-501c-bed53c710f0f-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64a1bbdf-3832-87e4-2402-db80613991f6-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ea6bafc-0962-2d2c-e4ff-ea4920dd032a-201e09f9, #w-node-_3ea6bafc-0962-2d2c-e4ff-ea4920dd032b-201e09f9, #w-node-_3ea6bafc-0962-2d2c-e4ff-ea4920dd032c-201e09f9, #w-node-_3ea6bafc-0962-2d2c-e4ff-ea4920dd032f-201e09f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3065a49-1878-ca97-b4eb-4e7795b828d0-95b828d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a3065a49-1878-ca97-b4eb-4e7795b828d2-95b828d0, #w-node-a3065a49-1878-ca97-b4eb-4e7795b828d4-95b828d0, #w-node-a3065a49-1878-ca97-b4eb-4e7795b828d5-95b828d0, #w-node-a3065a49-1878-ca97-b4eb-4e7795b828d9-95b828d0, #w-node-abbc5bef-3fd0-1f42-d1c2-271e7d9beaeb-8b788ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#how_we_can_help.w-node-abbc5bef-3fd0-1f42-d1c2-271e7d9beb06-8b788ff7, #w-node-abbc5bef-3fd0-1f42-d1c2-271e7d9beb08-8b788ff7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc25f7c6-146c-4c12-a5c8-806028a5b77e-8b78900f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#how_we_can_help.w-node-fc25f7c6-146c-4c12-a5c8-806028a5b799-8b78900f, #w-node-fc25f7c6-146c-4c12-a5c8-806028a5b79b-8b78900f, #How-can-we-help-you-2.w-node-_4026acd3-b8c8-6484-acd4-b80621ec8525-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8526-8b789028 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec853b-8b789028 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8546-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8548-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec854a-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec854b-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec854f-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8555-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8557-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8559-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec855a-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec855e-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8564-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8566-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8568-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8569-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec856d-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8573-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8575-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8576-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8577-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec857a-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8580-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8582-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8584-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8585-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8589-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec858f-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec8591-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8592-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8593-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8596-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec859c-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec859e-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec859f-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec85a0-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec85a4-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec85a9-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec85ab-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec85ac-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec85ad-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec85b0-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec85b6-8b789028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4026acd3-b8c8-6484-acd4-b80621ec85b8-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec85b9-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec85ba-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec85be-8b789028, #w-node-_59266a20-d1b2-7025-c027-a4170434a497-8b789029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#how_we_can_help.w-node-_59266a20-d1b2-7025-c027-a4170434a4b2-8b789029, #w-node-_59266a20-d1b2-7025-c027-a4170434a4b4-8b789029 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c395477e-246b-605c-f2fc-45eeb4862cda-8b78902a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#how_we_can_help.w-node-c395477e-246b-605c-f2fc-45eeb4862cf5-8b78902a, #w-node-c395477e-246b-605c-f2fc-45eeb4862cf7-8b78902a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91fb22f9-ad7d-cb3d-7b01-2c1f8c0bf60a-8b78902e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#how_we_can_help.w-node-_91fb22f9-ad7d-cb3d-7b01-2c1f8c0bf625-8b78902e, #w-node-_91fb22f9-ad7d-cb3d-7b01-2c1f8c0bf627-8b78902e, #How-can-we-help-you-2.w-node-_7f2d5a77-65ab-f767-1b47-4351c9c05d8c-8b789030, #w-node-_7f2d5a77-65ab-f767-1b47-4351c9c05d8d-8b789030 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f2d5a77-65ab-f767-1b47-4351c9c05da2-8b789030 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_0595e5f7-17fb-c2a8-0d53-b3127b79e4bf-8b789030 {
  justify-self: auto;
}

#w-node-f132a494-b099-811b-d069-1891bc34d9b6-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dddd23d3-a304-6549-c257-3ce143989d7b-8b78903a, #w-node-_2522ed18-ef3d-4989-4aa3-36c2daf03e94-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2522ed18-ef3d-4989-4aa3-36c2daf03e92-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_932b95c1-c17f-1d43-f868-eab69af49c23-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_932b95c1-c17f-1d43-f868-eab69af49c1c-8b78903a, #w-node-d069d8da-e17b-3518-a7fc-489be29b8bda-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d069d8da-e17b-3518-a7fc-489be29b8be1-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f9d0c94b-6a27-dbfd-eaf9-58e932a8a126-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f9d0c94b-6a27-dbfd-eaf9-58e932a8a11f-8b78903a, #w-node-eec7e335-30fc-aa6d-3570-6b6d15cddb63-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eec7e335-30fc-aa6d-3570-6b6d15cddb61-8b78903a, #w-node-_5d289c67-9f6b-6fec-c2d6-024a79dc4f47-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5d289c67-9f6b-6fec-c2d6-024a79dc4f49-8b78903a, #w-node-e4e9c390-ee5f-54fb-16c6-cbe4138e32c9-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4e9c390-ee5f-54fb-16c6-cbe4138e32c7-8b78903a, #w-node-cbd53ccd-51c8-903f-8ef7-14c3449d19dd-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cbd53ccd-51c8-903f-8ef7-14c3449d19df-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd1149fd-ebce-3128-c335-c42322f2cb0e-8b78903a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-dd1149fd-ebce-3128-c335-c42322f2cb10-8b78903a {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a92e895-1571-5f1b-60ef-00d81997011e-8b789097 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_22ff263b-8723-4a1a-f97d-0c89a9233307-8b78909a {
  align-self: start;
}

#w-node-_22ff263b-8723-4a1a-f97d-0c89a9233308-8b78909a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22ff263b-8723-4a1a-f97d-0c89a923330c-8b78909a {
  align-self: start;
}

#w-node-_22ff263b-8723-4a1a-f97d-0c89a923330d-8b78909a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22ff263b-8723-4a1a-f97d-0c89a9233311-8b78909a {
  align-self: start;
}

#w-node-_22ff263b-8723-4a1a-f97d-0c89a9233312-8b78909a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#How-Can-We-Help-You-3.w-node-_2c971d31-82f3-3b76-bcb2-ea8c2226a7a1-8b78909a, #w-node-_2c971d31-82f3-3b76-bcb2-ea8c2226a7a2-8b78909a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c971d31-82f3-3b76-bcb2-ea8c2226a7b7-8b78909a {
  grid-area: 5 / 2 / 6 / 3;
}

#How-Can-We-Help-You-3.w-node-_2da9f592-90a4-a64a-39c5-1289acaa0b28-8b7890b8, #w-node-_2da9f592-90a4-a64a-39c5-1289acaa0b29-8b7890b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2da9f592-90a4-a64a-39c5-1289acaa0b3e-8b7890b8 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-e363ef46-1809-6b39-3186-79653a5ae4e3-8b7890d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e4dfbec9-fcb8-2f8f-4b95-651573edeedb-8b788f5a, #w-node-_83c43a59-c0af-9fac-4cd2-52723c0a796a-8b788f5a, #w-node-cd61daea-d674-249f-09ec-5c973ad0aa8f-8b788f5a, #w-node-_45efe04a-4f94-ee26-f49a-cd9e2a2374ec-8b788f5a, #w-node-c873065d-e5e6-9745-c092-54a918c4e700-8b788f5a, #w-node-_438e78bd-9a76-8d37-a2a0-09ca8c03f0f2-8b788f5a, #w-node-d07bf073-6b1c-5bfb-c197-b4c348ef62ea-8b788f5a, #w-node-_7e8a20c7-f376-0854-43cf-4070a6bea3e6-8b788f5a, #w-node-_4cb88605-6fa4-17ab-0ee2-2e75ebaf443c-8b788f5a, #w-node-_6a53af9c-7333-486c-68df-d88a0b094d3e-8b788ff7, #w-node-_6a53af9c-7333-486c-68df-d88a0b094d41-8b788ff7, #w-node-bacb0d04-6c55-287d-1fb6-b79f863b1a1b-8b788ff7, #w-node-_0cb3deac-b2da-1bb8-4dcd-b90dd9e42552-8b78900f, #w-node-_0cb3deac-b2da-1bb8-4dcd-b90dd9e42555-8b78900f, #w-node-a441634f-308e-89b2-b3e0-294e998ae08d-8b78900f, #w-node-_3b4b05ff-ba62-2219-3460-91c866fc9559-8b78900f, #w-node-_40e5e98d-672d-11a9-a4cf-b0940e99477d-8b789029, #w-node-_40e5e98d-672d-11a9-a4cf-b0940e994780-8b789029, #w-node-_40e5e98d-672d-11a9-a4cf-b0940e9947a6-8b789029, #w-node-_40e5e98d-672d-11a9-a4cf-b0940e9947a9-8b789029 {
    align-self: start;
  }

  #w-node-d004ced9-effa-61db-f8f8-e6c27c2b2848-7c2b2846 {
    place-self: stretch stretch;
  }

  #w-node-c64e2a20-54cd-c97f-d7fb-530051a53dbf-8b78902a, #w-node-bc533660-5e9c-4a51-4b0d-5c7495ecc9fd-8b78902a, #w-node-fe0587eb-bdd1-c3c6-1709-a837916e607c-8b78902a, #w-node-_99c488c1-638f-43c1-d213-4db1a779689e-8b78902a, #w-node-_3a10a5a9-fa06-a617-7fae-858b5afae24d-8b78902e, #w-node-_3a10a5a9-fa06-a617-7fae-858b5afae250-8b78902e, #w-node-_3a10a5a9-fa06-a617-7fae-858b5afae271-8b78902e {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #How-can-we-help-you-2.w-node-_6b638c27-000d-0f33-d8eb-8d2c8cfb3535-7810d82b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3ee1e59-b8a8-72ef-2692-686ad3bf2bef-8b788fdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #How-can-we-help-you-2.w-node-ca0c5471-38a9-0f09-d125-fdd9796028aa-8b788fdd, #How-can-we-help-you-2.w-node-_4026acd3-b8c8-6484-acd4-b80621ec8525-8b789028, #How-can-we-help-you-2.w-node-_7f2d5a77-65ab-f767-1b47-4351c9c05d8c-8b789030 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2522ed18-ef3d-4989-4aa3-36c2daf03e92-8b78903a, #w-node-d069d8da-e17b-3518-a7fc-489be29b8be1-8b78903a, #w-node-eec7e335-30fc-aa6d-3570-6b6d15cddb61-8b78903a, #w-node-e4e9c390-ee5f-54fb-16c6-cbe4138e32c7-8b78903a {
    order: -9999;
  }

  #w-node-dd1149fd-ebce-3128-c335-c42322f2cb10-8b78903a {
    order: 9999;
  }

  #How-Can-We-Help-You-3.w-node-_2c971d31-82f3-3b76-bcb2-ea8c2226a7a1-8b78909a, #How-Can-We-Help-You-3.w-node-_2da9f592-90a4-a64a-39c5-1289acaa0b28-8b7890b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4914e7af-7676-61ee-af00-dc128b26406d-e0f23283 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4914e7af-7676-61ee-af00-dc128b264071-e0f23283 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #How-can-we-help-you-2.w-node-_6b638c27-000d-0f33-d8eb-8d2c8cfb3535-7810d82b, #w-node-f4c2d3ab-0a0c-abd6-261f-db52f0733c6b-7810d82b, #w-node-_23d6cc5a-621e-27ed-032a-f4f87810d855-7810d82b, #How-can-we-help-you-2.w-node-ca0c5471-38a9-0f09-d125-fdd9796028aa-8b788fdd, #w-node-ca0c5471-38a9-0f09-d125-fdd9796028ab-8b788fdd, #w-node-ca0c5471-38a9-0f09-d125-fdd9796028c0-8b788fdd, #How-can-we-help-you-2.w-node-_4026acd3-b8c8-6484-acd4-b80621ec8525-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec8526-8b789028, #w-node-_4026acd3-b8c8-6484-acd4-b80621ec853b-8b789028, #How-can-we-help-you-2.w-node-_7f2d5a77-65ab-f767-1b47-4351c9c05d8c-8b789030, #w-node-_7f2d5a77-65ab-f767-1b47-4351c9c05d8d-8b789030, #w-node-_7f2d5a77-65ab-f767-1b47-4351c9c05da2-8b789030, #How-Can-We-Help-You-3.w-node-_2c971d31-82f3-3b76-bcb2-ea8c2226a7a1-8b78909a, #w-node-_2c971d31-82f3-3b76-bcb2-ea8c2226a7a2-8b78909a, #w-node-_2c971d31-82f3-3b76-bcb2-ea8c2226a7b7-8b78909a, #How-Can-We-Help-You-3.w-node-_2da9f592-90a4-a64a-39c5-1289acaa0b28-8b7890b8, #w-node-_2da9f592-90a4-a64a-39c5-1289acaa0b29-8b7890b8, #w-node-_2da9f592-90a4-a64a-39c5-1289acaa0b3e-8b7890b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Black.ttf) format('truetype'), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-BlackIt.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Bold.ttf) format('truetype'), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-BoldIt.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Semibold.ttf) format('truetype'), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-SemiboldIt.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Light.ttf) format('truetype'), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-LightIt.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanovat';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNovaT-Thin.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova extrabldit';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-ExtrabldIt.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-ThinIt.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-RegularIt.ttf) format('truetype'), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova extrabld';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/ProximaNova-Extrabld.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/proxima-nova-bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova condensed';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/proxima-nova-condensed-regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/proxima-nova-regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-v4compatibility.ttf) format('truetype'), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-v4compatibility.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-regular-400.ttf) format('truetype'), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-regular-400.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-solid-900.ttf) format('truetype'), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-solid-900.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-brands-400.ttf) format('truetype'), url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/fa-brands-400.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cosmiclager';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/CosmicLager-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cosmiclagerrough Shadow';
  src: url(//www.heroplumbing.com.au/wp-content/themes/heroplumbing/fonts/CosmicLagerRough-Shadow.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}