/*
! tailwindcss v3.4.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.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

*, ::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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

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

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

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

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

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

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

    .container{
        max-width: 1640px;
    }
}
.visible{
    visibility: visible;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.m-0{
    margin: 0px;
}
.m-1{
    margin: 0.25rem;
}
.m-8{
    margin: 2rem;
}
.m-auto{
    margin: auto;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-24{
    margin-bottom: 6rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.ml-0{
    margin-left: 0px;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-4{
    margin-left: 1rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-0{
    margin-right: 0px;
}
.mr-3{
    margin-right: 0.75rem;
}
.mr-4{
    margin-right: 1rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-24{
    margin-top: 6rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.contents{
    display: contents;
}
.hidden{
    display: none;
}
.h-1{
    height: 0.25rem;
}
.min-h-screen{
    min-height: 100vh;
}
.w-1\/2{
    width: 50%;
}
.w-1\/3{
    width: 33.333333%;
}
.w-10\/12{
    width: 83.333333%;
}
.w-16{
    width: 4rem;
}
.w-2\/3{
    width: 66.666667%;
}
.w-3\/12{
    width: 25%;
}
.w-7\/12{
    width: 58.333333%;
}
.w-9\/12{
    width: 75%;
}
.w-full{
    width: 100%;
}
.max-w-7xl{
    max-width: 80rem;
}
.max-w-sm{
    max-width: 24rem;
}
.flex-grow{
    flex-grow: 1;
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.justify-start{
    justify-content: flex-start;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-items-center{
    justify-items: center;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-2xl{
    border-radius: 1rem;
}
.rounded-3xl{
    border-radius: 1.5rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-xl{
    border-radius: 0.75rem;
}
.rounded-tl-2xl{
    border-top-left-radius: 1rem;
}
.rounded-tr-2xl{
    border-top-right-radius: 1rem;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-2{
    border-width: 2px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.bg-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
}
.bg-ffgray{
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
}
.bg-ffwhite{
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-teal{
    --tw-bg-opacity: 1;
    background-color: rgb(103 199 195 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgb(252 186 70 / var(--tw-bg-opacity));
}
.bg-contain{
    background-size: contain;
}
.bg-cover{
    background-size: cover;
}
.bg-center{
    background-position: center;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.p-0{
    padding: 0px;
}
.p-10{
    padding: 2.5rem;
}
.p-12{
    padding: 3rem;
}
.p-24{
    padding: 6rem;
}
.p-4{
    padding: 1rem;
}
.p-5{
    padding: 1.25rem;
}
.p-8{
    padding: 2rem;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-0{
    padding-bottom: 0px;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-24{
    padding-bottom: 6rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pl-12{
    padding-left: 3rem;
}
.pl-8{
    padding-left: 2rem;
}
.pr-4{
    padding-right: 1rem;
}
.pt-0{
    padding-top: 0px;
}
.pt-12{
    padding-top: 3rem;
}
.pt-16{
    padding-top: 4rem;
}
.pt-20{
    padding-top: 5rem;
}
.pt-24{
    padding-top: 6rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.pt-8{
    padding-top: 2rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-6xl{
    font-size: 3.75rem;
    line-height: 1;
}
.text-7xl{
    font-size: 4.5rem;
    line-height: 1;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.normal-case{
    text-transform: none;
}
.leading-normal{
    line-height: 1.5;
}
.leading-snug{
    line-height: 1.375;
}
.leading-tight{
    line-height: 1.25;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-ffgray{
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
.text-ffwhite{
    --tw-text-opacity: 1;
    color: rgb(241 243 247 / var(--tw-text-opacity));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-teal{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow{
    --tw-text-opacity: 1;
    color: rgb(252 186 70 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shadow-indigo-500\/50{
    --tw-shadow-color: rgb(99 102 241 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
.outline{
    outline-style: solid;
}
.drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 690px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
/*Hero*/
#hero{
    position: relative;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    height: 800px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	margin: 0 -10% 0 -10%;
	width: 120%;
	z-index: 2;
}
@media (max-width: 968px) {
#hero {
		height: auto;
		border-bottom-left-radius: 20%;
		border-bottom-right-radius: 20%;
		padding-bottom: 3rem;
		padding-top: 3rem
}
	}
#hero .container {
		height: 100%;
		display: flex;
		width: 50%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0px;
	}
@media (max-width: 968px) {
#hero .container{
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
		}
#hero .container h1 p{
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 700;
}
@media (max-width: 968px) {
#hero .container h1 p{
        text-align: left;
        font-size: 3rem;
        line-height: 1;
    }
				}
#hero .container h1 p strong{
    font-weight: 700;
}
#hero .container p{
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}
@media (max-width: 968px) {
#hero .container p{
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
    }
			}
#hero .container.column-hero{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 6rem;
}
@media (max-width: 968px) {
#hero .container.column-hero{
        flex-direction: column;
        padding-bottom: 0px;
    }
			}
#hero .container.column-hero .hero-left h1, #hero .container.column-hero .hero-left h2, #hero .container.column-hero .hero-left h1 p, #hero .container.column-hero .hero-left h2 p{
    text-align: left;
}
#hero .container.column-hero .hero-left h5{
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}
#hero .container.column-hero .hero-left h2 p{
    margin-bottom: 0px;
}
@media (min-width: 960px){

    #hero .container.column-hero .hero-left h2 p{
        margin-bottom: 2rem;
    }
}
#hero .bubble-btn{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#hero .bubble-btn .arrow-right {
			width: 25px;
			height: 25px;
		}
#hero.bad{
    --tw-bg-opacity: 1;
    background-color: rgb(252 186 70 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#hero.bad {
			overflow: visible
	}
		}
#hero.bad h1 p{
    margin-bottom: 1rem;
}
#hero.bad h2{
    font-weight: 300 !important;
			font-family: 'MuseoSans300' !important;
}
#hero.bad h2 p{
    font-weight: 300 !important;
}
@media (max-width: 968px) {
#hero.bad .bad-testimonial{
        margin-top: 1.5rem;
				margin-bottom: -120px;
    }
			}
#hero.bad .bad-testimonial{
    position: relative;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#hero.bad .bad-testimonial p{
    margin-bottom: 1rem;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}
#hero.bad .bad-testimonial .bad-testimonial-name{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
#hero.bad .bad-testimonial .bad-testimonial-name img{
					width: 65px; 
					border-left: 10px solid #67C7C3;
					border-radius: 100px;
}
#hero.bad .bad-testimonial .bad-testimonial-name .name-wrap{
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
}
#hero.bad .bad-testimonial .bad-testimonial-name .name-wrap span{
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}
#hero.bad .hero-right{
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 960px){

    #hero.bad .hero-right{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
#hero.bad .hero-left{
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 960px){

    #hero.bad .hero-left{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
#hero.pricing{
    margin-bottom: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
		background: #eee;
		height: auto;
		border-bottom: 30px solid rgb(247, 247, 247);
}
@media (max-width: 968px) {
#hero.pricing{
        margin-bottom: 3rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
		}
#hero.pricing h1 strong{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#hero.pricing h1 p {
					font-size: 26px;
					text-align: center
			}
				}
#hero.pricing .container {
			width: 100%;
		}
#hero.pricing .container h5{
    margin-bottom: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#hero.pricing .container h5{
        margin-bottom: 1.5rem;
        width: 100%;
        font-size: 0.875rem;
        line-height: 1.25rem;
					text-align: center;
    }
				}
#hero.pricing .container .plan-type{
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#hero.pricing .container .pricing-toggle{
    width: 100%;
}
#hero.pricing .container .plan-wrap{
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2rem;
}
@media (min-width: 960px){

    #hero.pricing .container .plan-wrap{
        flex-direction: row;
    }
}
#hero.pricing .container .plan-wrap .price-column{
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-align: left;
    --tw-shadow-color: rgb(99 102 241 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}
@media (min-width: 960px){

    #hero.pricing .container .plan-wrap .price-column{
        margin-bottom: 0px;
        width: 25%;
    }
}
@media (min-width: 969px) {
#hero.pricing .container .plan-wrap .price-column {
						min-height: 510px
				}
					}
#hero.pricing .container .plan-wrap .price-column .pricing-inner{
    padding: 2rem;
}
#hero.pricing .container .plan-wrap .price-column .pricing-inner .price .cost{
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
}
#hero.pricing .container .plan-wrap .price-column .pricing-inner .price .billed{
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
}
#hero.pricing .container .plan-wrap .price-column .pricing-inner .price .message{
    margin-bottom: 0.5rem;
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
								margin-bottom: 40px;
}
#hero.pricing .container .plan-wrap .price-column .pricing-inner .bubble-btn{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}
@media (max-width: 968px) {
#hero.pricing .container .plan-wrap .price-column .pricing-inner .bubble-btn{
        margin-top: 1rem;
        display: inline-block;
    }
							}
#hero.pricing .container .plan-wrap .price-column h5{
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: none;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#hero.pricing .container .plan-wrap .price-column.column-Premier{
						margin-left: 1px;
						margin-right: 1px;
					}
#hero.pricing .container .plan-wrap .plan-features {
					border-top: 1px solid gray;
					margin-top: 2rem;
					padding-top: 1rem;
				}
#hero.pricing .container .plan-wrap .plan-features span{
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
}
#hero.pricing .container .plan-wrap .plan-features ul {
						list-style-type: none;
						padding-left: 0;
					}
#hero.pricing .container .plan-wrap .plan-features ul li{
    position: relative;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
#hero.pricing .container .plan-wrap .plan-features ul li::before {
								background: url('../svg/check.svg');
								content: '';
								width: 12px;
								height: 12px;
								left: 0;
								top: 3px;
								margin-right: 0.5rem;
								display: inline-block;
								background-size: contain;
								background-repeat: no-repeat;
							}
#hero.pricing .navtabs{
    position: relative;
    display: flex;
			justify-content: center;
		  	margin: 20px auto 0;
		  	border-radius: 50px;
			width: 400px;
			border: 2px solid #3C4650;
}
@media (max-width: 968px) {
#hero.pricing .navtabs {
				width: 250px;
				margin: 0 auto 0
		}
			}
#hero.pricing .navtab{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
		  padding: 15px 20px;
		  cursor: pointer;
		  color: #3C4650;
		  width: 50%;
		  text-align: center;
		  transition: left 0.3s ease, width 0.3s ease;
}
@media (max-width: 968px) {
#hero.pricing .navtab {
			  padding: 10px 15px;
			  margin: 0;
			  width: 150px
		}
		  }
#hero.pricing .navtab.active{
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
		  font-weight: 600;
		  width: 50%;
		  border-radius: 50px;
		  text-align: center;
}
@media (max-width: 968px) {
#hero.pricing .navtab.active {
			  width: 150px
		}
		  }
#hero.pricing .tab-panel {
			display: none;
		}
#hero.pricing .tab-panel.active {
				display: initial;
			}
#hero.pricing .pricing-ctas {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
		}
#hero.pricing .pricing-ctas .bubble-btn {
				width: 250px;
				text-align: center;
				border: 2px solid #67C7C3;
				justify-content: center;
			}
