
/* import deps */
/* ! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.relative {
  position: relative;
}
.order-first {
  order: -9999;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!max-w-\[600px\] {
  max-width: 600px !important;
}
.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));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-end {
  align-items: flex-end;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.italic {
  font-style: italic;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}
/* import commons */
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-ExtraLightItalic.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-ExtraLight.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-Thin.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-Italic.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-MediumItalic.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-Light.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-Regular.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-ThinItalic.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-SemiBoldItalic.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-SemiBold.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-LightItalic.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-Medium.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-ExtraBold.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-BlackItalic.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-BoldItalic.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-ExtraBoldItalic.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-Black.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/fonts/public-sans/PublicSans-Bold.woff2') format('woff2'),
        url('/fonts/public-sans/PublicSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/avenir/AvenirLTStd-Book.woff2') format('woff2'),
        url('/fonts/avenir/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/avenir/AvenirLTStd-Roman.woff2') format('woff2'),
        url('/fonts/avenir/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/avenir/AvenirLTStd-Black.woff2') format('woff2'),
        url('/fonts/avenir/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    
    font-family: 'Avenir', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
}
@media (min-width: 768px) {
body {
        font-size: 18px;
        line-height: 24px;
  }
    }
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Public Sans', sans-serif;
    display: block;
    font-weight: 400;
}
h1,
.heading {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
h1,
.heading {
        font-size: 42px;
        line-height: 49px
}
    }
h2,
h3,
h2.heading {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
h2,
h3,
h2.heading {
        font-size: 32px;
        line-height: 37px
}
    }
p {
    margin-bottom: 20px;
}
p:last-of-type {
        margin-bottom: 0;
    }
.eyebrow {
    font-family: 'Public Sans';
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #626A80;
}
body {
    padding-top: 70px;
}
@media (min-width: 768px) {
body {
        padding-top: 102px
}
    }
body main {
        position: relative;
        overflow-x: hidden;
    }
section {
    position: relative;
    z-index: 0;
}
section, footer, header {
    display: flex;
}
section .container, footer .container, header .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 0 20px;
    }
section .small-container, footer .small-container, header .small-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 820px;
        padding: 0 20px;
    }
.buttons {
    display: flex;
    margin-top: 40px;
}
.squiggle-container {
    display: none;
}
@media (min-width: 768px) {
.squiggle-container {
        display: block
}
    }
.button {
    transition: all 0.15s ease;
    font-family: 'Avenir', sans-serif;
    font-size: 20px;
    line-height: 1;
    padding: 10px 25px 10px 25px;
    border-radius: 25px;
    background: black;
    color: white;
    font-weight: 800;
    margin-right: 15px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}
.button:hover {
        cursor: pointer;
        transform: scale(1.05);
    }
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-container::after {
        content: '';
        position: absolute;
        left: 10px;
        top: 10px;
        width: 100%;
        height: 100%;
        background: grey;
        border-radius: 30px;
        z-index: 1;
    }
.video-container:hover .play-button {
            transform: scale(1.2);
        }
.video-container:hover .play-button svg {
                transform: scale(1.2);
            }
.video-container .play-button {
        transition: all 0.25s ease;
        position: absolute;
        width: 70px;
        height: 70px;
        left: calc(50% - 45px);
        top: calc(50% - 45px);
        background: rgba(111, 111, 111, 0.5);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        border-radius: 50%;
        display: flex;
        z-index: 4;
    }
.video-container .play-button svg {
            transition: all 0.25s ease;
            width: 30px;
            height: 30px;
            margin: auto;
        }
.video-container img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 20px;
        z-index: 3;
        -o-object-position: center;
           object-position: center;
    }
.date {
    background: #FCE77C;
    padding: 2px 8px 2px 8px;
    border-radius: 5px;
    display: flex;
}
.date svg {
        height: 20px;
        margin-top: 2px;
        margin-right: 5px;
    }
.heading-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;

}
.heading-container .heading {
        margin-bottom: 0;
        margin-right: auto;
    }
.heading-container .heading svg {
            width: 100%;
        }
.home-squiggle {
    position: absolute;
    top: -100px;
    right: -17%;
    width: 40%;
    z-index: 100;
    pointer-events: none;
}
#main-header {
    padding: 12px 0;
    background: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
@media (min-width: 768px) {
#main-header {
        padding: 26px 0
}
    }
#main-header.mobile-open .burger span.top {
                    opacity: 0;
                }
#main-header.mobile-open .burger span.bot {
                    opacity: 0;
                }
#main-header.mobile-open .burger span.mid {
                    transform: rotate(-45deg);
                }
#main-header.mobile-open .burger span.mid:nth-of-type(2) {
                        transform: rotate(45deg);
                    }
#main-header.mobile-open .mobile-nav {
            left: 0;
        }
#main-header .mobile-nav {
        transition: all 0.5s ease;
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: 100vh;
        background: white;
        z-index: -1;
    }
#main-header .mobile-nav .inner {
            padding: 120px 20px 120px 20px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
#main-header .mobile-nav .inner ul {
                margin-left: 0;
            }
#main-header .mobile-nav .inner ul li a {
                        font-size: 22px;
                        margin-bottom: 30px;
                        display: block;
                        font-weight: 500;
                    }
#main-header .mobile-nav .inner .buttons {
                display: flex;
                flex-direction: column;
                margin-top: auto;
            }
#main-header .mobile-nav .inner .buttons .button {
                    width: 100%;
                    margin-top: 15px;
                    background: #FD8D6F;
                    border: 2px solid #FD8D6F;
                }
#main-header .mobile-nav .inner .buttons .button:last-of-type {
                        background: unset;
                        color: #FD8D6F;
                    }
#main-header .burger {
        width: 30px;
        height: 24px;
        position: relative;
        margin-top: 10px;
    }
#main-header .burger span {
            transition: all 0.25s ease;
            background: #626A80;
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
        }
#main-header .burger span.top {
                top: 0;
            }
#main-header .burger span.mid {
                top: calc(50% - 2px);
            }
#main-header .burger span.bot {
                top: calc(100% - 4px);
            }
#main-header .main-nav {
        align-items: center;
    }
#main-header .main-nav ul {
            margin-right: 55px;
        }
#main-header .main-nav ul li {
                margin-left: 55px;
            }
#main-header .main-nav ul li:first-of-type {
                    margin-left: 0;
                }
#main-header .main-nav ul li a {
                    font-family: 'Avenir';
                    font-weight: 500;
                }
#main-header .main-nav .button {
            margin-left: 10px;
            border: 2px solid #FD8D6F;
            background: #FD8D6F;
            margin-right: 0;
            font-size: 16px;
        }
@media (min-width: 768px) {
#main-header .main-nav .button {
                margin-left: 24px;
                font-size: 20px
        }
            }
#main-header .main-nav .button:first-of-type {
                background: white;
                color: #FD8D6F;
            }
#main-footer {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #59A58B;
    color: #FFF5F2;
    position: relative;
    z-index: 3;
}
@media (min-width: 768px) {
#main-footer {
        padding-top: 90px
}
    }
#main-footer h1 {
        color: #FFF5F2;
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 25px;
    }
@media (min-width: 768px) {
#main-footer h1 {
            font-size: 42px;
            line-height: 49px;
            margin-bottom: 10px
    }
        }
#main-footer p {
        max-width: 450px;
    }
#main-footer .contact-details {
        margin-top: 40px;
    }
#main-footer .squiggle-container {
        position: absolute;
        right: 0;
        top: -50px;
        height: 30px;
        z-index: 3;
    }
@media (min-width: 768px) {
#main-footer .squiggle-container {
            top: -20px
    }
        }
#main-footer .squiggle-container svg {
            height: 100%;
        }
#main-footer form {
        display: flex;
        flex-direction: column;
    }
@media (min-width: 768px) {
#main-footer form {
            padding-right: 60px
    }
        }
#main-footer form .field {
            position: relative;
            margin-bottom: 20px;
        }
#main-footer form .field::after {
                content: '';
                position: absolute;
                left: 5px;
                top: 5px;
                width: 100%;
                height: 100%;
                background: #458665; 
                border-radius: 20px;
                z-index: 1;
            }
#main-footer form input {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            color: #050328;
        }
#main-footer form input::-moz-placeholder {
                color: #050328;
            }
#main-footer form input:-ms-input-placeholder {
                color: #050328;
            }
#main-footer form input::placeholder {
                color: #050328;
            }
#main-footer form textarea {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            height: 120px;
            color: #050328;
        }
#main-footer form textarea::-moz-placeholder {
                color: #050328;
            }
#main-footer form textarea:-ms-input-placeholder {
                color: #050328;
            }
#main-footer form textarea::placeholder {
                color: #050328;
            }
#main-footer form .button {
            margin-right: auto;
            width: unset;
            background: #FD8D6F;
            color: white;
            height: 40px !important;
        }
#main-footer .small-container {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        color: #050328;
    }
@media (min-width: 768px) {
#main-footer .small-container {
            color: white
    }
        }
#main-footer .small-container .text {
            display: flex;
            flex-direction: column;
        }
@media (min-width: 768px) {
#main-footer .small-container .text {
                flex-direction: row
        }
            }
#main-footer .small-container .text ul {
                list-style: none;
                display: flex;
                flex-direction: column;
                margin-top: 10px;
            }
@media (min-width: 768px) {
#main-footer .small-container .text ul {
                    margin-left: 20px;
                    flex-direction: row;  
                    margin-top: unset
            }
                }
@media (min-width: 768px) {
#main-footer .small-container .text ul li {
                        margin-left: 10px
                }
                    }
#main-footer .small-container .text ul li a {
                        text-decoration: underline;
                    }
#main-footer .small-container .footer-squiggle {
            margin: 15px auto 0 auto;
            max-width: 100%;
        }
body.page-slug--corporate-enquiry #main-footer, body.page-slug--for-teams #main-footer {
        padding-top: 0px;
    }
section[data-background-color="green"] {
        background: #F1FBF6;
    }
section[data-background-color="green"] .video-container::after {
                background: #B5CFC6;
            }
section[data-background-color="green"] .image-container::after,
            section[data-background-color="green"] .image-container .shadow {
                background: #B5CFC6;
            }
section[data-background-color="orange"] {
        background: #FFDFD7;
    }
section[data-background-color="orange"] .eyebrow svg * {
                stroke: #FD8D6F;
            }
