/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

.drop-shadow-md {
}

.drop-shadow-lg {
}

.drop-shadow-xl {
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/* Preflight will be injected here */

.container {
  width: 100% !important;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 360px) {
  .container {
    max-width: 360px !important;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 730px) {
  .container {
    max-width: 730px !important;
  }
}

@media (min-width: 980px) {
  .container {
    max-width: 980px !important;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}

@media (min-width: 1560px) {
  .container {
    max-width: 1560px !important;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mr-auto {
  margin-right: auto;
}

.ml-0 {
  margin-left: 0px;
}

.block {
  display: block;
}

.w-full {
  width: 100%;
}

.flex-grow {
  flex-grow: 1;
}

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

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

.bg-grey-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}

.bg-pure-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

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

.font-header {
  font-family: "Oswald", sans-serif;
}

.text-h2 {
  font-size: 3.25rem;
}

.text-h3 {
  font-size: 1.75rem;
}

.text-h1 {
  font-size: 4rem;
}

.text-h4 {
  font-size: 1.05rem;
}

.text-normal {
  font-size: 1rem;
}

.text-button {
  font-size: 1.5rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-pure-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-pure-red {
  --tw-text-opacity: 1;
  color: rgb(220 0 0 / var(--tw-text-opacity));
}

.text-pure-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* div#wpadminbar {
  position: fixed;
  bottom: 0;
  top: auto;
} */

.wp-block-columns {
  max-width: 100% !important;
  margin-bottom: 0;
  margin-top: 0 !important;
}

header .has-grey-light-background-color {
  background: #8989891c !important;
}
/* 
html,
body {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  scroll-behavior: smooth;
} */

body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
}

h1, h2, h3, header, footer {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
h2 .small {
  display: block;
  color: #fff;
  font-size: 34px;
}

h3, .h3, .has-header-three-font-size {
  font-size: 1.75rem !important;
}

h4, .h4, .has-header-four-font-size {
  font-size: 1.05rem !important;
  font-weight: bold;
}

p {
  margin-bottom: 20px;
  font-size: 1rem;
}

.color-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px !important;
}

#header > div {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.nav-section {
  position: absolute;
  top: inherit;
  right: 35px;
}

@media (min-width: 980px) {
  .nav-section {
    position: initial;
    flex-basis: 70% !important;
    margin-left: 0 !important;
  }
}

a {
  --tw-text-opacity: 1;
  color: rgb(71 133 239 / var(--tw-text-opacity));
}

.logo-section {
  text-align: center;
  flex-basis: 30% !important;
}

@media (min-width: 1400px) {
  .logo-section {
    text-align: center;
  }
}

.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  padding-top: 0;
}

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.current-menu-item a span {
  --tw-text-opacity: 1;
  color: rgb(220 0 0 / var(--tw-text-opacity));
}

/* .wp-block-buttons > .wp-block-button,
.wp-block-buttons > .wp-block-button a {
  width: 100%;
  white-space: nowrap;
}
 */
@media (min-width: 730px) {
  .wp-block-buttons > .wp-block-button,
  .wp-block-buttons > .wp-block-button a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.hero {
  max-width: 100% !important;
}

.hero h1 .hero-small {
  display: block;
  color: #fff;
  font-size: 29px;
}

.wp-site-blocks > * {
  margin-top: 0 !important;
}

header {
  font-family: "Oswald", sans-serif;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0; */
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 3333;
  background: url("/wp-content/uploads/2022/05/navigation-bg-v2.png");
  height: 141px;
}

header hr {
  height: 30px !important;
}

.main-header {
  /* margin-top: -20px; */
  z-index: 4444;
}

.main-header > div {
  margin-left: auto;
  margin-right: auto;
}

.has-header-three-font-size {
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
}

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

footer hr {
  height: 12px !important;
  opacity: 1 !important;
}

.mx-auto-v2 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto-v2 {
  margin-left: auto;
}

.mr-auto-v2 {
  margin-right: auto;
}

.restore-white-section {
  margin-top: -20px !important;
  position: relative;
  z-index: -1111;
}

.btn-edge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

.car-restore-section {
  margin-top: 0px;
}

@media (min-width: 730px) {
  .car-restore-section {
    margin-top: -100px;
    z-index: 4444;
  }
}

h2.with-icon:before {
  content: "";
  background: url(/wp-content/uploads/2022/04/header-icon.png) no-repeat;
  width: 44px;
  height: 44px;
  display: inline-block;
  background-size: contain;
  vertical-align: baseline;
}

h1.with-icon:before {
  content: "";
  background: url(/wp-content/uploads/2022/04/header-icon.png) no-repeat;
  width: 44px;
  height: 44px;
  display: inline-block;
  background-size: contain;
  vertical-align: baseline;
}

.with-icon.has-header-one-font-size:before {
  content: "";
  background: url(/wp-content/uploads/2022/04/header-icon.png) no-repeat;
  width: 51px !important;
  height: 51px !important;
  display: inline-block;
  background-size: contain;
  vertical-align: baseline;
}

.is-style-fill > a {
  background-image: url(/wp-content/uploads/2022/04/button-red-arrow.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: contain;
  padding: 7px 105px 7px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: left !important;
}

.is-style-fill > a:hover {
  opacity: 0.9;
}

.is-style-outline > a {
  background-image: url(/wp-content/uploads/2022/04/button-black-arrow.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: contain;
  padding: 6px 90px 6px 15px;
  border-color: black;
  font-family: "Oswald", sans-serif !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.is-style-outline > a:hover {
  opacity: 0.9;
}

.wp-block-social-link {
  background-color: transparent !important;
}

.wp-block-social-links .wp-social-link svg {
  --tw-text-opacity: 1 !important;
  color: rgb(220 0 0 / var(--tw-text-opacity)) !important;
  width: 2em;
  height: 2em;
}

.wp-block-social-links .wp-social-link a {
  padding: 2px;
  width: 48px;
  height: 48px;
}

.wp-block-social-links .wp-social-link a svg {
  display: none;
}

.wp-block-social-links .wp-social-link-facebook a {
  background: url("/wp-content/uploads/2022/04/icon-fb.png") no-repeat;
}

.wp-block-social-links .wp-social-link-instagram a {
  background: url("/wp-content/uploads/2022/04/icon-ig.png") no-repeat;
}

.wp-block-social-links .wp-social-link-youtube a {
  background: url("/wp-content/uploads/2022/04/icon-yt.png") no-repeat;
}

.wp-block-social-links {
  margin-top: 0px;
  gap: 0 !important;
}

.current-menu-item {
  --tw-text-opacity: 1;
  color: rgb(220 0 0 / var(--tw-text-opacity));
}

nav.wp-block-navigation {
  font-size: 18px;
}

.hide-on-md {
  display: none;
}

@media (min-width: 730px) {
  .hide-on-md {
    display: block;
  }
}

.img-full img {
  width: 100%;
}

.top-edge {
  margin-top: -20px !important;
  z-index: 1111;
}

.metaslider .caption-wrap {
  position: initial;
  bottom: initial;
  left: initial;
  background: initial;
  color: white;
  opacity: initial;
  margin: initial;
  display: initial;
  width: initial;
  line-height: initial;
  opacity: 1;
}

@media (min-width: 730px) {
  .metaslider .caption-wrap {
    position: absolute;
    bottom: 80px;
    left: 30px;
    background: transparent;
    color: white;
    margin: 0;
    display: block;
    width: 95%;
    line-height: 1.4em;
    opacity: 1;
  }
}

.metaslider .caption-wrap h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  max-width: 600px;
}

#metaslider_220 {
  background: #000;
  border-radius: 0;
  padding-bottom: 20px;
}

@media (min-width: 730px) {
  #metaslider_220 {
  }
}

.metaslider .caption-wrap span {
  float: right;
  font-weight: bold;
}

.metaslider .flex-control-nav {
  border: inherit;
  margin: inherit;
  list-style-type: inherit;
  list-style: inherit;
  padding: inherit;
  bottom: inherit;
  line-height: inherit;
  z-index: 2;
}

@media (min-width: 730px) {
  .metaslider .flex-control-nav {
    border: 0;
    margin: auto;
    list-style-type: none;
    list-style: none;
    padding: 0;
    bottom: 43px;
    line-height: 11px;
    z-index: 2;
  }
}

.flex-control-paging li a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 11px;
  height: 11px;
  border-radius: 0;
}

.flex-control-paging li a.flex-active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 0 0 / var(--tw-bg-opacity));
}

