/*!
Theme Name: Floe
Theme URI: https://sonofjesse.com/
Author: Son of Jesse
Author URI: https://sonofjesse.com/
Description:Theme built bespokely using Gutenberg and ACF Blocks.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 2.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soj
 */

/*! tailwindcss v3.3.3 | 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: #e5e7eb; /* 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.
*/

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: grotesque_regular, 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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-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;
}

ol,
ul,
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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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:  ;
}

/* Existing CSS START. */
@font-face {
    font-family: "grotesque_regular";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/woff2/ESRebondGrotesque-Regular.woff2") format("woff2"),
    url("../fonts/ttf/ESRebondGrotesque-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "grotesque_light";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/woff/ESRebondGrotesque-Light.woff") format("woff2"),
    url("../fonts/ttf/ESRebondGrotesque-Light.ttf") format("truetype");
}

@font-face {
    font-family: "grotesque_bold";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/woff/ESRebondGrotesque-Bold.woff") format("woff2"),
    url("../fonts/ttf/ESRebondGrotesque-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "grotesque_extrabold";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/ttf/ESRebondGrotesque-Extrabold.ttf") format("woff2"),
    url("../fonts/ttf/ESRebondGrotesque-Extrabold.ttf") format("truetype");
}

/* Main.css */
.floe-frontend, .wp-block {
    /*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
}

.floe-frontend .col-8, .wp-block .col-8 {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
}

.floe-frontend .col-12, .wp-block .col-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
}

@media (min-width: 768px) {

    .floe-frontend .col-md-4, .wp-block .col-md-4 {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
    }

    .floe-frontend .col-md-10, .wp-block .col-md-10 {
        flex: 0 0 auto !important;
        width: 83.33333333% !important;
    }
}

@media (min-width: 1024px) {

    .floe-frontend .col-lg-4, .wp-block .col-lg-4 {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
    }
}

/* ANIMATION */

.wp-block [data-aos][data-aos][data-aos-duration="50"], .wp-block body[data-aos-duration="50"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="50"], body.floe-frontend body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="50"], .wp-block body[data-aos-delay="50"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="50"], body.floe-frontend body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="50"].aos-animate, .wp-block body[data-aos-delay="50"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="50"].aos-animate, body.floe-frontend body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="100"], .wp-block body[data-aos-duration="100"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="100"], body.floe-frontend body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="100"], .wp-block body[data-aos-delay="100"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="100"], body.floe-frontend body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="100"].aos-animate, .wp-block body[data-aos-delay="100"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="100"].aos-animate, body.floe-frontend body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="150"], .wp-block body[data-aos-duration="150"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="150"], body.floe-frontend body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="150"], .wp-block body[data-aos-delay="150"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="150"], body.floe-frontend body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="150"].aos-animate, .wp-block body[data-aos-delay="150"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="150"].aos-animate, body.floe-frontend body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="200"], .wp-block body[data-aos-duration="200"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="200"], body.floe-frontend body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="200"], .wp-block body[data-aos-delay="200"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="200"], body.floe-frontend body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="200"].aos-animate, .wp-block body[data-aos-delay="200"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="200"].aos-animate, body.floe-frontend body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="250"], .wp-block body[data-aos-duration="250"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="250"], body.floe-frontend body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="250"], .wp-block body[data-aos-delay="250"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="250"], body.floe-frontend body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="250"].aos-animate, .wp-block body[data-aos-delay="250"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="250"].aos-animate, body.floe-frontend body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="300"], .wp-block body[data-aos-duration="300"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="300"], body.floe-frontend body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="300"], .wp-block body[data-aos-delay="300"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="300"], body.floe-frontend body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="300"].aos-animate, .wp-block body[data-aos-delay="300"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="300"].aos-animate, body.floe-frontend body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="350"], .wp-block body[data-aos-duration="350"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="350"], body.floe-frontend body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="350"], .wp-block body[data-aos-delay="350"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="350"], body.floe-frontend body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="350"].aos-animate, .wp-block body[data-aos-delay="350"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="350"].aos-animate, body.floe-frontend body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="400"], .wp-block body[data-aos-duration="400"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="400"], body.floe-frontend body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="400"], .wp-block body[data-aos-delay="400"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="400"], body.floe-frontend body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="400"].aos-animate, .wp-block body[data-aos-delay="400"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="400"].aos-animate, body.floe-frontend body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="450"], .wp-block body[data-aos-duration="450"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="450"], body.floe-frontend body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="450"], .wp-block body[data-aos-delay="450"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="450"], body.floe-frontend body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="450"].aos-animate, .wp-block body[data-aos-delay="450"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="450"].aos-animate, body.floe-frontend body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="500"], .wp-block body[data-aos-duration="500"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="500"], body.floe-frontend body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="500"], .wp-block body[data-aos-delay="500"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="500"], body.floe-frontend body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="500"].aos-animate, .wp-block body[data-aos-delay="500"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="500"].aos-animate, body.floe-frontend body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="550"], .wp-block body[data-aos-duration="550"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="550"], body.floe-frontend body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="550"], .wp-block body[data-aos-delay="550"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="550"], body.floe-frontend body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="550"].aos-animate, .wp-block body[data-aos-delay="550"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="550"].aos-animate, body.floe-frontend body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="600"], .wp-block body[data-aos-duration="600"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="600"], body.floe-frontend body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="600"], .wp-block body[data-aos-delay="600"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="600"], body.floe-frontend body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="600"].aos-animate, .wp-block body[data-aos-delay="600"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="600"].aos-animate, body.floe-frontend body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="650"], .wp-block body[data-aos-duration="650"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="650"], body.floe-frontend body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="650"], .wp-block body[data-aos-delay="650"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="650"], body.floe-frontend body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="650"].aos-animate, .wp-block body[data-aos-delay="650"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="650"].aos-animate, body.floe-frontend body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="700"], .wp-block body[data-aos-duration="700"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="700"], body.floe-frontend body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="700"], .wp-block body[data-aos-delay="700"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="700"], body.floe-frontend body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="700"].aos-animate, .wp-block body[data-aos-delay="700"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="700"].aos-animate, body.floe-frontend body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="750"], .wp-block body[data-aos-duration="750"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="750"], body.floe-frontend body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="750"], .wp-block body[data-aos-delay="750"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="750"], body.floe-frontend body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="750"].aos-animate, .wp-block body[data-aos-delay="750"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="750"].aos-animate, body.floe-frontend body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="800"], .wp-block body[data-aos-duration="800"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="800"], body.floe-frontend body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="800"], .wp-block body[data-aos-delay="800"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="800"], body.floe-frontend body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="800"].aos-animate, .wp-block body[data-aos-delay="800"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="800"].aos-animate, body.floe-frontend body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="850"], .wp-block body[data-aos-duration="850"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="850"], body.floe-frontend body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="850"], .wp-block body[data-aos-delay="850"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="850"], body.floe-frontend body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="850"].aos-animate, .wp-block body[data-aos-delay="850"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="850"].aos-animate, body.floe-frontend body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="900"], .wp-block body[data-aos-duration="900"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="900"], body.floe-frontend body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="900"], .wp-block body[data-aos-delay="900"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="900"], body.floe-frontend body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="900"].aos-animate, .wp-block body[data-aos-delay="900"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="900"].aos-animate, body.floe-frontend body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="950"], .wp-block body[data-aos-duration="950"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="950"], body.floe-frontend body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="950"], .wp-block body[data-aos-delay="950"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="950"], body.floe-frontend body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="950"].aos-animate, .wp-block body[data-aos-delay="950"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="950"].aos-animate, body.floe-frontend body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1000"], .wp-block body[data-aos-duration="1000"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1000"], body.floe-frontend body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1000"], .wp-block body[data-aos-delay="1000"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1000"], body.floe-frontend body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1000"].aos-animate, .wp-block body[data-aos-delay="1000"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body.floe-frontend body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1050"], .wp-block body[data-aos-duration="1050"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1050"], body.floe-frontend body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1050"], .wp-block body[data-aos-delay="1050"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1050"], body.floe-frontend body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1050"].aos-animate, .wp-block body[data-aos-delay="1050"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body.floe-frontend body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1100"], .wp-block body[data-aos-duration="1100"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1100"], body.floe-frontend body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1100"], .wp-block body[data-aos-delay="1100"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1100"], body.floe-frontend body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1100"].aos-animate, .wp-block body[data-aos-delay="1100"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body.floe-frontend body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1150"], .wp-block body[data-aos-duration="1150"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1150"], body.floe-frontend body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1150"], .wp-block body[data-aos-delay="1150"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1150"], body.floe-frontend body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1150"].aos-animate, .wp-block body[data-aos-delay="1150"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body.floe-frontend body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1200"], .wp-block body[data-aos-duration="1200"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1200"], body.floe-frontend body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1200"], .wp-block body[data-aos-delay="1200"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1200"], body.floe-frontend body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1200"].aos-animate, .wp-block body[data-aos-delay="1200"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body.floe-frontend body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1250"], .wp-block body[data-aos-duration="1250"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1250"], body.floe-frontend body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1250"], .wp-block body[data-aos-delay="1250"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1250"], body.floe-frontend body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1250"].aos-animate, .wp-block body[data-aos-delay="1250"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body.floe-frontend body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1300"], .wp-block body[data-aos-duration="1300"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1300"], body.floe-frontend body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1300"], .wp-block body[data-aos-delay="1300"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1300"], body.floe-frontend body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1300"].aos-animate, .wp-block body[data-aos-delay="1300"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body.floe-frontend body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1350"], .wp-block body[data-aos-duration="1350"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1350"], body.floe-frontend body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1350"], .wp-block body[data-aos-delay="1350"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1350"], body.floe-frontend body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1350"].aos-animate, .wp-block body[data-aos-delay="1350"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body.floe-frontend body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1400"], .wp-block body[data-aos-duration="1400"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1400"], body.floe-frontend body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1400"], .wp-block body[data-aos-delay="1400"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1400"], body.floe-frontend body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1400"].aos-animate, .wp-block body[data-aos-delay="1400"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body.floe-frontend body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1450"], .wp-block body[data-aos-duration="1450"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1450"], body.floe-frontend body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1450"], .wp-block body[data-aos-delay="1450"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1450"], body.floe-frontend body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1450"].aos-animate, .wp-block body[data-aos-delay="1450"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body.floe-frontend body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1500"], .wp-block body[data-aos-duration="1500"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1500"], body.floe-frontend body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1500"], .wp-block body[data-aos-delay="1500"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1500"], body.floe-frontend body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1500"].aos-animate, .wp-block body[data-aos-delay="1500"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body.floe-frontend body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1550"], .wp-block body[data-aos-duration="1550"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1550"], body.floe-frontend body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1550"], .wp-block body[data-aos-delay="1550"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1550"], body.floe-frontend body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1550"].aos-animate, .wp-block body[data-aos-delay="1550"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body.floe-frontend body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1600"], .wp-block body[data-aos-duration="1600"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1600"], body.floe-frontend body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1600"], .wp-block body[data-aos-delay="1600"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1600"], body.floe-frontend body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1600"].aos-animate, .wp-block body[data-aos-delay="1600"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body.floe-frontend body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1650"], .wp-block body[data-aos-duration="1650"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1650"], body.floe-frontend body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1650"], .wp-block body[data-aos-delay="1650"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1650"], body.floe-frontend body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1650"].aos-animate, .wp-block body[data-aos-delay="1650"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body.floe-frontend body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1700"], .wp-block body[data-aos-duration="1700"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1700"], body.floe-frontend body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1700"], .wp-block body[data-aos-delay="1700"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1700"], body.floe-frontend body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1700"].aos-animate, .wp-block body[data-aos-delay="1700"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body.floe-frontend body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1750"], .wp-block body[data-aos-duration="1750"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1750"], body.floe-frontend body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1750"], .wp-block body[data-aos-delay="1750"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1750"], body.floe-frontend body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1750"].aos-animate, .wp-block body[data-aos-delay="1750"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body.floe-frontend body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1800"], .wp-block body[data-aos-duration="1800"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1800"], body.floe-frontend body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1800"], .wp-block body[data-aos-delay="1800"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1800"], body.floe-frontend body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1800"].aos-animate, .wp-block body[data-aos-delay="1800"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body.floe-frontend body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1850"], .wp-block body[data-aos-duration="1850"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1850"], body.floe-frontend body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1850"], .wp-block body[data-aos-delay="1850"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1850"], body.floe-frontend body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1850"].aos-animate, .wp-block body[data-aos-delay="1850"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body.floe-frontend body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1900"], .wp-block body[data-aos-duration="1900"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1900"], body.floe-frontend body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1900"], .wp-block body[data-aos-delay="1900"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1900"], body.floe-frontend body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1900"].aos-animate, .wp-block body[data-aos-delay="1900"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body.floe-frontend body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="1950"], .wp-block body[data-aos-duration="1950"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="1950"], body.floe-frontend body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1950"], .wp-block body[data-aos-delay="1950"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="1950"], body.floe-frontend body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="1950"].aos-animate, .wp-block body[data-aos-delay="1950"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body.floe-frontend body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2000"], .wp-block body[data-aos-duration="2000"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2000"], body.floe-frontend body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2000"], .wp-block body[data-aos-delay="2000"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2000"], body.floe-frontend body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2000"].aos-animate, .wp-block body[data-aos-delay="2000"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body.floe-frontend body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2050"], .wp-block body[data-aos-duration="2050"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2050"], body.floe-frontend body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2050"], .wp-block body[data-aos-delay="2050"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2050"], body.floe-frontend body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2050"].aos-animate, .wp-block body[data-aos-delay="2050"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body.floe-frontend body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2100"], .wp-block body[data-aos-duration="2100"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2100"], body.floe-frontend body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2100"], .wp-block body[data-aos-delay="2100"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2100"], body.floe-frontend body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2100"].aos-animate, .wp-block body[data-aos-delay="2100"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body.floe-frontend body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2150"], .wp-block body[data-aos-duration="2150"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2150"], body.floe-frontend body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2150"], .wp-block body[data-aos-delay="2150"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2150"], body.floe-frontend body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2150"].aos-animate, .wp-block body[data-aos-delay="2150"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body.floe-frontend body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2200"], .wp-block body[data-aos-duration="2200"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2200"], body.floe-frontend body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2200"], .wp-block body[data-aos-delay="2200"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2200"], body.floe-frontend body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2200"].aos-animate, .wp-block body[data-aos-delay="2200"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body.floe-frontend body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2250"], .wp-block body[data-aos-duration="2250"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2250"], body.floe-frontend body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2250"], .wp-block body[data-aos-delay="2250"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2250"], body.floe-frontend body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2250"].aos-animate, .wp-block body[data-aos-delay="2250"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body.floe-frontend body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2300"], .wp-block body[data-aos-duration="2300"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2300"], body.floe-frontend body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2300"], .wp-block body[data-aos-delay="2300"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2300"], body.floe-frontend body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2300"].aos-animate, .wp-block body[data-aos-delay="2300"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body.floe-frontend body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2350"], .wp-block body[data-aos-duration="2350"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2350"], body.floe-frontend body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2350"], .wp-block body[data-aos-delay="2350"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2350"], body.floe-frontend body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2350"].aos-animate, .wp-block body[data-aos-delay="2350"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body.floe-frontend body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2400"], .wp-block body[data-aos-duration="2400"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2400"], body.floe-frontend body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2400"], .wp-block body[data-aos-delay="2400"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2400"], body.floe-frontend body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2400"].aos-animate, .wp-block body[data-aos-delay="2400"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body.floe-frontend body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2450"], .wp-block body[data-aos-duration="2450"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2450"], body.floe-frontend body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2450"], .wp-block body[data-aos-delay="2450"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2450"], body.floe-frontend body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2450"].aos-animate, .wp-block body[data-aos-delay="2450"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body.floe-frontend body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2500"], .wp-block body[data-aos-duration="2500"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2500"], body.floe-frontend body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2500"], .wp-block body[data-aos-delay="2500"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2500"], body.floe-frontend body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2500"].aos-animate, .wp-block body[data-aos-delay="2500"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body.floe-frontend body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2550"], .wp-block body[data-aos-duration="2550"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2550"], body.floe-frontend body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2550"], .wp-block body[data-aos-delay="2550"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2550"], body.floe-frontend body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2550"].aos-animate, .wp-block body[data-aos-delay="2550"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body.floe-frontend body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2600"], .wp-block body[data-aos-duration="2600"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2600"], body.floe-frontend body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2600"], .wp-block body[data-aos-delay="2600"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2600"], body.floe-frontend body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2600"].aos-animate, .wp-block body[data-aos-delay="2600"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body.floe-frontend body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2650"], .wp-block body[data-aos-duration="2650"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2650"], body.floe-frontend body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2650"], .wp-block body[data-aos-delay="2650"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2650"], body.floe-frontend body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2650"].aos-animate, .wp-block body[data-aos-delay="2650"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body.floe-frontend body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2700"], .wp-block body[data-aos-duration="2700"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2700"], body.floe-frontend body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2700"], .wp-block body[data-aos-delay="2700"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2700"], body.floe-frontend body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2700"].aos-animate, .wp-block body[data-aos-delay="2700"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body.floe-frontend body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2750"], .wp-block body[data-aos-duration="2750"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2750"], body.floe-frontend body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2750"], .wp-block body[data-aos-delay="2750"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2750"], body.floe-frontend body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2750"].aos-animate, .wp-block body[data-aos-delay="2750"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body.floe-frontend body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2800"], .wp-block body[data-aos-duration="2800"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2800"], body.floe-frontend body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2800"], .wp-block body[data-aos-delay="2800"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2800"], body.floe-frontend body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2800"].aos-animate, .wp-block body[data-aos-delay="2800"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body.floe-frontend body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2850"], .wp-block body[data-aos-duration="2850"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2850"], body.floe-frontend body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2850"], .wp-block body[data-aos-delay="2850"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2850"], body.floe-frontend body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2850"].aos-animate, .wp-block body[data-aos-delay="2850"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body.floe-frontend body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2900"], .wp-block body[data-aos-duration="2900"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2900"], body.floe-frontend body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2900"], .wp-block body[data-aos-delay="2900"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2900"], body.floe-frontend body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2900"].aos-animate, .wp-block body[data-aos-delay="2900"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body.floe-frontend body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="2950"], .wp-block body[data-aos-duration="2950"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="2950"], body.floe-frontend body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2950"], .wp-block body[data-aos-delay="2950"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="2950"], body.floe-frontend body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="2950"].aos-animate, .wp-block body[data-aos-delay="2950"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body.floe-frontend body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s !important;
}