#hero.pricing .pricing-ctas .bubble-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(213 93 39 / var(--tw-bg-opacity));
					border: 2px solid #D55D27;
}
#hero.pricing .pricing-ctas .outline-btn {
				background: none;
				margin-right: 0.5rem;
				--tw-text-opacity: 1;
				color: rgb(60 70 80 / var(--tw-text-opacity));
				border: 2px solid #3C4650;
			}
#hero.pricing .pricing-ctas .outline-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
					border: 2px solid #3C4650;
}
#hero.simple{
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 6rem;
    padding-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
		background: #fff;
		height: auto;
		border-bottom: 0;
}
@media (max-width: 968px) {
#hero.simple{
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        padding-top: 3rem;
    }
		}
#hero.simple .container {
			height: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
@media (min-width: 960px){

    #hero.simple .container{
        width: 50%;
        justify-content: center;
    }
}
#hero.simple .container h2 p{
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
}
@media (max-width: 968px) {
#hero.simple .container h2 p{
        margin-bottom: 0.5rem;
        text-align: left;
        font-size: 3rem;
        line-height: 1;
    }
					}
#hero.simple .container h2 p strong{
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
#hero.simple .container p{
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
}
@media (max-width: 968px) {
#hero.simple .container p{
        margin-top: 2rem;
        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
    }
				}
body.home #hero {
		border-bottom: 20px solid #FCBA46;
		height: 70vh;
		max-height: 800px;
	}
/*slider*/
#slider{
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
    padding-bottom: 3rem;
}
#accordion-cta#slider {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta#slider h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta#slider h2 {
				padding-right: 0
		}
			}
#accordion-cta#slider .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta#slider .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta#slider .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta#slider .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#slider {
	padding-top: 280px;
	margin-top: -250px;
}
#slider .slide-nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 968px) {
#slider .slide-nav {
			overflow-x: scroll
	}
		}
#slider .slide-nav a{
    margin: 0.25rem;
    border-radius: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
			border: 1px solid rgb(188, 188, 188);
			white-space: nowrap;
}
#slider .flickity-slider .slide{
    margin-top: 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#slider .flickity-slider .slide img {
				height: 500px;
				margin-bottom: 1.5rem;
			}
@media (max-width: 968px) {
#slider .flickity-slider .slide img {
					height: auto
			}
				}
#slider .flickity-slider .slide p{
    font-size: 1.25rem;
    font-weight: 600;
				padding-bottom: 60px;
}
#slider .flickity-page-dots {
		bottom: 25px;
	}
#slider .flickity-prev-next-button {
		top: auto;
		bottom: 30px;
		background: transparent !important;
	}
@media (max-width: 968px) {
#slider .flickity-prev-next-button {
			bottom: 90px
	}
		}
#slider .flickity-prev-next-button.previous {
		left: 20%;
	}
@media (max-width: 968px) {
#slider .flickity-prev-next-button.previous {
			left: 30px
	}
		}
#slider .flickity-prev-next-button.next {
		right: 20%;
	}
@media (max-width: 968px) {
#slider .flickity-prev-next-button.next {
			right: 20px
	}
		}
#slider .flickity-prev-next-button .flickity-button-icon {
		width: 40%;
		height: 40%;
	}
/*Team Members*/
#team-members {
	padding-bottom: 100px;
	margin-bottom: -100px;
}
#team-members .team-member{
    position: relative;
    width: 50%;
    padding: 2rem;
    text-align: center;
}
@media (min-width: 982px){

    #team-members .team-member{
        width: 20%;
    }
}
#team-members .team-member .panel{
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
    padding: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
			width: 100%;
			height: 100%;
			color: white;
			z-index: 1;
}
#team-members .team-member .panel p{
    margin-bottom: 0.5rem;
    text-align: center;
}
#team-members .team-member .panel a{
    text-decoration-line: underline;
}
#team-members .team-member:hover .panel{
    display: flex;
}
/*Accordion*/
#accordion .accordion-wrap-item {
		border-bottom: 2px solid rgb(219, 219, 219);
	}
#accordion .arrow-down {
		background: url('../svg/arrow-down-dark.svg');
		width: 15px;
		height: 15px;
		margin-left: 1rem;
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
	}
#accordion .accordion {
	  cursor: pointer;
	  padding: 18px;
	  width: 100%;
	  text-align: left;
	  border: none;
	  outline: none;
	  transition: 0.4s;
	  padding-left: 0;
	  font-weight: bold;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
#accordion .accordion.active .arrow-down {
			  transform: rotate(180deg);
		  }
#accordion .panel {
	  display: none;
	  overflow: hidden;
	}
#accordion .bubble-btn{
    display: inline-flex;
}
#accordion .bubble-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(252 186 70 / var(--tw-bg-opacity));
}
#accordion .accordion-content{
    align-items: flex-start;
    justify-items: start;
}
#accordion .accordion-content .accordion-left{
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 50%;
}
@media (max-width: 968px) {
#accordion .accordion-content .accordion-left{
        margin-top: 0px;
        width: 100%;
				order: 2;
    }
			}
#accordion .accordion-content .accordion-left .accordion-wrap {
				border-bottom: 1px solid #888;
			}
#accordion .accordion-content .accordion-left button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#accordion .accordion-content .accordion-left button{
        font-size: 1.5rem;
        line-height: 2rem;
    }
				}
#accordion .accordion-content .accordion-left button .arrow-down {
					background: url('../svg/arrow-down.svg');
					width: 20px;
					height: 20px;
					margin-left: 1rem;
					display: block;
					background-size: contain;
					background-repeat: no-repeat;
				}
#accordion .accordion-content .accordion-left button.active .arrow-down {
						transform: rotate(180deg);
					}
#accordion .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#accordion .accordion-content .accordion-right{
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
			padding-right: 5%;
}
@media (max-width: 968px) {
#accordion .accordion-content .accordion-right{
        width: 100%;
				order: 3;
    }
			}
/*Accordion CTA*/
#accordion-cta{
    position: relative;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
@media (max-width: 968px) {
#accordion-cta{
        padding-top: 3rem;
        padding-bottom: 6rem;
    }
	}
#accordion-cta h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#accordion-cta h2{
        margin-bottom: 2rem;
        width: 100%;
    }
#accordion-cta h2 p{
        width: 100%;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
		}
#accordion-cta h2 strong{
    font-weight: 600;
}
#accordion-cta .accordion {
	  cursor: pointer;
	  padding: 18px;
	  width: 100%;
	  text-align: left;
	  border: none;
	  outline: none;
	  transition: 0.4s;
	}
#accordion-cta .panel {
	  display: none;
	  overflow: hidden;
	}
#accordion-cta .bubble-btn{
    display: inline-flex;
}
#accordion-cta .bubble-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(252 186 70 / var(--tw-bg-opacity));
}
#accordion-cta .accordion-content{
    align-items: flex-start;
    justify-items: start;
}
#accordion-cta .accordion-content .accordion-left{
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 50%;
}
@media (max-width: 968px) {
#accordion-cta .accordion-content .accordion-left{
        margin-top: 0px;
        width: 100%;
				order: 2;
    }
			}
#accordion-cta .accordion-content .accordion-left .accordion-wrap {
				border-bottom: 1px solid #888;
			}
#accordion-cta .accordion-content .accordion-left button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#accordion-cta .accordion-content .accordion-left button{
        font-size: 1.5rem;
        line-height: 2rem;
    }
				}
#accordion-cta .accordion-content .accordion-left button .arrow-down {
					background: url('../svg/arrow-down.svg');
					width: 20px;
					height: 20px;
					margin-left: 1rem;
					display: block;
					background-size: contain;
					background-repeat: no-repeat;
				}
#accordion-cta .accordion-content .accordion-left button.active .arrow-down {
						transform: rotate(180deg);
					}
#accordion-cta .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#accordion-cta .accordion-content .accordion-right{
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
			padding-right: 5%;
}
@media (max-width: 968px) {
#accordion-cta .accordion-content .accordion-right{
        width: 100%;
				order: 3;
    }
			}
#accordion-cta.bg-ffwhite {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta.bg-ffwhite h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta.bg-ffwhite h2 {
				padding-right: 0
		}
			}
#accordion-cta.bg-ffwhite .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta.bg-ffwhite .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta.bg-ffwhite .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta.bg-ffwhite .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta .shapes-one {
		background-image: url('../svg/yellow-line-style-a.svg');
		background-size: contain;
		background-repeat: no-repeat;
		width: 500px;
		height: 100px;
		display: block;
		z-index: 0;
		position: absolute;
		bottom: -20px;
		right: -50px;
	}
@media (max-width: 968px) {
#accordion-cta .shapes-one {
			width: 200px;
			height: 50px;
			bottom: -20px
	}
		}
#accordion-cta .fox {
		background-image: url('../png/functionfox-pictogram.png');
		background-size: cover;
		background-repeat: no-repeat;
		width: 300px;
		height: 300px;
		display: block;
		z-index: 0;
		position: absolute;
		bottom: -70px;
		left: 2%;
	}
@media (max-width: 968px) {
#accordion-cta .fox {
			width: 120px;
			height: 120px;
			bottom: -20px
	}
		}
/*bubble cta*/
#bubble-cta{
    position: relative;
    margin-bottom: 6rem;
    margin-top: 3rem;
}
@media (max-width: 968px) {
#bubble-cta{
        margin-bottom: 2rem;
    }
	}
#bubble-cta .shapes-two {
		background-image: url('../svg/yellow-line-style-b.svg');
		background-size: contain;
		background-repeat: no-repeat;
		width: 400px;
		height: 300px;
		display: block;
		z-index: -1;
		position: absolute;
		bottom: -270px;
		left: 5%;
	}
@media (max-width: 968px) {
#bubble-cta .shapes-two {
			width: 200px;
			left: -10px
	}
		}
#bubble-cta .fox {
		background-image: url('../png/functionfox-pictogram.png');
		background-size: cover;
		background-repeat: no-repeat;
		width: 300px;
		height: 300px;
		display: block;
		z-index: -1;
		position: absolute;
		bottom: -210px;
		right: 5%;
	}
@media (max-width: 968px) {
#bubble-cta .fox {
			width: 150px;
			height: 150px;
			bottom: -100px
	}
		}
#bubble-cta .bubble-wrap{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 83.333333%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 6rem;
}
@media (max-width: 968px) {
#bubble-cta .bubble-wrap {
			border-radius: 200px;
			padding: 2.5rem
	}
		}
#bubble-cta .bubble-wrap h3{
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
}
@media (max-width: 968px) {
#bubble-cta .bubble-wrap h3{
        margin-bottom: 0px;
        font-size: 1.5rem;
        line-height: 2rem;
    }
			}
#bubble-cta .bubble-wrap .bubble-btn{
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 9999px;
    padding: 2.5rem;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
			bottom: -50px;
}
@media (max-width: 968px) {
#bubble-cta .bubble-wrap .bubble-btn{
        padding: 1.25rem;
        font-size: 1.25rem;
				bottom: -60px;
    }
			}
