/*!
Theme Name: Kingfisher
Author: iClicks
Author URI: https://www.iclicks.nl/
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfi
*/

/*! tailwindcss v3.4.1 | 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)
*/

article.single-blog {
  padding: 20px 20% !important;
}

article.single-blog p {
  color: #000 !important;
}

*,
::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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Poppins, system-ui;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 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;
}

ul.footer-menu,
ul.footer-colophon,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body {
  font-family: Poppins, system-ui !important;
  --tw-text-opacity: 1 !important;
  color: rgb(119 119 119 / var(--tw-text-opacity)) !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
  margin-bottom: 15px;
  font-family: Poppins, system-ui;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

h1,
.h1 {
  font-size: 35px;
  line-height: 44px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 44px;
  }
}

h2,
.h2 {
  font-size: 25px;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 22px;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

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

h5,
.h5 {
  font-size: 18px;
}

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

h6,
.h6 {
  font-size: 15px;
}

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

p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 30px;
}

@media (min-width: 768px) {
  p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 34px;
  }
}

a {
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(15 102 176 / var(--tw-text-opacity));
}

strong {
  font-weight: 600;
}

.text-balance {
  text-wrap: balance !important;
}

ul,
  ol {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  ul,
  ol {
    margin-bottom: 25px;
  }
}

li {
  line-height: 1.625;
}

li > ul {
  margin-bottom: 0px;
  padding-left: 20px;
}

ul.footer-menu li {
  margin-bottom: 20px !important;
}

ul.footer-menu li > a {
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

ul.footer-menu li > a:hover {
  text-decoration-line: underline !important;
}

ul.footer-colophon li:after {
  content: "|";
  display: inline-block !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

ul.footer-colophon li:last-child:after {
  display: none !important;
}

.neighborhoods-wrapper ul li {
  padding-right: 10px !important;
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .neighborhoods-wrapper ul li {
    font-size: 16px !important;
  }
}

.neighborhoods-wrapper ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  padding-right: 12px;
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
}

.neighborhoods-wrapper ul li a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
}

.wsp-container li,
  ul.arrow li,
  ul.check li,
  ul.check-round li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .wsp-container li,
  ul.arrow li,
  ul.check li,
  ul.check-round li {
    font-size: 16px;
  }
}

ul.check-round li:before,
  .wsp-container li:before,
  ul.arrow li:before,
  ul.check li:before {
  position: absolute;
  left: 0px;
  top: 3px;
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(82 183 136 / var(--tw-text-opacity));
  --tw-content: '\f00c';
  content: var(--tw-content);
}

ul.check-round li:before {
  top: 2px;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(82 183 136 / var(--tw-text-opacity));
  --tw-content: '\f058';
  content: var(--tw-content);
}

ul.list-wrapper,
  ul.list-wrapper ul {
  position: relative !important;
  list-style-type: disc !important;
  padding-left: 20px !important;
}

ol.list-wrapper,
  ol.list-wrapper ol {
  position: relative !important;
  list-style-type: decimal !important;
  padding-left: 20px !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}

@media (min-width: 390px) {
  .container {
    max-width: 390px;
  }
}