.wp-block [data-aos][data-aos][data-aos-duration="3000"], .wp-block body[data-aos-duration="3000"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-duration="3000"], body.floe-frontend body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="3000"], .wp-block body[data-aos-delay="3000"] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-delay="3000"], body.floe-frontend body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s !important;
}

.wp-block [data-aos][data-aos][data-aos-delay="3000"].aos-animate, .wp-block body[data-aos-delay="3000"] [data-aos].aos-animate, body.floe-frontend [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body.floe-frontend body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=linear], .wp-block body[data-aos-easing=linear] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=linear], body.floe-frontend body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease], .wp-block body[data-aos-easing=ease] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease], body.floe-frontend body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in], .wp-block body[data-aos-easing=ease-in] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in], body.floe-frontend body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-out], .wp-block body[data-aos-easing=ease-out] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-out], body.floe-frontend body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-out], .wp-block body[data-aos-easing=ease-in-out] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-out], body.floe-frontend body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-back], .wp-block body[data-aos-easing=ease-in-back] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-back], body.floe-frontend body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-out-back], .wp-block body[data-aos-easing=ease-out-back] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-out-back], body.floe-frontend body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-out-back], .wp-block body[data-aos-easing=ease-in-out-back] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-out-back], body.floe-frontend body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-sine], .wp-block body[data-aos-easing=ease-in-sine] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-sine], body.floe-frontend body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-out-sine], .wp-block body[data-aos-easing=ease-out-sine] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-out-sine], body.floe-frontend body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-out-sine], .wp-block body[data-aos-easing=ease-in-out-sine] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-out-sine], body.floe-frontend body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-quad], .wp-block body[data-aos-easing=ease-in-quad] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-quad], body.floe-frontend body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-out-quad], .wp-block body[data-aos-easing=ease-out-quad] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-out-quad], body.floe-frontend body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-out-quad], .wp-block body[data-aos-easing=ease-in-out-quad] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-out-quad], body.floe-frontend body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-cubic], .wp-block body[data-aos-easing=ease-in-cubic] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-cubic], body.floe-frontend body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-out-cubic], .wp-block body[data-aos-easing=ease-out-cubic] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-out-cubic], body.floe-frontend body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], .wp-block body[data-aos-easing=ease-in-out-cubic] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body.floe-frontend body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-quart], .wp-block body[data-aos-easing=ease-in-quart] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-quart], body.floe-frontend body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-out-quart], .wp-block body[data-aos-easing=ease-out-quart] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-out-quart], body.floe-frontend body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94) !important;
}