#bubble-cta .bubble-wrap .bubble-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(154 105 173 / var(--tw-bg-opacity));
}
#bubble-cta .bubble-wrap h4{
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
}
#bubble-cta.bg-dark{
    margin-bottom: 0px;
    margin-top: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
    padding-top: 6rem;
		padding-bottom: 200px;
}
body.home #bubble-cta {
		padding-bottom: 100px;
	}
/*testimonials*/
#testimonials {
	z-index: 1;
	background: rgb(60,70,80);
	background: linear-gradient(189deg, rgba(60,70,80,1) 0%, rgba(60,70,80,1) 48%, rgba(255,255,255,1) 48%);
}
#testimonials .testimonials-wrapper{
    margin-bottom: 6rem;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
    padding-bottom: 1.5rem;
}
#accordion-cta#testimonials .testimonials-wrapper {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta#testimonials .testimonials-wrapper h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta#testimonials .testimonials-wrapper h2 {
				padding-right: 0
		}
			}
#accordion-cta#testimonials .testimonials-wrapper .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta#testimonials .testimonials-wrapper .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta#testimonials .testimonials-wrapper .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta#testimonials .testimonials-wrapper .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#testimonials .testimonials-wrapper{
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }
#testimonials .testimonials-wrapper h2{
        width: 50%;
    }
		}
#testimonials .testimonials-wrapper h2 p{
    font-weight: 700;
}
@media (max-width: 968px) {
#testimonials .testimonials-wrapper h2 p{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
				}
#testimonials .testimonials-wrapper h2 p strong{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#testimonials .testimonials-wrapper p{
        font-size: 0.75rem;
        line-height: 1rem;
        line-height: 1.625;
    }
			}
#testimonials .testimonials-wrapper .testimonial-feed{
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
#testimonials .testimonials-wrapper .testimonial-feed .flickity-prev-next-button.previous {
				left: auto;
				right: 150px;
				top: -110px;
			}
@media (max-width: 968px) {
#testimonials .testimonials-wrapper .testimonial-feed .flickity-prev-next-button.previous {
					width: 30px;
					height: 30px;
					right: 50px;
					top: -175px
			}
				}
#testimonials .testimonials-wrapper .testimonial-feed .flickity-prev-next-button.next {
				left: auto;
				right: 50px;
				top: -110px;
			}
@media (max-width: 968px) {
#testimonials .testimonials-wrapper .testimonial-feed .flickity-prev-next-button.next {
					width: 30px;
					height: 30px;
					right: 0px;
					top: -175px
			}
				}
#testimonials .testimonials-wrapper .testimonial-feed .flickity-viewport {
				width: 100%;
			}
#testimonials .testimonials-wrapper .testimonial-feed .testimonial{
    width: 33.333333%;
    padding-right: 6rem;
}
@media (max-width: 968px) {
#testimonials .testimonials-wrapper .testimonial-feed .testimonial{
        width: 100%;
        padding-right: 0px;
    }
				}
#testimonials .testimonials-wrapper .testimonial-feed .testimonial h6{
    font-weight: 700;
}
#testimonials .testimonials-wrapper .testimonial-feed .testimonial .entry-content{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#testimonials .testimonials-wrapper .testimonial-feed .testimonial .entry-content p{
    margin: 0px;
}
#testimonials.bg-light {
		background: none;
	}
/*star rating*/
.star-rating {
	display: block;
	margin-bottom: 0.25rem;
}
.star-rating .fa-star {
		color: #b0b0b0;
		font-size: 1.25rem;
	}
.star-rating .fa-star.checked{
    --tw-text-opacity: 1;
    color: rgb(252 186 70 / var(--tw-text-opacity));
}
.star-rating .fa-star.checked-half {
			background: rgb(252,186,70);
			background: linear-gradient(90deg, rgba(252,186,70,1) 0%, rgba(252,186,70,1) 50%, rgba(176,176,176,1) 50%, rgba(176,176,176,1) 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}
#experts{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#experts{
        display: none;
    }
	}
#experts .inner-wrap{
    margin-bottom: 6rem;
    border-radius: 1.5rem; 
		background: rgb(252,186,70);
		background: linear-gradient(72deg, rgba(252,186,70,1) 0%, rgba(252,186,70,1) 50%, rgba(252,186,70,0.7) 50%, rgba(252,186,70,0.7) 100%);
}
#experts .experts-copy{
    display: flex;
    width: 100%;
    flex-direction: row;
}
#experts .experts-copy .experts-right,
		#experts .experts-copy .experts-left{
    width: 50%;
}
#experts .experts-copy .experts-left{
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
#experts .experts-copy .experts-right {
			background-image: url('../png/expert-back-us.png');
			display: block;
			background-size: cover;
			background-repeat: no-repeat;
		}
#experts h2{
    margin-bottom: 2rem;
    font-weight: 700;
}
#experts .bubble-btn{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
		width: 300px;
}
#experts .bubble-btn .arrow-right {
			width: 25px;
			height: 25px;
		}
#columns.yes {
		background: rgb(60,70,80);
		background: linear-gradient(7deg, rgba(60,70,80,1) 0%, rgba(60,70,80,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	}
#columns h2{
    margin-bottom: 6rem;
}
@media (max-width: 968px) {
#columns h2{
        margin-bottom: 3rem;
    }
		}
#columns h2 p{
    width: 100%;
    text-align: center;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#columns h2 p{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
			}
#columns h2 p strong{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
#columns h2.has-desc{
    margin-bottom: 3rem;
    margin-top: 6rem;
}
#columns h5{
    margin-bottom: 6rem;
    width: 100%;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#columns .column-wrapper{
    margin-top: 3rem;
    align-items: flex-start;
    justify-content: center;
}
@media (max-width: 968px) {
#columns .column-wrapper{
        flex-direction: column;
    }
		}
#columns .column-wrapper .column{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
#accordion-cta#columns .column-wrapper .column {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta#columns .column-wrapper .column h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta#columns .column-wrapper .column h2 {
				padding-right: 0
		}
			}
#accordion-cta#columns .column-wrapper .column .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta#columns .column-wrapper .column .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta#columns .column-wrapper .column .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta#columns .column-wrapper .column .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#columns .column-wrapper .column { 
			min-height: 330px;
			width: 17%;
		}
@media (max-width: 968px) {
#columns .column-wrapper .column{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
        width: 75%;
				min-height: 320px;
    }
			}
#columns .column-wrapper .column img{
    width: 66.666667%;
}
@media (max-width: 968px) {
#columns .column-wrapper .column img{
        width: 50%;
    }
				}
#columns .column-wrapper .column h4{
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.375;
}
#columns .column-wrapper .column p{
    margin-top: 1rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
#columns .column-wrapper .column a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 968px) {
			#columns.no .column-wrapper{
        flex-direction: row;
        flex-wrap: wrap;
    }
			#columns.no .column {
				width: 48%;
			}
				#columns.no .column img{
        margin-bottom: 0.5rem;
        width: 83.333333%;
    }
				#columns.no .column h4{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
	}
#logo-wall{
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#logo-wall h3{
    margin-bottom: 2rem;
}
#logo-wall h3 p{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    width: 66.666667%;
    text-align: center;
    font-weight: 700;
    line-height: 2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#logo-wall h3 p{
        width: 100%;
        line-height: 1.5;
    }
			}
#logo-wall h3 p strong{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
#logo-wall .logo-wall{
    margin-top: 2.5rem;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 1.5rem;
}
@media (max-width: 968px) {
#logo-wall .logo-wall{
        flex-wrap: wrap;
    }
		}
#logo-wall .logo-wall .logo{
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
#accordion-cta#logo-wall .logo-wall .logo {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta#logo-wall .logo-wall .logo h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta#logo-wall .logo-wall .logo h2 {
				padding-right: 0
		}
			}
#accordion-cta#logo-wall .logo-wall .logo .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta#logo-wall .logo-wall .logo .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta#logo-wall .logo-wall .logo .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta#logo-wall .logo-wall .logo .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#logo-wall .logo-wall .logo{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
			}
#logo-wall .logo-wall .logo img {
				height: 50px;
			}
@media (max-width: 968px) {
#logo-wall .logo-wall .logo img {
					height: auto
			}
				}
#logo-wall .logo-wall .logo:nth-child(even){
    margin-top: 4rem;
}
@media (max-width: 968px) {
#logo-wall .logo-wall .logo:nth-child(even){
        margin-top: 0px;
    }
				}
#logo-wall.bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 6rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#logo-wall.bg-light h3 p{
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#logo-wall.bg-light .logo-wall .logo{
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
}
#accordion-cta#logo-wall.bg-light .logo-wall .logo {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta#logo-wall.bg-light .logo-wall .logo h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta#logo-wall.bg-light .logo-wall .logo h2 {
				padding-right: 0
		}
			}
#accordion-cta#logo-wall.bg-light .logo-wall .logo .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta#logo-wall.bg-light .logo-wall .logo .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta#logo-wall.bg-light .logo-wall .logo .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta#logo-wall.bg-light .logo-wall .logo .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#google-stamp{
    margin-bottom: 3rem;
    padding-top: 2rem;
}
@media (max-width: 968px) {
		#google-stamp .google-stamp{
        flex-wrap: wrap;
    }
	}
#google-stamp .google {
		background-image: url('../svg/google.svg');
		margin-left: 2rem;
		margin-right: 2rem;
		display: block;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 100px;
		height: 70px;
	}
@media (max-width: 968px) {
#google-stamp .google{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
			width: 80px;
			height: 50px;
    }
		}
#google-stamp .capterra {
		background-image: url('../svg/capterra.svg');
		margin-left: 2rem;
		margin-right: 2rem;
		display: block;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		height: 100px;
		width: 100px;
	}
@media (max-width: 968px) {
#google-stamp .capterra{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
			width: 90px;
			height: 90px;
    }
		}
#google-stamp .software-advice {
		background-image: url('../svg/software-advice.svg');
		margin-left: 2rem;
		margin-right: 2rem;
		display: block;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 200px;
		height: 100px;
	}
@media (max-width: 968px) {
#google-stamp .software-advice{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
			width: 100px;
			height: 90px;
    }
		}
#google-stamp .star-rating{
    margin-bottom: 0px;
    margin-right: 2rem;
}
#simple-cta{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
@media (max-width: 968px) {
#simple-cta{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
	}
#simple-cta .simple-cta-left{
    align-items: center;
    justify-content: center;
}
#simple-cta .simple-cta-right{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem;
}
@media (max-width: 968px) {
#simple-cta .simple-cta-right{
        padding: 1rem;
    }
		}
#simple-cta .simple-cta-right p{
    margin-top: 1.5rem;
}
#simple-cta .simple-cta-right .bubble-btn{
    margin-top: 1.5rem;
    display: inline-flex;
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta#simple-cta .simple-cta-right .bubble-btn {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta#simple-cta .simple-cta-right .bubble-btn h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta#simple-cta .simple-cta-right .bubble-btn h2 {
				padding-right: 0
		}
			}