section[data-background-color="orange"] .video-container::after {
                background: #FD8D6F;
            }
section[data-background-color="sand"] {
        background: #F1EEE9;
    }
section[data-background-color="sand"] * {
            color: #050328;
        }
section[data-background-color="light-green"] {
        background: #F1FBF6;
    }
section[data-background-color="light-green"] * {
            color: #050328;
        }
section[data-background-color="white"] {
        background: white;
    }
section[data-background-color="white"] .eyebrow svg * {
                stroke: #FD8D6F;
            }
section[data-background-color="white"] .image-container::after,
            section[data-background-color="white"] .image-container .shadow {
                background: #FFDFD7;
            }
section[data-background-color="light-orange"] {
        background: #FFF5F2;
    }
section[data-background-color="light-orange"] .video-container::after,
            section[data-background-color="light-orange"] .video-container .shadow,
            section[data-background-color="light-orange"] .testimonial::after,
            section[data-background-color="light-orange"] .testimonial .shadow,
            section[data-background-color="light-orange"] .image-container::after,
            section[data-background-color="light-orange"] .image-container .shadow {
                background: #FD8D6F;
            }
section[data-background-color="light-orange"] .content-card .title, section[data-background-color="light-orange"] .content-card .subtitle, section[data-background-color="light-orange"] .content-card .short-desc {
                color: white;
            }
section[data-background-color="light-orange"] .content-card .title *, section[data-background-color="light-orange"] .content-card .subtitle *, section[data-background-color="light-orange"] .content-card .short-desc * {
                    color: white;
                }
section[data-background-color="light-orange"] .content-card:hover .info-text {
                    background: #FD8D6F;
                }
section[data-background-color="grey"] {
        background: #4A5162;
    }
section[data-accent-color="green"] .button,
        section[data-accent-color="green"] .accent {
            background: #59A58B;
            color: white;
        }
section[data-accent-color="orange"] .button,
        section[data-accent-color="orange"] .accent {
            background: #FD8D6F;
            color: white;
        }
section[data-accent-color="orange"] p a {
            color: #FD8D6F;
            text-decoration: underline;
        }
section[data-text-color="dark"] h1,
        section[data-text-color="dark"] h2,
        section[data-text-color="dark"] h3,
        section[data-text-color="dark"] p,
        section[data-text-color="dark"] a {
            color: #050328;
        }
section[data-text-color="dark"] .lighter-text {
            color: #626A80;
        }
section[data-text-color="dark"] .lighter-text * {
                color: #626A80;
            }
section[data-text-color="light"] h1,
        section[data-text-color="light"] h2,
        section[data-text-color="light"] h3,
        section[data-text-color="light"] p,
        section[data-text-color="light"] a {
            color: white;
        }
#lightbox {
    transition: all 0.5s;
    position: fixed;
    z-index: -100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    pointer-events: none;
    opacity: 0;
}
#lightbox.open {
        transition-delay: 0;
        z-index: 10000;
        pointer-events: all;
        opacity: 1;
    }
#lightbox.open .filter {
            -webkit-backdrop-filter: blur(10px);
                    backdrop-filter: blur(10px);
            background: rgba(0,0,0,0.2);
            transition-delay: 0.25s;
        }
#lightbox.open .close {
            transition-delay: 1.5s;
            opacity: 1;
        }
#lightbox.open .inner {
            transition-delay: 0.75s;
            opacity: 1;
            transform: scale(1);
        }
#lightbox .filter {
        transition: all 0.5s ease;
        transition-delay: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-backdrop-filter: blur(0);
                backdrop-filter: blur(0);
        background: rgba(0,0,0,0);
        z-index: 1;
        cursor: pointer;
    }
#lightbox .filter:hover {
            cursor: pointer;
        }
#lightbox .close {
        transition: all 0.25s ease;
        transition-delay: 0;
        position: absolute;
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 50%;
        background: #FD8D6F;
        top: 20px;
        right: 20px;
        z-index: 2;
        padding: 0;
        margin: 0;
        justify-content: center;
        align-items: center;
        transform: rotate(45deg);
        color: white;
        font-weight: bold;
        font-size: 30px;
        line-height: 0;
        border: none;
        opacity: 0;
    }
#lightbox .close:hover {
            transform: rotate(-45deg);
        }
#lightbox .inner {
        transition: all 0.3s ease;
        transition-delay: 0;
        margin: auto;
        padding: 20px;
        max-width: 80%;
        width: 100%;
        background: white;
        z-index: 2;
        border-radius: 20px;
        opacity: 0;
        transform: scale(0.75);
        position: relative;
    }
#lightbox .inner .lightbox-video-container {
            width: 100%;
            height: 0;
            padding-bottom: 56.25%;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
        }
#lightbox .inner .lightbox-video-container iframe {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }
#lightbox .inner .info-text {
            margin-top: 20px;
            display: block;
        }
form.submitting .inner-fields-container {
            opacity: 0.2;
            pointer-events: none;
        }
form.submitting .button {
            width: 40px !important;
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
            color: rgba(0,0,0,0) !important;
            background: unset !important;
        }
form.submitting .button::before {
                opacity: 1;
                -webkit-animation: rotating 1s linear infinite;
                        animation: rotating 1s linear infinite;
            }
form.submitting .button::after {
                opacity: 1;
            }
form.submitted .inner-fields-container {
            height: 0;
            overflow: hidden;
        }
form .inner-fields-container {
        transition: all 0.25s ease;
        opacity: 1;
        pointer-events: all;
    }
form input:focus {
            outline: none;
        }
form input:focus-visible {
            outline: none;
        }
form .field.type-checkboxes::after {
                display: none;
            }
form .field.type-checkboxes br {
                display: none;
            }
form .field.type-checkboxes label {
                display: flex;
                font-size: 14px;
                align-items: flex-start;
            }
form .field.type-checkboxes label input {
                    width: 40px;
                    margin-top: 4px;
                }
form .field.type-checkboxes label span span {
                        color: #4A5162;
                        display: block;
                    }
form .field.type-checkboxes label span span a {
                            text-decoration: underline;
                        }
form .button {
        transition: all 0.25s ease;
        position: relative;
    }
form .button::before {
            content: '';
            position: absolute;
            left: 0;
            top: calc(50% - 3px);
            width: 100%;
            background: #59A58B;
            height: 6px;
            z-index: 2;
            opacity: 0;
        }
form .button::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 3px solid #FD8D6F;
            z-index: 1;
            border-radius: 50%;
            opacity: 0;
        }
@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* import modules */
section.hero {
    padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
section.hero {
        padding: 70px 0
}
    }
section.hero.text-only {
        padding: 40px 0 !important;
    }
@media (min-width: 768px) {
section.hero.text-only {
            padding: 70px 0 !important
    }
        }
section.hero .eyebrow {
        text-transform: capitalize;
        font-size: 20px;
        position: relative;
        margin-right: auto;
        margin-bottom: 15px;
    }
section.hero .eyebrow svg {
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: -8px;
            z-index: -1;
        }
section.hero .buttons {
        flex-direction: column;
    }
section.hero .buttons .button {
            margin-bottom: 15px;
        }
@media (min-width: 768px){
section.hero .buttons {
            flex-direction: row
    }

            section.hero .buttons .button {
                margin-bottom: unset;
            }
        }
section.hero .disclaimer {
        font-size: 14px;
        color: #4A5162;
        display: block;
        margin-top: 10px;
    }
.page-slug--home section.hero, .page-slug--about-us section.hero {
        padding-top: 0;
        padding-bottom: 40px;
    }
@media (min-width: 768px) {
.page-slug--home section.hero, .page-slug--about-us section.hero {
            padding-top: 70px;
            padding-bottom: 70px
    }
        }
.page-slug--home section.hero .video-container, .page-slug--about-us section.hero .video-container {
            width: calc(100% + 40px);
            margin-left: -20px;
        }
@media (min-width: 768px) {
.page-slug--home section.hero .video-container, .page-slug--about-us section.hero .video-container {
                width: 100%;
                margin-left: unset
        }
            }
.page-slug--home section.hero .video-container::after, .page-slug--about-us section.hero .video-container::after {
                display: none;
            }
@media (min-width: 768px) {
.page-slug--home section.hero .video-container::after, .page-slug--about-us section.hero .video-container::after {
                    display: block
            }
                }
.page-slug--home section.hero .video-container img, .page-slug--about-us section.hero .video-container img {
                border-radius: unset;
            }
@media (min-width: 768px) {
.page-slug--home section.hero .video-container img, .page-slug--about-us section.hero .video-container img {
                    border-radius: 20px
            }
                }
.page-slug--about-us section.hero {
        position: relative;
        z-index: 2;
    }
.page-slug--about-us section.hero .squiggle-container {
            position: absolute;
            top: -20%;
            right: -7%;
            height: calc(150%);
            z-index: 2;
            pointer-events: none;
            display: none;
        }
.page-slug--about-us section.hero .squiggle-container svg {
                height: 100%;
            }
@media (min-width: 768px) {
.page-slug--about-us section.hero .squiggle-container {
                display: block
        }
            }
.page-slug--about-us section.hero .container {
            position: relative;
            z-index: 1;
        }
.page-slug--monthly-theme section.hero {
        padding: 83px 0;
        position: relative;
        z-index: 3;
    }
.page-slug--monthly-theme section.hero .squiggle-container {
            position: absolute;
            top: 0;
            right: 0;
            height: calc(100%);
            z-index: 1;
            pointer-events: none;
        }
.page-slug--monthly-theme section.hero .squiggle-container svg {
                height: 100%;
            }
.page-slug--monthly-theme section.hero .container {
            position: relative;
            z-index: 2;
        }
@media (min-width: 768px) {
.page-slug--monthly-theme section.hero .image-column {
                display: flex;
                align-items: center
        }
            }
.page-slug--monthly-theme section.hero .heading-container {
            margin-bottom: 20px;
        }
.page-slug--monthly-theme section.hero .heading {
            font-size: 32px;
            line-height: 37px;
        }
.page-slug--monthly-theme section.hero .buttons {
            display: flex;
            flex-direction: column;
        }
@media (min-width: 768px) {
.page-slug--monthly-theme section.hero .buttons {
                flex-direction: row
        }
            }
.page-slug--monthly-theme section.hero .buttons .button {
                border: 2px solid #FD8D6F;
                margin-top: 15px;
            }