.wp-block [data-aos][data-aos][data-aos-easing=ease-in-out-quart], .wp-block body[data-aos-easing=ease-in-out-quart] [data-aos], body.floe-frontend [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body.floe-frontend body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955) !important;
}

.wp-block [data-aos^=fade][data-aos^=fade], body.floe-frontend [data-aos^=fade][data-aos^=fade] {
    opacity: 0 !important;
    transition-property: opacity, transform !important;
}

.wp-block [data-aos^=fade][data-aos^=fade].aos-animate, body.floe-frontend [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

.wp-block [data-aos=fade-up], body.floe-frontend [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0) !important;
}

.wp-block [data-aos=fade-down], body.floe-frontend [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0) !important;
}

.wp-block [data-aos=fade-right], body.floe-frontend [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0) !important;
}

.wp-block [data-aos=fade-left], body.floe-frontend [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0) !important;
}

.wp-block [data-aos=fade-up-right], body.floe-frontend [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0) !important;
}

.wp-block [data-aos=fade-up-left], body.floe-frontend [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0) !important;
}

.wp-block [data-aos=fade-down-right], body.floe-frontend [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0) !important;
}

.wp-block [data-aos=fade-down-left], body.floe-frontend [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0) !important;
}

.wp-block [data-aos^=zoom][data-aos^=zoom], body.floe-frontend [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0 !important;
    transition-property: opacity, transform !important;
}

.wp-block [data-aos^=zoom][data-aos^=zoom].aos-animate, body.floe-frontend [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1 !important;
    transform: translateZ(0) scale(1) !important;
}

.wp-block [data-aos=zoom-in], body.floe-frontend [data-aos=zoom-in] {
    transform: scale(.6) !important;
}

.wp-block [data-aos=zoom-in-up], body.floe-frontend [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6) !important;
}

.wp-block [data-aos=zoom-in-down], body.floe-frontend [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6) !important;
}

.wp-block [data-aos=zoom-in-right], body.floe-frontend [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6) !important;
}

.wp-block [data-aos=zoom-in-left], body.floe-frontend [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6) !important;
}

.wp-block [data-aos=zoom-out], body.floe-frontend [data-aos=zoom-out] {
    transform: scale(1.2) !important;
}

.wp-block [data-aos=zoom-out-up], body.floe-frontend [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2) !important;
}

.wp-block [data-aos=zoom-out-down], body.floe-frontend [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2) !important;
}

.wp-block [data-aos=zoom-out-right], body.floe-frontend [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2) !important;
}

.wp-block [data-aos=zoom-out-left], body.floe-frontend [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2) !important;
}

.wp-block [data-aos^=slide][data-aos^=slide], body.floe-frontend [data-aos^=slide][data-aos^=slide] {
    transition-property: transform !important;
}

.wp-block [data-aos^=slide][data-aos^=slide].aos-animate, body.floe-frontend [data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0) !important;
}

.wp-block [data-aos=slide-up], body.floe-frontend [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0) !important;
}