#accordion-cta#simple-cta .simple-cta-right .bubble-btn .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta#simple-cta .simple-cta-right .bubble-btn .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta#simple-cta .simple-cta-right .bubble-btn .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta#simple-cta .simple-cta-right .bubble-btn .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
#simple-cta .simple-cta-right .bubble-btn{
        width: 100%;
        justify-content: space-between;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
			#simple-cta .simple-cta-right h2 {
				font-size: 30px;
			}
			}
#sign-up-cta{
    margin-bottom: 6rem;
}
#sign-up-cta .sign-up-cta-inner{
    border-radius: 1.5rem;
    padding: 3rem;
}
#sign-up-cta .sign-up-cta-inner h2{
    margin-bottom: 2rem;
    font-weight: 700;
}
#sign-up-cta .sign-up-cta-inner .sign-up-cta-left{
    padding-right: 6rem;
}
#sign-up-cta .sign-up-cta-inner .bubble-btn {
			margin: 0 auto 0;
			display: flex;
			width: 75%;
			align-items: center;
			justify-content: center;
			--tw-bg-opacity: 1;
			background-color: rgb(60 70 80 / var(--tw-bg-opacity));
			padding-top: 1.25rem;
			padding-bottom: 1.25rem;
			--tw-text-opacity: 1;
			color: rgb(241 243 247 / var(--tw-text-opacity));
		}
#sign-up-cta .entry__label {
		display: none !important;
	}
#sign-up-cta #sib-container,
	#sign-up-cta .sib-form,
	#sign-up-cta #sib-form,
	#sign-up-cta .sib-form-block {
		padding: 0 !important;
	}
#sign-up-cta #sib-container .form__label-row, #sign-up-cta .sib-form .form__label-row, #sign-up-cta #sib-form .form__label-row, #sign-up-cta .sib-form-block .form__label-row {
			min-height: 0 !important;
		}
@media (max-width: 968px) {
		#sign-up-cta #sib-form,
		#sign-up-cta .sib-form {
			margin-top: 0 !important;
		}
	}
#sign-up-cta .sib-form .entry__choice {
		text-indent: 0 !important;
		padding-left: 0 !important;
	}
#sign-up-cta .entry__field {
		border: 0 !important;
		background: none !important;
		outline: none !important;
	}
#sign-up-cta .entry__field input {
			color: #eee !important;
			border-radius: 15px !important;
			outline: none !important;
			border: 0 !important;
			padding-left: 20px !important;
		}
#sign-up-cta .entry__field ::-moz-placeholder {
			color: white !important;
		}
#sign-up-cta .entry__field ::placeholder {
			color: white !important;
		}
#sign-up-cta .newsletter-check {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
#sign-up-cta .form__label-row--horizontal {
		margin: 0 !important;
		min-height: 0 !important;
	}
#sign-up-cta #sib-container{
    padding: 0px;
}
#sign-up-cta #sib-form .entry__choice{
    padding-left: 0px;
}
#sign-up-cta #sib-form .entry__choice p{
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#sign-up-cta #sib-form input{
    --tw-bg-opacity: 1;
    background-color: rgb(252 186 70 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
}
#sign-up-cta #sib-form input ::-moz-placeholder, #sign-up-cta #sib-form input::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#sign-up-cta #sib-form input ::placeholder,
			#sign-up-cta #sib-form input::placeholder{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#sign-up-cta #sib-form .form__label-row, #sign-up-cta .sib-form .form__label-row {
		min-height: 0 !important;
	}
#tabs-cta{
    padding-bottom: 6rem;
}
#tabs-cta h3{
    margin-bottom: 2rem;
}
#tabs-cta h3 p{
    margin-bottom: 2.5rem;
    width: 66.666667%;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#tabs-cta h3 p strong{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
#tabs-cta .tabs-wall{
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-between;
}
#tabs-cta .tabs-wall button {
			min-width: 200px;
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
		}
#footer-cta{
    margin-top: 6rem;
}
@media (max-width: 968px) {
#footer-cta{
        margin-top: 1rem;
    }
	}
#footer-cta .container{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#footer-cta .container:before {
			content: '';
			bottom: -160px;
			right: 80px;
			z-index: -1;
			background-image: url('../png/functionfox-pictogram.png');
			background-size: cover;
			background-repeat: no-repeat;
			width: 300px;
			height: 300px;
			position: absolute;
			display: block;
		}
#footer-cta .container .bubble-btn{
    display: inline-flex;
    font-size: 1.875rem;
    line-height: 2.25rem;
}
#compare-plans{
    margin-bottom: 6rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#compare-plans h2{
    margin-bottom: 6rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#compare-plans h2 strong{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
#compare-plans .plans-wrapper{
    width: 100%;
}
#compare-plans .plans-wrapper .ind-plan{
    display: flex;
    align-items: center;
    justify-content: center;
}
#compare-plans .plans-wrapper .ind-plan .in-house,
			#compare-plans .plans-wrapper .ind-plan .classic,
			#compare-plans .plans-wrapper .ind-plan .premier {
				width: 15%;
				padding: 12px 0;
				margin: 0 5px;
				text-align: center;
				min-height: 40px;
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 0.75rem;
				line-height: 1rem;
				font-weight: 600;
				--tw-text-opacity: 1;
				color: rgb(255 255 255 / var(--tw-text-opacity));
			}
#compare-plans .plans-wrapper .ind-plan .in-house .check, #compare-plans .plans-wrapper .ind-plan .classic .check, #compare-plans .plans-wrapper .ind-plan .premier .check {
					background: url('../svg/check-white.svg');
					background-size: contain;
					width: 15px;
					height: 15px;
					display: block;
					background-repeat: no-repeat;
				}
#compare-plans .plans-wrapper .ind-plan .in-house{
    --tw-bg-opacity: 1;
    background-color: rgb(200 84 63 / var(--tw-bg-opacity));
}
#compare-plans .plans-wrapper .ind-plan .in-house.title {
					border-top-right-radius: 5px;
					border-top-left-radius: 5px;
					font-size: 1.125rem;
					line-height: 1.75rem;
				}
#compare-plans .plans-wrapper .ind-plan .premier{
    --tw-bg-opacity: 1;
    background-color: rgb(252 186 70 / var(--tw-bg-opacity));
}
#compare-plans .plans-wrapper .ind-plan .premier.title {
					border-top-right-radius: 5px;
					border-top-left-radius: 5px;
					font-size: 1.125rem;
					line-height: 1.75rem;
				}
#compare-plans .plans-wrapper .ind-plan .classic{
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
}
#compare-plans .plans-wrapper .ind-plan .classic.title {
					border-top-right-radius: 5px;
					border-top-left-radius: 5px;
					font-size: 1.125rem;
					line-height: 1.75rem;
				}
#compare-plans .plans-wrapper .ind-plan .details,
			#compare-plans .plans-wrapper .ind-plan .feature {
				width: 60%;
			}
#compare-plans .plans-wrapper .ind-plan .details{
    font-size: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#compare-plans .plans-wrapper .ind-plan .feature {
				border-bottom: 1px solid #eeeeee;
				padding-bottom: 5px;
			}
#compare-plans .plans-wrapper .ind-plan.ra-budget {
				text-align: left;
				display: flex;
				justify-content: flex-start;
			}
#compare-plans .plans-wrapper .ind-plan.ra-budget .feature {
					border: 0;
					padding-bottom: 0;
				}
#compare-plans .plans-wrapper .ind-plan.ra-budget .classic,
				#compare-plans .plans-wrapper .ind-plan.ra-budget .premier,
				#compare-plans .plans-wrapper .ind-plan.ra-budget .in-house {
					border-radius: 5px;
				}
#compare-plans small{
    margin-top: 2rem;
    display: block;
}
/*book a demo*/
body.page-id-10 #logo-wall{
    margin-bottom: 6rem;
}
@media (max-width: 968px) {
body.page-id-10 #logo-wall{
        margin-bottom: 0px;
        margin-top: 1.5rem;
    }
		}
body.page-id-10 #logo-wall h3{
    margin-bottom: 6rem;
}
@media (max-width: 968px) {
body.page-id-10 #logo-wall h3{
        margin-bottom: 0px;
    }
			}
body.page-id-10 #logo-wall h3 p{
    width: 100%;
    font-size: 3.75rem;
    line-height: 1.375;
}
@media (max-width: 968px) {
body.page-id-10 #logo-wall h3 p{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
				}
body.page-id-10 #columns{
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
    padding-top: 6rem;
}
@media (max-width: 968px) {
body.page-id-10 #columns{
        padding-top: 3rem;
    }
			body.page-id-10 #columns .column {
				min-height: 290px;
			}
		}
body.page-id-10 #columns h2 p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
body.page-id-10 #bubble-cta{
        margin-bottom: 6rem;
    }
		}
#sib-form,
.sib-form {
	font-family: 'MuseoSans500' !important;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media (max-width: 968px) {
#sib-form,
.sib-form{
        margin-top: 1.5rem !important;
        padding: 0px !important;
    }
		#sib-form #sib-container, .sib-form #sib-container{
        padding-top: 0px !important;
    }
	}
#sib-form input, #sib-form select, #sib-form textarea, #sib-form .sib-sms-select__number-inputr, .sib-form input, .sib-form select, .sib-form textarea, .sib-form .sib-sms-select__number-inputr{
		color: black;
		border-radius: 50px;
		border: 0 !important;
	}
#sib-form .entry__field,
	#sib-form .sib-sms-select__number-input,
	.sib-form .entry__field,
	.sib-form .sib-sms-select__number-input {
		border: 0 !important;
		border-radius: 20px !important;
	}
#sib-form .entry__label, .sib-form .entry__label {
		opacity: 0.9;
		margin-bottom: 5px !important;
		font-size: 1rem !important;
		line-height: 1.5rem !important;
		font-weight: 400 !important;
	}
#sib-form .sib-sms-select, .sib-form .sib-sms-select {
		border-radius: 50px;
		background: white;
	}
@media (max-width: 968px) {
#sib-form .sib-sms-select, .sib-form .sib-sms-select {
			border-radius: 20px;
			background: rgba(255, 255, 255, 0.38)
	}
		}
#sib-form .sib-sms-select__title::after, .sib-form .sib-sms-select__title::after {
		right: -5px !important;
	}
@media (max-width: 968px) {
#sib-form .sib-sms-select__title::after, .sib-form .sib-sms-select__title::after {
			right: 15px !important
	}
		}
#sib-form .sib-sms-select__title, .sib-form .sib-sms-select__title {
		border: 0 !important;
		background: transparent !important;
		padding-left: 20px !important;
		display: flex !important;

	}
@media (max-width: 968px) {
#sib-form .sib-sms-select__title, .sib-form .sib-sms-select__title {
			font-size: 14px !important;
			padding-left: 10px !important;
			padding-top: 20px !important

	}
			#sib-form .sib-sms-select__title .sib-sms-select__label-text, .sib-form .sib-sms-select__title .sib-sms-select__label-text {
				font-size: 14px !important;
			}
		}