.metaslider .flexslider {
  margin-bottom: 0px;
}

.metaslider .flexslider .flex-direction-nav li a {
  width: 42px;
  height: 42px;
  background-image: url("/wp-content/uploads/2022/04/bg_direction_nav.png");
}

.wp-block-navigation__container {
  gap: 10px;
}

@media (min-width: 730px) {
  .wp-block-navigation__container {
    gap: 30px;
  }
}

@media (min-width: 980px) {
  .wp-block-navigation__container {
    gap: 60px;
  }
}

footer .wp-block-navigation__container {
  gap: 10px;
}

@media (min-width: 730px) {
  footer nav ul, .address {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

header .has-grey-medium-background-color {
  background-color: transparent !important;
}

.map-holder iframe {
  width: 100% !important;
  min-height: 500px !important;
}

.mb-0-v2 {
  margin-bottom: 0px;
}

.footer-bottom-portion a {
  text-decoration: underline !important;
}

#wpforms-373-field_2-container {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
}

#wpforms-373-field_3-container {
  width: 48%;
  display: inline-block;
  margin-left: 2%;
}

#wpforms-373-field_4-container,
#wpforms-373-field_10-container,
#wpforms-373-field_6-container {
  width: 33%;
  display: inline-block;
}

#wpforms-373-field_4-container,
#wpforms-373-field_10-container {
  margin-right: 2%;
}