.wp-block [data-aos=slide-down], body.floe-frontend [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0) !important;
}

.wp-block [data-aos=slide-right], body.floe-frontend [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0) !important;
}

.wp-block [data-aos=slide-left], body.floe-frontend [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0) !important;
}

.wp-block [data-aos^=flip][data-aos^=flip], body.floe-frontend [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden !important;
    transition-property: transform !important;
}

.wp-block [data-aos=flip-left], body.floe-frontend [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg) !important;
}

.wp-block [data-aos=flip-left].aos-animate, body.floe-frontend [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0) !important;
}

.wp-block [data-aos=flip-right], body.floe-frontend [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg) !important;
}

.wp-block [data-aos=flip-right].aos-animate, body.floe-frontend [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0) !important;
}

.wp-block [data-aos=flip-up], body.floe-frontend [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg) !important;
}

.wp-block [data-aos=flip-up].aos-animate, body.floe-frontend [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0) !important;
}

.wp-block [data-aos=flip-down], body.floe-frontend [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg) !important;
}

.wp-block [data-aos=flip-down].aos-animate, body.floe-frontend [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0) !important;
}
/* ANIMATION END */
/* SLICK SLIDER */

.floe-frontend .slick-slider, .wp-block .slick-slider {
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
    -khtml-user-select: none !important;
    touch-action: pan-y !important;
    -webkit-tap-highlight-color: transparent !important;
}

.floe-frontend .slick-list, .wp-block .slick-list {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.floe-frontend .slick-list:focus, .wp-block .slick-list:focus {
    outline: none !important;
}

.floe-frontend .slick-list.dragging, .wp-block .slick-list.dragging {
    cursor: pointer !important;
    cursor: hand !important;
}

.floe-frontend .slick-slider .slick-list, .floe-frontend .slick-slider .slick-track, .wp-block .slick-slider .slick-list, .wp-block .slick-slider .slick-track {
    transform: translateZ(0) !important;
}

.floe-frontend .slick-track, .wp-block .slick-track {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.floe-frontend .slick-track:after, .floe-frontend .slick-track:before, .wp-block .slick-track:after, .wp-block .slick-track:before {
    display: table !important;
    content: "" !important;
}

.floe-frontend .slick-track:after, .wp-block .slick-track:after {
    clear: both !important;
}

.floe-frontend .slick-loading .slick-track, .wp-block .slick-loading .slick-track {
    visibility: hidden !important;
}

.floe-frontend .slick-slide, .wp-block .slick-slide {
    display: none !important;
    float: left !important;
    height: 100% !important;
    min-height: 1px !important;
}

.floe-frontend [dir=rtl] .slick-slide, .wp-block [dir=rtl] .slick-slide {
    float: right !important;
}

.floe-frontend .slick-slide img, .wp-block .slick-slide img {
    display: block !important;
}

.floe-frontend .slick-slide.slick-loading img, .wp-block .slick-slide.slick-loading img {
    display: none !important;
}

.floe-frontend .slick-slide.dragging img, .wp-block .slick-slide.dragging img {
    pointer-events: none !important;
}

.floe-frontend .slick-initialized .slick-slide, .wp-block .slick-initialized .slick-slide {
    display: block !important;
}

.floe-frontend .slick-loading .slick-slide, .wp-block .slick-loading .slick-slide {
    visibility: hidden !important;
}

.floe-frontend .slick-vertical .slick-slide, .wp-block .slick-vertical .slick-slide {
    display: block !important;
    height: auto !important;
    border: 1px solid transparent !important;
}

.floe-frontend .slick-arrow.slick-hidden, .wp-block .slick-arrow.slick-hidden {
    display: none !important;
}

.floe-frontend .slick-dots, .wp-block .slick-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 20px !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.floe-frontend .slick-dots li, .wp-block .slick-dots li {
    list-style-type: none !important;
    margin: 0 4px !important;
    font-size: 0 !important;
}

.floe-frontend .slick-dots li.slick-active button, .wp-block .slick-dots li.slick-active button {
    background: #e47129 !important;
}

.floe-frontend .slick-dots li button, .wp-block .slick-dots li button {
    cursor: pointer !important;
    padding: 0 !important;
    height: 8px !important;
    width: 8px !important;
    border-radius: 100% !important;
    background: #b9bdc1 !important;
    border: 0 !important;
}

.floe-frontend .slick-prev, .wp-block .slick-prev {
    z-index: 3 !important;
    position: absolute !important;
    height: 50px !important;
    top: calc(50% - 25px) !important;
    left: -60px !important;
    width: 19px !important;
    border: 0 !important;
    font-size: 0 !important;
    transform: rotate(180deg) !important;
    cursor: pointer !important;
    outline: 0 !important;
    opacity: 1 !important;
    transition: opacity .3s ease !important;
    padding: 20px !important;
}

.floe-frontend .slick-prev:hover, .wp-block .slick-prev:hover {
    opacity: .8 !important;
    transition: opacity .3s ease !important;
}

.floe-frontend .slick-next, .wp-block .slick-next {
    z-index: 3 !important;
    position: absolute !important;
    height: 50px !important;
    top: calc(50% - 25px) !important;
    right: -60px !important;
    width: 19px !important;
    border: 0 !important;
    font-size: 0 !important;
    cursor: pointer !important;
    outline: 0 !important;
    opacity: 1 !important;
    transition: opacity .3s ease !important;
    padding: 20px !important;
}

.floe-frontend .slick-next:hover, .wp-block .slick-next:hover {
    opacity: .8 !important;
    transition: opacity .3s ease !important;
}
/* SLICK SLIDER END */

/* Margin bottom ACF field */

.wp-block .margin-bottom-large, body.floe-frontend .margin-bottom-large {
    margin-bottom: 50px !important;
}

@media only screen and (min-width: 768px) {
    .wp-block .margin-bottom-large, body.floe-frontend .margin-bottom-large {
        margin-bottom: 100px !important;
    }
}

@media only screen and (min-width: 1400px) {
    .wp-block .margin-bottom-large, body.floe-frontend .margin-bottom-large {
        margin-bottom: 200px !important;
    }
}

.single-post :not([class*="wp-block"]) > [class*="wp-block"].bp-prose.entry-header,
.single-post :not([class*="wp-block"]) > [class*="wp-block"].bp-prose.entry-content {
    width: 100% !important;
    max-width: 65ch !important;
    max-width: 640px !important;
    max-width: 42rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.editor-styles-wrapper * > *:not(alignfull) {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*.editor-styles-wrapper * > *:not(.bp-not-prose):not(.alignfull):not(.alignwide) {*/
/*    max-width: 42rem !important;*/
/*}*/
@media (min-width: 42rem) {
    :not([class*="wp-block"]) > [class*="wp-block"]:not(.alignfull):not(.alignwide):not(.wp-block-group):not(.wp-block-columns):not(.wp-block-query):not(.entry-header):not(.entry-content):not(.has-text-align-center):not(.is-root-container),
    .editor-styles-wrapper p:not(.bp-not-prose),
    .site-content p:not(.bp-not-prose) {
        width: 100% !important;
        max-width: 65ch !important;
        max-width: 640px !important;
        max-width: 42rem !important;
    }
}
.floe-frontend .container,
.wp-block .container,
.wp-block-query:not(.alignfull),
:not([class*="wp-block"]) > [class*="wp-block"]:not(.alignfull):not(.alignwide):not(.wp-block-group):not(.wp-block-columns):not(.entry-content):not(.has-text-align-center):not(.is-root-container),
.editor-styles-wrapper p.has-text-align-center,
.site-content p.has-text-align-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

:not([class*="wp-block"]) > [class*="wp-block"].has-text-align-center:not(.alignfull):not(.alignwide):not(.wp-block-group):not(.wp-block-columns):not(.entry-content) {
  max-width: 65ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 1200px) {
    .floe-frontend .container,
    .wp-block .container,
    :not([class*="wp-block"]) > [class*="wp-block"].alignwide:not(.alignfull),
    .wp-block-query:not(.alignfull) {
        max-width: 1278px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /*.editor-styles-wrapper p:not(.bp-not-prose),*/
    .site-content p:not(.bp-not-prose) {
    max-width: 65ch !important;
  }
}

/* Existing CSS END. */

.bp-prose {
  color: var(--tw-prose-body);
  max-width: inherit;
}

.bp-prose :where(p):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.bp-prose :where([class~="lead"]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.bp-prose :where(a):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.bp-prose :where(strong):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.bp-prose :where(a strong):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
}

.bp-prose :where(blockquote strong):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
}

.bp-prose :where(thead th strong):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
}

.bp-prose :where(ol):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.bp-prose :where(ol[type="A"]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: upper-alpha;
}

.bp-prose :where(ol[type="a"]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: lower-alpha;
}

.bp-prose :where(ol[type="A" s]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: upper-alpha;
}

.bp-prose :where(ol[type="a" s]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: lower-alpha;
}

.bp-prose :where(ol[type="I"]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: upper-roman;
}

.bp-prose :where(ol[type="i"]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: lower-roman;
}

.bp-prose :where(ol[type="I" s]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: upper-roman;
}

.bp-prose :where(ol[type="i" s]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: lower-roman;
}

.bp-prose :where(ol[type="1"]):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: decimal;
}

.bp-prose :where(ul):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.bp-prose :where(ol > li):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.bp-prose :where(ul > li):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.bp-prose :where(dt):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.bp-prose :where(hr):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.bp-prose :where(blockquote):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.bp-prose :where(blockquote p:first-of-type):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *))::before {
  content: open-quote;
}

.bp-prose :where(blockquote p:last-of-type):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *))::after {
  content: close-quote;
}