#sib-form .form__label-row, .sib-form .form__label-row {
		min-height: 80px !important;
	}
@media (max-width: 968px) {
#sib-form .form__label-row, .sib-form .form__label-row {
			min-height: auto !important
	}
		}
#sib-form #success-message,
	#sib-form .sib-form-message-panel--active,
	.sib-form #success-message,
	.sib-form .sib-form-message-panel--active{
		color: white !important;
		background-color: #67C7C3 !important;
		border-color: #67C7C3 !important;
		max-width: 100% !important;
		font-family: 'MuseoSans500' !important;
	}
#case-studies-feed .column{
    margin-bottom: 2rem;
    border-radius: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (max-width: 968px) {
#case-studies-feed .column{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
		}
#case-studies-feed .column .bubble-btn {
			display: none;
		}
#case-studies-feed .column .cs-bg{
    margin-bottom: 2rem;
    width: 100%;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
			height: 200px;
}
@media (max-width: 968px) {
#case-studies-feed .column .cs-bg{
        margin-bottom: 1rem;
    }
			}
#case-studies-feed .column .cs-bg.fallback{
    --tw-bg-opacity: 1;
    background-color: rgb(103 199 195 / var(--tw-bg-opacity));
}
#case-studies-feed .column .quote{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
			min-height: 50px;
}
#case-studies-feed .column .quote h6{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
#case-studies-feed .column h3{
    font-size: 1.25rem;
    font-weight: 600;
}
#case-studies-feed .column p{
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.625;
}
#case-studies-feed .column:hover{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 968px) {
#case-studies-feed .column:hover{
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
			}
#case-studies-feed .column:nth-child(1){
    width: 100%;
}
#case-studies-feed .column:nth-child(1) .cs-bg{
    margin-bottom: 3.5rem;
				height: 500px;
				filter: drop-shadow(18px 22px 0px #FCBA46);
}
@media (max-width: 968px) {
#case-studies-feed .column:nth-child(1) .cs-bg {
					filter: none;
					height: 250px;
					margin-bottom: 0.5rem
			}
				}
#case-studies-feed .column:nth-child(1) .bubble-btn {
				display: inline-flex;
				margin-top: 1.5rem;
				margin-bottom: 1.5rem;
			}
@media (max-width: 968px) {
#case-studies-feed .column:nth-child(1) .bubble-btn{
        font-size: 1rem;
        line-height: 1.5rem;
    }
					#case-studies-feed .column:nth-child(1) .bubble-btn .arrow-right {
						width: 25px;
						height: 25px;
					}
				}
#case-studies-feed .column:nth-child(1) .bubble-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(154 105 173 / var(--tw-bg-opacity));
}
#case-studies-feed .column:nth-child(1) h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
}
@media (max-width: 968px) {
#case-studies-feed .column:nth-child(1) h3{
        font-size: 1.25rem;
        line-height: 1.5;
    }
				}
#case-studies-feed .column:nth-child(1) p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
}
@media (max-width: 968px) {
#case-studies-feed .column:nth-child(1) p{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
				}
#case-studies-feed .column:nth-child(1) .quote{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    display: block;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
				min-height: 50px;
}
#case-studies-feed .column:nth-child(1) .quote h6{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
#case-studies-feed .column:nth-child(1):hover{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#ebooks-feed .column{
    margin-bottom: 2rem;
    border-radius: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (max-width: 968px) {
#ebooks-feed .column{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
		}
#ebooks-feed .column .bubble-btn {
			display: none;
		}
#ebooks-feed .column .cs-bg{
    margin-bottom: 2rem;
    width: 100%;
    border-radius: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
			height: 360px;
}
@media (max-width: 968px) {
#ebooks-feed .column .cs-bg{
        margin-bottom: 1rem;
    }
			}
#ebooks-feed .column .cs-bg.fallback{
    --tw-bg-opacity: 1;
    background-color: rgb(103 199 195 / var(--tw-bg-opacity));
}
#ebooks-feed .column .quote{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
			min-height: 50px;
}
#ebooks-feed .column .quote h6{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
#ebooks-feed .column h3{
    font-size: 1.25rem;
    font-weight: 600;
}
#ebooks-feed .column p{
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.625;
}
#ebooks-feed .column:hover{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 968px) {
#ebooks-feed .column:hover{
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
			}
#video-overview-feed.section-platform{
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#accordion-cta#video-overview-feed.section-platform {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta#video-overview-feed.section-platform h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta#video-overview-feed.section-platform h2 {
				padding-right: 0
		}
			}
#accordion-cta#video-overview-feed.section-platform .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta#video-overview-feed.section-platform .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta#video-overview-feed.section-platform .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta#video-overview-feed.section-platform .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#video-overview-feed.section-feature{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#video-overview-feed.section-feature .video-overlay {
			border: 2px solid #eeeeee;
		}
#video-overview-feed .column{
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#video-overview-feed .column .bubble-btn {
			display: none;
		}
#video-overview-feed .column .cs-bg{
    margin-bottom: 0.75rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
			height: 200px;
}
#video-overview-feed .column .cs-bg.fallback{
    --tw-bg-opacity: 1;
    background-color: rgb(103 199 195 / var(--tw-bg-opacity));
}
#video-overview-feed .column .quote{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
			min-height: 50px;
}
#video-overview-feed .column .quote h6{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
#video-overview-feed .column h3{
    font-size: 1.25rem;
    font-weight: 600;
}
#video-overview-feed .column p{
    margin-bottom: 1rem;
    margin-top: 0px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.625;
}
#video-overview-feed .video-title{
    margin-bottom: 2.5rem;
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
#video-overview-feed .overlay {
		position: relative;
	}
#video-overview-feed .lm a{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
#video-overview-feed .video-overlay{
    position: relative;
		width: 100%;
		height: 190px;
		background-size: cover;
		background-position: center center;
		cursor: pointer;
}
#video-overview-feed .video-overlay:before {
			content:  '';
			background: url('../svg/play.svg');
			width: 50px;
			height: 50px;
		    top: 50%;
		    left: 50%;
		    transform: translate(-50%, -50%);
		    position: absolute;
		    display: block;
		    background-size: contain;
		    background-repeat: no-repeat;	
		}
#video-overview-feed.pv{
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
}
#video-overview-feed.pv .column .cs-bg.fallback{
    margin-bottom: 0.75rem;
}
#video-overview-feed.pv h3, #video-overview-feed.pv p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#video-overview-feed.pv p{
    margin-top: 0px;
}
.single-case-study .article-header, .single-post .article-header, .single-video-overview .article-header, .single-ebooks-whitepapers .article-header{
    max-width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
}
#accordion-cta.single-case-study .article-header,#accordion-cta .single-post .article-header,#accordion-cta .single-video-overview .article-header,#accordion-cta .single-ebooks-whitepapers .article-header {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta.single-case-study .article-header h2,#accordion-cta .single-post .article-header h2,#accordion-cta .single-video-overview .article-header h2,#accordion-cta .single-ebooks-whitepapers .article-header h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta.single-case-study .article-header h2,#accordion-cta .single-post .article-header h2,#accordion-cta .single-video-overview .article-header h2,#accordion-cta .single-ebooks-whitepapers .article-header h2 {
				padding-right: 0
		}
			}
#accordion-cta.single-case-study .article-header .accordion-content .accordion-left .accordion-wrap,#accordion-cta .single-post .article-header .accordion-content .accordion-left .accordion-wrap,#accordion-cta .single-video-overview .article-header .accordion-content .accordion-left .accordion-wrap,#accordion-cta .single-ebooks-whitepapers .article-header .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta.single-case-study .article-header .accordion-content .accordion-left button,#accordion-cta .single-post .article-header .accordion-content .accordion-left button,#accordion-cta .single-video-overview .article-header .accordion-content .accordion-left button,#accordion-cta .single-ebooks-whitepapers .article-header .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta.single-case-study .article-header .accordion-content .accordion-left button .arrow-down,#accordion-cta .single-post .article-header .accordion-content .accordion-left button .arrow-down,#accordion-cta .single-video-overview .article-header .accordion-content .accordion-left button .arrow-down,#accordion-cta .single-ebooks-whitepapers .article-header .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta.single-case-study .article-header .accordion-content .accordion-left p,#accordion-cta .single-post .article-header .accordion-content .accordion-left p,#accordion-cta .single-video-overview .article-header .accordion-content .accordion-left p,#accordion-cta .single-ebooks-whitepapers .article-header .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
.single-case-study .article-header .container, .single-post .article-header .container, .single-video-overview .article-header .container, .single-ebooks-whitepapers .article-header .container{
    margin-bottom: 6rem;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
}
@media (max-width: 968px) {
.single-case-study .article-header .container, .single-post .article-header .container, .single-video-overview .article-header .container, .single-ebooks-whitepapers .article-header .container{
        margin-bottom: 2rem;
        padding-top: 2.5rem;
    }
			}
.single-case-study .article-header .container h1, .single-post .article-header .container h1, .single-video-overview .article-header .container h1, .single-ebooks-whitepapers .article-header .container h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
.single-case-study .article-header .container h1, .single-post .article-header .container h1, .single-video-overview .article-header .container h1, .single-ebooks-whitepapers .article-header .container h1{
        font-size: 1.5rem;
        line-height: 2rem;
    }
				}
.single-case-study .article-header .container h1 .bsf-rt-reading-time, .single-post .article-header .container h1 .bsf-rt-reading-time, .single-video-overview .article-header .container h1 .bsf-rt-reading-time, .single-ebooks-whitepapers .article-header .container h1 .bsf-rt-reading-time {
					display: none;
				}