@media (min-width: 768px) {
.page-slug--monthly-theme section.hero .buttons .button {
                    margin-top: 0
            }
                }
.page-slug--monthly-theme section.hero .buttons .button:nth-of-type(2) {
                    border: 2px solid white;
                    background: unset;
                    color: white;
                }
.page-slug--morning-cuppa section.hero {
        padding: 83px 0;
    }
@media (min-width: 768px) {
.page-slug--morning-cuppa section.hero .image-column {
                display: flex;
                align-items: center
        }
            }
.page-slug--morning-cuppa section.hero .heading-container {
            margin-bottom: 16px;
        }
.page-slug--morning-cuppa section.hero .heading {
            font-size: 32px;
            line-height: 37px;
            color: #4A5162;
        }
.page-slug--morning-cuppa section.hero .blurb {
            font-size: 24px;
            line-height: 25px;
        }
.page-slug--morning-cuppa section.hero .blurb * {
                color: #828CAC !important;
            }
.page-slug--morning-cuppa section.hero .buttons {
            display: flex;
            flex-direction: column;
        }
@media (min-width: 768px) {
.page-slug--morning-cuppa section.hero .buttons {
                flex-direction: row
        }
            }
.page-slug--morning-cuppa section.hero .buttons .button {
                border: 2px solid #FD8D6F;
                margin-top: 15px;
            }
@media (min-width: 768px) {
.page-slug--morning-cuppa section.hero .buttons .button {
                    margin-top: 0
            }
                }
.page-slug--morning-cuppa section.hero .buttons .button:nth-of-type(2) {
                    background: unset;
                    color: #FD8D6F;
                }
.page-slug--for-you section.hero {
        position: relative;
        z-index: 2;
    }
.page-slug--for-you section.hero .squiggle-container {
            position: absolute;
            bottom: -10%;
            right: 0;
            height: 60%;
            z-index: 1;
            pointer-events: none;
        }
.page-slug--for-you section.hero .squiggle-container svg {
                height: 100%;
            }
.page-slug--for-you section.hero:first-of-type .button {
                margin-right: auto;
            }
.page-slug--for-you section.hero:first-of-type .buttonscreen md {
                    margin-right: 15px;
                }
.page-slug--for-you section.hero:last-of-type .button {
                border: 2px solid #FD8D6F;
            }
.page-slug--for-you section.hero:last-of-type .button:last-of-type {
                    background: unset;
                    color: #FD8D6F;
                }
.page-slug--for-teams section.hero {
        position: relative;
        z-index: 2;
    }
.page-slug--for-teams section.hero .squiggle-container {
            position: absolute;
            bottom: -10%;
            right: 0;
            height: 60%;
            z-index: 1;
            pointer-events: none;
        }
.page-slug--for-teams section.hero .squiggle-container svg {
                height: 100%;
            }
.page-slug--for-teams section.hero .squiggle-container svg * {
                    stroke: #F1EEE9;
                }
.page-slug--for-teams section.hero:first-of-type {
            padding-bottom: 0;
        }
@media (min-width: 768px) {
.page-slug--for-teams section.hero:first-of-type {
                padding-bottom: 70px
        }
            }
.page-slug--for-teams section.hero:first-of-type .button {
                margin-right: auto;
            }
.page-slug--for-teams section.hero:first-of-type .buttonscreen md {
                    margin-right: 15px;
                }
.page-slug--about-us section.hero[data-background-color="orange"] .video-container::after {
                opacity: 0.6;
            }
.page-slug--masterclass section.hero .button {
            border: 2px solid #FD8D6F;
        }
.page-slug--masterclass section.hero .button:last-of-type {
                background: unset;
                color: #FD8D6F;
            }
.page-slug--masterclass section.hero:last-of-type .buttons {
                flex-direction: column;
            }
.page-slug--masterclass section.hero:last-of-type .buttons .button {
                    margin-bottom: 15px;
                    max-width: 390px;
                }
section.filtered-videos {
    padding: 70px 0;
}
section.filtered-videos .heading {
        position: relative;
        margin-right: auto;
    }
section.filtered-videos .heading .sparkle {
            width: 50px;
            height: 50px;
            position: absolute;
            left: 100%;
            top: -15px;
        }
section.filtered-videos .heading .sparkle.lines {
                width: 30px;
                height: 30px;
                top: -25px;
            }
section.filtered-videos .video-container::after {
            display: none;
        }
section.filtered-videos .video-bucket {
        display: none;
    }
section.filtered-videos .video-grid {
        transition: all 0.3s ease;
        opacity: 1;
    }
section.filtered-videos .video-grid.swapping {
            opacity: 0;
            transform: scale(0.75);
        }
section.filtered-videos .video-grid span.error {
            max-width: 500px;
            margin: auto;
            padding: 30px 0;
            font-size: 20px;
        }
section.filtered-videos .filter {
        border: 2px solid #59A58B;
        background: unset;
        color: #59A58B;
    }
section.filtered-videos .filter.selected {
            background: #59A58B;
            color: white;
        }
section.filtered-videos span.title {
        font-family: 'Avenir';
        font-weight: 500;
    }
section.filtered-videos .mobile-videos .video-type {
            margin-top: 30px;
        }
section.filtered-videos .mobile-videos .video-type .heading {
                color: #59A58B;
                font-size: 18px;
                line-height: 25px;
                margin-bottom: 10px;
                display: block;
            }
section.filtered-videos .mobile-videos .video-type .video,
            section.filtered-videos .mobile-videos .video-type .swiper-slide {
                width: 265px;
            }
section.events-slider {
    flex-direction: column;
    padding: 70px 0 40px 0;
}
@media (min-width: 768px) {
section.events-slider {
        padding: 70px 0 90px 0
}
    }
section.events-slider .container {
        padding: 0 20px;
    }
@media (min-width: 768px) {
section.events-slider .container {
            padding: 0 95px
    }
        }
section.events-slider .heading {
        position: relative;
        margin-right: auto;
    }
section.events-slider .heading svg {
            position: absolute;
            right: -60px;
            top: -5px;
            width: 50px;
        }
section.events-slider .image-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 66%;
    }
section.events-slider .image-container .date {
            position: absolute;
            left: 20px;
            top: 20px;
            border-radius: 10px;
            font-size: 16px;
            line-height: 1;
            padding: 8px 12px;
            z-index: 2;
            text-transform: uppercase;
            font-weight: bold;
        }
section.events-slider .image-container img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            border-radius: 20px;
            z-index: 1;
            -o-object-position: center;
               object-position: center;
        }
section.events-slider .slider {
        position: relative;
        margin-top: 20px;
    }
section.events-slider .slider .swiper-slide {
            transition: all 0.25s ease;
            opacity: 0;
        }
section.events-slider .slider .swiper-slide.swiper-slide-active {
                opacity: 1;
            }
section.events-slider .slider .swiper-pagination {
            bottom: unset;
            display: block;
            position: relative;
            margin-top: 30px;
        }
@media (min-width: 1024px) {
section.events-slider .slider .swiper-pagination {
                display: none
        }
            }
section.events-slider .slider .swiper-pagination .swiper-pagination-bullet {
                transition: all 0.25s ease;
                background: unset;
                border: 1px solid #FD8D6F;
                width: 12px;
                height: 12px;
                opacity: 1;
            }
section.events-slider .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    background: #FD8D6F;
                }
section.events-slider .slider .button-navigation {
            display: none;
            position: absolute;
            top: calc(50% - 25px);
            left: 0;
            width: 100%;
            z-index: 2;
        }
@media (min-width: 768px) {
section.events-slider .slider .button-navigation {
                display: block
        }
            }
section.events-slider .slider .button-navigation .next,
            section.events-slider .slider .button-navigation .prev {
                position: absolute;
                top: 0;
                width: 50px;
                height: 50px;
                background: #FFDFD7;
                border-radius: 50%;
                display: flex;
            }
section.events-slider .slider .button-navigation .next:hover, section.events-slider .slider .button-navigation .prev:hover {
                    cursor: pointer
                }
section.events-slider .slider .button-navigation .next svg, section.events-slider .slider .button-navigation .prev svg {
                    width: 20px;
                    height: 20px;
                    margin: auto;
                }
section.events-slider .slider .button-navigation .next {
                right: -85px;
            }
section.events-slider .slider .button-navigation .prev {
                left: -85px;
            }
section.alternating-image-text {
    padding: 40px 0;
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
section.alternating-image-text {
        padding: 70px
}
    }
section.alternating-image-text .squiggle-container {
        position: absolute;
        bottom: -50px;
        right: -10%;
        height: calc(40% + 50px);
        z-index: 1;
        pointer-events: none;
        display: none;
    }
@media (min-width: 768px) {
section.alternating-image-text .squiggle-container {
            display: block
    }
        }
section.alternating-image-text .squiggle-container svg {
            height: 100%;
        }
section.alternating-image-text .container {
        position: relative;
        z-index: 2;
    }
section.alternating-image-text .heading-container {
        margin-bottom: 10px;
    }
section.alternating-image-text .intro {
        margin-bottom: 60px;
        position: relative;
    }
section.alternating-image-text .intro h1 {
            margin-bottom: 10px;
        }
section.alternating-image-text .intro::after {
            display: block;
            position: absolute;
            content: '';
            width: 80%;
            height: 1px;
            background-color: #E1E9F0;
            left: 10%;
            bottom: -33px;
        }
@media (min-width: 768px) {
section.alternating-image-text .intro::after {
                display: none
        }
            }
@media (min-width: 768px) {
section.alternating-image-text .rows {
            padding: 0 75px
    }
        }
section.alternating-image-text .rows .row {
            margin-bottom: 80px;
        }
section.alternating-image-text .rows .row:last-of-type {
                margin-bottom: 20px;
            }
section.alternating-image-text .rows .row ul {
                list-style: none;
                padding-left: 40px;
            }
section.alternating-image-text .rows .row ul li {
                    margin-bottom: 20px;
                    position: relative;
                }
section.alternating-image-text .rows .row ul li::before {
                        content: '';
                        width: 16px;
                        height: 16px;
                        background: #FCE77C;
                        position: absolute;
                        left: -37px;
                        top: 4px;
                        border-radius: 50%;
                    }
section.alternating-image-text .rows[data-first-row-order="image_then_text"] .row:nth-of-type(odd) .image-container {
                        margin-left: 20px;
                    }