.bp-prose :where(h1):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: #0D2E2E;
  font-weight: 800;
  font-size: 6rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
  font-family: ui-sans-serif;
  font-family: system-ui;
  font-family: -apple-system;
  font-family: BlinkMacSystemFont;
  font-family: "Segoe UI";
  font-family: Roboto;
  font-family: "Helvetica Neue";
  font-family: Arial;
  font-family: "Noto Sans";
  font-family: sans-serif;
  font-family: "Apple Color Emoji";
  font-family: "Segoe UI Emoji";
  font-family: "Segoe UI Symbol";
  font-family: "Noto Color Emoji";
  font-family: grotesque_extrabold;
}

.bp-prose :where(h1 strong):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.bp-prose :where(h2):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: #0D2E2E;
  font-weight: 800;
  font-size: 3rem;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
  font-family: ui-sans-serif;
  font-family: system-ui;
  font-family: -apple-system;
  font-family: BlinkMacSystemFont;
  font-family: "Segoe UI";
  font-family: Roboto;
  font-family: "Helvetica Neue";
  font-family: Arial;
  font-family: "Noto Sans";
  font-family: sans-serif;
  font-family: "Apple Color Emoji";
  font-family: "Segoe UI Emoji";
  font-family: "Segoe UI Symbol";
  font-family: "Noto Color Emoji";
  font-family: grotesque_extrabold;
}

.bp-prose :where(h2 strong):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.bp-prose :where(h3):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 1.5rem;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  font-family: ui-sans-serif;
  font-family: system-ui;
  font-family: -apple-system;
  font-family: BlinkMacSystemFont;
  font-family: "Segoe UI";
  font-family: Roboto;
  font-family: "Helvetica Neue";
  font-family: Arial;
  font-family: "Noto Sans";
  font-family: sans-serif;
  font-family: "Apple Color Emoji";
  font-family: "Segoe UI Emoji";
  font-family: "Segoe UI Symbol";
  font-family: "Noto Color Emoji";
  font-family: grotesque_extrabold;
}

.bp-prose :where(h3 strong):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.bp-prose :where(h4):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: ui-sans-serif;
  font-family: system-ui;
  font-family: -apple-system;
  font-family: BlinkMacSystemFont;
  font-family: "Segoe UI";
  font-family: Roboto;
  font-family: "Helvetica Neue";
  font-family: Arial;
  font-family: "Noto Sans";
  font-family: sans-serif;
  font-family: "Apple Color Emoji";
  font-family: "Segoe UI Emoji";
  font-family: "Segoe UI Symbol";
  font-family: "Noto Color Emoji";
  font-family: grotesque_extrabold;
}

.bp-prose :where(h4 strong):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.bp-prose :where(img):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.bp-prose :where(picture):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.bp-prose :where(kbd):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.bp-prose :where(code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.bp-prose :where(code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *))::before {
  content: "`";
}

.bp-prose :where(code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *))::after {
  content: "`";
}

.bp-prose :where(a code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
}

.bp-prose :where(h1 code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
}

.bp-prose :where(h2 code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.bp-prose :where(h3 code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.bp-prose :where(h4 code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
}

.bp-prose :where(blockquote code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
}

.bp-prose :where(thead th code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: inherit;
}

.bp-prose :where(pre):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.bp-prose :where(pre code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.bp-prose :where(pre code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *))::before {
  content: none;
}

.bp-prose :where(pre code):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *))::after {
  content: none;
}

.bp-prose :where(table):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.bp-prose :where(thead):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.bp-prose :where(thead th):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.bp-prose :where(tbody tr):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.bp-prose :where(tbody tr:last-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  border-bottom-width: 0;
}

.bp-prose :where(tbody td):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  vertical-align: baseline;
}

.bp-prose :where(tfoot):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.bp-prose :where(tfoot td):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  vertical-align: top;
}

.bp-prose :where(figure > *):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.bp-prose :where(figcaption):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.bp-prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.bp-prose :where(picture > img):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.bp-prose :where(video):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.bp-prose :where(li):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.bp-prose :where(ol > li):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  padding-left: 0.375em;
}

.bp-prose :where(ul > li):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  padding-left: 0.375em;
}

.bp-prose :where(.bp-prose > ul > li p):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.bp-prose :where(.bp-prose > ul > li > *:first-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 1.25em;
}

.bp-prose :where(.bp-prose > ul > li > *:last-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-bottom: 1.25em;
}

.bp-prose :where(.bp-prose > ol > li > *:first-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 1.25em;
}

.bp-prose :where(.bp-prose > ol > li > *:last-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-bottom: 1.25em;
}

.bp-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.bp-prose :where(dl):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.bp-prose :where(dd):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.bp-prose :where(hr + *):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0;
}

.bp-prose :where(h2 + *):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0;
}

.bp-prose :where(h3 + *):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0;
}

.bp-prose :where(h4 + *):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0;
}

.bp-prose :where(thead th:first-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  padding-left: 0;
}

.bp-prose :where(thead th:last-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  padding-right: 0;
}

.bp-prose :where(tbody td, tfoot td):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.bp-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  padding-left: 0;
}

.bp-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  padding-right: 0;
}

.bp-prose :where(figure):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.bp-prose :where(.bp-prose > :first-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-top: 0;
}

.bp-prose :where(.bp-prose > :last-child):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  margin-bottom: 0;
}

.bp-prose :where(h5):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  font-size: 1rem;
  font-family: ui-sans-serif;
  font-family: system-ui;
  font-family: -apple-system;
  font-family: BlinkMacSystemFont;
  font-family: "Segoe UI";
  font-family: Roboto;
  font-family: "Helvetica Neue";
  font-family: Arial;
  font-family: "Noto Sans";
  font-family: sans-serif;
  font-family: "Apple Color Emoji";
  font-family: "Segoe UI Emoji";
  font-family: "Segoe UI Symbol";
  font-family: "Noto Color Emoji";
  font-family: grotesque_extrabold;
  font-weight: 800;
}

.bp-prose :where(h6):not(:where([class~="bp-not-prose"],[class~="bp-not-prose"] *)) {
  font-size: 0.875rem;
  font-family: ui-sans-serif;
  font-family: system-ui;
  font-family: -apple-system;
  font-family: BlinkMacSystemFont;
  font-family: "Segoe UI";
  font-family: Roboto;
  font-family: "Helvetica Neue";
  font-family: Arial;
  font-family: "Noto Sans";
  font-family: sans-serif;
  font-family: "Apple Color Emoji";
  font-family: "Segoe UI Emoji";
  font-family: "Segoe UI Symbol";
  font-family: "Noto Color Emoji";
  font-family: grotesque_extrabold;
  font-weight: 800;
}