.single-case-study .article-header .container .category, .single-post .article-header .container .category, .single-video-overview .article-header .container .category, .single-ebooks-whitepapers .article-header .container .category{
    margin-bottom: 1rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
.single-case-study .article-header .container .quote, .single-post .article-header .container .quote, .single-video-overview .article-header .container .quote, .single-ebooks-whitepapers .article-header .container .quote{
    margin-top: 1rem;
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.single-case-study .article-header .container .cs-left, .single-post .article-header .container .cs-left, .single-video-overview .article-header .container .cs-left, .single-ebooks-whitepapers .article-header .container .cs-left{
    width: 58.333333%;
    padding-right: 2rem;
}
@media (max-width: 968px) {
.single-case-study .article-header .container .cs-left, .single-post .article-header .container .cs-left, .single-video-overview .article-header .container .cs-left, .single-ebooks-whitepapers .article-header .container .cs-left{
        width: 100%;
    }
				}
.single-case-study .article-header .container .cs-left .article-details, .single-post .article-header .container .cs-left .article-details, .single-video-overview .article-header .container .cs-left .article-details, .single-ebooks-whitepapers .article-header .container .cs-left .article-details{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 968px) {
.single-case-study .article-header .container .cs-left .article-details time, .single-post .article-header .container .cs-left .article-details time, .single-video-overview .article-header .container .cs-left .article-details time, .single-ebooks-whitepapers .article-header .container .cs-left .article-details time{
        font-size: 0.75rem !important;
        line-height: 1rem !important;
    }
						}
.single-case-study .article-header .container .cs-left .article-details span, .single-post .article-header .container .cs-left .article-details span, .single-video-overview .article-header .container .cs-left .article-details span, .single-ebooks-whitepapers .article-header .container .cs-left .article-details span{
    margin-left: 1rem;
    margin-right: 1rem;
}
.single-case-study .article-header .container .cs-left .article-details span.time, .single-post .article-header .container .cs-left .article-details span.time, .single-video-overview .article-header .container .cs-left .article-details span.time, .single-ebooks-whitepapers .article-header .container .cs-left .article-details span.time{
    margin-left: 0px;
}
.single-case-study .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time, .single-post .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time, .single-video-overview .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time, .single-ebooks-whitepapers .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time {
								display: inherit;
								background: none;
								min-width: auto;
								margin-left: 0px;
								margin-right: 0px;
								padding: 0px;
							}
@media (max-width: 968px) {
.single-case-study .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time, .single-post .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time, .single-video-overview .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time, .single-ebooks-whitepapers .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time{
        font-size: 0.75rem;
        line-height: 1rem;
    }
								}
.single-case-study .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-label, .single-post .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-label, .single-video-overview .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-label, .single-ebooks-whitepapers .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-label {
									display: none;
								}
.single-case-study .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-time,
								.single-case-study .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-postfix,
								.single-post .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-time,
								.single-post .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-postfix,
								.single-video-overview .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-time,
								.single-video-overview .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-postfix,
								.single-ebooks-whitepapers .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-time,
								.single-ebooks-whitepapers .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-postfix{
    margin-left: 0px;
    margin-right: 0px;
}
@media (max-width: 968px) {
.single-case-study .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-time,
								.single-case-study .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-postfix,
								.single-post .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-time,
								.single-post .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-postfix,
								.single-video-overview .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-time,
								.single-video-overview .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-postfix,
								.single-ebooks-whitepapers .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-time,
								.single-ebooks-whitepapers .article-header .container .cs-left .article-details span.time .bsf-rt-reading-time .bsf-rt-display-postfix{
        font-size: 0.75rem;
        line-height: 1rem;
    }
									}
.single-case-study .article-header .container .cs-right, .single-post .article-header .container .cs-right, .single-video-overview .article-header .container .cs-right, .single-ebooks-whitepapers .article-header .container .cs-right{
    width: 41.666667%;
}
@media (max-width: 968px) {
.single-case-study .article-header .container .cs-right, .single-post .article-header .container .cs-right, .single-video-overview .article-header .container .cs-right, .single-ebooks-whitepapers .article-header .container .cs-right{
        margin-bottom: 1.5rem;
        width: 100%;
        padding-right: 1rem;
    }
				}
.single-case-study .article-header .container .cs-right .cs-bg, .single-post .article-header .container .cs-right .cs-bg, .single-video-overview .article-header .container .cs-right .cs-bg, .single-ebooks-whitepapers .article-header .container .cs-right .cs-bg{
    margin-bottom: 2rem;
    width: 100%;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
					filter: drop-shadow(18px 22px 0px #FCBA46);
					height: 300px;
}
@media (max-width: 968px) {
.single-case-study .article-header .container .cs-right .cs-bg, .single-post .article-header .container .cs-right .cs-bg, .single-video-overview .article-header .container .cs-right .cs-bg, .single-ebooks-whitepapers .article-header .container .cs-right .cs-bg {
						height: 250px
				}
					}
.single-case-study .article-header .container .cs-right .cs-bg.fallback, .single-post .article-header .container .cs-right .cs-bg.fallback, .single-video-overview .article-header .container .cs-right .cs-bg.fallback, .single-ebooks-whitepapers .article-header .container .cs-right .cs-bg.fallback{
    --tw-bg-opacity: 1;
    background-color: rgb(103 199 195 / var(--tw-bg-opacity));
}
.single-case-study .calEvent, .single-post .calEvent, .single-video-overview .calEvent, .single-ebooks-whitepapers .calEvent {
		padding: 5px 5px 5px 20px;
		border: 1px solid #BBBBBB;
		margin: 5px 20px 10px 20px;
		width: 350px;
		display: block;
	}
.single-case-study .GroupCal, .single-post .GroupCal, .single-video-overview .GroupCal, .single-ebooks-whitepapers .GroupCal {
		background-color: #f8eae2;
		box-shadow: inset 8px 0 0 #CB713A;
	}
.single-case-study .ProjectMeeting, .single-post .ProjectMeeting, .single-video-overview .ProjectMeeting, .single-ebooks-whitepapers .ProjectMeeting {
		background-color: #F6F6F6;
		box-shadow: inset 8px 0 0 #AAA;
	}
.single-case-study .MyCal, .single-post .MyCal, .single-video-overview .MyCal, .single-ebooks-whitepapers .MyCal {
		background-color: #EBECED;
		box-shadow: inset 8px 0 0 #3C4650;
	}
.single-case-study .bsf-rt-reading-time, .single-post .bsf-rt-reading-time, .single-video-overview .bsf-rt-reading-time, .single-ebooks-whitepapers .bsf-rt-reading-time {
		display: none;
	}
@media (max-width: 968px) {
.single-post #bubble-cta{
        display: none;
    }
		}
.read-cs{
    margin-top: 6rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 247 / var(--tw-bg-opacity));
    padding-top: 4rem;
    padding-bottom: 6rem;
}
#accordion-cta.read-cs {
		margin-top: -200px;
		padding-top: 260px;
	}
#accordion-cta.read-cs h2{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
			padding-right: 50%;
}
@media (max-width: 968px) {
#accordion-cta.read-cs h2 {
				padding-right: 0
		}
			}
#accordion-cta.read-cs .accordion-content .accordion-left .accordion-wrap {
					border-bottom: 1px solid #ccc;
				}
#accordion-cta.read-cs .accordion-content .accordion-left button{
    padding: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
#accordion-cta.read-cs .accordion-content .accordion-left button .arrow-down {
						background: url('../svg/arrow-down-dark.svg');
						width: 20px;
						height: 20px;
						margin-left: 1rem;
						display: block;
						background-size: contain;
						background-repeat: no-repeat;
					}
#accordion-cta.read-cs .accordion-content .accordion-left p{
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
.read-cs{
        margin-top: 1.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
	}
.read-cs .column{
    margin-bottom: 2rem;
    border-radius: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (max-width: 968px) {
.read-cs .column{
        padding-left: 0px;
        padding-right: 0px;
    }
		}
.read-cs .column .bubble-btn {
			display: none;
		}
.read-cs .column .cs-bg{
    margin-bottom: 2rem;
    width: 100%;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
			height: 200px;
}
@media (max-width: 968px) {
.read-cs .column .cs-bg{
        margin-bottom: 1rem;
    }
			}
.read-cs .column .cs-bg.fallback{
    --tw-bg-opacity: 1;
    background-color: rgb(103 199 195 / var(--tw-bg-opacity));
}
.read-cs .column .quote{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
.read-cs .column .quote{
        margin-bottom: 1rem;
    }
			}
.read-cs .column .quote{
			min-height: 50px;
}
.read-cs .column .quote h6{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.read-cs .column h3{
    font-size: 1.25rem;
    font-weight: 600;
}
.read-cs .column p{
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.625;
}
.read-cs .column:hover{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 968px) {
.read-cs .column:hover{
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
			}
.read-cs .column:nth-child(1){
    padding-left: 0px;
}
.read-cs .column:nth-child(3){
    padding-right: 0px;
}
.read-cs h2{
    margin-bottom: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(60 70 80 / var(--tw-text-opacity));
}
.read-cs h2 span{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
.single-cs-bubble{
    position: relative;
    padding-bottom: 6rem;
}
.single-cs-bubble .shapes-one {
		background-image: url('../svg/yellow-line-style-b.svg');
		background-size: contain;
		background-repeat: no-repeat;
		width: 400px;
		height: 300px;
		display: block;
		z-index: -1;
		position: absolute;
		bottom: -270px;
		left: 5%
	}
.single-cs-bubble .fox {
		background-image: url('../png/functionfox-pictogram.png');
		background-size: cover;
		background-repeat: no-repeat;
		width: 300px;
		height: 300px;
		display: block;
		z-index: -1;
		position: absolute;
		bottom: -210px;
		right: 5%
	}
.social-link {
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0px;
	padding-right: 0px;
}
.social-link:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(252 186 70 / var(--tw-bg-opacity));
}
.social-link .linkedin {
		background-image: url('../svg/linkedin.svg');
		background-size: cover;
		background-repeat: no-repeat;
		width: 12px;
		height: 12px;
		display: block;
		z-index: 1;
	}
.wpc-filters-widget-wrapper{
    margin-bottom: 3rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (max-width: 968px) {
.wpc-filters-widget-wrapper{
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 0px;
        padding-right: 0px;
    }
.wpc-filters-widget-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{
        padding: 0px;
    }
	}
.wpc-filters-widget-wrapper .wpc-filter-layout-labels{
    margin-bottom: 0px;
}
@media (min-width: 960px){

    .wpc-filters-widget-wrapper .wpc-filter-layout-labels{
        width: 66.666667%;
    }
}
.wpc-filters-widget-wrapper .wpc-filter-layout-labels ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    border-width: 0px;
    padding: 0px;
}
.wpc-filters-widget-wrapper .wpc-filter-layout-labels ul li span{
    border-radius: 1.5rem;
    padding: 0px;
}
.wpc-filters-widget-wrapper .wpc-filter-layout-labels ul li label{
    margin: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
					border: 1px solid rgb(188, 188, 188);
}
.wpc-filters-widget-wrapper .wpc-filter-layout-labels ul li label span{
    border-radius: 1.5rem;
}
.wpc-filters-widget-wrapper .wpc-filter-layout-labels ul li label a{
    border-radius: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.wpc-filters-widget-wrapper .wpc-filter-layout-labels input.wpc-label-input:checked+label {
			border: 1px solid #67C7C3;
		}
.wpc-filters-widget-wrapper .wpc-filter-layout-search-field{
    margin-bottom: 0px;
    width: 33.333333%;
}
@media (max-width: 968px) {
.wpc-filters-widget-wrapper .wpc-filter-layout-search-field{
        width: 100%;
    }
		}
.wpc-filters-widget-wrapper .wpc-filter-layout-search-field input{
    margin-top: 0.75rem;
    border-radius: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
			border: 1px solid rgba(0,0,0,.10);
			outline: none;
}
body.blog .column .read-time, body.archive .column .read-time{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    display: block;
}
@media (max-width: 968px) {
body.blog .column .read-time, body.archive .column .read-time{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
			}
body.blog .column .read-time .bsf-rt-reading-time, body.archive .column .read-time .bsf-rt-reading-time {
				background: transparent;
				display: initial;
				padding: 0px;
				--tw-text-opacity: 1;
				color: rgb(0 0 0 / var(--tw-text-opacity));
			}
body.blog .column h3, body.archive .column h3{
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.375;
}
body.blog #bubble-cta, body.archive #bubble-cta{
    margin-top: 0px;
}
@media (max-width: 968px) {
body.blog #bubble-cta, body.archive #bubble-cta{
        display: none;
    }
		}
body.blog #sign-up-cta, body.archive #sign-up-cta{
    margin-top: 6rem;
    margin-bottom: 0px;
}
@media (max-width: 968px) {
body.blog #sign-up-cta, body.archive #sign-up-cta{
        display: none;
    }
		}
body.blog #sign-up-cta .sign-up-cta-inner, body.archive #sign-up-cta .sign-up-cta-inner{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
			background: rgb(252,186,70);
			background: linear-gradient(72deg, rgba(252,186,70,1) 0%, rgba(252,186,70,1) 50%, rgba(252,186,70,0.5) 50%, rgba(252,186,70,0.5) 100%);
}
body.blog #sign-up-cta .sign-up-cta-inner h2, body.archive #sign-up-cta .sign-up-cta-inner h2{
    margin-bottom: 0px;
}
body.blog .read-cs h2, body.archive .read-cs h2{
    text-align: center;
}
@media (max-width: 968px) {
body.blog .read-cs h2, body.archive .read-cs h2{
        text-align: left;
        font-size: 1.5rem;
        line-height: 2rem;
    }
			}