@media (min-width: 768px) {
section.alternating-image-text .rows[data-first-row-order="image_then_text"] .row:nth-of-type(odd) .image-container {
                            margin-left: 0
                    }
                        }
section.alternating-image-text .rows[data-first-row-order="image_then_text"] .row:nth-of-type(odd) .image-container img {
                            transform: rotate(-1.5deg);
                        }
section.alternating-image-text .rows[data-first-row-order="image_then_text"] .row:nth-of-type(odd) .image-container .shadow {
                            border-radius: 15px;
                            top: 15px;
                            left: -20px;
                        }
@media (min-width: 768px) {
                            section.alternating-image-text .rows[data-first-row-order="image_then_text"] .row:nth-of-type(odd) .column:first-of-type {
    order: 9999;
  }
                            section.alternating-image-text .rows[data-first-row-order="image_then_text"] .row:nth-of-type(odd) .column:first-of-type {
            
                                padding-left: 60px;
                            }
                    }
section.alternating-image-text .rows[data-first-row-order="text_then_image"] .row:nth-of-type(even) .image-container {
                        margin-left: 20px;
                    }
@media (min-width: 768px) {
section.alternating-image-text .rows[data-first-row-order="text_then_image"] .row:nth-of-type(even) .image-container {
                            margin-left: 0
                    }
                        }
section.alternating-image-text .rows[data-first-row-order="text_then_image"] .row:nth-of-type(even) .image-container img {
                            transform: rotate(-1.5deg);
                        }
section.alternating-image-text .rows[data-first-row-order="text_then_image"] .row:nth-of-type(even) .image-container .shadow {
                            border-radius: 15px;
                            top: 15px;
                            left: -20px;
                        }
@media (min-width: 768px) {
                            section.alternating-image-text .rows[data-first-row-order="text_then_image"] .row:nth-of-type(even) .column:first-of-type {
    order: 9999;
  }
                            section.alternating-image-text .rows[data-first-row-order="text_then_image"] .row:nth-of-type(even) .column:first-of-type {
            
                                padding-left: 60px;
                            }
                    }
section.alternating-image-text .column h2 {
            margin-bottom: 15px;
        }
section.alternating-image-text .column .blurb {
            max-width: 530px;
        }
section.alternating-image-text .image-container {
        position: relative;
        width: calc(100% - 20px);
        height: 0;
        padding-bottom: 66%;
    }
@media (min-width: 768px) {
section.alternating-image-text .image-container {
            width: 100%
    }
        }
section.alternating-image-text .image-container .shadow {
            position: absolute;
            left: 20px;
            top: 20px;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            z-index: 1;
            transform-origin: bottom left;
        }
section.alternating-image-text .image-container img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            border-radius: 20px;
            -o-object-position: center;
               object-position: center;
            z-index: 2;
            transform: rotate(-3deg);
        }
body.page-slug--for-teams section.alternating-image-text .squiggle-container {
            display: none;
        }
body.page-slug--for-teams section.alternating-image-text .image-container .shadow {
            background-color: #F1EEE9;
        }
body.page-slug--for-you section.alternating-image-text .squiggle-container {
            left: 0;
            height: 200px;
        }
body.page-slug--for-you section.alternating-image-text .image-container .shadow {
            background-color: #FFDFD7;
        }
body.page-slug--masterclass section.alternating-image-text {
        padding-bottom: 0;
    }
body.page-slug--masterclass section.alternating-image-text .rows {
            padding: 0;
        }
section.filtered-testimonial-slider {
    flex-direction: column;
    padding: 40px 0 80px 0;
}
@media (min-width: 768px) {
section.filtered-testimonial-slider {
        padding: 70px 0 80px 0
}
    }
section.filtered-testimonial-slider .heading {
        margin-bottom: 15px;
    }
section.filtered-testimonial-slider .testimonial-pool {
        display: none;
    }
section.filtered-testimonial-slider .filters {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
@media (min-width: 768px) {
section.filtered-testimonial-slider .filters {
            align-items: flex-end
    }
        }
section.filtered-testimonial-slider .filters .filter {
            border: 2px solid #59A58B;
            color: #59A58B;
            background: unset;
        }
section.filtered-testimonial-slider .filters .filter.active {
                background: #59A58B;
                color: white;
            }
section.filtered-testimonial-slider .filters .filter:last-of-type {
                margin-right: 0;
            }
section.filtered-testimonial-slider .filters .filter:hover {
                background: #59A58B;
                color: white;
            }
section.filtered-testimonial-slider .slider {
        transition: all 0.3s ease;
        opacity: 1;
        margin-top: 100px;
        padding: 0 20px;
    }
@media (min-width: 768px) {
section.filtered-testimonial-slider .slider {
            padding: unset
    }
        }
section.filtered-testimonial-slider .slider.swapping {
            opacity: 0;
        }
section.filtered-testimonial-slider .slider .swiper-wrapper {
            align-items: stretch;
        }
section.filtered-testimonial-slider .slider .swiper-pagination {
            bottom: 40px;
            display: block;
        }
@media (min-width: 768px) {
section.filtered-testimonial-slider .slider .swiper-pagination {
                display: none
        }
            }
section.filtered-testimonial-slider .slider .swiper-pagination .swiper-pagination-bullet {
                transition: all 0.25s ease;
                background: unset;
                border: 1px solid #FD8D6F;
                width: 12px;
                height: 12px;
                opacity: 1;
            }
section.filtered-testimonial-slider .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    background: #FD8D6F;
                }
section.filtered-testimonial-slider .slider .button-navigation {
            display: none;
            justify-content: flex-end;
            padding-right: 100px;
            margin-top: 60px;
        }
@media (min-width: 768px) {
section.filtered-testimonial-slider .slider .button-navigation {
                display: flex
        }
            }
section.filtered-testimonial-slider .slider .button-navigation .next,
            section.filtered-testimonial-slider .slider .button-navigation .prev {
                width: 50px;
                height: 50px;
                background: #FFDFD7;
                margin-left: 32px;
                border-radius: 50%;
                display: flex;
            }
section.filtered-testimonial-slider .slider .button-navigation .next:hover, section.filtered-testimonial-slider .slider .button-navigation .prev:hover {
                    cursor: pointer
                }
section.filtered-testimonial-slider .slider .button-navigation .next svg, section.filtered-testimonial-slider .slider .button-navigation .prev svg {
                    width: 20px;
                    height: 20px;
                    margin: auto;
                }
section.filtered-testimonial-slider .slider .swiper-slide {
            transition: all 0.25s ease;
            max-width: 450px;
            opacity: 0.3;
            height: unset;
        }
section.filtered-testimonial-slider .slider .swiper-slide.swiper-slide-active {
                opacity: 1;
                transform: translateY(-40px);
            }
section.filtered-testimonial-slider .slider .swiper-slide .testimonial {
                position: relative;
                display: flex;
                flex-direction: column;
                max-width: 450px;
                z-index: 1;
                height: 100%;
            }
section.filtered-testimonial-slider .slider .swiper-slide .testimonial .inner {
                    display: flex;
                    flex-direction: column;
                    background: white;
                    border-radius: 20px;
                    position: relative;
                    padding: 20px;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                }
section.filtered-testimonial-slider .slider .swiper-slide .testimonial .inner .text {
                        margin-bottom: 30px;
                        position: relative;
                    }
section.filtered-testimonial-slider .slider .swiper-slide .testimonial .inner .text .quotations {
                            font-family: serif;
                            position: absolute;
                            left: -25px;
                            top: 0;
                            font-size: 270px;
                            color: #FD8D6F;
                            opacity: 0.2;
                            z-index: -1;
                            letter-spacing: -10px;
                            line-height: 185px;
                            font-weight: bold;
                        }
section.filtered-testimonial-slider .slider .swiper-slide .testimonial::after {
                    content: '';
                    position: absolute;
                    left: 8px;
                    top: 8px;
                    width: 100%;
                    height: 100%;
                    border-radius: 30px;
                    z-index: -1;
                }
section.filtered-testimonial-slider .slider .swiper-slide .testimonial .credit {
                    display: flex;
                    margin-top: auto;
                    margin-bottom: 0;
                }
section.filtered-testimonial-slider .slider .swiper-slide .testimonial .credit .icon {
                        margin-right: 15px;
                        height: 60px;
                    }
section.filtered-testimonial-slider .slider .swiper-slide .testimonial .credit .name {
                        font-size: 22px;
                        margin-bottom: 4px;
                    }
section.filtered-testimonial-slider .slider .swiper-slide .testimonial .credit .text {
                        display: flex;
                        flex-direction: column;
                        margin-bottom: 0;
                    }
body.page-slug--for-teams section.filtered-testimonial-slider[data-background-color="light-orange"] {
        background-color: #FFF9F8;
    }
body.page-slug--for-you section.filtered-testimonial-slider[data-background-color="light-orange"] {
        background-color: #FFF9F8;
    }
section.newsletter-subscription {
    padding: 70px 0;
    background: #FFDFD7;
}
section.newsletter-subscription p {
        color: #4A5162;
        max-width: 500px;
    }
section.newsletter-subscription .heading-container {
        margin-bottom: 20px;
    }
section.newsletter-subscription form {
        display: flex;
        align-self: flex-end;
        margin-bottom: 30px;
        width: 100%;
    }
section.newsletter-subscription form.submitting .button {
                width: 51px !important;
            }
section.newsletter-subscription form .inner-fields-container {
            width: 100%;
        }
section.newsletter-subscription form .inner-fields-container input {
                width: 100%;
            }
section.newsletter-subscription form input {
            padding: 10px 20px;
            border-radius: 20px;
            flex-grow: 1;
        }
section.newsletter-subscription form .button {
            background: #FD8D6F;
            flex-grow: 0;
            margin-left: 15px;
        }
section.newsletter-subscription form .button::before {
                background: #FFDFD7;
                width: 103%;
            }
section.frequently-asked-questions {
    padding: 70px 0;
}
section.frequently-asked-questions .heading {
        text-align: center;
        position: relative;
        margin: 0 auto;
    }
section.frequently-asked-questions .heading .squiggle-container {
            position: absolute;
            top: -30px;
            left: -70px;
            height: 50px;
            z-index: 1;
            pointer-events: none;
        }
section.frequently-asked-questions .heading .squiggle-container svg {
                height: 100%;
            }
