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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Aeroport, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(30, 50, 99, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(30, 50, 99, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
@media (min-width: 640px){

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

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

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

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

    .fluid-container{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    @media (min-width: 640px){

        .fluid-container{
            max-width: 640px;
        }
    }

    @media (min-width: 800px){

        .fluid-container{
            max-width: 800px;
        }
    }

    @media (min-width: 1024px){

        .fluid-container{
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px){

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

    .fluid-container{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
p + .wp-block-buttons{
    margin-top: 1rem;
}
.wp-block-button.is-style-primary a{
    border-radius: 0px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration-line: none;
}
.wp-block-button.is-style-primary a.has-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.wp-block-button.is-style-primary a.has-light-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, 1);
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
.wp-block-button.is-style-primary a.has-dark-color{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.wp-block-image.is-style-rjrt img{
    width: 100%;
}
.wp-block-image .wp-element-caption{
    margin-top: 0px;
    margin-bottom: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgba(30, 50, 99, 1);
    background-color: rgba(30, 50, 99, var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 300;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wp-block-separator{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-color: rgba(0, 0, 0, 0.3);
}
.wp-block-separator.has-sky-color{
    height: 2px;
    border-style: none;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #00A1DC var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 161, 220, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    color: transparent;
}
.accordion__item {
    }
.accordion__header{
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.accordion--large .accordion__header{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.accordion__target{
    z-index: 10;
    cursor: pointer;
    font-size: 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.accordion__title{
    font-size: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.accordion--large .accordion__title{
    font-size: 1.25rem;
}
.accordion__body{
    height: 0px;
    overflow: hidden;
        transition: height .25s ease-in;
}
.accordion__padding{
    position: relative;
    margin-bottom: 1.25rem;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 1024px){

    .accordion__padding{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.accordion__icon-wrap{
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.accordion__icon-wrap:hover .accordion__icon{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.accordion__icon{
    font-size: 1.953rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.accordion__icon--expanded{
    display: none;
}
.accordion__item--active .accordion__icon--expanded{
    display: block;
}
.accordion__item--active .accordion__icon--collapsed{
    display: none;
}
/* styles to be shown on public side */
/* this file is automatically compiled w/ other css files */
.color-card{
    position: relative;
    margin-top: 4rem;
}
.color-card + p, .color-card + h2, .color-card + h3{
    margin-top: 4rem;
}
.is-bg-color-grey .color-card__bg{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, 1);
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
.is-bg-color-blue-grad .color-card__bg{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #00A1DC var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 161, 220, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #1E3263 var(--tw-gradient-to-position);
}
.is-bg-color-orange-grad .color-card__bg{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #F0AB00 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(240, 171, 0, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #E88000 var(--tw-gradient-to-position);
}
.is-bg-color-green-grad .color-card__bg{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #93BD2B var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(147, 189, 43, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #4CA951 var(--tw-gradient-to-position);
}
.color-card__content{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
@media (min-width: 1024px){

    .color-card__content{
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
}
.color-card__shape{
    position: absolute;
    top: -0.5rem;
    left: 0px;
    right: 0px;
}
.color-card__svg{
    width: 100%;
}
.is-shape-color-blue .color-card__svg--right{
    fill: #00A1DC;
}
.is-shape-color-blue .color-card__svg--left{
    fill: #1E3263;
}
.is-shape-color-orange .color-card__svg--right{
    fill: #F0AB00;
}
.is-shape-color-orange .color-card__svg--left{
    fill: #E88000;
}
.is-shape-color-green .color-card__svg--right{
    fill: #93BD2B;
}
.is-shape-color-green .color-card__svg--left{
    fill: #4CA951;
}
.full-hero{
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    height: calc(100vh - 6rem);
}
.full-hero__bg{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.full-hero__overlay{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.full-hero__overlay img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.full-hero__media{
    z-index: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.full-hero__media::before {
            content: '';
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            background-color: rgba(0, 0, 0, 0.5);
        }
.full-hero__media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.full-hero__content{
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 1280px){

    .full-hero__content{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    @media (min-width: 640px){

        .full-hero__content{
            max-width: 640px;
        }
    }

    @media (min-width: 800px){

        .full-hero__content{
            max-width: 800px;
        }
    }

    @media (min-width: 1024px){

        .full-hero__content{
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px){

        .full-hero__content{
            max-width: 1280px;
        }
    }
}
@media (min-width: 1024px){

    .full-hero__content{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.full-hero__content{
    position: relative;
    z-index: 20;
}
.full-hero__content h1{
    width: 75%;
    padding-bottom: 6rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.grid {
    display: grid;
}
.grid__item{
    width: 100%;
}
.grid--align-start{
    align-items: flex-start;
}
.grid--align-center{
    align-items: center;
}
.grid--align-end{
    align-items: flex-end;
}
.grid--align-stretch{
    align-items: stretch;
}
.grid--gap-none {}
.grid--gap-small{
    gap: 0.5rem;
}
@media (min-width: 1280px){

    .grid--gap-small{
        gap: 1rem;
    }
}
.grid--gap-normal{
    gap: 1rem;
}
@media (min-width: 1280px){

    .grid--gap-normal{
        gap: 2rem;
    }
}
.grid--gap-large{
    gap: 2rem;
}
@media (min-width: 1280px){

    .grid--gap-large{
        gap: 4rem;
    }
}
/* set up column widths per breakpoint & rows setting */
.grid--cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
        }
.grid--cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        }
.grid--cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
        }
.grid--cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
        }
.grid--cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
        }
.grid--cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-6{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-6{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
        }
.grid--cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-7{
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-7{
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
        }
.grid--cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-8{
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-8{
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
        }
.hero{
    position: relative;
    overflow: hidden;
}
.hero__content{
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 1280px){

    .hero__content{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    @media (min-width: 640px){

        .hero__content{
            max-width: 640px;
        }
    }

    @media (min-width: 800px){

        .hero__content{
            max-width: 800px;
        }
    }

    @media (min-width: 1024px){

        .hero__content{
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px){

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

    .hero__content{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.hero__content{
    position: relative;
    z-index: 30;
    display: flex;
    height: 380px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.5rem;
}
.hero__bg{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.hero__overlay{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    background-image: linear-gradient(to right, #1E3263 0%, transparent 75%);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #1E3263 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 50, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-from-position: 0%;
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-to-position: 75%;
}
.hero__media{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
@media (min-width: 1024px){

    .hero__media{
        width: 60%;
    }
}
.hero__media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero__svg{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.grid__item .image-card{
    height: 100%;
}
.image-card{
    position: relative;
    display: flex;
    align-items: flex-end;
}
.image-card__shape{
    position: absolute;
    top: 0px;
    z-index: 30;
}
.image-card__svg{
    width: 100%;
}
.image-card__bg{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    top: 21px;
    overflow: hidden;
}
.image-card__overlay{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 20;
}
.is-overlay-color-blue .image-card__overlay{
    background-image: linear-gradient(to top, #1E3263 0%, transparent 75%);
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #1E3263 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(30, 50, 99, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.is-overlay-color-sky .image-card__overlay{
    background-image: linear-gradient(to top, #1E3263 0%, transparent 75%);
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #00A1DC var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 161, 220, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.is-overlay-color-orange .image-card__overlay{
    background-image: linear-gradient(to top, #1E3263 0%, transparent 75%);
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #E88000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(232, 128, 0, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.is-overlay-color-green .image-card__overlay{
    background-image: linear-gradient(to top, #1E3263 0%, transparent 75%);
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #4CA951 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(76, 169, 81, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.image-card__media{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.image-card__media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.image-card__content{
    position: relative;
    z-index: 30;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-top: 14rem;
}
.image-swoop{
    position: relative;
    overflow: hidden;
    padding-top: 2rem;
}
@media (min-width: 1024px){

    .image-swoop{
        padding-top: 4rem;
    }
}
.image-swoop__bg{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.image-swoop__bg img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
}
.image-swoop__shape{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.image-swoop__shape img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left top;
       object-position: left top;
}
.image-swoop__media{
    position: relative;
    z-index: 30;
    aspect-ratio: 200/133;
    width: 75%;
}
@media (min-width: 1024px){

    .image-swoop__media{
        width: 800px;
    }
}
.image-swoop__media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
            -webkit-clip-path: url(#image-swoop-mask);
            clip-path: url(#image-swoop-mask);
}
.ingredients {

}
.leader{
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
}
@media not all and (min-width: 1024px){

    .leader{
        flex-direction: column;
    }
}
@media (min-width: 1024px){

    .leader{
        gap: 2rem;
    }
}
.leader__media{
    position: relative;
    height: 850px;
    flex-basis: 40%;
    overflow: hidden;
}
@media (min-width: 1024px){

    .is-alignment-right .leader__media{
        order: 9999;
    }
}
.leader__media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.leader__content{
    margin-top: 1rem;
    flex-basis: 60%;
}
@media (min-width: 1024px){

    .leader__content{
        margin-top: 2rem;
    }

    .is-alignment-right .leader__content{
        order: -9999;
    }
}
.media-text{
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
    align-items: stretch;
    gap: 4rem;
}
@media not all and (min-width: 800px){

    .media-text{
        flex-direction: column;
    }
}
.media-text__bg{
    position: relative;
    min-height: 100%;
    flex-basis: 50%;
}
@media (min-width: 800px){

    .is-alignment-right .media-text__bg{
        order: 9999;
    }
}
.media-text__media{
    height: 100%;
}
.media-text__media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.media-text__content{
    flex-basis: 50%;
}
@media (min-width: 800px){

    .is-alignment-right .media-text__content{
        order: -9999;
    }
}
.media-text__shape{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.media-text__svg{
    position: absolute;
    height: 100%;
    width: 32px;
}
.is-alignment-right .media-text__svg{
    left: -11px;
}
.is-alignment-left .media-text__svg{
    right: -20.5px;
}
.media-text.is-shape-color-blue .media-text__svg--upper{
    fill: #00A1DC;
}
.media-text.is-shape-color-blue .media-text__svg--lower{
    fill: #1E3263;
}
.media-text.is-shape-color-green .media-text__svg--upper{
    fill: #93BD2B;
}
.media-text.is-shape-color-green .media-text__svg--lower{
    fill: #4CA951;
}
.media-text.is-shape-color-orange .media-text__svg--upper{
    fill: #F0AB00;
}
.media-text.is-shape-color-orange .media-text__svg--lower{
    fill: #E88000;
}
.section{
    position: relative;
}
.section__wrap{
    position: relative;
    z-index: 10;
}
.section__content{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.is-width-default .section__content{
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 1280px){

    .is-width-default .section__content{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    @media (min-width: 640px){

        .is-width-default .section__content{
            max-width: 640px;
        }
    }

    @media (min-width: 800px){

        .is-width-default .section__content{
            max-width: 800px;
        }
    }

    @media (min-width: 1024px){

        .is-width-default .section__content{
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px){

        .is-width-default .section__content{
            max-width: 1280px;
        }
    }
}
@media (min-width: 1024px){

    .is-width-default .section__content{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.section__shape{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
}
@media (min-width: 1024px){

    .section__shape{
        display: block;
    }
}
.section__svg svg{
    width: 100%;
}
.section__bg{
    position: absolute;
    z-index: 0;
}
/* heights */
.is-height-auto .section__bg{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.is-height-tall .section__bg{
    top: 0px;
    left: 0px;
    right: 0px;
    height: 675px;
}
/* bg styles */
.is-bg-style-white-solid .section__bg{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.is-bg-style-grey-solid .section__bg{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 244, 1);
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
.is-bg-style-blue-swoop .section__bg img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.is-bg-style-blue-gradient .section__bg img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.is-corner-style-blue .section__bg img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
}
.is-corner-style-green .section__bg img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
}
.is-corner-style-orange .section__bg img{
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
}
h1.wp-block-heading{
    margin-bottom: 2rem;
    font-size: 1.953rem;
}
@media (min-width: 1280px){

    h1.wp-block-heading{
        font-size: 2.441rem;
    }
}
h2.wp-block-heading{
    margin-bottom: 1.5rem;
    font-size: 1.953rem;
}
@media (min-width: 1280px){

    h2.wp-block-heading{
        font-size: 3.052rem;
    }
}
h3.wp-block-heading{
    margin-bottom: 1rem;
    font-size: 1.953rem;
}
@media (min-width: 1280px){

    h3.wp-block-heading{
        font-size: 3.052rem;
    }
}
h4.wp-block-heading{
    margin-bottom: 1rem;
    font-size: 1.125rem;
}
@media (min-width: 1280px){

    h4.wp-block-heading{
        font-size: 1.25rem;
    }
}
.has-inline-color.has-sky-color{
    --tw-text-opacity: 1;
    color: rgba(0, 161, 220, 1);
    color: rgba(0, 161, 220, var(--tw-text-opacity));
}
.wp-block-table thead{
    --tw-text-opacity: 1;
    color: rgba(76, 169, 81, 1);
    color: rgba(76, 169, 81, var(--tw-text-opacity));
}
.wp-block-table td{
    text-align: center;
}
.wp-block-table .has-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.wp-block-quote p{
    margin-bottom: 1rem !important;
    line-height: 2rem !important;
}
.wp-block-quote p{
    position: relative;
    z-index: 0;
    margin-top: 5rem;
    font-size: 1.563rem;
}
.wp-block-quote p::before {
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2750%27 height=%2736.073%27 viewBox=%270 0 50 36.073%27%3E%3Cpath d=%27M10.285,0,0,16.926V36.073H17.564V18.507H9.179L20.252,0ZM40.033,0,29.747,16.926V36.073H47.308V18.507H38.923L50,0Z%27 fill=%27%2300a1dc%27/%3E%3C/svg%3E%0A");
            position: absolute;
            top: -3rem;
            z-index: -10;
            height: 37px;
            width: 50px;
            background-repeat: no-repeat;
        }
.wp-block-quote cite{
        font-style: normal !important;
}
.wp-block-quote cite{
    margin-bottom: 2rem;
    display: block;
}
.wp-block-quote cite::before {
            content: '- ';
        }
.has-text-color:not(.wp-block-separator).has-light-color{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.has-text-color:not(.wp-block-separator).has-sky-color{
    --tw-text-opacity: 1;
    color: rgba(0, 161, 220, 1);
    color: rgba(0, 161, 220, var(--tw-text-opacity));
}
.static{
    position: static;
}
.block{
    display: block;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.hidden{
    display: none;
}
.h-12{
    height: 3rem;
}
.h-\[35px\]{
    height: 35px;
}
.w-12{
    width: 3rem;
}
.w-screen{
    width: 100vw;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-8{
    gap: 2rem;
}
.gap-y-8{
    row-gap: 2rem;
}
.rounded-full{
    border-radius: 9999px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(0, 161, 220, 1);
    border-color: rgba(0, 161, 220, var(--tw-border-opacity));
}
.bg-blue{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 50, 99, 1);
    background-color: rgba(30, 50, 99, var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.fill-blue{
    fill: #1E3263;
}
.fill-blue-300{
    fill: #00A1DC;
}
.fill-white{
    fill: #fff;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pt-8{
    padding-top: 2rem;
}
.text-2xl{
    font-size: 1.563rem;
}
.font-light{
    font-weight: 300;
}
.ordinal{
    --tw-ordinal: ordinal;
    font-feature-settings: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.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);
}
@media not all and (min-width: 1024px){

    .max-lg\:hidden{
        display: none;
    }

    .max-lg\:flex-col{
        flex-direction: column;
    }
}
@media (min-width: 1024px){

    .lg\:hidden{
        display: none;
    }

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

    .lg\:pb-4{
        padding-bottom: 1rem;
    }
}

/*# sourceMappingURL=blocks.css.map*/