#wpforms-373-field_6-container {
  width: 30%;
}

.wpforms-submit-container {
  text-align: right;
}

#form_contactform .frm_checkbox {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 15px;
  margin-top: 10px;
}

#form_contactform .frm_primary_label {
  font-weight: bold !important;
}

#form_contactform .frm_form_field input[type="text"],
#form_contactform .frm_form_field input[type="email"],
#form_contactform .frm_form_field input[type="tel"],
#form_contactform textarea {
  box-shadow: none !important;
  min-height: 40px !important;
  border-radius: 0 !important;
}

.frm_submit button {
  background-image: url(/wp-content/uploads/2022/04/button-black-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  background-position-y: bottom !important;
  background-size: contain !important;
  padding: 6px 90px 6px 15px !important;
  border-color: black !important;
  border-radius: 0 !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

#form_contactform .frm_submit {
  text-align: right;
}

.hero-curve:after {
  display: none;
}

@media (min-width: 730px) {
  .hero-curve:after {
    content: "";
    display: block;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    bottom: -80px;
    background: url(/wp-content/uploads/2022/05/hero-curve.png) no-repeat bottom
      center;
    z-index: 1111;
  }

  .home .hero-curve:after {
    z-index: initial;
  }
}

@media (min-width: 980px) {
  .hero-curve:after {
    content: "";
    display: block;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    bottom: -80px;
    background: url(/wp-content/uploads/2022/05/hero-curve.png) no-repeat bottom
      center;
    z-index: 1111;
  }

  .home .hero-curve:after {
    z-index: initial;
  }
}

#form_contactform .frm_checkbox label {
  font-size: 16px;
  font-weight: bold;
}

.wp-block-navigation ul li {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

button.wp-block-navigation__responsive-container-open {
  /* position: absolute;
  right: 37px;
  left: auto;
  top: -85px;
  background: #000; */
}

.ul-disc {
  list-style-type: disc;
  padding: inherit;
  margin: inherit;
  padding-top: 0;
}

.with-sub li ul {
  list-style-type: circle;
  margin: inherit;
  padding-top: 4px;
  padding-left: 20px;
}

.ul-disc ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.ul-disc ul li {
  margin-bottom: 10px;
}

.page-id-523 h2, .page-id-506 h2 {
  margin-bottom: 10px;
}

/* navigation responsive start */

@media (min-width: 981px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open)
    .wp-block-navigation__responsive-container-close {
    display: none;
  }

  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}

@media (min-width: 981px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}

button.wp-block-navigation__responsive-container-open {
  margin-left: auto;
}

/* navigation responsive end */

/* block responsive start */

.content-center-on-mobile {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 980px) {
  .content-center-on-mobile {
    display: block;
  }
}

@media (max-width: 979px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-wrap: wrap !important;
    flex-basis: calc(100% - calc(var(--wp--style--block-gap, 2em) / 2)) !important;
  }

  .wp-block-columns {
    flex-wrap: wrap !important;
    flex-basis: calc(100% - calc(var(--wp--style--block-gap, 2em) / 2)) !important;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-wrap: wrap !important;
    flex-basis: calc(100% - calc(var(--wp--style--block-gap, 2em) / 2)) !important;
  }

  .wp-block-columns {
    flex-wrap: wrap !important;
    flex-basis: calc(100% - calc(var(--wp--style--block-gap, 2em) / 2)) !important;
  }
}

@media (max-width: 1400px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: calc(100% - calc(var(--wp--style--block-gap, 2em) / 2)) !important;
    flex-grow: 0;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(even) {
    margin-right: var(--wp--style--block-gap, 2em);
  }
}

@media (min-width: 1400px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-right: var(--wp--style--block-gap, 2em);
  }
}

/* block responsive end */