section.frequently-asked-questions .faq-container {
        margin-top: 40px;
    }
@media (min-width: 768px) {
section.frequently-asked-questions .faq-container {
            padding: 0 40px
    }
        }
section.frequently-asked-questions .faq-container .faq {
            border-bottom: 1px solid #828CAC;
        }
section.frequently-asked-questions .faq-container .faq.open .question {
                    color: #FD8D6F;
                }
section.frequently-asked-questions .faq-container .faq.open .question .arrow {
                        transform: rotateX(180deg);
                    }
section.frequently-asked-questions .faq-container .faq.open .question .arrow * {
                            fill: #FD8D6F;
                        }
section.frequently-asked-questions .faq-container .faq.open .answer {
                    padding-bottom: 30px;
                }
section.frequently-asked-questions .faq-container .faq .question {
                transition: all 0.2s ease;
                font-weight: 500;
                font-size: 22px;
                padding: 30px 0;
                position: relative;
                cursor: pointer;
            }
section.frequently-asked-questions .faq-container .faq .question:hover {
                    cursor: pointer;
                }
section.frequently-asked-questions .faq-container .faq .question .arrow {
                    transition: all 0.25s ease;
                    position: absolute;
                    right: 0;
                    top: 35px;
                }
section.frequently-asked-questions .faq-container .faq .answer {
                transition: all 0.25s ease;
                padding-bottom: 0;
                height: 0;
                overflow: hidden;
                color: #4A5162;
            }
.page-slug--corporate-enquiry section.frequently-asked-questions {
        background: white;
    }
section.team {
    padding: 70px 0;
    position: relative;
    z-index: 2;
}
section.team .squiggle-container {
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100% + 50px);
        z-index: 1;
        pointer-events: none;
        display: none;
    }
@media (min-width: 768px) {
section.team .squiggle-container {
            display: block
    }
        }
section.team .squiggle-container svg {
            height: 100%;
        }
section.team .squiggle-container.teams {
            height: 50%;
            top: 40%;
            z-index: 2;
        }
section.team .mobile-team-slider {
        margin-top: 30px;
        margin-bottom: 40px;
        max-width: calc(100vw - 40px);
    }
section.team .mobile-team-slider .swiper-slide {
            width: 180px;
        }
section.team .mobile-team-slider .swiper-slide:nth-of-type(even) {
                transform: translateY(-30px);
            }
section.team .mobile-team-slider .person {
            position: relative;
            width: 180px;
            height: 230px;
        }
section.team .mobile-team-slider .person::after {
                content: '';
                position: absolute;
                left: 10px;
                top: 10px;
                width: 100%;
                height: 100%;
                background: #FFF5F2;
                border-radius: 30px;
                z-index: 1;
            }
section.team .mobile-team-slider .person .inner {
                overflow: hidden;
                position: absolute;
                width: 100%;
                height: 100%;
                border-radius: 0 0 20px 20px;
            }
section.team .mobile-team-slider .person .info {
                transition: all 0.25s ease;
                position: absolute;
                z-index: 3;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
            }
section.team .mobile-team-slider .person .info .panel {
                    display: flex;
                    flex-direction: column;
                    text-align: center;
                    background: #FD8D6F;;
                    margin-top: auto;
                    padding: 15px;
                    width: 100%;
                    color: white;
                }
section.team .mobile-team-slider .person .info .panel .name {
                        font-size: 22px;
                        line-height: 1;
                    }
section.team .mobile-team-slider .person .info .panel .position {
                        font-size: 16px;
                    }
section.team .mobile-team-slider .person img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover;
                border-radius: 20px;
                -o-object-position: center;
                   object-position: center;
                z-index: 2;
            }
section.team .container {
        position: relative;
        z-index: 2;
    }
section.team .heading {
        max-width: 320px;
    }
section.team .blurb ul {
            list-style: none;
            padding-left: 40px;
        }
section.team .blurb ul li {
                margin-bottom: 20px;
                position: relative;
            }
section.team .blurb ul li::before {
                    content: '';
                    width: 16px;
                    height: 16px;
                    background: #FCE77C;
                    position: absolute;
                    left: -37px;
                    top: 4px;
                    border-radius: 50%;
                }
section.team .people .person {
            transition: all 0.25s ease;
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 133%;
        }
@media (min-width: 768px) {
section.team .people .person:nth-of-type(2) {
                    transform: translateY(-20px)
            }
                }
@media (min-width: 768px) {
section.team .people .person:nth-of-type(5) {
                    transform: translateY(-20px)
            }
                }
section.team .people .person::after {
                content: '';
                position: absolute;
                left: 10px;
                top: 10px;
                width: 100%;
                height: 100%;
                background: #FFF5F2;
                border-radius: 30px;
                z-index: 1;
            }
section.team .people .person:hover {
                cursor: pointer;
            }
section.team .people .person:hover .info {
                    top: 0;
                }
section.team .people .person.transitioning {
                opacity: 0;
            }
section.team .people .person .inner {
                overflow: hidden;
                position: absolute;
                width: 100%;
                height: 100%;
                border-radius: 0 0 20px 20px;
            }
section.team .people .person .info {
                transition: all 0.25s ease;
                position: absolute;
                z-index: 3;
                top: 100%;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
            }
section.team .people .person .info .panel {
                    display: flex;
                    flex-direction: column;
                    text-align: center;
                    background: #FD8D6F;;
                    margin-top: auto;
                    padding: 15px;
                    width: 100%;
                    color: white;
                }
section.team .people .person .info .panel .name {
                        font-size: 22px;
                        line-height: 1;
                    }
section.team .people .person .info .panel .position {
                        font-size: 16px;
                    }
section.team .people .person img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover;
                border-radius: 20px;
                -o-object-position: center;
                   object-position: center;
                z-index: 2;
            }
section.event-detail-slider {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}
section.event-detail-slider .squiggle-container {
        position: absolute;
        top: 40%;
        left: 0;
        height: calc(100% + 50px);
        z-index: 1;
        pointer-events: none;
        display: none;
    }
@media (min-width: 768px) {
section.event-detail-slider .squiggle-container {
            display: block
    }
        }
section.event-detail-slider .squiggle-container svg {
            height: 100%;
        }
section.event-detail-slider .heading {
        position: relative;
    }
section.event-detail-slider .heading .sparkles {
            position: absolute;
            right: -60px;
            top: -5px;
            width: 50px;
        }
section.event-detail-slider .slider-container {
        padding: 0 20px;
    }
@media (min-width: 768px) {
section.event-detail-slider .slider-container {
            padding: 0 95px
    }
        }
section.event-detail-slider .text-details {
        display: flex;
        flex-direction: column;
    }
@media (min-width: 768px) {
section.event-detail-slider .text-details {
            padding-left: 40px
    }
        }
section.event-detail-slider .text-details .title {
            margin-bottom: 5px;
        }
section.event-detail-slider .text-details .date {
            margin-bottom: 20px;
            font-size: 18px;
            margin-right: auto;
        }
section.event-detail-slider .text-details .list-container {
            margin-top: 20px;
        }
section.event-detail-slider .text-details .list-container.expanded .mobile-expand {
                    height: auto;
                    overflow: auto;
                }
section.event-detail-slider .text-details .list-container .read-more {
                color: #FD8D6F;
                text-decoration: underline;
                cursor: pointer;
                display: block;
            }
section.event-detail-slider .text-details .list-container .read-more:hover {
                    cursor: pointer;
                }
@media (min-width: 768px) {
section.event-detail-slider .text-details .list-container .read-more {
                    display: none
            }
                }
section.event-detail-slider .text-details .list-container .mobile-expand {
                height: 0;
                overflow: hidden;
            }
@media (min-width: 768px) {
section.event-detail-slider .text-details .list-container .mobile-expand {
                    height: auto;
                    overflow: auto
            }
                }
section.event-detail-slider .text-details .list-heading {
            text-transform: uppercase;
            font-size: 14px;
        }
section.event-detail-slider .text-details ul {
            list-style: none;
            padding-left: 40px;
            margin-top: 10px;
        }
section.event-detail-slider .text-details ul li {
                margin-bottom: 20px;
                position: relative;
            }
section.event-detail-slider .text-details ul li::before {
                    content: '';
                    width: 16px;
                    height: 16px;
                    background: #FFDFD7;
                    position: absolute;
                    left: -37px;
                    top: 4px;
                    border-radius: 50%;
                }
section.event-detail-slider .slider {
        position: relative;
        margin-top: 20px;
    }
section.event-detail-slider .slider .swiper-slide {
            transition: all 0.25s ease;
            opacity: 0;
        }
section.event-detail-slider .slider .swiper-slide.swiper-slide-active {
                opacity: 1;
            }
section.event-detail-slider .slider .swiper-pagination {
            bottom: -40px;
            display: block;
        }
@media (min-width: 768px) {
section.event-detail-slider .slider .swiper-pagination {
                display: none
        }
            }
section.event-detail-slider .slider .swiper-pagination .swiper-pagination-bullet {
                transition: all 0.25s ease;
                background: unset;
                border: 1px solid #FD8D6F;
                width: 12px;
                height: 12px;
                opacity: 1;
            }
section.event-detail-slider .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    background: #FD8D6F;
                }
section.event-detail-slider .slider .button-navigation {
            display: none;
            position: absolute;
            top: calc(50% - 25px);
            left: 0;
            width: 100%;
            z-index: 2;
        }
@media (min-width: 768px) {
section.event-detail-slider .slider .button-navigation {
                display: block
        }
            }
section.event-detail-slider .slider .button-navigation .next,
            section.event-detail-slider .slider .button-navigation .prev {
                position: absolute;
                top: 0;
                width: 50px;
                height: 50px;
                background: #FFDFD7;
                border-radius: 50%;
                display: flex;
            }
section.event-detail-slider .slider .button-navigation .next:hover, section.event-detail-slider .slider .button-navigation .prev:hover {
                    cursor: pointer
                }
section.event-detail-slider .slider .button-navigation .next svg, section.event-detail-slider .slider .button-navigation .prev svg {
                    width: 20px;
                    height: 20px;
                    margin: auto;
                }
section.event-detail-slider .slider .button-navigation .next {
                right: -85px;
            }
section.event-detail-slider .slider .button-navigation .prev {
                left: -85px;
            }