strong {
  font-weight: 700 !important;
}

.body .is-layout-constrained > .alignwide,
    .alignwide {
        max-width: 1278px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

.entry-content > .wp-block-yoast-faq-block {
        /*@apply bp-bg-brand_pale;*/
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.wp-block-yoast-faq-block .schema-faq-question {
        display: block !important;
        /*@apply bp-bg-brand_dark !important;*/
        padding: .5em 1em !important;
        /*border-top: 2px solid #fff !important;*/
        cursor: pointer !important;
        font-size: 2rem !important;
        /*@apply bp-font-body !important;*/
        /*@apply bp-text-brand_primary_dark !important;*/
        /*@apply bp-font-light !important;*/
        /*@apply bp-mb-2 !important;*/
    }

.wp-block-yoast-faq-block .schema-faq-question button {
        all: inherit !important;
        border: 0 !important;
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 0.5em 0 !important;
    }

.wp-block-yoast-faq-block .schema-faq-question button svg {
        height: 1em !important;
        margin-left: 0.5em !important;
    }

.wp-block-yoast-faq-block .schema-faq-question [aria-expanded="true"] .vert {
        display: none !important;
    }

.wp-block-yoast-faq-block .schema-faq-question [aria-expanded] rect {
        fill: currentColor !important;
    }

.wp-block-yoast-faq-block .schema-faq-answer {
        /* padding: 1em !important; */
        /* margin: 0 0 .5em 0 !important; */
        padding: 2em !important;
        margin: auto !important;
        max-width: 40em !important;
    }

.entry-content > .accordion {
        /*@apply bp-bg-brand_pale !important;*/
        padding-left: 0 !important;
    }

.accordion .accordion-parent [aria-expanded="true"] .vert {
        display: none !important;
    }

.wp-block-post-template:not(.blog-archive .wp-block-post-template) {
  display: flex !important;
  gap: 2rem !important;
  flex-direction: column !important;
}

@media (min-width: 768px) {
        .wp-block-post-template:not(.blog-archive .wp-block-post-template) {
    flex-direction: row !important;
    justify-content: center !important;
  }
    }

.wp-block-post-template .wp-block-post {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 238 219 / var(--tw-bg-opacity)) !important;
  padding: 2rem !important;
}

@media (max-width: 600px) {
        .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
        .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 100%;
  }
        .blog-single .taxonomy-category {
    text-align: left;
  }
    }

.taxonomy-category:not(.blog-single .taxonomy-category) {
  margin-bottom: 2rem !important;
}

.taxonomy-category a {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 52 55 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(245 190 72 / var(--tw-text-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  border-radius: 1.5rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  text-decoration-line: none !important;
}

.wp-block-post {
  border-radius: 1rem !important;
}

.wp-block-post-title:not(.blog-single .wp-block-post-title) {
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin-bottom: 2rem !important;
}

.wp-block-post-date:not(.blog-single .wp-block-post-date) {
  font-weight: 300 !important;
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}

.wp-block-post-excerpt,
    .wp-block-post-excerpt__excerpt {
  font-weight: 300 !important;
  font-size: 1.25rem !important;
  justify-content: space-between !important;
}

/*.floe-frontend .h1:not(.bp-prose),.floe-frontend h1:not(.bp-prose),.wp-block .h1:not(.bp-prose),.wp-block h1:not(.bp-prose) {*/

/*    font-size:42px;line-height:55px*/

/*}*/

/*@media (min-width:768px){*/

/*    .floe-frontend .h1:not(.bp-prose),.floe-frontend h1,.wp-block .h1:not(.bp-prose),.wp-block h1:not(.bp-prose){*/

/*        font-size:60px;line-height:70px*/

/*    }*/

/*}*/

/*.floe-frontend .h2,.floe-frontend h2:not(.bp-prose):not(.wp-block-post-title),.wp-block .h2:not(.bp-prose),.wp-block h2:not(.bp-prose):not(.wp-block-post-title){*/

/*    font-size:50px;line-height:52px*/

/*}*/

/*@media (min-width:768px){  */

/*    .floe-frontend .h2:not(.bp-prose),.floe-frontend h2:not(.bp-prose):not(.wp-block-post-title),.wp-block .h2:not(.bp-prose),.wp-block h2:not(.bp-prose):not(.wp-block-post-title){*/

/*        font-size:65px;line-height:70px*/

/*    }*/

/*}*/

/*.floe-frontend .h3:not(.bp-prose),.floe-frontend h3:not(.bp-prose),.wp-block .h3:not(.bp-prose),.wp-block h3:not(.bp-prose){*/

/*    font-size:25px;line-height:30px*/

/*}*/

/*@media (min-width:768px){*/

/*    .floe-frontend .h3:not(.bp-prose),.floe-frontend h3:not(.bp-prose),.wp-block .h3:not(.bp-prose),.wp-block h3:not(.bp-prose){*/

/*        font-size:42px;line-height:43px*/

/*    }*/

/*}*/

/*.floe-frontend .h4:not(.bp-prose),.floe-frontend h4:not(.bp-prose),.wp-block .h4:not(.bp-prose),.wp-block h4:not(.bp-prose){*/

/*    font-size:24px;line-height:30px*/

/*}*/

/*@media (min-width:768px){*/

/*    .floe-frontend .h4:not(.bp-prose),.floe-frontend h4:not(.bp-prose),.wp-block .h4:not(.bp-prose),.wp-block h4:not(.bp-prose){*/

/*        font-size:24px;line-height:30px*/

/*    }*/

/*}*/

/*.floe-frontend .h5:not(.bp-prose),.floe-frontend h5:not(.bp-prose),.wp-block .h5:not(.bp-prose),.wp-block h5:not(.bp-prose){*/

/*    font-size:24px;line-height:30px*/

/*}*/

/*@media (min-width:768px){*/

/*    .floe-frontend .h5:not(.bp-prose),.floe-frontend h5:not(.bp-prose),.wp-block .h5:not(.bp-prose),.wp-block h5:not(.bp-prose){*/

/*        font-size:24px;line-height:30px*/

/*    }*/

/*}*/

h2.wp-block-heading {
  font-weight: 800 !important;
}

h2.wp-block-heading:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-x-large-font-size) {
  font-size: 3rem !important;
}

h2.wp-block-heading:not(.has-text-color) {
  --tw-text-opacity: 1 !important;
  color: rgb(14 52 55 / var(--tw-text-opacity)) !important;
}

h3.wp-block-heading {
  font-weight: 700 !important;
}

h3.wp-block-heading:not(.has-text-color) {
  --tw-text-opacity: 1 !important;
  color: rgb(151 210 215 / var(--tw-text-opacity)) !important;
}

h3.wp-block-heading:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-x-large-font-size) {
  font-size: 2rem !important;
}