@media (min-width: 412px) {
  .container {
    max-width: 412px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 800px) {
  .container {
    max-width: 800px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1390px) {
  .container {
    max-width: 1390px;
  }
}

.btn {
  display: inline-flex !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.125rem !important;
  border-width: 2px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 102 176 / var(--tw-border-opacity)) !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  text-align: center !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 400ms !important;
}

.btn-sm {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.btn-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-shadow: inset 500px 0 0 0 #0f66b0 !important;
  --tw-shadow-colored: inset 500px 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.btn-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
  --tw-shadow: inset 0 0 0 0 #0f66b0 !important;
  --tw-shadow-colored: inset 0 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.btn-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
  --tw-shadow: inset 0 0 0 0 #0f66b0 !important;
  --tw-shadow-colored: inset 0 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.btn-secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-shadow: inset 500px 0 0 0 #0f66b0 !important;
  --tw-shadow-colored: inset 500px 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

/* Basic styles for all input fields */

[multiple],
    [type="date"],
    [type="datetime-local"],
    [type="email"],
    [type="month"],
    [type="number"],
    [type="password"],
    [type="search"],
    [type="tel"],
    [type="text"],
    [type="time"],
    [type="url"],
    [type="week"],
    select,
    textarea {
  border-radius: 0.125rem !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  line-height: 25px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(15 15 15 / var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

[multiple]:focus,
    [type="date"]:focus,
    [type="datetime-local"]:focus,
    [type="email"]:focus,
    [type="month"]:focus,
    [type="number"]:focus,
    [type="password"]:focus,
    [type="search"]:focus,
    [type="tel"]:focus,
    [type="text"]:focus,
    [type="time"]:focus,
    [type="url"]:focus,
    [type="week"]:focus,
    select:focus,
    textarea:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

@media (min-width: 640px) {
  [multiple],
    [type="date"],
    [type="datetime-local"],
    [type="email"],
    [type="month"],
    [type="number"],
    [type="password"],
    [type="search"],
    [type="tel"],
    [type="text"],
    [type="time"],
    [type="url"],
    [type="week"],
    select,
    textarea {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 18px !important;
  }
}

.acfe-contact-form [multiple],
    .acfe-contact-form [type="date"],
    .acfe-contact-form [type="datetime-local"],
    .acfe-contact-form [type="email"],
    .acfe-contact-form [type="month"],
    .acfe-contact-form [type="number"],
    .acfe-contact-form [type="password"],
    .acfe-contact-form [type="search"],
    .acfe-contact-form [type="tel"],
    .acfe-contact-form [type="text"],
    .acfe-contact-form [type="time"],
    .acfe-contact-form [type="url"],
    .acfe-contact-form [type="week"],
    .acfe-contact-form select,
    .acfe-contact-form textarea {
  border-radius: 0.125rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  line-height: 25px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(15 15 15 / var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.acfe-contact-form [multiple]:focus,
    .acfe-contact-form [type="date"]:focus,
    .acfe-contact-form [type="datetime-local"]:focus,
    .acfe-contact-form [type="email"]:focus,
    .acfe-contact-form [type="month"]:focus,
    .acfe-contact-form [type="number"]:focus,
    .acfe-contact-form [type="password"]:focus,
    .acfe-contact-form [type="search"]:focus,
    .acfe-contact-form [type="tel"]:focus,
    .acfe-contact-form [type="text"]:focus,
    .acfe-contact-form [type="time"]:focus,
    .acfe-contact-form [type="url"]:focus,
    .acfe-contact-form [type="week"]:focus,
    .acfe-contact-form select:focus,
    .acfe-contact-form textarea:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

@media (min-width: 640px) {
  .acfe-contact-form [multiple],
    .acfe-contact-form [type="date"],
    .acfe-contact-form [type="datetime-local"],
    .acfe-contact-form [type="email"],
    .acfe-contact-form [type="month"],
    .acfe-contact-form [type="number"],
    .acfe-contact-form [type="password"],
    .acfe-contact-form [type="search"],
    .acfe-contact-form [type="tel"],
    .acfe-contact-form [type="text"],
    .acfe-contact-form [type="time"],
    .acfe-contact-form [type="url"],
    .acfe-contact-form [type="week"],
    .acfe-contact-form select,
    .acfe-contact-form textarea {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 18px !important;
  }
}

.acfe-contact-form .acf-field .acf-label label {
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(15 15 15 / var(--tw-text-opacity)) !important;
}

.acfe-contact-form .acf-required {
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
}

.acfe-contact-form ul.acf-checkbox-list li input[type=checkbox] {
  height: 30px !important;
  width: 30px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
}

.acfe-contact-form ul.acf-checkbox-list li label {
  font-size: 0px !important;
}

.acfe-contact-form .acf-fields {
  margin-bottom: 20px !important;
}

.visible {
  visibility: visible !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.inset-0 {
  inset: 0px !important;
}

.inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-15 {
  bottom: 15px !important;
}

.left-0 {
  left: 0px !important;
}

.left-15 {
  left: 15px !important;
}

.right-0 {
  right: 0px !important;
}

.right-10 {
  right: 10px !important;
}

.top-0 {
  top: 0px !important;
}

.top-\[2px\] {
  top: 2px !important;
}

.top-\[3px\] {
  top: 3px !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.-mx-15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

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

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-\[0\.5em\] {
  margin-bottom: 0.5em !important;
}

.mb-\[26px\] {
  margin-bottom: 26px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-\[150px\] {
  margin-top: 150px !important;
}

.mt-\[190px\] {
  margin-top: 190px !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.aspect-\[640\/371\] {
  aspect-ratio: 640/371 !important;
}

.aspect-square {
  aspect-ratio: 1 / 1 !important;
}

.h-100 {
  height: 100px !important;
}

.h-20 {
  height: 20px !important;
}

.h-30 {
  height: 30px !important;
}

.h-40 {
  height: 40px !important;
}

.h-50 {
  height: 50px !important;
}

.h-50p {
  height: 50% !important;
}

.h-\[200px\] {
  height: 200px !important;
}

.h-\[300px\] {
  height: 300px !important;
}

.h-\[38px\] {
  height: 38px !important;
}

.h-\[450px\] {
  height: 450px !important;
}

.h-\[46px\] {
  height: 46px !important;
}

.h-\[66px\] {
  height: 66px !important;
}

.h-\[88px\] {
  height: 88px !important;
}

.h-full {
  height: 100% !important;
}

.w-20 {
  width: 20px !important;
}

.w-30 {
  width: 30px !important;
}

.w-30p {
  width: 30% !important;
}

.w-40 {
  width: 40px !important;
}

.w-50 {
  width: 50px !important;
}

.w-60 {
  width: 60px !important;
}

.w-70 {
  width: 70px !important;
}

.w-\[300px\] {
  width: 300px !important;
}

.w-\[38px\] {
  width: 38px !important;
}

.w-\[46px\] {
  width: 46px !important;
}

.w-\[calc\(100\%\+50px\)\] {
  width: calc(100% + 50px) !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.min-w-\[300px\] {
  min-width: 300px !important;
}

.max-w-screen-scfull {
  max-width: 100% !important;
}

.max-w-screen-scmax {
  max-width: 1390px !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.list-disc {
  list-style-type: disc !important;
}

.columns-1 {
  -moz-columns: 1 !important;
       columns: 1 !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.flex-col {
  flex-direction: column !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

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

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-6 {
  gap: 6px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-\[1px\] {
  gap: 1px !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-1 {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.gap-x-16 {
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}

.gap-x-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.gap-x-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.gap-x-8 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

.gap-x-\[12px\] {
  -moz-column-gap: 12px !important;
       column-gap: 12px !important;
}

.gap-y-10 {
  row-gap: 10px !important;
}

.gap-y-15 {
  row-gap: 15px !important;
}

.gap-y-20 {
  row-gap: 20px !important;
}

.gap-y-30 {
  row-gap: 30px !important;
}

.gap-y-35 {
  row-gap: 35px !important;
}

.gap-y-40 {
  row-gap: 40px !important;
}

.gap-y-6 {
  row-gap: 6px !important;
}

.gap-y-70 {
  row-gap: 70px !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text-wrap {
  text-wrap: wrap !important;
}

.text-balance {
  text-wrap: balance !important;
}

.rounded-\[9999px\] {
  border-radius: 9999px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.border {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-none {
  border-style: none !important;
}

.border-gray-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
}

.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 102 176 / var(--tw-border-opacity)) !important;
}

.bg-\[\#555555\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}

.bg-gray-lighter {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
}

.bg-gray-lightest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity)) !important;
}

.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 102 176 / var(--tw-bg-opacity)) !important;
}

.bg-primary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 124 214 / var(--tw-bg-opacity)) !important;
}

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

.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.from-black-opaque {
  --tw-gradient-from: rgba(0,0,0,.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-0\% {
  --tw-gradient-from-position: 0% !important;
}

.from-5\% {
  --tw-gradient-from-position: 5% !important;
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position) !important;
}

.to-70\% {
  --tw-gradient-to-position: 70% !important;
}

.to-80\% {
  --tw-gradient-to-position: 80% !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.p-0 {
  padding: 0px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

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

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-\[27px\] {
  padding-bottom: 27px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-\[25px\] {
  padding-left: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-\[55px\] {
  padding-right: 55px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-\[28px\] {
  padding-top: 28px !important;
}

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

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

.font-awesome {
  font-family: 'Font Awesome 5 Free' !important;
}

.font-heading {
  font-family: Poppins, system-ui !important;
}

.font-sans {
  font-family: Poppins, system-ui !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-17 {
  font-size: 17px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-35 {
  font-size: 35px !important;
}

.text-\[0px\] {
  font-size: 0px !important;
}

.text-\[12px\] {
  font-size: 12px !important;
}

.text-\[13px\] {
  font-size: 13px !important;
}

.text-\[14px\] {
  font-size: 14px !important;
}

.text-\[80px\] {
  font-size: 80px !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.leading-\[25px\] {
  line-height: 25px !important;
}

.leading-\[26px\] {
  line-height: 26px !important;
}

.leading-\[30px\] {
  line-height: 30px !important;
}

.leading-\[38px\] {
  line-height: 38px !important;
}

.leading-\[44px\] {
  line-height: 44px !important;
}

.leading-\[80px\] {
  line-height: 80px !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.text-\[\#52B788\] {
  --tw-text-opacity: 1 !important;
  color: rgb(82 183 136 / var(--tw-text-opacity)) !important;
}

.text-\[\#555555\] {
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
}

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

.text-body {
  --tw-text-opacity: 1 !important;
  color: rgb(119 119 119 / var(--tw-text-opacity)) !important;
}

.text-body-heading {
  --tw-text-opacity: 1 !important;
  color: rgb(15 15 15 / var(--tw-text-opacity)) !important;
}

.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
}

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

.text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(255 206 31 / var(--tw-text-opacity)) !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.shadow-btn-primary-slide {
  --tw-shadow: inset 500px 0 0 0 #0f66b0 !important;
  --tw-shadow-colored: inset 500px 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-btn-secondary-slide {
  --tw-shadow: inset 0 0 0 0 #0f66b0 !important;
  --tw-shadow-colored: inset 0 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-1000 {
  transition-duration: 1000ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-\[400ms\] {
  transition-duration: 400ms !important;
}

.duration-\[50ms\] {
  transition-duration: 50ms !important;
}

.content-\[\'\\f00c\'\] {
  --tw-content: '\f00c' !important;
  content: var(--tw-content) !important;
}

.content-\[\'\\f058\'\] {
  --tw-content: '\f058' !important;
  content: var(--tw-content) !important;
}

/* Custom scrollbar CSS */

::-webkit-scrollbar {
  width: 8px;
}

.overflow-x-auto::-webkit-scrollbar {
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 1.5rem;
  border: 2px solid #ffffff;
}

/* Custom FAQ CSS */

.faq-question:hover p,
.faq-question:hover i {
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
}

.faq-item.active .faq-question p,
.faq-item.active .faq-question i {
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
}

.faq-item .faq-answer {
  transition: max-height 0.5s ease;
  overflow: hidden;
  max-height: 0;
}

.faq-answer * {
  font-size: 18px !important;
}

.faq-answer.open {
  max-height: 1000px;
}

.sidebar-lp #text-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 102 176 / var(--tw-bg-opacity));
  padding: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sidebar-lp-inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 20px;
}

.sidebar-lp #text-2 h2,
.sidebar-lp #text-2 h3 {
  margin-bottom: 25px;
  font-size: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sidebar-lp #text-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  padding: 25px;
}

.sidebar-lp #text-3 h2,
.sidebar-lp #text-3 h3 {
  font-size: 25px;
}

.blog-archive img {
  margin-bottom: 20px !important;
  height: 200px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media (min-width: 768px) {
  .blog-archive img {
    height: 250px !important;
  }
}

.single-blog .post-thumbnail img {
  margin-bottom: 30px;
  width: 300px;
}

/*--------------------------------------------------------------
# Custom Max Mega Menu CSS
--------------------------------------------------------------*/

@media (min-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: 100px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 100px !important;
  }
}

@media (min-width: 1280px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: 120px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    line-height: 120px !important;
  }
}

@media (min-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child a {
    padding-left: 0px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child a {
    padding-right: 0px !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*--------------------------------------------------------------
# Custom ACF Form Field CSS
--------------------------------------------------------------*/

/* Hero Scene Search Form */

.hero-search.acfe-form {
  position: relative !important;
}

.hero-search .acf-fields .acf-field {
  border-top-width: 0px !important;
  padding: 0px !important;
}

.hero-search .acf-fields .acf-field input {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
  padding-right: 55px !important;
}

@media (min-width: 640px) {
  .hero-search .acf-fields .acf-field input {
    padding-right: 65px !important;
  }
}

@media (min-width: 1280px) {
  .hero-search .acf-fields .acf-field input {
    border-style: none !important;
  }
}

.hero-search .acf-form-submit {
  position: absolute !important;
  top: 0px !important;
  bottom: 0px !important;
  right: 10px !important;
  display: flex !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.hero-search .acf-form-submit button.acf-button span.btn-go {
  display: flex !important;
  height: 30px !important;
  width: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 102 176 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.hero-search .acf-form-submit button.acf-button span.btn-go:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 124 214 / var(--tw-bg-opacity)) !important;
}

.hero-search .acf-form-submit .acf-spinner {
  height: 30px !important;
  width: 30px !important;
}

.hero-search .acf-form-submit button.acf-button.disabled {
  display: none !important;
}

.search-field .success-message {
  display: none !important;
}

/*BUTTONS*/

#blocks-buttons a {
  min-width: 300px;
}

@media (min-width: 640px) {
  #blocks-buttons a {
    min-width: auto;
  }

  .sc640\:h4 {
    margin-bottom: 15px;
    font-family: Poppins, system-ui;
    font-weight: 600;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity));
  }

  .sc640\:h5 {
    margin-bottom: 15px;
    font-family: Poppins, system-ui;
    font-weight: 600;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(15 15 15 / var(--tw-text-opacity));
  }

  .sc640\:h4 {
    font-size: 20px;
  }

  @media (min-width: 768px) {
    .sc640\:h4 {
      font-size: 25px;
    }
  }

  .sc640\:h5 {
    font-size: 18px;
  }

  @media (min-width: 768px) {
    .sc640\:h5 {
      font-size: 22px;
    }
  }
}

.last\:hidden:last-child {
  display: none !important;
}

.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 124 214 / var(--tw-bg-opacity)) !important;
}

.hover\:text-body:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(119 119 119 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-light:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(224 224 224 / var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(15 102 176 / var(--tw-text-opacity)) !important;
}

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

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

.hover\:shadow-btn-primary-slide-hover:hover {
  --tw-shadow: inset 0 0 0 0 #0f66b0 !important;
  --tw-shadow-colored: inset 0 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-btn-secondary-slide-hover:hover {
  --tw-shadow: inset 500px 0 0 0 #0f66b0 !important;
  --tw-shadow-colored: inset 500px 0 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:bg-\[\#f1f1f1\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-lightest:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity)) !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.group:hover .group-hover\:-right-50 {
  right: -50px !important;
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 102 176 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 390px) {
  .sc390\:h-40 {
    height: 40px !important;
  }
}

@media (min-width: 412px) {
  .sc412\:w-\[35\%\] {
    width: 35% !important;
  }

  .sc412\:text-18 {
    font-size: 18px !important;
  }
}

@media (min-width: 640px) {
  .sc640\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sc640\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sc640\:mb-18 {
    margin-bottom: 18px !important;
  }

  .sc640\:mb-50 {
    margin-bottom: 50px !important;
  }

  .sc640\:h-50 {
    height: 50px !important;
  }

  .sc640\:h-70 {
    height: 70px !important;
  }

  .sc640\:h-\[300px\] {
    height: 300px !important;
  }

  .sc640\:h-\[400px\] {
    height: 400px !important;
  }

  .sc640\:w-50p {
    width: 50% !important;
  }

  .sc640\:w-75p {
    width: 75% !important;
  }

  .sc640\:w-auto {
    width: auto !important;
  }

  .sc640\:min-w-\[auto\] {
    min-width: auto !important;
  }

  .sc640\:columns-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }

  .sc640\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sc640\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sc640\:flex-row {
    flex-direction: row !important;
  }

  .sc640\:items-start {
    align-items: flex-start !important;
  }

  .sc640\:items-center {
    align-items: center !important;
  }

  .sc640\:justify-center {
    justify-content: center !important;
  }

  .sc640\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sc640\:gap-x-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }

  .sc640\:gap-y-25 {
    row-gap: 25px !important;
  }

  .sc640\:gap-y-30 {
    row-gap: 30px !important;
  }

  .sc640\:gap-y-70 {
    row-gap: 70px !important;
  }

  .sc640\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sc640\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .sc640\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sc640\:pb-30 {
    padding-bottom: 30px !important;
  }

  .sc640\:pl-40 {
    padding-left: 40px !important;
  }

  .sc640\:pr-0 {
    padding-right: 0px !important;
  }

  .sc640\:pr-\[65px\] {
    padding-right: 65px !important;
  }

  .sc640\:pt-10 {
    padding-top: 10px !important;
  }

  .sc640\:pt-50 {
    padding-top: 50px !important;
  }

  .sc640\:text-left {
    text-align: left !important;
  }

  .sc640\:text-center {
    text-align: center !important;
  }

  .sc640\:text-16 {
    font-size: 16px !important;
  }

  .sc640\:text-18 {
    font-size: 18px !important;
  }

  .sc640\:text-20 {
    font-size: 20px !important;
  }

  .sc640\:text-22 {
    font-size: 22px !important;
  }
}

@media (min-width: 768px) {
  .sc768\:bottom-20 {
    bottom: 20px !important;
  }

  .sc768\:left-20 {
    left: 20px !important;
  }

  .sc768\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sc768\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sc768\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sc768\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .sc768\:mb-25 {
    margin-bottom: 25px !important;
  }

  .sc768\:mt-\[250px\] {
    margin-top: 250px !important;
  }

  .sc768\:inline {
    display: inline !important;
  }

  .sc768\:flex {
    display: flex !important;
  }

  .sc768\:h-\[250px\] {
    height: 250px !important;
  }

  .sc768\:columns-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }

  .sc768\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sc768\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sc768\:flex-row {
    flex-direction: row !important;
  }

  .sc768\:items-center {
    align-items: center !important;
  }

  .sc768\:justify-between {
    justify-content: space-between !important;
  }

  .sc768\:gap-25 {
    gap: 25px !important;
  }

  .sc768\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .sc768\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .sc768\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .sc768\:text-16 {
    font-size: 16px !important;
  }

  .sc768\:text-25 {
    font-size: 25px !important;
  }

  .sc768\:text-35 {
    font-size: 35px !important;
  }

  .sc768\:text-50 {
    font-size: 50px !important;
  }

  .sc768\:leading-\[34px\] {
    line-height: 34px !important;
  }

  .sc768\:leading-\[40px\] {
    line-height: 40px !important;
  }

  .sc768\:leading-\[65px\] {
    line-height: 65px !important;
  }
}

@media (min-width: 800px) {
  .sc800\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sc800\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sc800\:mt-0 {
    margin-top: 0px !important;
  }

  .sc800\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sc800\:pr-100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 1024px) {
  .sc1024\:order-1 {
    order: 1 !important;
  }

  .sc1024\:order-2 {
    order: 2 !important;
  }

  .sc1024\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sc1024\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sc1024\:mb-50 {
    margin-bottom: 50px !important;
  }

  .sc1024\:mb-70 {
    margin-bottom: 70px !important;
  }

  .sc1024\:flex {
    display: flex !important;
  }

  .sc1024\:hidden {
    display: none !important;
  }

  .sc1024\:h-100 {
    height: 100px !important;
  }

  .sc1024\:w-25p {
    width: 25% !important;
  }

  .sc1024\:w-\[240px\] {
    width: 240px !important;
  }

  .sc1024\:w-\[calc\(100\%\+100px\)\] {
    width: calc(100% + 100px) !important;
  }

  .sc1024\:w-auto {
    width: auto !important;
  }

  .sc1024\:max-w-\[800px\] {
    max-width: 800px !important;
  }

  .sc1024\:columns-4 {
    -moz-columns: 4 !important;
         columns: 4 !important;
  }

  .sc1024\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sc1024\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sc1024\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sc1024\:flex-row {
    flex-direction: row !important;
  }

  .sc1024\:flex-col {
    flex-direction: column !important;
  }

  .sc1024\:justify-end {
    justify-content: flex-end !important;
  }

  .sc1024\:justify-between {
    justify-content: space-between !important;
  }

  .sc1024\:gap-18 {
    gap: 18px !important;
  }

  .sc1024\:gap-40 {
    gap: 40px !important;
  }

  .sc1024\:gap-60 {
    gap: 60px !important;
  }

  .sc1024\:gap-y-10 {
    row-gap: 10px !important;
  }

  .sc1024\:gap-y-100 {
    row-gap: 100px !important;
  }

  .sc1024\:gap-y-50 {
    row-gap: 50px !important;
  }

  .sc1024\:p-65 {
    padding: 65px !important;
  }

  .sc1024\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sc1024\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .sc1024\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .sc1024\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sc1024\:pb-100 {
    padding-bottom: 100px !important;
  }

  .sc1024\:pb-70 {
    padding-bottom: 70px !important;
  }

  .sc1024\:pb-80 {
    padding-bottom: 80px !important;
  }

  .sc1024\:pb-\[150px\] {
    padding-bottom: 150px !important;
  }

  .sc1024\:pb-\[50px\] {
    padding-bottom: 50px !important;
  }

  .sc1024\:pl-0 {
    padding-left: 0px !important;
  }

  .sc1024\:pr-0 {
    padding-right: 0px !important;
  }

  .sc1024\:pr-60 {
    padding-right: 60px !important;
  }

  .sc1024\:pt-100 {
    padding-top: 100px !important;
  }

  .sc1024\:pt-70 {
    padding-top: 70px !important;
  }

  .sc1024\:pt-80 {
    padding-top: 80px !important;
  }

  .sc1024\:text-left {
    text-align: left !important;
  }

  .sc1024\:text-\[120px\] {
    font-size: 120px !important;
  }

  .sc1024\:leading-\[100px\] {
    line-height: 100px !important;
  }

  .sc1024\:leading-\[120px\] {
    line-height: 120px !important;
  }

  .group:hover .sc1024\:group-hover\:-right-100 {
    right: -100px !important;
  }
}

@media (min-width: 1280px) {
  .sc1280\:bottom-\[45px\] {
    bottom: 45px !important;
  }

  .sc1280\:left-40 {
    left: 40px !important;
  }

  .sc1280\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sc1280\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sc1280\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sc1280\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sc1280\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sc1280\:block {
    display: block !important;
  }

  .sc1280\:flex {
    display: flex !important;
  }

  .sc1280\:hidden {
    display: none !important;
  }

  .sc1280\:h-120 {
    height: 120px !important;
  }

  .sc1280\:h-40 {
    height: 40px !important;
  }

  .sc1280\:h-\[500px\] {
    height: 500px !important;
  }

  .sc1280\:h-\[86px\] {
    height: 86px !important;
  }

  .sc1280\:w-40 {
    width: 40px !important;
  }

  .sc1280\:max-w-\[520px\] {
    max-width: 520px !important;
  }

  .sc1280\:max-w-\[570px\] {
    max-width: 570px !important;
  }

  .sc1280\:max-w-\[600px\] {
    max-width: 600px !important;
  }

  .sc1280\:max-w-\[70\%\] {
    max-width: 70% !important;
  }

  .sc1280\:columns-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }

  .sc1280\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sc1280\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sc1280\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sc1280\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sc1280\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sc1280\:justify-start {
    justify-content: flex-start !important;
  }

  .sc1280\:justify-end {
    justify-content: flex-end !important;
  }

  .sc1280\:gap-60 {
    gap: 60px !important;
  }

  .sc1280\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .sc1280\:border-none {
    border-style: none !important;
  }

  .sc1280\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .sc1280\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sc1280\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sc1280\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sc1280\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .sc1280\:py-\[150px\] {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .sc1280\:pb-\[90px\] {
    padding-bottom: 90px !important;
  }

  .sc1280\:pt-0 {
    padding-top: 0px !important;
  }

  .sc1280\:pt-\[145px\] {
    padding-top: 145px !important;
  }

  .sc1280\:text-left {
    text-align: left !important;
  }

  .sc1280\:text-22 {
    font-size: 22px !important;
  }

  .sc1280\:leading-\[120px\] {
    line-height: 120px !important;
  }
}

@media (min-width: 1390px) {
  .scmax\:top-0 {
    top: 0px !important;
  }

  .scmax\:top-\[170px\] {
    top: 170px !important;
  }

  .scmax\:block {
    display: block !important;
  }

  .scmax\:flex {
    display: flex !important;
  }

  .scmax\:hidden {
    display: none !important;
  }

  .scmax\:h-\[600px\] {
    height: 600px !important;
  }

  .scmax\:max-w-screen-scmax {
    max-width: 1390px !important;
  }

  .scmax\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .scmax\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .scmax\:py-\[230px\] {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }

  .scmax\:pb-90 {
    padding-bottom: 90px !important;
  }
}

.\[\&_\*\]\:mb-0 * {
  margin-bottom: 0px !important;
}

.\[\&_\*\]\:text-18 * {
  font-size: 18px !important;
}

.\[\&_\*\]\:text-body-heading * {
  --tw-text-opacity: 1 !important;
  color: rgb(15 15 15 / var(--tw-text-opacity)) !important;
}

.\[\&_\*\]\:last\:mb-0:last-child * {
  margin-bottom: 0px !important;
}

.\[\&_\*\]\:last\:mb-10:last-child * {
  margin-bottom: 10px !important;
}

@media (min-width: 768px) {
  .sc768\:\[\&_\*\]\:text-20 * {
    font-size: 20px !important;
  }
}

.\[\&_a\.btn-secondary\]\:last\:hidden:last-child a.btn-secondary {
  display: none !important;
}

@media (min-width: 640px) {
  .sc640\:\[\&_a\.btn-secondary\]\:last\:inline-flex:last-child a.btn-secondary {
    display: inline-flex !important;
  }
}

.\[\&_a\.btn\]\:text-white a.btn {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\[\&_a\.btn\]\:hover\:text-white:hover a.btn {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {
  .\[\&_a\.btn\]\:sc1024\:w-full a.btn {
    width: 100% !important;
  }
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline !important;
}

.\[\&_li\]\:mb-\[16px\] li {
  margin-bottom: 16px !important;
}

.\[\&_li\]\:text-20 li {
  font-size: 20px !important;
}

@media (min-width: 640px) {
  .\[\&_ul\]\:sc640\:columns-2 ul {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }
}

@media (min-width: 1280px) {
  .\[\&_ul\]\:sc1280\:columns-3 ul {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
}

.phonebutton {
  border: 1px solid #ff5656;
  transition: all .2s ease-in-out;
  animation: pulse-red 2s infinite;
  -webkit-animation: pulse-red 2s infinite;
  display: block;
  z-index:99999;
  border-radius: 100%;
}

@keyframes pulse-red{
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgb(255, 86, 86);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}