section.content-grid {
    padding: 50px 0 70px 0;
    position: relative;
    z-index: auto;
}
@media (min-width: 768px) {
section.content-grid {
        padding: 70px 0
}
    }
section.content-grid .container {
        position: relative;
        z-index: 3;
    }
section.content-grid h1 {
        margin-bottom: 10px;
    }
section.content-grid .heading-container {
        margin-right: auto;
    }
section.content-grid .heading {
        position: relative;
    }
section.content-grid .heading .lines {
            position: absolute;
            right: -0;
            top: -5px;
            width: 50px;
        }
section.content-grid .content-cards {
        margin-top: 40px;
    }
@media (min-width: 768px) {
section.content-grid .content-cards {
            padding: 0 80px
    }
        }
section.content-grid .content-card {
        position: relative;
        width: 100%;
        height: 345px;
        overflow: hidden;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
section.content-grid .content-card:hover {
            cursor: pointer;
        }
section.content-grid .content-card:hover .info-text .short-desc {
                    height: 100%;
                }
@media (min-width: 768px) {
section.content-grid .content-card:hover .info-text .short-desc {
                        height: 50px
                }
                    }
section.content-grid .content-card .image-container {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
section.content-grid .content-card .image-container img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover;
                z-index: 1;
            }
section.content-grid .content-card .image-container .gradient {
                position: absolute;
                z-index: 2;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(179.9deg, rgba(0, 0, 0, 0) 33.9%, rgba(0, 0, 0, 0.85) 99.92%);
            }
section.content-grid .content-card .info-text {
            transition: all 0.25s ease;
            margin-top: auto;
            padding: 16px;
            border-radius: 15px 15px 0 0;
            color: white;
            display: flex;
            flex-direction: column;
            position: relative;
            z-index: 2;
        }
section.content-grid .content-card .info-text .title {
                font-size: 24px;
            }
section.content-grid .content-card .info-text .subtitle {
                font-size: 18px;
                margin-top: 5px;
                margin-bottom: 10px;
            }
section.content-grid .content-card .info-text .short-desc {
                transition: all 0.25s ease;
                height: 0;
                overflow: hidden;
                font-size: 16px;
            }
section.event-purchase {
    padding: 70px 0;
    position: relative;
    z-index: 2;
}
section.event-purchase .squiggle-container {
        display: none;
        position: absolute;
        bottom: -50px;
        right: -10%;
        height: calc(70% + 50px);
        z-index: 2;
        pointer-events: none;
    }
@media (min-width: 768px) {
section.event-purchase .squiggle-container {
            display: block
    }
        }
section.event-purchase .squiggle-container svg {
            height: 100%;
        }
section.event-purchase .container {
        position: relative;
        z-index: 1;
    }
section.event-purchase h1 {
        margin-bottom: 10px;
    }
section.event-purchase .subheading {
        font-size: 32px;
        position: relative;
    }
section.event-purchase .subheading svg {
            width: 100%;
            position: absolute;
            bottom: -15px;
            left: 0;
        }
section.event-purchase .blurb {
        margin-top: 30px;
    }
section.event-purchase .buttons {
        display: flex;
        flex-direction: column;
    }
section.event-purchase .buttons .button {
            margin-bottom: 12px;
            max-width: 390px;
            width: 100%;
            border: 2px solid #FD8D6F;
        }
section.event-purchase .buttons .button:nth-of-type(2) {
                background: unset;
                color: #FD8D6F;
            }
section.featured-people-list {
    padding: 70px 0;
}
section.featured-people-list .heading {
        position: relative;
        margin-right: auto;
        display: inline;
    }
section.featured-people-list .heading .sparkles {
            position: absolute;
            right: -60px;
            top: -5px;
            width: 50px;
        }
section.featured-people-list .people-list {
        display: flex;
        flex-direction: column;
    }
section.featured-people-list .people-list .person {
            padding: 50px 0;
            position: relative;
        }
section.featured-people-list .people-list .person .text-column {
                display: flex;
                flex-direction: column;
            }
section.featured-people-list .people-list .person .text-column .name {
                    font-size: 32px;
                    margin-bottom: 10px;
                    line-height: 1;
                }
section.featured-people-list .people-list .person .text-column .date {
                    margin-right: auto;
                }
section.featured-people-list .people-list .person .text-column .blurb {
                    margin-top: 20px;
                }
section.featured-people-list .people-list .person::after {
                content: '';
                position: absolute;
                bottom: 0;
                width: 33%;
                height: 1px;
                background: grey;
                left: 33%;
            }
section.featured-people-list .people-list .person:first-of-type {
                padding-top: 0;
            }
section.featured-people-list .people-list .person:last-of-type::after {
                    display: none;
                }
section.text-list-and-form {
    padding: 70px 0;
}
section.text-list-and-form .contact-details {
        margin-top: 40px;
    }
section.text-list-and-form .heading {
        font-size: 24px;
        line-height: 25px;
    }
@media (min-width: 768px) {
section.text-list-and-form .heading {
            font-size: 42px;
            line-height: 49px;
            margin-bottom: 10px
    }
        }
section.text-list-and-form .list-container .heading {
            font-size: 24px;
            line-height: 25px;
            margin-top: 50px;
            max-width: 400px;
        }
@media (min-width: 768px) {
section.text-list-and-form .list-container .heading {
                font-size: 32px;
                line-height: 37px
        }
            }
section.text-list-and-form .list-container ul {
            list-style: none;
            padding-left: 40px;
        }
section.text-list-and-form .list-container ul li {
                margin-bottom: 20px;
                position: relative;
            }
section.text-list-and-form .list-container ul li::before {
                    content: '';
                    width: 16px;
                    height: 16px;
                    background: #FFDFD7;
                    position: absolute;
                    left: -37px;
                    top: 4px;
                    border-radius: 50%;
                }
section.text-list-and-form form {
        display: flex;
        flex-direction: column;
    }
section.text-list-and-form form .field {
            position: relative;
            margin-bottom: 20px;
        }
section.text-list-and-form form .field::after {
                content: '';
                position: absolute;
                left: 5px;
                top: 5px;
                width: 100%;
                height: 100%;
                background: #FFDFD7; 
                border-radius: 20px;
                z-index: 1;
            }
section.text-list-and-form form input {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            background: white;
            color: #050328;
        }
section.text-list-and-form form input::-moz-placeholder {
                color: #050328;
            }
section.text-list-and-form form input:-ms-input-placeholder {
                color: #050328;
            }
section.text-list-and-form form input::placeholder {
                color: #050328;
            }
section.text-list-and-form form select {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            background: white;
            color: #050328;
        }
section.text-list-and-form form select::-moz-placeholder {
                color: #050328;
            }
section.text-list-and-form form select:-ms-input-placeholder {
                color: #050328;
            }
section.text-list-and-form form select::placeholder {
                color: #050328;
            }
section.text-list-and-form form textarea {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            height: 120px;
            background: white;
            color: #050328;
        }
section.text-list-and-form form textarea::-moz-placeholder {
                color: #050328;
            }
section.text-list-and-form form textarea:-ms-input-placeholder {
                color: #050328;
            }
section.text-list-and-form form textarea::placeholder {
                color: #050328;
            }
section.text-list-and-form form .button {
            margin-right: auto;
            width: unset;
            background: #FD8D6F;
            color: white;
        }
section.text-list-and-form form .button::before {
                background: #FFF5F2;
                width: 103%;
            }
body.page-slug--corporate-enquiry section.text-list-and-form {
        min-height: calc(100vh - 286px);
    }
@media (min-width: 768px) {
body.page-slug--corporate-enquiry section.text-list-and-form {
            min-height: calc(100vh - 238px)
    }
        }
section.event-card-slider {
    padding: 70px 0;
    overflow: hidden;
}
section.event-card-slider .swiper-slide {
        width: 300px;
    }
@media (min-width: 768px) {
section.event-card-slider .swiper-slide {
            width: 500px
    }
        }
section.event-card-slider .heading {
        position: relative;
    }
section.event-card-slider .heading .lines {
            position: absolute;
            right: -50px;
            top: -5px;
            width: 50px;
        }
section.event-card-slider .container {
        position: relative;
    }
section.event-card-slider .container .left-blocker {
            position: absolute;
            z-index: 2;
            top: 0;
            right: 100%;
            height: 100%;
            background: #FFF5F2;
            width: 100vw;
        }
section.event-card-slider .button-navigation {
        display: none;
        justify-content: flex-end;
        padding-right: 20px;
        margin-top: -90px;
    }
@media (min-width: 768px) {
section.event-card-slider .button-navigation {
            padding-right: 100px;
            display: flex
    }
        }
section.event-card-slider .button-navigation .next,
        section.event-card-slider .button-navigation .prev {
            width: 40px;
            height: 40px;
            background: #FFDFD7;
            margin-left: 15px;
            border-radius: 50%;
            display: flex;
        }
section.event-card-slider .button-navigation .next:hover, section.event-card-slider .button-navigation .prev:hover {
                cursor: pointer
            }
section.event-card-slider .button-navigation .next svg, section.event-card-slider .button-navigation .prev svg {
                width: 20px;
                height: 20px;
                margin: auto;
            }
section.event-card-slider .slider .swiper-wrapper {
            margin-top: 50px;
        }
section.event-card-slider .content-card {
        position: relative;
        width: 300px;
        height: 260px;
        overflow: hidden;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
@media (min-width: 768px) {
section.event-card-slider .content-card {
            width: 500px;
            height: 480px
    }
        }
section.event-card-slider .content-card:hover {
            cursor: pointer;
        }
section.event-card-slider .content-card:hover .info-text .description {
                    margin-top: 20px;
                    height: 50px;
                }
section.event-card-slider .content-card .image-container {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
section.event-card-slider .content-card .image-container img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover;
            }
section.event-card-slider .content-card .info-text {
            transition: all 0.25s ease;
            margin-top: auto;
            padding: 16px;
            border-radius: 15px 15px 0 0;
            color: white;
            display: flex;
            flex-direction: column;
            position: relative;
            z-index: 2;
        }
section.event-card-slider .content-card .info-text .title {
                font-size: 24px;
            }
section.event-card-slider .content-card .info-text .subtitle {
                font-size: 18px;
                margin-top: 5px;
                margin-bottom: 10px;
            }
section.event-card-slider .content-card .info-text .date {
                margin-right: auto;
                color: black;
            }
section.event-card-slider .content-card .info-text .description {
                transition: all 0.25s ease;
                height: 0;
                overflow: hidden;
                font-size: 16px;
            }
section.event-card-slider .content-card .info-text .description * {
                    color: white;
                }
body.page-template--coupon {
    padding-top: 0;
}
body.page-template--coupon header, body.page-template--coupon footer {
        display: none !important;
    }
section.coupon-form {
    padding: 80px 0;
    background: #FFF5F2;
    min-height: 100vh;
    text-align: center;
}
@media (min-width: 1024px) {
section.coupon-form {
        padding: 120px
}
    }
section.coupon-form .container {
        max-width: 600px;
        margin: auto;
    }
section.coupon-form .logo {
        margin: 0 auto 40px auto;
    }
section.coupon-form .intro {
        margin-bottom: 40px;
    }
section.coupon-form .intro .heading-container {
            margin-bottom: 20px;
        }
section.coupon-form .intro h2 {
            margin: auto;
            max-width: 290px;
        }
@media (min-width: 768px) {
section.coupon-form .intro h2 {
                max-width: unset
        }
            }
section.coupon-form .intro h2 svg {
                width: 100%;
            }
section.coupon-form .intro .blurb {
            color: #4A5162;
        }
section.coupon-form .notice {
        font-size: 12px;
        color: #4A5162;
    }
section.coupon-form .notice a {
            text-decoration: underline;
        }
section.coupon-form form {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
section.coupon-form form.submitted .success {
                display: block;
            }
section.coupon-form form .field {
            position: relative;
            margin-bottom: 20px;
        }
section.coupon-form form .field::after {
                content: '';
                position: absolute;
                left: 5px;
                top: 5px;
                width: 100%;
                height: 100%;
                background: #FFDFD7; 
                border-radius: 20px;
                z-index: 1;
            }
section.coupon-form form .error {
            transform: translateY(-15px);
            font-size: 14px;
            color: red;
            text-align: left;
            padding-left: 20px;
            display: none;
        }
section.coupon-form form .error.active {
                display: block;
            }
section.coupon-form form .success {
            color: green;
            text-align: center;
            margin-top: 20px;
            display: none;
        }
section.coupon-form form input {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            color: #050328;
        }
section.coupon-form form input::-moz-placeholder {
                color: #050328;
            }
section.coupon-form form input:-ms-input-placeholder {
                color: #050328;
            }
section.coupon-form form input::placeholder {
                color: #050328;
            }
section.coupon-form form textarea {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            height: 120px;
            color: #050328;
        }
section.coupon-form form textarea::-moz-placeholder {
                color: #050328;
            }
section.coupon-form form textarea:-ms-input-placeholder {
                color: #050328;
            }
section.coupon-form form textarea::placeholder {
                color: #050328;
            }
section.coupon-form form label {
            max-width: 300px;
            text-align: left;
        }
@media (min-width: 768px) {
section.coupon-form form label {
                max-width: unset
        }
            }
section.coupon-form form .button {
            margin-top: 20px;
            margin-right: auto;
            width: 100%;
            background: #FD8D6F;
            color: white;
            height: 40px !important;
        }
section.coupon-form form .button::before {
                background: #FFF5F2;
                width: 103%;
            }
section.card-grid {
    padding: 40px 0;
    position: relative;
}
@media (min-width: 1024px) {
section.card-grid {
        padding: 70px 0
}
    }
section.card-grid .squiggle-container {
        position: absolute;
        bottom: 0;
        left: 40%;
        height: 120%;
        z-index: 2;
        pointer-events: none;
    }
section.card-grid .squiggle-container svg {
            height: 100%;
        }
section.card-grid .intro {
        max-width: 800px;
    }
section.card-grid .intro .heading-container {
            margin-bottom: 20px;
        }
section.card-grid .intro .heading {
            position: relative;
        }
section.card-grid .intro .heading .sparkle {
                width: 50px;
                height: 50px;
                position: absolute;
                left: 100%;
                top: -15px;
            }
section.card-grid .intro .heading .sparkle.lines {
                    width: 30px;
                    height: 30px;
                    top: -25px;
                }
section.card-grid .intro ul {
            list-style-type: disc;
            margin-left: 20px;
        }
section.card-grid .intro a {
            text-decoration: underline;
        }
section.card-grid .card-container {
        margin-top: 64px;
    }
section.card-grid .card-container .card.image-text img {
                    max-width: 100%;
                    margin-bottom: 24px;
                }
section.card-grid .card-container .card.person img {
                    max-width: 100%;
                    margin-bottom: 20px;
                }
section.card-grid .card-container .card.person .info {
                    display: flex;
                    flex-direction: column;
                }
section.card-grid .card-container .card.person .info .name {
                        font-size: 24px;
                    }
section.card-grid .card-container .card.person .info .position {
                        font-size: 14px;
                        text-transform: uppercase;
                        color: #4A5162;
                    }
section.card-grid .card-container .card.person .info .text {
                        margin: 15px 0;
                    }
section.card-grid .card-container .card.person .info .text * {
                            color: #4A5162;
                        }
section.card-grid .card-container .card.person .info a {
                        text-decoration: underline;
                        color: #FD8D6F;
                    }
section.card-grid .card-container .card.text .heading {
                    font-size: 22px;
                }
section.card-grid .card-container .card.video-preview {
                position: relative;
                width: 100%;
                height: 345px;
                overflow: hidden;
                border-radius: 20px;
                display: flex;
                flex-direction: column;
                cursor: pointer;
            }
section.card-grid .card-container .card.video-preview:hover {
                    cursor: pointer;
                }
section.card-grid .card-container .card.video-preview .image-container {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                }
section.card-grid .card-container .card.video-preview .image-container img {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                           object-fit: cover;
                        z-index: 1;
                    }
section.card-grid .card-container .card.video-preview .image-container .gradient {
                        position: absolute;
                        z-index: 2;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: linear-gradient(179.9deg, rgba(0, 0, 0, 0) 33.9%, rgba(0, 0, 0, 0.85) 99.92%);
                    }
section.card-grid .card-container .card.video-preview .info-text {
                    transition: all 0.25s ease;
                    margin-top: auto;
                    padding: 16px;
                    border-radius: 15px 15px 0 0;
                    color: white;
                    display: flex;
                    flex-direction: column;
                    position: relative;
                    z-index: 2;
                }
section.card-grid .card-container .card.video-preview .info-text .title {
                        font-size: 24px;
                    }
section.card-grid .card-container .card.video-preview .info-text .subtitle {
                        font-size: 18px;
                        margin-top: 5px;
                        margin-bottom: 10px;
                    }
section.card-grid .card-container .card.video-preview .info-text .short-desc {
                        transition: all 0.25s ease;
                        height: 0;
                        overflow: hidden;
                        font-size: 16px;
                    }
body.page-slug--about-us section.card-grid[data-background-color="light-orange"] {
        background-color: #FFF9F8;
    }
section.image-and-headed-list {
    padding: 40px 0;
    position: relative;
}
@media (min-width: 1024px) {
section.image-and-headed-list {
        padding: 70px 0
}
    }
section.image-and-headed-list .container {
        position: relative;
        z-index: 1;
    }
section.image-and-headed-list .squiggle-container {
        position: absolute;
        bottom: 100px;
        left: -50px;
        height: 220px;
        z-index: 2;
        pointer-events: none;
        display: none;
    }
@media (min-width: 768px) {
section.image-and-headed-list .squiggle-container {
            display: block
    }
        }
section.image-and-headed-list .squiggle-container svg {
            height: 100%;
        }
section.image-and-headed-list .heading-container {
        display: flex;
    }
section.image-and-headed-list .heading-container .heading {
            margin-right: auto;
            display: flex;
            flex-direction: column;
        }
section.image-and-headed-list .heading-container .heading svg {
                width: 100%;
                height: unset;
            }
section.image-and-headed-list .list-container ul li {
                margin-bottom: 30px;
            }
section.image-and-headed-list .list-container ul li .heading {
                    font-size: 24px;
                    line-height: 1;
                    color: #FD8D6F;
                }
section.image-and-headed-list .list-container ul li .text {

                }
section.image-and-headed-list .image-container {
        position: relative;
        width: calc(100% - 20px);
        height: 0;
        padding-bottom: 66%;
        margin-left: 10px;
    }
@media (min-width: 768px) {
section.image-and-headed-list .image-container {
            width: 100%;
            margin-left: unset
    }
        }
section.image-and-headed-list .image-container::after {
            content: '';
            position: absolute;
            left: -10px;
            top: 10px;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            z-index: 1;
        }
@media (min-width: 768px) {
section.image-and-headed-list .image-container::after {
                left: -20px;
                top: 20px
        }
            }
section.image-and-headed-list .image-container img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            border-radius: 20px;
            -o-object-position: center;
               object-position: center;
            z-index: 2;
            transform: rotate(-1.5deg);
        }
@media (min-width: 768px) {
section.image-and-headed-list .image-container img {
                transform: unset
        }
            }
section.logo-grid {
    padding: 40px 0;
}
@media (min-width: 1024px) {
section.logo-grid {
        padding: 70px 0
}
    }
@media (min-width: 1024px) {
section.logo-grid .logo-container {
            padding: 0 75px
    }
        }
section.logo-grid .logo-container .logo {
            position: relative;
            height: 0;
            overflow: hidden;
            width: 100%;
            padding-bottom: 50%;
        }
section.logo-grid .logo-container .logo img {
                position: absolute;
                left: 0;
                top: 25%;
                width: 100%;
                height: 50%;
                -o-object-fit: contain;
                   object-fit: contain;
            }
section.pricing-options {
    padding: 40px 0;
    background: #FFF5F2;   
}
@media (min-width: 768px) {
section.pricing-options {
        padding: 70px 0   
}
    }
section.pricing-options .container {
        display: flex;
        flex-direction: column;
    }
@media (min-width: 768px) {
section.pricing-options .intro {
            text-align: center
    }
        }
section.pricing-options .intro .heading {
            color: #4A5162;
        }
section.pricing-options .intro .blurb {
            color: #4A5162;
        }
section.pricing-options .squiggle {
        width: 100%;
        margin-top: 30px;
    }
@media (min-width: 768px) {
section.pricing-options .squiggle {
            display: none
    }
        }
section.pricing-options .options-container {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
    }
@media (min-width: 768px) {
section.pricing-options .options-container {
            margin-top: 50px;
            flex-direction: row
    }
        }
section.pricing-options .options-container .option {
            display: flex;
            flex-direction: column;
            text-align: center;
            padding: 20px 60px;
            position: relative;
        }
section.pricing-options .options-container .option:first-of-type {
                margin: unset;
            }
section.pricing-options .options-container .option:first-of-type::after {
                    display: none;
                }
@media (min-width: 768px) {
section.pricing-options .options-container .option:first-of-type {
                    margin-left: auto
            }

                    section.pricing-options .options-container .option:first-of-type::after {
                        display: block;
                    }
                }
section.pricing-options .options-container .option:last-of-type {
                margin: unset;
            }
@media (min-width: 768px) {
section.pricing-options .options-container .option:last-of-type {
                    margin-right: auto
            }
                }
section.pricing-options .options-container .option:last-of-type::after {
                    display: none;
                }
section.pricing-options .options-container .option::after {
                content: '';
                position: absolute;
                right: 0;
                top: 20px;
                width: 1px;
                height: calc(100% - 40px);
                background: #FD8D6F;
            }
section.pricing-options .options-container .option .name {
                font-size: 24px;
                font-weight: 500;
            }
section.pricing-options .options-container .option .subheading {
                font-size: 14px;
                text-transform: uppercase;
                background: #FCE77C;
                margin-left: auto;
                margin-right: auto;
                line-height: 1;
                padding: 5px;
                margin-top: 5px;
            }
section.pricing-options .options-container .option .price {
                font-size: 24px;
                margin-top: auto;
                margin-bottom: 15px;
                padding-top: 20px;
                font-weight: 500;
            }
@media (min-width: 768px) {
section.pricing-options .options-container .option .price {
                    padding-top: 30px;
                    margin-bottom: 24px
            }
                }
section.pricing-options .options-container .option .description {
                font-size: 14px;
                color: #4A5162;
            }
section.pricing-options .button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        background-color: #FD8D6F;
        border-radius: 30px;
        padding: 15px 20px;
        width: 100%;
    }
@media (min-width: 768px) {
section.pricing-options .button {
            padding: 20px 80px;
            width: unset;
            margin-top: 50px
    }
        }
section.logo-line {
    padding: 30px 0;
}
@media (min-width: 768px) {
section.logo-line {
        padding: 60px 0
}
    }
section.logo-line .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
@media (min-width: 768px) {
section.logo-line .container {
            flex-direction: row
    }
        }
section.logo-line .pre-text {
        margin-right: auto;
        width: 100px;
    }
@media (min-width: 768px) {
section.logo-line .pre-text {
            margin: unset
    }
        }
section.logo-line .post-text {
        margin-left: auto;
        width: 100px;
        text-align: right;
    }
@media (min-width: 768px) {
section.logo-line .post-text {
            margin: unset
    }
        }
section.logo-line .slider {
        width: 100%;
        height: 100px;
    }
@media (min-width: 768px) {
section.logo-line .slider {
            display: none
    }
        }
section.logo-line .slider .logo {
            height: 100%;
            padding-bottom: unset;
        }
section.logo-line .logos {
        width: 100%;
        display: none;
    }
@media (min-width: 768px) {
section.logo-line .logos {
            flex-grow: 1;
            display: grid
    }
        }
section.logo-line .logo {
        position: relative;
        height: 0;
        overflow: hidden;
        width: 100%;
        padding-bottom: 50%;
    }
section.logo-line .logo img {
            position: absolute;
            left: 20%;
            top: 20%;
            width: 60%;
            height: 60%;
            -o-object-fit: contain;
               object-fit: contain;
        }
section.pricing-explanation {
    padding: 40px 0;

}
@media (min-width: 768px) {
section.pricing-explanation {
        padding: 70px 0

}
    }
@media (min-width: 768px) {
section.pricing-explanation .container {
            padding: 0 75px
    }
        }
section.pricing-explanation .intro {
        text-align: center;
        display: flex;
        flex-direction: column;
        position: relative;
    }
section.pricing-explanation .intro::after {
            display: none;
            content: '';
            position: absolute;
            right: 0;
            top: 20px;
            width: 1px;
            height: calc(100% - 40px);
            background: #FD8D6F;
        }
@media (min-width: 768px) {
section.pricing-explanation .intro::after {
                display: block
        }
            }
section.pricing-explanation .intro .heading {
            color: #4A5162;
            margin-bottom: 10px;
        }
section.pricing-explanation .intro .blurb {
            color: #4A5162;
        }
section.pricing-explanation .intro .button {
            width: 70%;
            margin: 40px auto 0 auto;
        }
section.pricing-explanation .list-container {
        padding-left: 60px;
        display: none;
    }
@media (min-width: 768px) {
section.pricing-explanation .list-container {
            display: block
    }
        }
section.pricing-explanation ul {
        list-style: none;
        padding-left: 40px;
    }
section.pricing-explanation ul li {
            margin-bottom: 20px;
            position: relative;
            color: #4A5162;
        }
section.pricing-explanation ul li::before {
                content: '';
                width: 16px;
                height: 16px;
                background: #FCE77C;
                position: absolute;
                left: -37px;
                top: 4px;
                border-radius: 50%;
            }
section.pricing-and-form {
    padding: 40px 0;
}
@media (min-width: 768px) {
section.pricing-and-form {
        padding: 70px 0
}
    }
section.pricing-and-form .price {
        font-size: 24px;
    }
section.pricing-and-form .description {
        margin: 15px 0;
    }
section.pricing-and-form .description * {
            color: #4A5162;
        }
section.pricing-and-form .conditions {
        font-size: 12px;
        color: #4A5162;
    }
section.pricing-and-form img {
        margin-top: 40px;
        max-width: 100%;
        display: none;
    }
@media (min-width: 768px) {
section.pricing-and-form img {
            display: block
    }
        }
section.pricing-and-form form {
        display: flex;
        flex-direction: column;
    }
section.pricing-and-form form .field {
            position: relative;
            margin-bottom: 20px;
        }
section.pricing-and-form form .field::after {
                content: '';
                position: absolute;
                left: 5px;
                top: 5px;
                width: 100%;
                height: 100%;
                background: #FFDFD7; 
                border-radius: 20px;
                z-index: 1;
            }
section.pricing-and-form form input {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            background: white;
            color: #050328;
        }
section.pricing-and-form form input::-moz-placeholder {
                color: #050328;
            }
section.pricing-and-form form input:-ms-input-placeholder {
                color: #050328;
            }
section.pricing-and-form form input::placeholder {
                color: #050328;
            }
section.pricing-and-form form select {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            background: white;
            color: #050328;
        }
section.pricing-and-form form select::-moz-placeholder {
                color: #050328;
            }
section.pricing-and-form form select:-ms-input-placeholder {
                color: #050328;
            }
section.pricing-and-form form select::placeholder {
                color: #050328;
            }
section.pricing-and-form form textarea {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            height: 120px;
            background: white;
            color: #050328;
        }
section.pricing-and-form form textarea::-moz-placeholder {
                color: #050328;
            }
section.pricing-and-form form textarea:-ms-input-placeholder {
                color: #050328;
            }
section.pricing-and-form form textarea::placeholder {
                color: #050328;
            }
section.pricing-and-form form .button {
            margin-right: auto;
            width: unset;
            background: #FD8D6F;
            color: white;
        }
section.pricing-and-form form .button::before {
                background: #FFF5F2;
                width: 103%;
            }
section.expert-info {
    padding-bottom: 40px;
}
@media (min-width: 768px) {
section.expert-info {
        padding-bottom: 120px
}
    }
section.expert-info .person {
        position: relative;
        width: 50%;
        height: 0;
        margin-left: 25%;
        padding-bottom: 80%;
        margin-bottom: 30px;
    }
@media (min-width: 768px) {
section.expert-info .person {
            width: 100%;
            padding-bottom: 133%;
            margin-left: unset;
            margin-bottom: unset
    }
        }
section.expert-info .person::after {
            content: '';
            position: absolute;
            left: 10px;
            top: 10px;
            width: 100%;
            height: 100%;
            background: #FFF5F2;
            border-radius: 30px;
            z-index: 1;
        }
section.expert-info .person .inner {
            overflow: hidden;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 0 0 20px 20px;
        }
section.expert-info .person img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            border-radius: 20px;
            -o-object-position: center;
               object-position: center;
            z-index: 2;
        }