@media (min-width: 768px) {
        .wp-block-cover.object-fill img.wp-block-cover__image-background {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
    }

.wp-block-cover.object-contain {
        overflow: unset !important;
        z-index: 10 !important;
    }

.home .wp-block-cover.object-contain {
        overflow: hidden !important;
        z-index: 10 !important;
    }

@media (max-width: 768px) {
        .md-max\:bp-text-center {
    text-align: center !important;
  }
        .md-max\:bp-text-center .wp-block-image img {
    display: inline-block !important;
  }
        .md-max\:bp-text-center .wp-block-column + .wp-block-column {
    margin-top: 2rem !important;
  }
    }

@media (max-width: 1024px) {
        .wp-block-cover.object-contain .wp-block-column {
            flex-basis: 50% !important;
        }
        .wp-block-cover.object-contain img.wp-block-cover__image-background {
            -o-object-position: bottom !important;
               object-position: bottom !important;
        }
    }

.wp-block-cover.object-contain img.wp-block-cover__image-background {
  -o-object-fit: contain;
     object-fit: contain;
        width: 110% !important;
        height: 110% !important;
        overflow-x: hidden !important;
}

/*.entry-content ul li::before {*/

/*    color: rgb(255, 149, 0);*/

/*    content: "•";*/

/*    display: inline-block;*/

/*    left: -1.5rem;*/

/*    position: absolute;*/

/*    width: 1em;*/

/*}*/

ul.has-bullet-image-yes {
  margin-top: 2rem !important;
}

ul.has-bullet-image-yes strong {
  font-weight: 800 !important;
}

ul.has-bullet-image-yes li {
  text-indent: 4rem !important;
        /*text-indent: 6rem !important;*/
        background: url("../images/bullet-image.svg") left center no-repeat !important;
        margin-top: 1rem !important;
        /*background-size: 4rem !important;*/
        /*margin-top: 1rem !important;*/
        --tw-text-opacity: 1 !important;
        color: rgb(13 46 46 / var(--tw-text-opacity)) !important;
        font-size: 1.25rem !important;
        font-weight: 800 !important;
}

ul.has-bullet-image-yes li ul {
  margin-left: 4rem !important;
        /*margin-left: 6rem !important;*/
}

ul.has-bullet-image-yes li ul li {
  text-indent: 0px !important;
  background-image: none !important;
  margin-top: 0px !important;
  font-family: grotesque_light, 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" !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
        /*text-indent: 0 !important;*/
        /*background: none !important;*/
        /*margin-top: 0 !important;*/
}

/*.entry-header:not(.bp-prose) > * > *:not(.alignfull):not(img),*/

.entry-content:not(.bp-prose) > * > *:not(.alignfull):not(img) {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.wp-block-cover__inner-container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (max-width: 42rem) {
        .entry-header > *:not(.alignfull):not(img):not(.wp-block-group),
        .entry-content > *:not(.alignfull):not(img):not(.wp-block-group),
        .editor-styles-wrapper > *:not(.alignfull):not(img):not(p):not(.wp-block-group) {
            max-width: calc(100vw - 4rem) !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
    }

@media (max-width: 1342px) {
        .entry-header > *:not(.alignfull):not(img):not(p):not(.wp-block-group),
        .entry-content > *:not(.alignfull):not(img):not(p):not(.wp-block-group),
        .editor-styles-wrapper > *:not(.alignfull):not(img):not(p):not(.wp-block-group) {
            max-width: calc(100vw - 4rem) !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
    }

/*.entry-content > * > *:not(.alignfull):not(img) {*/

/*    max-width: calc(100vw - 4rem) !important;*/

/*    margin-left: auto !important;*/

/*    margin-right: auto !important;*/

/*}*/

.entry-header > * > hr:not(.alignfull),
    .entry-content > * > hr:not(.alignfull),
    .editor-styles-wrapper > * > hr:not(.alignfull) {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

h1 {
  font-family: grotesque_extrabold, 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";
  font-size: 6rem;
  line-height: 1;
}

@media (max-width: 640px) {
        h1,
        .has-xl-5-font-size {
    font-size: 4rem !important;
  }
    }

.wp-site-blocks h1:not(.has-text-color) {
  --tw-text-opacity: 1 !important;
  color: rgb(13 46 46 / var(--tw-text-opacity)) !important;
}

h1 mark.has-inline-color.has-brand-blue-turquoise-color {
        font-weight: 800 !important;
        color: transparent !important;
        background: url(../images/floe-logo-blue2.svg) no-repeat left center !important;
        background-size: 12rem !important;
        background-size: clamp(5.96rem, 5.96rem + ((1vw - 0.1rem) * 10.094), 12rem) !important;
    }

.h2-larger {
  font-family: grotesque_extrabold, 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" !important;
        /*font-size: 3.4375rem !important;*/
        font-size: 4rem !important;
        line-height: 1 !important;
}

h2 {
  font-family: grotesque_extrabold, 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";
  font-size: 2rem;
  line-height: 1.25;
}

@media (min-width: 640px) {
        h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
    }

@media (min-width: 768px) {
        h2 {
    font-size: 3rem;
    line-height: 1.25;
  }
    }

@media (min-width: 1024px) {
        h2 {
    font-size: 3rem;
    line-height: 1.25;
  }
    }

@media (min-width: 1280px) {
        h2 {
    font-size: 3rem;
    line-height: 1.25;
  }
    }

@media (min-width: 1536px) {
        h2 {
    font-size: 3rem;
    line-height: 1.25;
  }
    }

.wp-site-blocks h2:not(.has-text-color) {
  --tw-text-opacity: 1 !important;
  color: rgb(13 46 46 / var(--tw-text-opacity)) !important;
}

h3 {
  font-family: grotesque_extrabold, 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";
        /*font-size: 1.6625rem;*/
        font-size: 2rem;
        line-height: 1.5;
}

.wp-site-blocks h3:not(.has-text-color) {
  --tw-text-opacity: 1 !important;
  color: rgb(151 210 215 / var(--tw-text-opacity)) !important;
}

.wp-site-blocks .entry-header > *:where(:not(.alignfull):not(.alignwide):not(.wp-block-query):not(.wp-block-group):not(.wp-block-columns):not(.has-text-align-center):not(.is-root-container)),
    .wp-site-blocks .entry-content > *:where(:not(.alignfull):not(.alignwide):not(.wp-block-query):not(.wp-block-group):not(.wp-block-columns):not(.has-text-align-center):not(.is-root-container)),
    .editor-styles-wrapper > *:where(:not(.alignfull):not(.alignwide):not(.wp-block-query):not(.wp-block-group):not(.wp-block-columns):not(.has-text-align-center):not(.is-root-container)) {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 65ch !important;
  max-width: 640px !important;
        max-width: 42rem !important;
}

/* Shape dividers */

@media (max-width: 768px) {
        .wp-block-coblocks-shape-divider svg {
    height: auto;
  }
    }

/* Logged in */

#wpadminbar ~ .wp-site-blocks > header {
        top: 32px !important;
    }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  --tw-text-opacity: 1 !important;
  color: rgb(13 46 46 / var(--tw-text-opacity)) !important;
}

/* Has colours */

.has-brand-green_bottle-color {
  --tw-text-opacity: 1 !important;
  color: rgb(14 52 55 / var(--tw-text-opacity)) !important;
}

.has-brand-blue_turquoise-color {
  --tw-text-opacity: 1 !important;
  color: rgb(151 210 215 / var(--tw-text-opacity)) !important;
}

.has-brand-yellow_mango-color {
  --tw-text-opacity: 1 !important;
  color: rgb(245 190 72 / var(--tw-text-opacity)) !important;
}

.has-brand-cream-color {
  --tw-text-opacity: 1 !important;
  color: rgb(248 238 219 / var(--tw-text-opacity)) !important;
}

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

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

/* Front page (Home page) */

/*@media (max-width: 768px) {*/

/*    .home .wp-block-cover__image-background {*/

/*        @apply bp-hidden !important;*/

/*    }*/

/*}*/

.front-page.has-brand-cream-background-color {

    }

@media (min-width: 640px) {

        .sm\:front-page.has-brand-cream-background-color {
            display: none !important;
        }
    }

@media (min-width: 768px) {

        .md\:front-page.has-brand-cream-background-color {
            display: none !important;
        }
        .has-large-font-size {
    font-size: 1rem !important;
  }
    }

@media (min-width: 1024px) {

        .lg\:front-page.has-brand-cream-background-color {
            display: none !important;
        }
    }

@media (min-width: 1280px) {

        .xl\:front-page.has-brand-cream-background-color {
            display: none !important;
        }
    }

@media (min-width: 1536px) {

        .\32xl\:front-page.has-brand-cream-background-color {
            display: none !important;
        }
    }

/* Home template (Blog archive) */

.blog-archive .wp-block-post-template .wp-block-post {
  padding: 0px !important;
  padding-bottom: 2rem !important;
}

.blog-archive .wp-block-post-template .wp-block-post-title,
    .blog-archive .wp-block-post-template .wp-block-post-date,
    .blog-archive .wp-block-post-template .wp-block-read-more {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.blog-archive .wp-post-image {
        height: 18rem !important;
        border-top-left-radius: 1rem !important;
        border-top-right-radius: 1rem !important;
    }

/* Navigation block */

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

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  width: 3rem !important;
  height: 3rem !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding: 0px !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
        justify-content: center !important;
    }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  height: 100% !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  text-align: center !important;
  padding-top: 0px !important;
  padding-bottom: 5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 238 219 / var(--tw-bg-opacity)) !important;
}

@media (max-width: 1024px) {
        .wp-block-navigation-link.has-large-font-size {
    font-size: 3rem !important;
  }
    }

@media (min-width: 600px) {

        .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block !important;
  }

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

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

        .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: auto !important;
  }
    }