body.blog .read-cs .column:hover, body.archive .read-cs .column:hover {
				box-shadow: none !important;
			}
body.blog .wpc-edit-filter-set, body.archive .wpc-edit-filter-set {
		display: none;
	}
body.blog .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label,
	body.blog .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,
	body.blog .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked+label a,
	body.blog .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper,
	body.archive .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label,
	body.archive .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,
	body.archive .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked+label a,
	body.archive .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper {
		border-radius: 25px !important;
	}
body.blog .wpc-filters-main-wrap input.wpc-label-input:checked+label, body.archive .wpc-filters-main-wrap input.wpc-label-input:checked+label{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(103 199 195 / var(--tw-bg-opacity)) !important;
}
body.blog .wpc-search-icon, body.archive .wpc-search-icon {
		top: 10px;
		left: auto;
		right: 20px;
	}
body.blog .wpc-filter-search-form .wpc-search-field, body.archive .wpc-filter-search-form .wpc-search-field {
		padding-left: 14px;
	}
body.archive .wpc-filters-section{
    width: 100%;
}
.additional-reads .column{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
@media (max-width: 968px) {
.additional-reads .column{
        padding: 0px;
    }
		}
.additional-reads .column:hover{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.additional-reads .column .read-time{
    margin-bottom: 1rem;
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
}
.additional-reads .column h3{
    font-size: 1rem;
    line-height: 1.5rem;
}
.additional-reads .column.col-newsletter {
			margin-left: 20px;
			width: 23%;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
@media (max-width: 968px) {
.additional-reads .column.col-newsletter{
        margin-left: 0px;
        width: 100%;
        padding: 1rem;
    }
			}
.additional-reads .column.col-newsletter h3{
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}
.additional-reads .entry__label {
		display: none !important;
	}
.additional-reads #sib-container,
	.additional-reads .sib-form,
	.additional-reads .sib-form-block {
		padding: 0 !important;
	}
.additional-reads #sib-container p, .additional-reads .sib-form p, .additional-reads .sib-form-block p{
    margin: 0px;
}
@media (max-width: 968px) {
		.additional-reads #sib-form,
		.additional-reads .sib-form {
			margin-top: 0 !important;
		}
	}
.additional-reads .sib-form .entry__choice {
		text-indent: 0 !important;
		padding-left: 0 !important;
	}
.additional-reads .entry__field {
		border: 0 !important;
		background: none !important;
		outline: none !important;
	}
.additional-reads .entry__field input {
			background: #666 !important;
			color: #eee !important;
			border-radius: 15px !important;
			outline: none !important;
			border: 0 !important;
			padding-left: 20px !important;
		}
.additional-reads .entry__field ::-moz-placeholder {
			color: white !important;
		}
.additional-reads .entry__field ::placeholder {
			color: white !important;
		}
.additional-reads .newsletter-check {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
.additional-reads .form__label-row--horizontal {
		margin: 0 !important;
	}
.single-video-overview .overlay {
		position: relative;
	}
.single-video-overview .video-overlay{
    position: relative;
		width: 100%;
		height: 300px;
		background-size: cover;
		background-position: center center;
		cursor: pointer;
}
.single-video-overview .video-overlay:before {
			content:  '';
			background: url('../svg/play.svg');
			width: 50px;
			height: 50px;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			position: absolute;
			display: block;
			background-size: contain;
			background-repeat: no-repeat;	
		}
.single-video-overview h2.wp-block-heading{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
		font-size: 30px;
		margin-bottom: 25px;
}
.single-video-overview ol,
	.single-video-overview ul {
		padding-left: 25px;
	}
.single-video-overview ol img, .single-video-overview ul img {
			margin-bottom: 25px;
		}
.single-video-overview .fox-tip {
		margin: 50px 0px;
		margin-bottom: 50px !important;
		padding: 40px;
	}
.single-video-overview .fox-tip p {
			margin-bottom: 0;
		}
.single-video-overview .fox-tip p a{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
.single-video-overview .fox-tip .teal-tip {
			display: inline-block;
			vertical-align: middle;
			margin-right: 5px;
		}
.single-video-overview .material-symbols-rounded {
		display: inline-block;
		vertical-align: middle;
		margin: 2.5px;
	}
.single-video-overview .teal-tip{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
.single-video-overview .yellow-tip{
    --tw-text-opacity: 1;
    color: rgb(252 186 70 / var(--tw-text-opacity));
}
.single-video-overview .teal-red{
    --tw-text-opacity: 1;
    color: rgb(200 84 63 / var(--tw-text-opacity));
}
.single-video-overview .teal-blue {
		color: rgb(27, 42, 125);
	}
.single-video-overview article.video-category-feature .entry-content .container {
				max-width: 660px;
			}
.container .wp-block-columns{
    margin-bottom: 0px;
}
@font-face {
	font-family: 'MuseoSans100';
	font-weight: 100;
	src: url('../otf/museosans-100.otf') format("opentype");
}
@font-face {
	  font-family: 'MuseoSans100Italic';
	  font-weight: 100;
	  src: url('../otf/museosans-100italic.otf') format("opentype");
}
@font-face {
	  font-family: 'MuseoSans300';
	  font-weight: 300;
	  src: url('../otf/museosans-300.otf') format("opentype");
}
@font-face {
	font-family: 'MuseoSans300Italic';
	font-weight: 300;
	src: url('../otf/museosans-300italic.otf') format("opentype");
}
@font-face {
   font-family: 'MuseoSans500';
   font-weight: 500;
   src: url('../otf/museosans-500.otf') format("opentype");
}
@font-face {
	 font-family: 'MuseoSans500Italic';
	 font-weight: 500;
	 src: url('../otf/museosans-500italic.otf') format("opentype");
}
@font-face {
	font-family: 'MuseoSans700';
	font-weight: 700;
	src: url('../otf/museosans-700.otf') format("opentype");
}
@font-face {
	  font-family: 'MuseoSans200Italic';
	  font-weight: 700;
	  src: url('../otf/museosans-700italic.otf') format("opentype");
}
@font-face {
	font-family: 'MuseoSans900';
	font-weight: 900;
	src: url('../otf/museosans-900.otf') format("opentype");
}
@font-face {
   font-family: 'MuseoSans200Italic';
   font-weight: 900;
   src: url('../otf/museosans-900italic.otf') format("opentype");
}
body {
	font-family: 'Open Sans';
}
body h1, body h1 p{
    font-size: 3.75rem;
    line-height: 1.25;
		font-family: 'MuseoSans700';
}
@media (max-width: 968px) {
body h1, body h1 p{
        font-size: 1.5rem;
        line-height: 2rem;
    }
		}
body h2, body h2 p{
    font-size: 3rem;
    line-height: 1.25;
		font-family: 'MuseoSans700';
}
@media (max-width: 968px) {
body h2, body h2 p{
        font-size: 1.25rem;
    }
		}
body h3, body h3 p{
    font-size: 2.25rem;
    line-height: 2.5rem;
		font-family: 'MuseoSans500';
}
@media (max-width: 968px) {
body h3, body h3 p{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
		}
body h4, body h4 p{
    font-size: 1.875rem;
    line-height: 2.25rem;		
		font-family: 'MuseoSans500';
}
@media (max-width: 968px) {
body h4, body h4 p{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
		}
body h5, body h5 p{
    font-size: 1.5rem;
    line-height: 2rem;
}
@media (max-width: 968px) {
body h5, body h5 p{
        font-size: 1rem;
        line-height: 1.5rem;
    }
		}
body h6, body h6 p{
    font-size: 1rem;
    line-height: 1.5rem;
}
body #page {
		overflow-x: hidden;
	}
body .container {
		padding: 0 2%;
	}
@media (min-width: 969px) {
	.lghidden {
		display: none !important;
	}
}
/*Icon*/
.arrow-right {
	background: url('../svg/arrow-right.svg');
	width: 40px;
	height: 40px;
	margin-left: 1rem;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}
.arrow-right-dark {
	background: url('../svg/arrow-right-dark.svg');
	width: 40px;
	height: 40px;
	margin-left: 1rem;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}
/*Buttons*/
.bubble-btn{
    flex-direction: row;
    align-items: center;
    border-radius: 9999px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 960px){

    .bubble-btn{
        display: flex;
    }
}
.bubble-btn {
	background: rgb(103,199,195);
	background: linear-gradient(90deg, rgba(103,199,195,1) 0%, rgba(103,199,195,1) 43%, rgba(10,159,153,1) 100%);
}
.bubble-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(154 105 173 / var(--tw-bg-opacity));
}
.bubble-small{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.outline-btn{
    flex-direction: row;
    align-items: center;
    border-radius: 9999px;
    border-width: 2px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 960px){

    .outline-btn{
        display: flex;
    }
}
.outline-btn:hover{
    --tw-border-opacity: 1;
    border-color: rgb(103 199 195 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(103 199 195 / var(--tw-bg-opacity));
}
/*Header*/
header{
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(60 70 80 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 968px) {
header{
        padding-bottom: 0px;
    }
	}
header .container{
    margin: 0px;
    padding: 0px;
		max-width: 100%;
}
@media (max-width: 968px) {
header .container{
        padding: 0px;
    }
		}
header .custom-logo-link img {
			width: 250px;
		}
@media (max-width: 968px) {
header .custom-logo-link img {
				width: 190px
		}
header .header-navigation-secondary {
			display: none
	}
			}
header .header-navigation-secondary{
    margin-left: auto;
    padding-right: 2rem;
}
header .header-navigation-secondary #menu-header-user-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
}
header .header-navigation-secondary #menu-header-user-menu li{
    margin-left: 1.5rem;
}
header .header-navigation-secondary #menu-header-user-menu li:last-child {
	margin-left: .5rem;
}
header .header-navigation-secondary #menu-header-user-menu li a{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
header .header-navigation-secondary #menu-header-user-menu .help-centre a{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(103 199 195 / var(--tw-bg-opacity));
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
	cursor: pointer;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
header .header-navigation-secondary #menu-header-user-menu .help-centre a:hover {
	opacity: 0.9;
}
header .header-navigation-secondary #menu-header-user-menu .book-a-demo a{
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 1.5rem;
	--tw-bg-opacity: 1;
	background-color: #FCBA46;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	cursor: pointer;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
header .header-navigation-secondary #menu-header-user-menu .book-a-demo a:hover {
	opacity: 0.9;
}
header .header-navigation-secondary #menu-header-user-menu .book-a-demo,
header .header-navigation-secondary #menu-header-user-menu .help-centre {
	cursor: pointer;
}
header #mega-menu-wrap-max_mega_menu_1{
    margin-left: 3rem;
}
header #mega-menu-wrap-max_mega_menu_1 .mega-menu-link{
    font-weight: 600 !important;
}
header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu {
			width: 900px !important;
		}