section.registration-form {
    padding: 40px 0;
}
@media (min-width: 768px) {
section.registration-form {
        padding: 70px 0
}
    }
section.registration-form form {
        display: flex;
        flex-direction: column;
    }
section.registration-form form .field {
            position: relative;
            margin-bottom: 20px;
        }
section.registration-form form .field::after {
                content: '';
                position: absolute;
                left: 5px;
                top: 5px;
                width: 100%;
                height: 100%;
                background: #FFDFD7;
                border-radius: 20px;
                z-index: 1;
            }
section.registration-form form input {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            background: white;
            color: #050328;
        }
section.registration-form form input::-moz-placeholder {
                color: #050328;
            }
section.registration-form form input:-ms-input-placeholder {
                color: #050328;
            }
section.registration-form form input::placeholder {
                color: #050328;
            }
section.registration-form form select {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            background: white;
            color: #050328;
        }
section.registration-form form select::-moz-placeholder {
                color: #050328;
            }
section.registration-form form select:-ms-input-placeholder {
                color: #050328;
            }
section.registration-form form select::placeholder {
                color: #050328;
            }
section.registration-form form textarea {
            padding: 10px 20px;
            border-radius: 20px;
            width: 100%;
            position: relative;
            z-index: 2;
            height: 120px;
            background: white;
            color: #050328;
        }
section.registration-form form textarea::-moz-placeholder {
                color: #050328;
            }
section.registration-form form textarea:-ms-input-placeholder {
                color: #050328;
            }
section.registration-form form textarea::placeholder {
                color: #050328;
            }
section.registration-form form .button {
            margin-right: auto;
            width: unset;
            background: #FD8D6F;
            color: white;
            max-height: 40px;
        }
section.registration-form form .button::before {
                background: #FFF5F2;
                width: 103%;
            }
@media (min-width: 768px) {
  .md\:order-last {
    order: 9999;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-20 {
    gap: 5rem;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:pr-20 {
    padding-right: 5rem;
  }
}