@media (max-width: 640px) {
        footer .wp-block-navigation__container {
    flex-direction: column;
  }
    }

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

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

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

        .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 !important;
        }
    }

/* Query block */

.wp-block-query .wp-block-post-excerpt__more-link,
    .blog-archive .wp-block-post-template .wp-block-read-more {
  text-decoration-line: underline !important;
  font-weight: 700 !important;
  text-underline-offset: 8px !important;
}

/* Button block */

a.wp-block-button__link.has-brand-yellow-mango-color.has-brand-green-bottle-background-color:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(14 52 55 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 190 72 / var(--tw-bg-opacity)) !important;
}

a.wp-block-button__link.has-brand-green-bottle-color:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(248 238 219 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 52 55 / var(--tw-bg-opacity)) !important;
}

/* NOT PROSE */

.floe-frontend h1:not(.bp-prose),
    .floe-frontend h2:not(.bp-prose),
    .floe-frontend h3:not(.bp-prose),
    .floe-frontend h4:not(.bp-prose),
    .floe-frontend h5:not(.bp-prose),
    .floe-frontend p:not(.bp-prose),
    .wp-block h1:not(.bp-prose),
    .wp-block h2:not(.bp-prose),
    .wp-block h3:not(.bp-prose),
    .wp-block h4:not(.bp-prose),
    .wp-block h5:not(.bp-prose) {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

/*.wp-block p:not(.bp-prose) {*/

/*    margin-top: 0;*/

/*    margin-bottom: 0*/

/*}*/

h2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

p {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* PROSE */

.bp-prose .has-text-color strong {
        color: inherit !important;
    }

/* GRAVITY FORMS PLUGIN */

.gform_wrapper {
  padding: 3rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  border-style: solid !important;
  border-radius: 1rem !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  max-width: 65ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gform_footer {
  display: flex !important;
  justify-content: center !important;
}

.gform_footer input {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 52 55 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  border-radius: 1.5rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(245 190 72 / var(--tw-text-opacity)) !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
  --tw-bg-opacity: 1;
  background-color: rgb(14 52 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 190 72 / var(--tw-text-opacity));
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 1.5rem;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
  --tw-text-opacity: 1;
  color: rgb(14 52 55 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 190 72 / var(--tw-bg-opacity));
}

/* Classes added in editor */

/*@apply bp-relative;*/

/*@apply bp-top-20*/

/*    @TODO Fix this: */

/*    .has-global-padding :where(.has-global-padding) {*/

/*        @apply bp-px-8 !important;*/

/*    }*/

.bp-absolute {
  position: absolute !important;
}

.bp-relative {
  position: relative !important;
}

.bp--left-8 {
  left: -2rem !important;
}

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

.bp-left-4 {
  left: 1rem !important;
}

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

.bp-top-20 {
  top: 5rem !important;
}

.bp-top-4 {
  top: 1rem !important;
}

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

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

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

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

.bp-my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bp-my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

.bp-mb-8 {
  margin-bottom: 2rem !important;
}

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

.bp-ml-\[-50\%\] {
  margin-left: -50% !important;
}

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

.bp-mt-16 {
  margin-top: 4rem !important;
}

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

.bp-hidden {
  display: none !important;
}

.bp-h-\[25rem\] {
  height: 25rem !important;
}

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

.bp-min-h-\[20rem\] {
  min-height: 20rem !important;
}

.bp-w-\[200\%\] {
  width: 200% !important;
}

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

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

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

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

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

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

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

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

.bp-rounded-b-2xl {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.bp-rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.bp-rounded-b-\[100\%\] {
  border-bottom-right-radius: 100% !important;
  border-bottom-left-radius: 100% !important;
}

.bp-rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.bp-rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.bp-bg-brand-green_bottle {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 52 55 / var(--tw-bg-opacity)) !important;
}

.bp-bg-transparent {
  background-color: transparent !important;
}

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

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

.bp-from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.bp-via-blue-500 {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.bp-to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position) !important;
}

.bp-bg-contain {
  background-size: contain !important;
}

.bp-bg-cover {
  background-size: cover !important;
}

.bp-bg-fixed {
  background-attachment: fixed !important;
}

.bp-bg-bottom {
  background-position: bottom !important;
}

.bp-bg-center {
  background-position: center !important;
}

.bp-bg-no-repeat {
  background-repeat: no-repeat !important;
}

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

.bp-object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.bp-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.bp-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.bp-py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.bp-py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.bp-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

.bp-pb-10 {
  padding-bottom: 2.5rem !important;
}

.bp-pb-16 {
  padding-bottom: 4rem !important;
}

.bp-pb-20 {
  padding-bottom: 5rem !important;
}

.bp-pt-8 {
  padding-top: 2rem !important;
}

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

.bp-font-sans-light {
  font-family: grotesque_light, 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" !important;
}

.bp-text-2xl {
  font-size: 2rem !important;
}

.bp-text-8xl {
  font-size: 8rem !important;
}

.bp-text-base {
  font-size: 1rem !important;
}

.bp-text-xl {
  font-size: 1.5rem !important;
}

.bp-font-extrabold {
  font-weight: 800 !important;
}

.bp-font-light {
  font-weight: 300 !important;
}

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

.bp-leading-7 {
  line-height: 1.75rem !important;
}

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

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

.bp-text-brand-blue_turquoise {
  --tw-text-opacity: 1 !important;
  color: rgb(151 210 215 / var(--tw-text-opacity)) !important;
}

.bp-text-brand-cream {
  --tw-text-opacity: 1 !important;
  color: rgb(248 238 219 / var(--tw-text-opacity)) !important;
}

.bp-text-brand-green_bottle {
  --tw-text-opacity: 1 !important;
  color: rgb(14 52 55 / var(--tw-text-opacity)) !important;
}

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

.bp-text-brand-yellow_mango {
  --tw-text-opacity: 1 !important;
  color: rgb(245 190 72 / var(--tw-text-opacity)) !important;
}

.bp-content-none {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.bp-group:not(.active) .group-\[\:not\(\.active\)\]\:bp-flex {
  display: flex !important;
}

@media (min-width: 640px) {

  .sm\:bp-hidden {
    display: none !important;
  }

  .sm\:bp-bg-contain {
    background-size: contain !important;
  }

  .sm\:bp-bg-bottom {
    background-position: bottom !important;
  }
}

@media (min-width: 768px) {

  .md\:bp-hidden {
    display: none !important;
  }

  .md\:bp-bg-contain {
    background-size: contain !important;
  }

  .md\:bp-bg-bottom {
    background-position: bottom !important;
  }
}

@media (min-width: 1024px) {

  .lg\:bp-order-1 {
    order: 1 !important;
  }

  .lg\:bp-order-2 {
    order: 2 !important;
  }

  .lg\:bp-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:bp-hidden {
    display: none !important;
  }

  .lg\:bp-min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }

  .lg\:bp-w-1\/2 {
    width: 50% !important;
  }

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

  .lg\:bp-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:bp-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:bp-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:bp-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg\:bp-bg-contain {
    background-size: contain !important;
  }

  .lg\:bp-bg-bottom {
    background-position: bottom !important;
  }
}

@media (min-width: 1280px) {

  .xl\:bp-hidden {
    display: none !important;
  }

  .xl\:bp-bg-contain {
    background-size: contain !important;
  }

  .xl\:bp-bg-bottom {
    background-position: bottom !important;
  }
}

@media (min-width: 1536px) {

  .\32xl\:bp-hidden {
    display: none !important;
  }

  .\32xl\:bp-bg-contain {
    background-size: contain !important;
  }

  .\32xl\:bp-bg-bottom {
    background-position: bottom !important;
  }
}