header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-title{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    font-weight: 700 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-description {
				font-style: inherit !important;
				width: 300px !important;
			}
header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-time-tracking,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-retainers,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-budget-billing,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-project-management,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-resource-forecasting,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-reporting,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item-292,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item-457,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item-833,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item-586,
			header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item-1757{
    padding-left: 3rem !important;
				margin-left: -30px !important;
}
header #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
			background: transparent;
		}
@media (max-width: 968px) {
			header .mega-bad a{
        		margin-left: 0.5rem !important;
        		margin-right: 0.75rem !important;
        		margin-top: 1rem !important;
        		--tw-bg-opacity: 1 !important;
        		background-color: #FCBA46 !important;
        		padding-left: 2rem !important;
        		padding-right: 2rem !important;
        		text-align: center !important;
        		--tw-text-opacity: 1 !important;
        		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
				border-radius: 20px !important;
    		}
			header .hc a{
				margin-left: 0.5rem !important;
				margin-right: 0.75rem !important;
				margin-top: 1.5rem !important;
				--tw-bg-opacity: 1 !important;
				background-color: rgb(103 199 195 / var(--tw-bg-opacity)) !important;
				padding-left: 2rem !important;
				padding-right: 2rem !important;
				text-align: center !important;
				--tw-text-opacity: 1 !important;
				color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
				border-radius: 20px !important;
			}
		}
/*Footer*/
.ff-footer{
    padding-bottom: 3rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	margin: 0 -30% 0 -30%;
	width: 160%;
	padding-top: 100px;
}
@media (max-width: 968px) {
.ff-footer {
		border-top-left-radius: 0%;
		border-top-right-radius: 0%;
		width: 100%;
		margin: 0;
		padding-top: 50px
}
	}
.ff-footer h6{
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.ff-footer img{
    margin-bottom: 2.5rem;
    width: 50%;
}
@media (max-width: 968px) {
.ff-footer img{
        width: 58.333333%;
    }
		}
.ff-footer ul li{
    margin-bottom: 0.5rem;
}
.ff-footer ul li a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ff-footer .footer-newsletter .entry__label {
			display: none !important;
		}
.ff-footer .footer-newsletter #sib-container,
		.ff-footer .footer-newsletter .sib-form,
		.ff-footer .footer-newsletter #sib-form,
		.ff-footer .footer-newsletter .sib-form-block {
			padding: 0 !important;
		}
.ff-footer .footer-newsletter #sib-container .form__label-row, .ff-footer .footer-newsletter .sib-form .form__label-row, .ff-footer .footer-newsletter #sib-form .form__label-row, .ff-footer .footer-newsletter .sib-form-block .form__label-row {
				min-height: 0 !important;
			}
@media (max-width: 968px) {
			.ff-footer .footer-newsletter #sib-form,
			.ff-footer .footer-newsletter .sib-form {
				margin-top: 0 !important;
			}
		}
.ff-footer .footer-newsletter .sib-form .entry__choice {
			text-indent: 0 !important;
			padding-left: 0 !important;
		}
.ff-footer .footer-newsletter .entry__field {
			border: 0 !important;
			background: none !important;
			outline: none !important;
		}
.ff-footer .footer-newsletter .entry__field input {
				background: #666 !important;
				color: #eee !important;
				border-radius: 15px !important;
				outline: none !important;
				border: 0 !important;
				padding-left: 20px !important;
			}
.ff-footer .footer-newsletter .entry__field ::-moz-placeholder {
				color: white !important;
			}
.ff-footer .footer-newsletter .entry__field ::placeholder {
				color: white !important;
			}
.ff-footer .footer-newsletter .newsletter-check {
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			flex-wrap: wrap;
		}
.ff-footer .footer-newsletter .form__label-row--horizontal {
			margin: 0 !important;
			min-height: 0 !important;
		}
.mega-description-group::before {
		width: 30px;
		height: 30px;
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		left: -40px;
	}
@media only screen and (max-width: 982px) {
.mega-description-group::before {
			display: none
	}
.mega-description-group .mega-menu-description {
			display: none !important
	}
		}
#mega-menu-item-584 .mega-description-group::before {
			background: url('../svg/budgets-billing.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-584:hover .mega-description-group::before {
			background: url('../svg/budgets-billing-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-294 .mega-description-group::before {
			background: url('../svg/timetracking.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-294:hover .mega-description-group::before {
			background: url('../svg/time-tracking-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-583 .mega-description-group::before {
			background: url('../svg/retainers.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-583:hover .mega-description-group::before {
			background: url('../svg/retainers-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-581 .mega-description-group::before {
			background: url('../svg/project-management.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-581:hover .mega-description-group::before {
			background: url('../svg/project-management-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-580 .mega-description-group::before {
			background: url('../svg/reporting.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-580:hover .mega-description-group::before {
			background: url('../svg/reporting-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-582 .mega-description-group::before {
			background: url('../svg/resource-forecast.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-582:hover .mega-description-group::before {
			background: url('../svg/resource-forecast-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-292 .mega-description-group::before {
			background: url('../svg/blog-menu.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-292:hover .mega-description-group::before {
			background: url('../svg/blog-menu-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-457 .mega-description-group::before {
			background: url('../svg/case-study-menu.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-457:hover .mega-description-group::before {
			background: url('../svg/case-study-menu-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-833 .mega-description-group::before {
			background: url('../svg/help-centre-menu.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-833:hover .mega-description-group::before {
			background: url('../svg/help-centre-menu-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-586 .mega-description-group::before {
			background: url('../svg/release-history-menu.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-586:hover .mega-description-group::before {
			background: url('../svg/release-history-menu-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-item-1757 .mega-description-group::before {
			background: url('../svg/digital-library.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li#mega-menu-item-1757:hover .mega-description-group::before {
			background: url('../svg/digital-library-y.svg');
			background-size: contain;
			background-repeat: no-repeat;
		}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-item:hover {
	background: rgba(252, 186, 70, 0.2);
	border-radius: 20px;
}
@media only screen and (max-width: 982px) {
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-item:hover {
		background: transparent;
		border-radius: 0
}
	}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-item:hover .mega-menu-title{
    --tw-text-opacity: 1 !important;
    color: rgb(252 186 70 / var(--tw-text-opacity)) !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu {
	display: flex;
	flex-direction: row;
}
@media only screen and (max-width: 982px) {
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu {
		flex-direction: column
}
	}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu {
	flex-direction: column;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	width: 42% !important;
}
@media only screen and (max-width: 982px) {
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		width: 100% !important
}
	}
/*Pricing*/
body.page-id-8 footer {
		padding-top: 0;
		border-radius: 0;
		width: 100%;
		margin: 0;
	}
@media only screen and (max-width: 982px) {
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1{
        --tw-bg-opacity: 1;
        background-color: rgb(60 70 80 / var(--tw-bg-opacity));
        padding-top: 2rem;
		height: 100vh;
		z-index: 9;
    }
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		padding-left: 30px !important;
		padding-bottom: 0 !important;
	}
	.mega-sub-menu{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(60 70 80 / var(--tw-bg-opacity)) !important;
    }
	header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-title{
        --tw-text-opacity: 1 !important;
        color: rgb(241 243 247 / var(--tw-text-opacity)) !important;
    }
}
body.page-template .wp-block-columns {
		max-width: 1280px;
		margin: 0 auto 0;
	}
body.page-template .material-symbols-rounded {
		display: inline-block;
		vertical-align: middle;
		margin: 0 8px 4px 0;
	}
body.page-template h2.wp-block-heading{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
		font-size: 30px;
		margin-bottom: 25px;
}
body.page-template #content ol,
		body.page-template #content ul {
			padding-left: 20px;
			list-style-type: inherit;
			margin-top: 20px;
		}
body.page-template #content ol img, body.page-template #content ul img {
				margin-bottom: 25px;
			}
body.page-template .fox-tip {
		margin: 50px 0px;
		margin-bottom: 50px !important;
		padding: 40px;
	}
body.page-template .fox-tip p {
			margin-bottom: 0;
		}
body.page-template .fox-tip p a{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
body.page-template .fox-tip .teal-tip {
			display: inline-block;
			vertical-align: middle;
			margin-right: 5px;
		}
body.page-template .material-symbols-rounded {
		display: inline-block;
		vertical-align: middle;
		margin: 2.5px;
	}
body.page-template .teal-tip{
    --tw-text-opacity: 1;
    color: rgb(103 199 195 / var(--tw-text-opacity));
}
body.page-template .yellow-tip{
    --tw-text-opacity: 1;
    color: rgb(252 186 70 / var(--tw-text-opacity));
}
body.page-template .teal-red{
    --tw-text-opacity: 1;
    color: rgb(200 84 63 / var(--tw-text-opacity));
}
body.page-template .teal-blue {
		color: rgb(27, 42, 125);
	}
.column-single {
	padding: 30px 50px;
	border-radius: 30px;
}
@media (min-width: 960px){

    .lg\:mb-0{
        margin-bottom: 0px;
    }

    .lg\:mt-0{
        margin-top: 0px;
    }

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:inline-flex{
        display: inline-flex;
    }

    .lg\:hidden{
        display: none;
    }

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

    .lg\:w-1\/3{
        width: 33.333333%;
    }

    .lg\:w-1\/4{
        width: 25%;
    }

    .lg\:w-2\/3{
        width: 66.666667%;
    }

    .lg\:w-9\/12{
        width: 75%;
    }

    .lg\:flex-row{
        flex-direction: row;
    }

    .lg\:items-center{
        align-items: center;
    }

    .lg\:justify-start{
        justify-content: flex-start;
    }

    .lg\:justify-center{
        justify-content: center;
    }

    .lg\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-5{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media (min-width: 982px){

    .md\:my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .md\:flex{
        display: flex;
    }

    .md\:w-1\/2{
        width: 50%;
    }

    .md\:w-1\/5{
        width: 20%;
    }

    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

