@charset "UTF-8";
/* 
    Theme Name: Lasting Health Theme 
    Template: reach-main
*/
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* 
    ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.isolate{
  isolation: isolate;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.block{
  display: block;
}
.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));
}
.italic{
  font-style: italic;
}
/********
 * Utility
 **/
* {
  font-family: calibri, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.museo, .museo strong, .museo em, .museo a, .museo p,
#primary-menu li a,
.contact-details a,
section.hero p,
section.call-to-action p,
.content-link.primary,
.side-link a,
.intro-text.large p,
section.hero.full-image .content h1 span,
input {
  font-family: museo, serif !important;
}

.additional-content p,
section.call-to-action .additional-content p {
  font-family: calibri, sans-serif !important;
}

/*******
 * General
 **/
body{
  padding-top: 74px;
}
@media (min-width: 820px){
  body{
    padding-top: 60px;
  }
}
@media (min-width: 900px){
  body{
    padding-top: 72px;
  }
}
@media (min-width: 1040px){
  body{
    padding-top: 80px;
  }
}
@media (min-width: 1150px){
  body{
    padding-top: 96px;
  }
}
@media (min-width: 1270px){
  body{
    padding-top: 112px;
  }
}

a{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

h1, h2{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px){
  h1, h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  h1, h2{
    font-size: 40px;
    line-height: 1.2em;
  }
}

h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 820px){
  h3{
    font-size: 26px;
  }
}

strong {
  color: inherit;
}

p {
  line-height: 1.3em;
  font-size: 18px;
}

figure{
  margin-top: 0px;
  margin-bottom: 0px;
}

.content ul{
  display: block;
  padding-top: 0.5rem;
}
.content ul li{
  position: relative;
  padding-left: 1rem;
}
.content ul li:before{
  position: absolute;
  left: 0px;
  top: 1px;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
  --tw-content: "•";
  content: var(--tw-content);
}

.content ol {
  counter-reset: item;
}
.content ol li {
  counter-increment: item;
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  line-height: 1.2em;
}
.content ol li:before {
  content: counter(item);
  font-family: museo, serif;
  position: absolute;
  left: 0px;
  top: -5px;
  display: inline-block;
  aspect-ratio: 1/1;
  height: 31px;
  width: 31px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(35 62 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-right: 1px;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  .content ol li:before{
    top: 0px;
  }
}

/*[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    --tw-ring-color: #76B242;
    border-color: #76B242;
}*/
section .section-wrapper{
  grid-column: span 12 / span 12;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: calc(1440px + 10rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 820px){
  section .section-wrapper{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1040px){
  section .section-wrapper{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.side-link{
  position: fixed;
  right: 0px;
  bottom: 35%;
  z-index: 30;
  display: block;
  --tw-translate-x: calc(100% - 40px);
  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));
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-width: 4px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 640px){
  .side-link{
    display: block;
  }
}
.side-link.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.side-link.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
.side-link.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
.side-link.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
.side-link a{
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.side-link a:visited{
  color: rgb(255 255 255 );
}
.side-link a:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.side-link a:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  .side-link a{
    transition-duration: 300ms;
  }
}
.side-link .close{
  position: absolute;
  top: 0.5rem;
  left: 7px;
  z-index: 40;
  display: none;
  cursor: pointer;
}
.side-link .close svg{
  height: 24px;
  width: 24px;
}
.side-link .arrow{
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  --tw-translate-y: -50%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.side-link .arrow svg{
  height: 24px;
  width: 24px;
}
.side-link.active{
  --tw-translate-x: 0px;
  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));
}
.side-link.active .close{
  display: block;
}
.side-link.active .arrow{
  display: none;
}
.side-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 212 228 / var(--tw-bg-opacity, 1));
}
.side-link:hover a{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}

.circle-arrow{
  overflow: hidden;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 820px){
  .circle-arrow{
    transition-duration: 200ms;
  }
}
.circle-arrow svg{
  height: 34px;
  width: 34px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .circle-arrow svg{
    transition-duration: 200ms;
  }
}
.circle-arrow svg circle, .circle-arrow svg path{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .circle-arrow svg circle, .circle-arrow svg path{
    transition-duration: 200ms;
  }
}

.carousel-navigation{
  grid-column: span 12 / span 12;
  margin-top: 2rem;
}
.carousel-navigation .splide-next, .carousel-navigation .splide-prev{
  float: left;
  margin-right: 0.75rem;
  width: auto;
  cursor: pointer;
}
.carousel-navigation .splide-next svg, .carousel-navigation .splide-prev svg{
  overflow: visible;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .carousel-navigation .splide-next svg, .carousel-navigation .splide-prev svg{
    transition-duration: 300ms;
  }
}
.carousel-navigation .splide-next svg circle, .carousel-navigation .splide-next svg path, .carousel-navigation .splide-prev svg circle, .carousel-navigation .splide-prev svg path{
  stroke: #233E6D;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .carousel-navigation .splide-next svg circle, .carousel-navigation .splide-next svg path, .carousel-navigation .splide-prev svg circle, .carousel-navigation .splide-prev svg path{
    transition-duration: 300ms;
  }
}
.carousel-navigation .splide-next:hover svg, .carousel-navigation .splide-prev:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.carousel-navigation .splide-next:hover svg path, .carousel-navigation .splide-prev:hover svg path{
  stroke: #FFFFFF;
}
.carousel-navigation .splide-next.white svg circle, .carousel-navigation .splide-next.white svg path, .carousel-navigation .splide-prev.white svg circle, .carousel-navigation .splide-prev.white svg path{
  stroke: #FFFFFF;
}
.carousel-navigation .splide-next.white:hover svg, .carousel-navigation .splide-prev.white:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.carousel-navigation .splide-next.cream svg circle, .carousel-navigation .splide-next.cream svg path, .carousel-navigation .splide-prev.cream svg circle, .carousel-navigation .splide-prev.cream svg path{
  stroke: #F6F5F0;
}
.carousel-navigation .splide-next.cream:hover svg, .carousel-navigation .splide-prev.cream:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
.carousel-navigation .splide-next.light-blue svg circle, .carousel-navigation .splide-next.light-blue svg path, .carousel-navigation .splide-prev.light-blue svg circle, .carousel-navigation .splide-prev.light-blue svg path{
  stroke: #cbd8df;
}
.carousel-navigation .splide-next.light-blue:hover svg, .carousel-navigation .splide-prev.light-blue:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
.carousel-navigation .splide-next.medium-blue svg circle, .carousel-navigation .splide-next.medium-blue svg path, .carousel-navigation .splide-prev.medium-blue svg circle, .carousel-navigation .splide-prev.medium-blue svg path{
  stroke: #36A9E1;
}
.carousel-navigation .splide-next.medium-blue:hover svg, .carousel-navigation .splide-prev.medium-blue:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
.carousel-navigation .splide-next.dark-blue svg circle, .carousel-navigation .splide-next.dark-blue svg path, .carousel-navigation .splide-prev.dark-blue svg circle, .carousel-navigation .splide-prev.dark-blue svg path{
  stroke: #233E6D;
}
.carousel-navigation .splide-next.dark-blue:hover svg, .carousel-navigation .splide-prev.dark-blue:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.carousel-navigation .splide-next.green svg circle, .carousel-navigation .splide-next.green svg path, .carousel-navigation .splide-prev.green svg circle, .carousel-navigation .splide-prev.green svg path{
  stroke: #AAC476;
}
.carousel-navigation .splide-next.green:hover svg, .carousel-navigation .splide-prev.green:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
.carousel-navigation .splide-next.red svg circle, .carousel-navigation .splide-next.red svg path, .carousel-navigation .splide-prev.red svg circle, .carousel-navigation .splide-prev.red svg path{
  stroke: #F2706D;
}
.carousel-navigation .splide-next.red:hover svg, .carousel-navigation .splide-prev.red:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
.carousel-navigation .splide-next.yellow svg circle, .carousel-navigation .splide-next.yellow svg path, .carousel-navigation .splide-prev.yellow svg circle, .carousel-navigation .splide-prev.yellow svg path{
  stroke: #F0C75E;
}
.carousel-navigation .splide-next.yellow:hover svg, .carousel-navigation .splide-prev.yellow:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
.carousel-navigation .splide-prev svg{
  --tw-rotate: 180deg;
  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));
}

.grecaptcha-badge{
  display: none !important;
}

/********
 * Structure
 **/
.site-header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50000;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.site-header .inner-header{
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1440px + 10rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 820px){
  .site-header .inner-header{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1040px){
  .site-header .inner-header{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.site-header .inner-header .header-wrapper{
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.site-header .inner-header .header-wrapper .site-branding{
  grid-column: span 8 / span 8;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 820px){
  .site-header .inner-header .header-wrapper .site-branding{
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 900px){
  .site-header .inner-header .header-wrapper .site-branding{
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1150px){
  .site-header .inner-header .header-wrapper .site-branding{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.site-header .inner-header .header-wrapper .site-branding .custom-logo-link{
  width: 100%;
}
.site-header .inner-header .header-wrapper .site-branding .custom-logo-link .custom-logo{
  height: auto;
  width: 100%;
  max-width: 250px;
}
@media (min-width: 820px){
  .site-header .inner-header .header-wrapper .site-branding .custom-logo-link .custom-logo{
    max-width: 180px;
  }
}
@media (min-width: 900px){
  .site-header .inner-header .header-wrapper .site-branding .custom-logo-link .custom-logo{
    max-width: 240px;
  }
}
@media (min-width: 1040px){
  .site-header .inner-header .header-wrapper .site-branding .custom-logo-link .custom-logo{
    max-width: 280px;
  }
}
@media (min-width: 1270px){
  .site-header .inner-header .header-wrapper .site-branding .custom-logo-link .custom-logo{
    max-width: 360px;
  }
}
.site-header .inner-header .header-wrapper .nav-wrapper{
  grid-column: span 2 / span 2;
  grid-column-start: 10;
}
@media (min-width: 820px){
  .site-header .inner-header .header-wrapper .nav-wrapper{
    grid-column: span 9 / span 9;
    grid-column-start: 4;
  }
}
@media (min-width: 900px){
  .site-header .inner-header .header-wrapper .nav-wrapper{
    grid-column: span 8 / span 8;
    grid-column-start: 5;
  }
}

.nav-wrapper .main-navigation{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 820px){
  .nav-wrapper .main-navigation{
    position: relative;
    height: 100%;
  }
}
.nav-wrapper .main-navigation .menu-header-container{
  width: 100%;
}
.nav-wrapper .main-navigation #primary-menu{
  position: fixed;
  top: 69px;
  right: -100%;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  padding-top: 5rem;
  transition-property: right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .nav-wrapper .main-navigation #primary-menu{
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 0.5rem;
    height: auto;
    width: auto;
    flex-direction: row;
    justify-content: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0px;
    padding-top: 0px;
  }
}
@media (min-width: 900px){
  .nav-wrapper .main-navigation #primary-menu{
    bottom: 0.75rem;
  }
}
@media (min-width: 1040px){
  .nav-wrapper .main-navigation #primary-menu{
    bottom: 1rem;
  }
}
@media (min-width: 1150px){
  .nav-wrapper .main-navigation #primary-menu{
    bottom: 0.75rem;
  }
}
@media (min-width: 1270px){
  .nav-wrapper .main-navigation #primary-menu{
    bottom: 1rem;
  }
}
.nav-wrapper .main-navigation #primary-menu.active{
  right: 0px;
  display: flex;
}
.nav-wrapper .main-navigation #primary-menu li{
  display: flex;
  align-items: flex-start;
}
.nav-wrapper .main-navigation #primary-menu li:first-child{
  margin-left: 0px;
}
@media (min-width: 820px){
  .nav-wrapper .main-navigation #primary-menu li{
    margin-left: 26px;
  }
}
@media (min-width: 1080px){
  .nav-wrapper .main-navigation #primary-menu li{
    margin-left: 2.5rem;
  }
}
@media (min-width: 1180px){
  .nav-wrapper .main-navigation #primary-menu li{
    margin-left: 3rem;
  }
}
.nav-wrapper .main-navigation #primary-menu li a{
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.4em;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .nav-wrapper .main-navigation #primary-menu li a{
    margin-bottom: 0px;
    width: auto;
    max-width: 120px;
    font-size: 13px;
    transition-duration: 200ms;
  }
}
@media (min-width: 1150px){
  .nav-wrapper .main-navigation #primary-menu li a{
    max-width: 140px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.nav-wrapper .main-navigation #primary-menu li:hover a, .nav-wrapper .main-navigation #primary-menu li.current-menu-item a, .nav-wrapper .main-navigation #primary-menu li.current-page-ancestor a{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
.nav-wrapper .main-navigation #primary-menu li.button{
  margin-top: -4px;
}
.nav-wrapper .main-navigation #primary-menu li.button a{
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: auto;
  max-width: 160px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 112 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3px;
  padding-bottom: 2px;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  .nav-wrapper .main-navigation #primary-menu li.button a{
    min-width: 60px;
  }
}
@media (min-width: 1150px){
  .nav-wrapper .main-navigation #primary-menu li.button a{
    min-width: 111px;
  }
}
.nav-wrapper .main-navigation #primary-menu li.button:hover a, .nav-wrapper .main-navigation #primary-menu li.button.current-menu-item a{
  --tw-border-opacity: 1;
  border-color: rgb(35 62 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hmenu-toggle{
  position: absolute;
  top: 50%;
  right: 2.5rem;
  z-index: 50;
  display: block;
  transform-origin: center;
  --tw-translate-y: -50%;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}

@media (min-width: 820px){
  .hmenu-toggle{
    display: none;
  }
}
.hmenu-toggle.open{
  --tw-rotate: -90deg;
  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));
}

#nav-icon{
  z-index: 50;
  float: right;
  margin: 0px;
  height: 18px;
  width: 32px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
#nav-icon span{
  position: absolute;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  --tw-rotate: 0deg;
  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));
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 8px;
}
#nav-icon span:nth-child(4) {
  top: 16px;
}
#nav-icon.open span{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
#nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2){
  --tw-rotate: 45deg;
  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));
}
#nav-icon.open span:nth-child(3){
  --tw-rotate: -45deg;
  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));
}
#nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

body > #page > footer.site-footer{
  position: relative;
  margin-top: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
  padding-bottom: 40%;
}

@media (min-width: 820px){
  body > #page > footer.site-footer{
    padding-bottom: 0px;
  }
}
body > #page > footer.site-footer .flourish{
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0px;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: 60%;
  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));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 820px){
  body > #page > footer.site-footer .flourish{
    right: 0px;
    top: 0px;
    left: auto;
    height: 100%;
    width: auto;
    --tw-translate-x: 42%;
    --tw-translate-y: 0px;
    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));
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1280px){
  body > #page > footer.site-footer .flourish{
    --tw-translate-x: 36%;
    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));
  }
}
body > #page > footer.site-footer .flourish img{
  height: auto;
  width: 100%;
}
@media (min-width: 820px){
  body > #page > footer.site-footer .flourish img{
    height: 100%;
    width: auto;
  }
}
body > #page > footer.site-footer h3{
  margin-bottom: 0.75rem;
  font-size: 26px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
body > #page > footer.site-footer .inner-footer{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: calc(1440px + 10rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1040px){
  body > #page > footer.site-footer .inner-footer{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
body > #page > footer.site-footer .inner-footer .footer-logo{
  order: 1;
  grid-column: span 12 / span 12;
}
body > #page > footer.site-footer .inner-footer .footer-logo img{
  margin-bottom: 2.5rem;
  height: auto;
  width: 100%;
  max-width: 250px;
}
@media (min-width: 900px){
  body > #page > footer.site-footer .inner-footer .footer-logo img{
    max-width: 240px;
  }
}
@media (min-width: 1040px){
  body > #page > footer.site-footer .inner-footer .footer-logo img{
    max-width: 280px;
  }
}
@media (min-width: 1270px){
  body > #page > footer.site-footer .inner-footer .footer-logo img{
    max-width: 360px;
  }
}
body > #page > footer.site-footer .inner-footer .contact-details{
  order: 2;
  grid-column: span 12 / span 12;
  margin-bottom: 2.5rem;
}
@media (min-width: 640px){
  body > #page > footer.site-footer .inner-footer .contact-details{
    grid-column: span 7 / span 7;
  }
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .contact-details{
    grid-column: span 7 / span 7;
  }
}
@media (min-width: 1040px){
  body > #page > footer.site-footer .inner-footer .contact-details{
    grid-column: span 5 / span 5;
  }
}
@media (min-width: 1280px){
  body > #page > footer.site-footer .inner-footer .contact-details{
    grid-column: span 4 / span 4;
  }
}
body > #page > footer.site-footer .inner-footer .contact-details div{
  margin-bottom: 0.5rem;
}
body > #page > footer.site-footer .inner-footer .contact-details div:last-child{
  margin-bottom: 0px;
}
body > #page > footer.site-footer .inner-footer .contact-details a{
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body > #page > footer.site-footer .inner-footer .contact-details a:visited{
  color: rgb(255 255 255 );
}
body > #page > footer.site-footer .inner-footer .contact-details a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body > #page > footer.site-footer .inner-footer .contact-details a:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body > #page > footer.site-footer .inner-footer .contact-details a:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  body > #page > footer.site-footer .inner-footer .contact-details a{
    font-size: 26px;
  }
}
body > #page > footer.site-footer .inner-footer .contact-details a svg{
  margin-top: -0.25rem;
  margin-right: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}
body > #page > footer.site-footer .inner-footer .contact-details a svg .cls-2{
  stroke: #36A9E1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .contact-details a svg .cls-2{
    transition-duration: 200ms;
  }
}
body > #page > footer.site-footer .inner-footer .contact-details a svg .cls-3{
  fill: #36A9E1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .contact-details a svg .cls-3{
    transition-duration: 200ms;
  }
}
body > #page > footer.site-footer .inner-footer .contact-details a:hover svg .cls-2{
  stroke: #FFFFFF;
}
body > #page > footer.site-footer .inner-footer .contact-details a:hover svg .cls-3{
  fill: #FFFFFF;
}
body > #page > footer.site-footer .inner-footer .social-links{
  order: 3;
  grid-column: span 12 / span 12;
}
@media (min-width: 640px){
  body > #page > footer.site-footer .inner-footer .social-links{
    grid-column: span 3 / span 3;
    grid-column-start: 9;
  }
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .social-links{
    grid-column: span 6 / span 6;
    grid-column-start: 1;
  }
}
@media (min-width: 1040px){
  body > #page > footer.site-footer .inner-footer .social-links{
    grid-column: span 3 / span 3;
    grid-column-start: 7;
  }
}
@media (min-width: 1280px){
  body > #page > footer.site-footer .inner-footer .social-links{
    grid-column: span 3 / span 3;
    grid-column-start: 5;
  }
}
body > #page > footer.site-footer .inner-footer .social-links .socials-wrapper a{
  position: relative;
  margin-right: 0.5rem;
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(54 169 225 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .social-links .socials-wrapper a{
    transition-duration: 200ms;
  }
}
body > #page > footer.site-footer .inner-footer .social-links .socials-wrapper a svg{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  fill: #36A9E1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .social-links .socials-wrapper a svg{
    transition-duration: 200ms;
  }
}
body > #page > footer.site-footer .inner-footer .social-links .socials-wrapper a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
body > #page > footer.site-footer .inner-footer .social-links .socials-wrapper a:hover svg{
  fill: #FFFFFF;
}
body > #page > footer.site-footer .inner-footer .footer-menu{
  order: 4;
  grid-column: span 12 / span 12;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 640px){
  body > #page > footer.site-footer .inner-footer .footer-menu{
    order: 5;
    grid-column: span 4 / span 4;
    grid-column-start: 9;
    margin-top: -2.5rem;
  }
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .footer-menu{
    order: 4;
    grid-column: span 6 / span 6;
    grid-column-start: 1;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1040px){
  body > #page > footer.site-footer .inner-footer .footer-menu{
    grid-column: span 3 / span 3;
    grid-column-start: 7;
    margin-top: 0px;
  }
}
@media (min-width: 1280px){
  body > #page > footer.site-footer .inner-footer .footer-menu{
    grid-column: span 3 / span 3;
    grid-column-start: 8;
  }
}
body > #page > footer.site-footer .inner-footer .footer-menu a{
  margin-bottom: 0.5rem;
  display: inline-block;
  border-bottom-width: 1px;
  border-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .footer-menu a{
    transition-duration: 200ms;
  }
}
body > #page > footer.site-footer .inner-footer .footer-menu a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  text-decoration-line: none;
}
body > #page > footer.site-footer .inner-footer .copyright-wrapper{
  order: 5;
  grid-column: span 12 / span 12;
  margin-bottom: 0.5rem;
  margin-top: 0px;
}
@media (min-width: 640px){
  body > #page > footer.site-footer .inner-footer .copyright-wrapper{
    order: 4;
    grid-column: span 7 / span 7;
  }
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .copyright-wrapper{
    grid-column-start: 1;
  }
}
@media (min-width: 1040px){
  body > #page > footer.site-footer .inner-footer .copyright-wrapper{
    grid-column: span 5 / span 5;
    grid-column-start: 1;
    margin-top: -6rem;
    padding-bottom: 0px;
  }
}
@media (min-width: 1280px){
  body > #page > footer.site-footer .inner-footer .copyright-wrapper{
    margin-top: 0px;
  }
}
body > #page > footer.site-footer .inner-footer .copyright-wrapper a{
  border-bottom-width: 1px;
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
body > #page > footer.site-footer .inner-footer .copyright-wrapper a:visited{
  color: rgb(255 255 255 );
}
body > #page > footer.site-footer .inner-footer .copyright-wrapper a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body > #page > footer.site-footer .inner-footer .copyright-wrapper a:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body > #page > footer.site-footer .inner-footer .copyright-wrapper a:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  body > #page > footer.site-footer .inner-footer .copyright-wrapper a{
    transition-duration: 200ms;
  }
}
body > #page > footer.site-footer .inner-footer .copyright-wrapper a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

/******
 * Pagebuilder
 **/
section.hero .content{
  order: 2;
  grid-column: span 12 / span 12;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 820px){
  section.hero .content{
    order: 1;
    grid-column: span 5 / span 5;
    background-color: transparent;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1040px){
  section.hero .content{
    grid-column: span 4 / span 4;
    padding-top: 4rem;
  }
}
@media (min-width: 1280px){
  section.hero .content{
    padding-bottom: 5rem;
  }
}
section.hero .content.extreme-padding{
  padding-bottom: 3.5rem;
}
@media (min-width: 820px){
  section.hero .content.extreme-padding{
    padding-bottom: 7rem;
  }
}
@media (min-width: 1040px){
  section.hero .content.extreme-padding{
    padding-bottom: 9rem;
  }
}
@media (min-width: 1280px){
  section.hero .content.extreme-padding{
    padding-bottom: 15rem;
  }
}
section.hero .content.large-padding{
  padding-bottom: 3.5rem;
}
@media (min-width: 820px){
  section.hero .content.large-padding{
    padding-bottom: 7rem;
  }
}
@media (min-width: 1040px){
  section.hero .content.large-padding{
    padding-bottom: 9rem;
  }
}
@media (min-width: 1280px){
  section.hero .content.large-padding{
    padding-bottom: 12rem;
  }
}
section.hero .content.medium-padding{
  padding-bottom: 3.5rem;
}
@media (min-width: 820px){
  section.hero .content.medium-padding{
    padding-bottom: 5rem;
  }
}
@media (min-width: 1040px){
  section.hero .content.medium-padding{
    padding-bottom: 7rem;
  }
}
@media (min-width: 1280px){
  section.hero .content.medium-padding{
    padding-bottom: 8rem;
  }
}
section.hero .content h1{
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.hero .content h1.light-blue{
    --tw-text-opacity: 1;
    color: rgb(203 216 223 / var(--tw-text-opacity, 1));
  }
  section.hero .content h1.medium-blue{
    --tw-text-opacity: 1;
    color: rgb(54 169 225 / var(--tw-text-opacity, 1));
  }
  section.hero .content h1.green{
    --tw-text-opacity: 1;
    color: rgb(170 196 118 / var(--tw-text-opacity, 1));
  }
  section.hero .content h1.red{
    --tw-text-opacity: 1;
    color: rgb(242 112 109 / var(--tw-text-opacity, 1));
  }
  section.hero .content h1.yellow{
    --tw-text-opacity: 1;
    color: rgb(240 199 94 / var(--tw-text-opacity, 1));
  }
  section.hero .content h1.black{
    --tw-text-opacity: 1;
    color: rgb(60 60 60 / var(--tw-text-opacity, 1));
  }
  section.hero .content h1.white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
section.hero .content h1 br{
  display: none;
}
@media (min-width: 820px){
  section.hero .content h1 br{
    display: block;
  }
}
section.hero .content p{
  margin-bottom: 1em;
  max-width: none;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.hero .content p:last-child{
  margin-bottom: 0px;
}
@media (min-width: 820px){
  section.hero .content p{
    max-width: 250px;
  }
}
@media (min-width: 1040px){
  section.hero .content p{
    max-width: 450px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
section.hero .content .additional-content{
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 820px){
  section.hero .content .additional-content{
    padding-bottom: 0px;
  }
}
section.hero .content .additional-content p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}
section.hero .content .additional-content ul li:before{
  position: absolute;
  left: 0px;
  top: 1px;
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
  --tw-content: "•";
  content: var(--tw-content);
}
section.hero .content .additional-content ul li{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
section.hero .content .price{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.hero .content.without-additional h1{
    margin-bottom: 2.5rem;
  }
}
section.hero .image{
  position: relative;
  order: 1;
  grid-column: span 12 / span 12;
}
@media (min-width: 820px){
  section.hero .image{
    order: 2;
    grid-column: span 7 / span 7;
    grid-column-start: 6;
  }
}
section.hero .image.cutout picture{
  position: static;
  display: inline;
  height: auto;
}
@media (min-width: 820px){
  section.hero .image.cutout picture{
    position: absolute;
    left: -75px;
    display: block;
    height: 100%;
  }
}
@media (min-width: 1040px){
  section.hero .image.cutout picture{
    left: 0px;
  }
}
@media (min-width: 820px){
  section.hero .image.cutout picture img{
    height: 100%;
    width: auto;
    max-width: none;
  }
  section.hero .image.photo{
    margin-right: -2.5rem;
  }
}
@media (min-width: 1040px){
  section.hero .image.photo{
    margin-right: -5rem;
  }
}
section.hero .image.photo picture{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: block;
}
@media (min-width: 820px){
  section.hero .image.photo picture{
    margin-left: 0px;
    margin-right: 0px;
    display: inline;
  }
}
section.hero .image.photo picture img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.hero.cream .content{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
  z-index: 50;
}
@media (min-width: 820px){
  section.hero.cream .content{
    background-color: transparent;
  }
}
section.hero.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
section.hero.light-blue .content .additional-content ul li:before{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.hero.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
@media (min-width: 820px){
  section.hero.medium-blue p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.medium-blue .content .additional-content p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.medium-blue .content .additional-content ul li{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.medium-blue .content .additional-content ul li:before{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
section.hero.medium-blue .content .additional-content a.content-link.primary{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
section.hero.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
@media (min-width: 820px){
  section.hero.dark-blue p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.dark-blue .content .additional-content p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.dark-blue .content .additional-content ul li{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.dark-blue .content .additional-content ul li:before{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.dark-blue .content .additional-content a.content-link.primary{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
}
section.hero.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
@media (min-width: 820px){
  section.hero.green .content .additional-content ul li:before{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
section.hero.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
@media (min-width: 820px){
  section.hero.red p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.red .content .additional-content p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.red .content .additional-content ul li{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.hero.red .content .additional-content ul li:before{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
section.hero.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
@media (min-width: 820px){
  section.hero.yellow .content .additional-content ul li:before{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.hero.red a.content-link.primary.red{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.hero.red a.content-link.primary.red:hover{
  background-color: transparent;
}

section.hero.full-image{
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
section.hero.full-image .image{
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 101%;
}
@media (min-width: 820px){
  section.hero.full-image .image{
    position: absolute;
    height: 100%;
  }
}
section.hero.full-image .image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero.full-image .section-wrapper{
  position: relative;
  z-index: 10;
}
section.hero.full-image .section-wrapper .content{
  grid-column: span 12 / span 12;
  width: calc(100% + 5rem);
}
@media (min-width: 820px){
  section.hero.full-image .section-wrapper .content{
    max-width: 560px;
  }
  section.hero.full-image .section-wrapper .content p{
    max-width: 450px;
  }
}
section.hero.full-image .section-wrapper h1{
  line-height: 1.2em;
}
@media (min-width: 820px){
  section.hero.full-image .section-wrapper h1{
    font-size: 46px;
  }
}
section.hero.full-image .section-wrapper h1 span{
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.hero.full-image .section-wrapper h1 span{
    display: inline;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
section.hero.full-image .section-wrapper .additional-content p{
  font-size: 1rem;
  line-height: 1.5rem;
}
section.hero.full-image .section-wrapper .content-link.primary{
  margin-top: 0px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.hero.full-image .section-wrapper .content-link.primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

section.video-hero{
  padding-top: 0px;
  padding-bottom: 0px;
}
section.video-hero .content{
  order: 2;
  grid-column: span 12 / span 12;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 820px){
  section.video-hero .content{
    order: 1;
    grid-column: span 5 / span 5;
    padding-right: 50px;
  }
}
@media (min-width: 1040px){
  section.video-hero .content{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 75px;
  }
}
section.video-hero .content.dark-blue svg .cls-1{
  fill: #233E6D;
}
section.video-hero .content.medium-blue svg .cls-1{
  fill: #36A9E1;
}
section.video-hero .content.red svg .cls-1{
  fill: #F2706D;
}
section.video-hero .content.green svg .cls-1{
  fill: #AAC476;
}
section.video-hero .content.yellow svg .cls-1{
  fill: #F0C75E;
}
section.video-hero .content blockquote{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.video-hero .content blockquote{
    text-align: left;
    font-size: 2vw;
  }
}
@media (min-width: 1040px){
  section.video-hero .content blockquote{
    font-size: 1.95vw;
  }
}
@media (min-width: 1620px){
  section.video-hero .content blockquote{
    font-size: 32px;
  }
}
section.video-hero .content .text{
  margin-left: auto;
  margin-right: auto;
  margin-top: -0.75rem;
  max-width: 350px;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.video-hero .content .text{
    margin-left: 0px;
    margin-right: 0px;
    display: none;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1040px){
  section.video-hero .content .text{
    margin-top: 3rem;
    display: block;
  }
}
@media (min-width: 1280px){
  section.video-hero .content .text{
    display: block;
  }
}
section.video-hero .content .text {
  line-height: 1.2em;
}
@media (min-width: 1040px){
  section.video-hero .content .quote{
    margin-top: 7.5%;
    margin-bottom: 7.5%;
  }
}
@media (min-width: 1620px){
  section.video-hero .content .quote{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1040px){
  section.video-hero .content .quote svg{
    width: 9%;
  }
}
@media (min-width: 1620px){
  section.video-hero .content .quote svg{
    width: 48px;
  }
}
section.video-hero .video{
  position: relative;
  order: 1;
  grid-column: span 12 / span 12;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 820px){
  section.video-hero .video{
    order: 2;
    grid-column: span 7 / span 7;
    grid-column-start: 6;
    margin-left: 0px;
    margin-right: -2.5rem;
  }
}
@media (min-width: 1040px){
  section.video-hero .video{
    margin-right: -5rem;
  }
}
section.video-hero .video .video-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(35 62 109 / 0.3);
}
section.video-hero .video .video-title{
  position: relative;
  z-index: 30;
  margin-top: 1rem;
  width: 90%;
  max-width: 250px;
  text-align: center;
  font-size: 4vw;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  section.video-hero .video .video-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 820px){
  section.video-hero .video .video-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1040px){
  section.video-hero .video .video-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  section.video-hero .video .video-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
section.video-hero .video video{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
section.video-hero.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.video-hero.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}

section.section-title{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.section-title .section-wrapper{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.section-title .section-wrapper h3{
  grid-column: span 12 / span 12;
}
@media (min-width: 1040px){
  section.section-title .section-wrapper h3.content{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}
section.section-title.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.section-title.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.section-title.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
section.section-title.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.section-title.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.section-title.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
section.section-title.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.section-title.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}

section.intro-block{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.intro-block .section-wrapper{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 820px){
  section.intro-block .section-wrapper{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1040px){
  section.intro-block .section-wrapper{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.intro-block .section-wrapper.no-padding{
  padding-bottom: 0px;
}
section.intro-block .section-wrapper .intro-text{
  grid-column: span 12 / span 12;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}
section.intro-block .section-wrapper .intro-text p{
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.2em;
}
section.intro-block .section-wrapper .intro-text p:last-child{
  margin-bottom: 0px;
}
@media (min-width: 820px){
  section.intro-block .section-wrapper .intro-text p{
    font-size: 28px;
  }
}
section.intro-block .section-wrapper .intro-text.large p{
  margin-bottom: 0px;
  max-width: 950px;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 820px){
  section.intro-block .section-wrapper .intro-text.large p{
    font-size: 32px;
  }
}
section.intro-block .section-wrapper .intro-text br{
  display: none;
}
@media (min-width: 820px){
  section.intro-block .section-wrapper .intro-text br{
    display: block;
  }
}
section.intro-block .section-wrapper .circle-arrow{
  grid-column: span 12 / span 12;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
section.intro-block .section-wrapper .circle-arrow svg{
  --tw-rotate: 90deg;
  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));
}
section.intro-block .section-wrapper .circle-arrow svg circle, section.intro-block .section-wrapper .circle-arrow svg path{
  stroke: #233E6D;
}
section.intro-block .section-wrapper .circle-arrow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
section.intro-block .section-wrapper .circle-arrow:hover path{
  stroke: #F6F5F0;
}
section.intro-block .section-wrapper .link-wrapper{
  grid-column: span 12 / span 12;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
section.intro-block.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.intro-block.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
section.intro-block.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.intro-block.medium-blue .section-wrapper .circle-arrow svg circle, section.intro-block.medium-blue .section-wrapper .circle-arrow svg path{
  stroke: #FFFFFF;
}
section.intro-block.medium-blue .section-wrapper .circle-arrow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.intro-block.medium-blue .section-wrapper .circle-arrow:hover svg path{
  stroke: #36A9E1;
}
section.intro-block.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.intro-block.dark-blue .section-wrapper .circle-arrow svg circle, section.intro-block.dark-blue .section-wrapper .circle-arrow svg path{
  stroke: #FFFFFF;
}
section.intro-block.dark-blue .section-wrapper .circle-arrow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.intro-block.dark-blue .section-wrapper .circle-arrow:hover svg path{
  stroke: #233E6D;
}
section.intro-block.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.intro-block.green .section-wrapper .circle-arrow svg circle, section.intro-block.green .section-wrapper .circle-arrow svg path{
  stroke: #FFFFFF;
}
section.intro-block.green .section-wrapper .circle-arrow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.intro-block.green .section-wrapper .circle-arrow:hover svg path{
  stroke: #AAC476;
}
section.intro-block.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.intro-block.red .section-wrapper .circle-arrow svg circle, section.intro-block.red .section-wrapper .circle-arrow svg path{
  stroke: #FFFFFF;
}
section.intro-block.red .section-wrapper .circle-arrow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.intro-block.red .section-wrapper .circle-arrow:hover svg path{
  stroke: #F2706D;
}
section.intro-block.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
section.intro-block.yellow .section-wrapper .circle-arrow:hover svg path{
  stroke: #F0C75E;
}

section.text-with-media .section-wrapper{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  section.text-with-media .section-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 820px){
  section.text-with-media .section-wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1040px){
  section.text-with-media .section-wrapper{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.text-with-media .section-wrapper.full{
  padding-top: 0px;
  padding-bottom: 0px;
}
section.text-with-media .section-wrapper.full .content{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
  section.text-with-media .section-wrapper.full .content{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper.full .content{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1040px){
  section.text-with-media .section-wrapper.full .content{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.text-with-media .section-wrapper .content{
  position: relative;
  z-index: 30;
  order: 2;
  grid-column: span 12 / span 12;
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper .content{
    order: 1;
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1040px){
  section.text-with-media .section-wrapper .content{
    grid-column: span 4 / span 4;
    grid-column-start: 2;
  }
}
section.text-with-media .section-wrapper .content h3, section.text-with-media .section-wrapper .content .sign-off-text{
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.1em;
}
@media (min-width: 640px){
  section.text-with-media .section-wrapper .content h3, section.text-with-media .section-wrapper .content .sign-off-text{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.1em;
  }
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper .content h3, section.text-with-media .section-wrapper .content .sign-off-text{
    line-height: 1.1em;
  }
}
@media (min-width: 1040px){
  section.text-with-media .section-wrapper .content h3, section.text-with-media .section-wrapper .content .sign-off-text{
    line-height: 1.1em;
  }
}
@media (min-width: 1280px){
  section.text-with-media .section-wrapper .content h3, section.text-with-media .section-wrapper .content .sign-off-text{
    font-size: 40px;
    line-height: 1.1em;
  }
}
section.text-with-media .section-wrapper .content h3.medium-blue, section.text-with-media .section-wrapper .content .sign-off-text.medium-blue{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
section.text-with-media .section-wrapper .content h3.dark-blue, section.text-with-media .section-wrapper .content .sign-off-text.dark-blue{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.text-with-media .section-wrapper .content h3.red, section.text-with-media .section-wrapper .content .sign-off-text.red{
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
section.text-with-media .section-wrapper .content h3.green, section.text-with-media .section-wrapper .content .sign-off-text.green{
  --tw-text-opacity: 1;
  color: rgb(170 196 118 / var(--tw-text-opacity, 1));
}
section.text-with-media .section-wrapper .content h3.yellow, section.text-with-media .section-wrapper .content .sign-off-text.yellow{
  --tw-text-opacity: 1;
  color: rgb(240 199 94 / var(--tw-text-opacity, 1));
}
section.text-with-media .section-wrapper .content .intro{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper .content .intro{
    font-size: 22px;
  }
}
@media (min-width: 1040px){
  section.text-with-media .section-wrapper .content .intro{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
section.text-with-media .section-wrapper .content p{
  margin-bottom: 1em;
}
section.text-with-media .section-wrapper .content p:last-child{
  margin-bottom: 0px;
}
section.text-with-media .section-wrapper .content ul{
  margin-bottom: 1em;
  display: block;
  padding-top: 0.5rem;
  padding-right: 10%;
}
section.text-with-media .section-wrapper .content ul li{
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
section.text-with-media .section-wrapper .content .content-link{
  margin-bottom: 1rem;
}
section.text-with-media .section-wrapper .content .sign-off-text{
  margin-bottom: 0px;
  margin-top: 0.5em;
}
section.text-with-media .section-wrapper .content .sign-off-text p{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 640px){
  section.text-with-media .section-wrapper .content .sign-off-text p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px){
  section.text-with-media .section-wrapper .content .sign-off-text p{
    font-size: 26px;
  }
}
section.text-with-media .section-wrapper .media{
  order: 1;
  grid-column: span 12 / span 12;
  margin-bottom: 2rem;
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper .media{
    order: 2;
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    margin-bottom: 0px;
  }
}
@media (min-width: 1040px){
  section.text-with-media .section-wrapper .media{
    grid-column: span 5 / span 5;
    grid-column-start: 7;
  }
}
section.text-with-media .section-wrapper .media .video-container{
  position: relative;
  height: 100%;
  width: 100%;
}
section.text-with-media .section-wrapper .media .video-container video[poster]{
  -o-object-fit: cover;
     object-fit: cover;
}
section.text-with-media .section-wrapper .media .video-container .video-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(35 62 109 / 0.7);
}
section.text-with-media .section-wrapper .media .video-container .video-title{
  position: relative;
  z-index: 30;
  margin-top: 1rem;
  width: 90%;
  max-width: 250px;
  text-align: center;
  font-size: 4vw;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  section.text-with-media .section-wrapper .media .video-container .video-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper .media .video-container .video-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1040px){
  section.text-with-media .section-wrapper .media .video-container .video-title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  section.text-with-media .section-wrapper .media .video-container .video-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
section.text-with-media .section-wrapper .media iframe{
  aspect-ratio: 16/9;
  width: 100%;
}
section.text-with-media .section-wrapper .media.image{
  position: relative;
  height: 100%;
}
section.text-with-media .section-wrapper .media.image img.full{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.text-with-media .section-wrapper .media.image .background{
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.text-with-media .section-wrapper .media.image .background.desktop{
  margin-left: -5rem;
  margin-right: -10rem;
  display: none;
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper .media.image .background.desktop{
    display: block;
  }
}
section.text-with-media .section-wrapper .media.image .background.mobile{
  display: block;
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper .media.image .background.mobile{
    display: none;
  }
}
section.text-with-media .section-wrapper.reversed .content{
  order: 2;
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper.reversed .content{
    order: 2;
    grid-column: span 5 / span 5;
    grid-column-start: 7;
  }
}
@media (min-width: 1040px){
  section.text-with-media .section-wrapper.reversed .content{
    grid-column: span 4 / span 4;
    grid-column-start: 8;
  }
}
section.text-with-media .section-wrapper.reversed .media{
  order: 1;
}
@media (min-width: 820px){
  section.text-with-media .section-wrapper.reversed .media{
    order: 1;
    grid-column: span 5 / span 5;
    grid-column-start: 1;
  }
}
@media (min-width: 1040px){
  section.text-with-media .section-wrapper.reversed .media{
    grid-column: span 5 / span 5;
    grid-column-start: 2;
  }
}
section.text-with-media .section-wrapper.reversed .media.image .background.desktop{
  margin-left: -10rem;
  margin-right: -5rem;
}
section.text-with-media.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.text-with-media.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.text-with-media.blue{
  --tw-bg-opacity: 1;
  background-color: rgb(174 212 228 / var(--tw-bg-opacity, 1));
}
section.text-with-media.blue .section-wrapper .content .intro, section.text-with-media.blue .section-wrapper .content p{
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}

section.text-with-image .section-wrapper{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 640px){
  section.text-with-image .section-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 820px){
  section.text-with-image .section-wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1040px){
  section.text-with-image .section-wrapper{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.text-with-image .section-wrapper .content-row{
  grid-column: span 12 / span 12;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 1040px){
  section.text-with-image .section-wrapper .content-row{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}
section.text-with-image .section-wrapper .content-row .column{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 6rem);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
section.text-with-image .section-wrapper .content-row .column:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 820px){
  section.text-with-image .section-wrapper .content-row .column{
    margin-left: 0px;
    margin-right: 0px;
    width: calc(50% - 12px);
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  section.text-with-image .section-wrapper .content-row .column:nth-child(even){
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
section.text-with-image .section-wrapper .content-row .column h3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 820px){
  section.text-with-image .section-wrapper .content-row .column h3{
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1040px){
  section.text-with-image .section-wrapper .content-row .column h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
section.text-with-image .section-wrapper .content-row .column h3.medium-blue{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
section.text-with-image .section-wrapper .content-row .column h3.dark-blue{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.text-with-image .section-wrapper .content-row .column h3.red{
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
section.text-with-image .section-wrapper .content-row .column h3.green{
  --tw-text-opacity: 1;
  color: rgb(170 196 118 / var(--tw-text-opacity, 1));
}
section.text-with-image .section-wrapper .content-row .column h3.yellow{
  --tw-text-opacity: 1;
  color: rgb(240 199 94 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.text-with-image .section-wrapper .content-row .column p{
    padding-right: 5rem;
  }
}
section.text-with-image.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-color: transparent;
}
section.text-with-image.cream{
  background-color: transparent;
}
@media (min-width: 820px){
  section.text-with-image.cream{
    --tw-bg-opacity: 1;
    background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
  }
}

section.call-to-action .section-wrapper .image{
  grid-column: span 12 / span 12;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (min-width: 820px){
  section.call-to-action .section-wrapper .image{
    grid-column: span 6 / span 6;
    margin-left: 0px;
    margin-right: 0px;
  }
  section.call-to-action .section-wrapper .image.full{
    margin-left: -2.5rem;
  }
}
@media (min-width: 1040px){
  section.call-to-action .section-wrapper .image.full{
    margin-left: -5rem;
  }
}
section.call-to-action .section-wrapper .image picture img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.call-to-action .section-wrapper .text-wrapper{
  grid-column: span 12 / span 12;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
@media (min-width: 820px){
  section.call-to-action .section-wrapper .text-wrapper{
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1040px){
  section.call-to-action .section-wrapper .text-wrapper{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
section.call-to-action .section-wrapper .text-wrapper h2{
  margin-bottom: 1rem;
}
section.call-to-action .section-wrapper .text-wrapper h2 br{
  display: none;
}
@media (min-width: 820px){
  section.call-to-action .section-wrapper .text-wrapper h2 br{
    display: block;
  }
}
section.call-to-action .section-wrapper .text-wrapper h2.dark-blue{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.call-to-action .section-wrapper .text-wrapper h2.medium-blue{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
section.call-to-action .section-wrapper .text-wrapper h2.red{
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
section.call-to-action .section-wrapper .text-wrapper h2.white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.call-to-action .section-wrapper .text-wrapper .text-content{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 820px){
  section.call-to-action .section-wrapper .text-wrapper .text-content{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
section.call-to-action .section-wrapper .text-wrapper p{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  max-width: 500px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.call-to-action .section-wrapper .text-wrapper p:last-child{
  margin-bottom: 0px;
}
@media (min-width: 820px){
  section.call-to-action .section-wrapper .text-wrapper p{
    max-width: none;
  }
}
@media (min-width: 1040px){
  section.call-to-action .section-wrapper .text-wrapper p{
    max-width: 500px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
section.call-to-action .section-wrapper .text-wrapper .additional-content{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  max-width: 500px;
}
@media (min-width: 820px){
  section.call-to-action .section-wrapper .text-wrapper .additional-content{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    max-width: none;
    padding-bottom: 0px;
  }
}
@media (min-width: 1040px){
  section.call-to-action .section-wrapper .text-wrapper .additional-content{
    max-width: 500px;
  }
}
section.call-to-action .section-wrapper .text-wrapper .additional-content p{
  max-width: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}
section.call-to-action .section-wrapper .text-wrapper .additional-content ul{
  display: block;
  padding-top: 0.5rem;
}
section.call-to-action .section-wrapper .text-wrapper .additional-content ul li{
  position: relative;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
section.call-to-action .section-wrapper .text-wrapper .additional-content ul li:before{
  position: absolute;
  left: 0px;
  top: 1px;
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
  --tw-content: "•";
  content: var(--tw-content);
}
section.call-to-action .section-wrapper .text-wrapper .content-link{
  margin-top: 1.5rem;
}
section.call-to-action.white, section.call-to-action .text-wrapper.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.call-to-action.cream, section.call-to-action .text-wrapper.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.call-to-action.light-blue, section.call-to-action .text-wrapper.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
section.call-to-action.medium-blue, section.call-to-action .text-wrapper.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
section.call-to-action.medium-blue p, section.call-to-action.medium-blue .additional-content p, section.call-to-action .text-wrapper.medium-blue p, section.call-to-action .text-wrapper.medium-blue .additional-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.call-to-action.dark-blue, section.call-to-action .text-wrapper.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
section.call-to-action.dark-blue p, section.call-to-action.dark-blue .additional-content p, section.call-to-action .text-wrapper.dark-blue p, section.call-to-action .text-wrapper.dark-blue .additional-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.call-to-action.green, section.call-to-action .text-wrapper.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
section.call-to-action.red, section.call-to-action .text-wrapper.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
section.call-to-action.red p, section.call-to-action.red .additional-content p, section.call-to-action .text-wrapper.red p, section.call-to-action .text-wrapper.red .additional-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.call-to-action.yellow, section.call-to-action .text-wrapper.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
section.call-to-action.standard{
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 640px){
  section.call-to-action.standard{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 820px){
  section.call-to-action.standard{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1040px){
  section.call-to-action.standard{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

section.testimonial .section-wrapper{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 820px){
  section.testimonial .section-wrapper{
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
section.testimonial .section-wrapper .quote-wrapper{
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 820px){
  section.testimonial .section-wrapper .quote-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.testimonial .section-wrapper .quote-wrapper blockquote.testimonial{
  grid-column: span 12 / span 12;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 820px){
  section.testimonial .section-wrapper .quote-wrapper blockquote.testimonial{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1040px){
  section.testimonial .section-wrapper .quote-wrapper blockquote.testimonial{
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
section.testimonial .section-wrapper .quote-wrapper cite{
  grid-column: span 12 / span 12;
  margin-top: -2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
}
@media (min-width: 820px){
  section.testimonial .section-wrapper .quote-wrapper cite{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
section.testimonial .section-wrapper .quote-wrapper blockquote.testimonial.dark-blue, section.testimonial .section-wrapper .quote-wrapper cite.dark-blue{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper blockquote.testimonial.medium-blue, section.testimonial .section-wrapper .quote-wrapper cite.medium-blue{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper blockquote.testimonial.red, section.testimonial .section-wrapper .quote-wrapper cite.red{
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper blockquote.testimonial.white, section.testimonial .section-wrapper .quote-wrapper cite.white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper.white .quote svg .cls-1, section.testimonial .section-wrapper .quote-wrapper.cream .quote svg .cls-1, section.testimonial .section-wrapper .quote-wrapper.light-blue .quote svg .cls-1{
  fill: #233E6D;
}
section.testimonial .section-wrapper .quote-wrapper.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
section.testimonial .section-wrapper .quote-wrapper.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
section.testimonial.content{
  background-color: transparent !important;
}
section.testimonial.content .section-wrapper{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
section.testimonial.content .section-wrapper .quote-wrapper{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 820px){
  section.testimonial.content .section-wrapper .quote-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.quote{
  grid-column: span 12 / span 12;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}
.quote svg{
  width: 48px;
}
.quote svg .cls-1{
  fill: #FFFFFF;
}
.quote.close-quote svg{
  --tw-rotate: 180deg;
  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));
}

section.disclaimer{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.disclaimer p{
  grid-column: span 12 / span 12;
  line-height: 1.3em;
}
@media (min-width: 820px){
  section.disclaimer p{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}
@media (min-width: 1040px){
  section.disclaimer p{
    grid-column: span 7 / span 7;
    grid-column-start: 2;
  }
}
section.disclaimer.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.disclaimer.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.disclaimer.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
section.disclaimer.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.disclaimer.dark-blue{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.disclaimer.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
section.disclaimer.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
section.disclaimer.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
section.disclaimer.half p{
  margin-bottom: 2.5rem;
  padding-top: 0px;
}
@media (min-width: 820px){
  section.disclaimer.half p{
    grid-column: span 7 / span 7;
    grid-column-start: 2;
  }
}
@media (min-width: 1040px){
  section.disclaimer.half p{
    grid-column: span 6 / span 6;
    grid-column-start: 2;
  }
}

section.latest-news{
  padding-bottom: 1.5rem;
}

@media (min-width: 820px){
  section.latest-news{
    padding-bottom: 3rem;
  }
}

@media (min-width: 1040px){
  section.latest-news{
    padding-bottom: 3.5rem;
  }
}
section.latest-news .section-wrapper h2{
  grid-column: span 4 / span 4;
}
@media (min-width: 640px){
  section.latest-news .section-wrapper h2{
    grid-column: span 6 / span 6;
  }
}
section.latest-news .section-wrapper h2.dark-blue{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.latest-news .section-wrapper h2.medium-blue{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
section.latest-news .section-wrapper h2.red{
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
section.latest-news .section-wrapper .link-wrapper{
  grid-column: span 8 / span 8;
  grid-column-start: 5;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 640px){
  section.latest-news .section-wrapper .link-wrapper{
    grid-column: span 6 / span 6;
    grid-column-start: 7;
  }
}
section.latest-news .section-wrapper .link-wrapper a{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.latest-news .section-wrapper .link-wrapper a{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
section.latest-news.none{
  padding-top: 0px;
}
section.latest-news.standard{
  padding-top: 1.5rem;
}
@media (min-width: 820px){
  section.latest-news.standard{
    padding-top: 3rem;
  }
}
@media (min-width: 1040px){
  section.latest-news.standard{
    padding-top: 4rem;
  }
}
section.latest-news.large{
  padding-top: 1.5rem;
}
@media (min-width: 820px){
  section.latest-news.large{
    padding-top: 4rem;
  }
}
@media (min-width: 1040px){
  section.latest-news.large{
    padding-top: 7rem;
  }
}
section.latest-news.extreme{
  padding-top: 1.5rem;
}
@media (min-width: 820px){
  section.latest-news.extreme{
    padding-top: 6rem;
  }
}
@media (min-width: 1040px){
  section.latest-news.extreme{
    padding-top: 9rem;
  }
}
section.latest-news.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.latest-news.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.latest-news.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
section.latest-news .card-wrapper{
  grid-column: span 12 / span 12;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  border-top-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(35 62 109 / var(--tw-border-opacity, 1));
  padding-top: 3rem;
}
section.latest-news .card-wrapper .news-card:last-child{
  display: none;
}
@media (min-width: 1040px){
  section.latest-news .card-wrapper .news-card:last-child{
    display: block;
  }
}

section.newsletter-signup{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media (min-width: 640px){
  section.newsletter-signup{
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 820px){
  section.newsletter-signup{
    margin-bottom: 4rem;
    margin-top: 0px;
  }
}
section.newsletter-signup.top-margin{
  margin-top: 3rem;
}
section.newsletter-signup .section-wrapper .inner-wrapper{
  position: relative;
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
section.newsletter-signup .section-wrapper .inner-wrapper h3{
  grid-column: span 12 / span 12;
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.newsletter-signup .section-wrapper .inner-wrapper .form{
  position: relative;
  z-index: 20;
  grid-column: span 12 / span 12;
  max-width: 720px;
}
section.newsletter-signup .section-wrapper .inner-wrapper .form form{
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(255 255 255 / 0.85);
  padding-left: 1.5rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
section.newsletter-signup .section-wrapper .inner-wrapper .form form .form-content{
  margin-bottom: 1.5rem;
}
@media (min-width: 640px){
  section.newsletter-signup .section-wrapper .inner-wrapper .form form .form-content{
    padding-right: 2.5rem;
  }
}
@media (min-width: 820px){
  section.newsletter-signup .section-wrapper .inner-wrapper .form form .form-content{
    margin-bottom: 0px;
    width: 50%;
    padding-right: 4rem;
  }
}
section.newsletter-signup .section-wrapper .inner-wrapper .form form .form-content p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.newsletter-signup .section-wrapper .inner-wrapper .form form .form-content p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  section.newsletter-signup .section-wrapper .inner-wrapper .form form .form-wrapper{
    width: 50%;
  }
}
section.newsletter-signup .section-wrapper .inner-wrapper .quote-wrapper{
  position: relative;
  z-index: 20;
  grid-column: span 12 / span 12;
  grid-column-start: 1;
  grid-row-start: 3;
  max-width: 720px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
@media (min-width: 820px){
  section.newsletter-signup .section-wrapper .inner-wrapper .quote-wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
section.newsletter-signup .section-wrapper .inner-wrapper .quote-wrapper svg{
  --tw-drop-shadow: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
  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);
}
section.newsletter-signup .section-wrapper .inner-wrapper .quote-wrapper svg .cls-1{
  fill: #FFFFFF;
}
section.newsletter-signup .section-wrapper .inner-wrapper .quote-wrapper blockquote{
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
  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 (min-width: 820px){
  section.newsletter-signup .section-wrapper .inner-wrapper .quote-wrapper blockquote{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1040px){
  section.newsletter-signup .section-wrapper .inner-wrapper .quote-wrapper blockquote{
    font-size: 40px;
  }
}
section.newsletter-signup .section-wrapper .inner-wrapper:before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / 0.2);
  mix-blend-mode: multiply;
  --tw-content: "";
  content: var(--tw-content);
}
section.newsletter-signup .section-wrapper .inner-wrapper.white input[type=text], section.newsletter-signup .section-wrapper .inner-wrapper.white input[type=email]{
  --tw-text-opacity: 1 !important;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1)) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.white input[type=text]::-moz-placeholder, section.newsletter-signup .section-wrapper .inner-wrapper.white input[type=email]::-moz-placeholder{
  color: rgb(60 60 60 / 0.5) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.white input[type=text]::placeholder, section.newsletter-signup .section-wrapper .inner-wrapper.white input[type=email]::placeholder{
  color: rgb(60 60 60 / 0.5) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.white input[type=submit]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 62 109 / var(--tw-border-opacity, 1)) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.dark-blue form{
  background-color: rgb(35 62 109 / 0.85);
}
section.newsletter-signup .section-wrapper .inner-wrapper.dark-blue:before{
  background-color: rgb(35 62 109 / 0.15);
}
section.newsletter-signup .section-wrapper .inner-wrapper.dark-blue form .form-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.newsletter-signup .section-wrapper .inner-wrapper.dark-blue input[type=submit]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1)) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.dark-blue input[type=submit]:hover{
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.medium-blue form{
  background-color: rgb(54 169 225 / 0.85);
}
section.newsletter-signup .section-wrapper .inner-wrapper.medium-blue:before{
  background-color: rgb(54 169 225 / 0.15);
}
section.newsletter-signup .section-wrapper .inner-wrapper.light-blue form{
  background-color: rgb(203 216 223 / 0.85);
}
section.newsletter-signup .section-wrapper .inner-wrapper.light-blue:before{
  background-color: rgb(203 216 223 / 0.2);
}
section.newsletter-signup .section-wrapper .inner-wrapper.light-blue input[type=text], section.newsletter-signup .section-wrapper .inner-wrapper.light-blue input[type=email]{
  --tw-text-opacity: 1 !important;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1)) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.light-blue input[type=text]::-moz-placeholder, section.newsletter-signup .section-wrapper .inner-wrapper.light-blue input[type=email]::-moz-placeholder{
  color: rgb(60 60 60 / 0.5) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.light-blue input[type=text]::placeholder, section.newsletter-signup .section-wrapper .inner-wrapper.light-blue input[type=email]::placeholder{
  color: rgb(60 60 60 / 0.5) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.green form{
  background-color: rgb(170 196 118 / 0.85);
}
section.newsletter-signup .section-wrapper .inner-wrapper.green:before{
  background-color: rgb(170 196 118 / 0.2);
}
section.newsletter-signup .section-wrapper .inner-wrapper.red form{
  background-color: rgb(242 112 109 / 0.85);
}
section.newsletter-signup .section-wrapper .inner-wrapper.red:before{
  background-color: rgb(242 112 109 / 0.2);
}
section.newsletter-signup .section-wrapper .inner-wrapper.red form .form-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.newsletter-signup .section-wrapper .inner-wrapper.yellow form{
  background-color: rgb(240 199 94 / 0.85);
}
section.newsletter-signup .section-wrapper .inner-wrapper.yellow:before{
  background-color: rgb(240 199 94 / 0.2);
}
section.newsletter-signup .section-wrapper .inner-wrapper.orange form{
  background-color: rgb(240 127 31 / 0.85);
}
section.newsletter-signup .section-wrapper .inner-wrapper.orange:before{
  background-color: rgb(240 127 31 / 0.2);
}
section.newsletter-signup .section-wrapper .inner-wrapper.orange h3{
  --tw-text-opacity: 1;
  color: rgb(240 127 31 / var(--tw-text-opacity, 1));
}
section.newsletter-signup .section-wrapper .inner-wrapper.orange form .form-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.newsletter-signup .section-wrapper .inner-wrapper.orange form input[type=submit]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1)) !important;
}
section.newsletter-signup .section-wrapper .inner-wrapper.orange form input[type=submit]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1)) !important;
}

section.card-carousel{
  padding-bottom: 2rem;
  padding-top: 3rem;
}

@media (min-width: 820px){
  section.card-carousel{
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
section.card-carousel .section-wrapper .splide{
  grid-column: span 12 / span 12;
}
section.card-carousel .section-wrapper .splide__pagination{
  position: static;
  margin-top: 10px;
  flex-wrap: nowrap;
  padding-left: 0px;
  padding-right: 0px;
}
section.card-carousel .section-wrapper .splide__pagination li{
  margin: 0px;
  display: block;
  width: 100%;
}
section.card-carousel .section-wrapper .splide__pagination li .splide__pagination__page{
  margin: 0px;
  display: block;
  height: 10px;
  width: 100%;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  section.card-carousel .section-wrapper .splide__pagination li .splide__pagination__page{
    transition-duration: 300ms;
  }
}
section.card-carousel .section-wrapper .splide__pagination li .splide__pagination__page:hover{
  opacity: 0.75;
}
section.card-carousel .section-wrapper .splide__pagination li .splide__pagination__page.is-active{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  opacity: 1;
}
section.card-carousel .section-wrapper .sign-off{
  grid-column: span 12 / span 12;
  margin-top: 2.5rem;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.card-carousel .section-wrapper .sign-off{
    margin-bottom: 3rem;
  }
}
section.card-carousel .section-wrapper .sign-off p{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 820px){
  section.card-carousel .section-wrapper .sign-off p{
    font-size: 22px;
  }
}
@media (min-width: 1040px){
  section.card-carousel .section-wrapper .sign-off p{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
section.card-carousel .section-wrapper .sign-off a{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
section.card-carousel .section-wrapper .sign-off a:hover{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.card-carousel .section-wrapper .sign-off a{
    transition-duration: 200ms;
  }
}
section.card-carousel .section-wrapper .sign-off.dark-blue a{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.card-carousel .section-wrapper .sign-off.dark-blue a:hover{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
section.card-carousel .section-wrapper .sign-off.green a{
  --tw-text-opacity: 1;
  color: rgb(170 196 118 / var(--tw-text-opacity, 1));
}
section.card-carousel .section-wrapper .sign-off.green a:hover{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.card-carousel .section-wrapper .sign-off.red a{
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
section.card-carousel .section-wrapper .sign-off.red a:hover{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.card-carousel .section-wrapper .sign-off.yellow a{
  --tw-text-opacity: 1;
  color: rgb(240 199 94 / var(--tw-text-opacity, 1));
}
section.card-carousel .section-wrapper .sign-off.yellow a:hover{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.card-carousel.yellow .sign-off, section.card-carousel.red .sign-off, section.card-carousel.green .sign-off, section.card-carousel.dark-blue .sign-off, section.card-carousel.medium-blue .sign-off{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.card-carousel.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.card-carousel.white .splide-prev:hover svg path, section.card-carousel.white .splide-next:hover svg path{
  stroke: #FFFFFF;
}
section.card-carousel.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.card-carousel.cream .splide-prev:hover svg path, section.card-carousel.cream .splide-next:hover svg path{
  stroke: #F6F5F0;
}
section.card-carousel.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
section.card-carousel.light-blue .splide-prev:hover svg path, section.card-carousel.light-blue .splide-next:hover svg path{
  stroke: #cbd8df;
}
section.card-carousel.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
section.card-carousel.medium-blue .splide-prev:hover svg path, section.card-carousel.medium-blue .splide-next:hover svg path{
  stroke: #36A9E1;
}
section.card-carousel.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
section.card-carousel.dark-blue .sign-off a:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1)) !important;
}
section.card-carousel.dark-blue .splide-prev:hover svg path, section.card-carousel.dark-blue .splide-next:hover svg path{
  stroke: #233E6D;
}
section.card-carousel.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
section.card-carousel.green .splide-prev:hover svg path, section.card-carousel.green .splide-next:hover svg path{
  stroke: #AAC476 !important;
}
section.card-carousel.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
section.card-carousel.red .splide-prev:hover svg path, section.card-carousel.red .splide-next:hover svg path{
  stroke: #F2706D;
}
section.card-carousel.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
section.card-carousel.yellow .splide-prev:hover svg path, section.card-carousel.yellow .splide-next:hover svg path{
  stroke: #F0C75E;
}

section.card-carousel .section-wrapper.white .splide__pagination li .splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

section.card-carousel .section-wrapper.cream .splide__pagination li .splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}

section.card-carousel .section-wrapper.light-blue .splide__pagination li .splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}

section.card-carousel .section-wrapper.medium-blue .splide__pagination li .splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}

section.card-carousel .section-wrapper.dark-blue .splide__pagination li .splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}

section.card-carousel .section-wrapper.green .splide__pagination li .splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}

section.card-carousel .section-wrapper.red .splide__pagination li .splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}

section.card-carousel .section-wrapper.yellow .splide__pagination li .splide__pagination__page{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}

section.card-wrapper .section-wrapper{
  padding-bottom: 0px;
}

@media (min-width: 820px){
  section.card-wrapper .section-wrapper{
    padding-bottom: 2.5rem;
  }
}
section.card-wrapper .section-wrapper .cards-wrapper{
  grid-column: span 12 / span 12;
  display: block;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px){
  section.card-wrapper .section-wrapper .cards-wrapper{
    display: flex;
  }
}
section.card-wrapper .section-wrapper .cards-wrapper .card{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  height: auto;
  width: 100%;
}
@media (min-width: 640px){
  section.card-wrapper .section-wrapper .cards-wrapper .card{
    max-width: calc(100% - 20vw);
  }
}
@media (min-width: 768px){
  section.card-wrapper .section-wrapper .cards-wrapper .card{
    margin-left: 0px;
    margin-right: 0px;
    width: calc(50% - 7vw);
  }
}
@media (min-width: 1280px){
  section.card-wrapper .section-wrapper .cards-wrapper .card{
    width: 33.333333%;
  }
}
section.card-wrapper .section-wrapper .cards-wrapper .card.card-page .info .title{
  max-width: 90%;
}

section.product-block .section-wrapper{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  section.product-block .section-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 820px){
  section.product-block .section-wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1040px){
  section.product-block .section-wrapper{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.product-block .section-wrapper .content{
  order: 2;
  grid-column: span 12 / span 12;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 820px){
  section.product-block .section-wrapper .content{
    grid-column: span 4 / span 4;
    grid-column-start: 8;
  }
}
@media (min-width: 1040px){
  section.product-block .section-wrapper .content{
    grid-column: span 3 / span 3;
    grid-column-start: 9;
  }
}
section.product-block .section-wrapper .content .inner-content{
  margin-top: 2.5rem;
  width: 100%;
  padding-right: 0px;
}
@media (min-width: 640px){
  section.product-block .section-wrapper .content .inner-content{
    width: 50%;
    padding-right: 2.5rem;
  }
}
@media (min-width: 820px){
  section.product-block .section-wrapper .content .inner-content{
    width: 100%;
    padding-right: 0px;
  }
}
section.product-block .section-wrapper .content .product-details{
  width: 100%;
}
@media (min-width: 640px){
  section.product-block .section-wrapper .content .product-details{
    margin-top: 2.5rem;
    width: 50%;
  }
}
@media (min-width: 820px){
  section.product-block .section-wrapper .content .product-details{
    width: 100%;
  }
}
section.product-block .section-wrapper .content ol{
  margin-bottom: 3rem;
}
section.product-block .section-wrapper .content ol li{
  max-width: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.product-block .section-wrapper .content ol li{
    max-width: 220px;
  }
}
section.product-block .section-wrapper .content .product-name, section.product-block .section-wrapper .content .price{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.product-block .section-wrapper .content .product-name, section.product-block .section-wrapper .content .price{
    max-width: 175px;
  }
}
section.product-block .section-wrapper .content .price{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.product-block .section-wrapper .content .content-links{
  margin-top: 1rem;
}
section.product-block .section-wrapper .content .content-links .content-link.primary{
  --tw-border-opacity: 1;
  border-color: rgb(242 112 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
section.product-block .section-wrapper .content .content-links .content-link.primary:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
section.product-block .section-wrapper .image{
  order: 1;
  grid-column: span 12 / span 12;
}
@media (min-width: 820px){
  section.product-block .section-wrapper .image{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1040px){
  section.product-block .section-wrapper .image{
    grid-column: span 6 / span 6;
    grid-column-start: 2;
  }
}
section.product-block .section-wrapper.reversed .content{
  order: 2;
}
@media (min-width: 820px){
  section.product-block .section-wrapper.reversed .content{
    order: 1;
    grid-column-start: 1;
  }
}
@media (min-width: 1040px){
  section.product-block .section-wrapper.reversed .content{
    grid-column-start: 2;
  }
}
section.product-block .section-wrapper.reversed .image{
  order: 1;
}
@media (min-width: 820px){
  section.product-block .section-wrapper.reversed .image{
    order: 2;
    grid-column: span 7 / span 7;
    grid-column-start: 6;
  }
}
@media (min-width: 1040px){
  section.product-block .section-wrapper.reversed .image{
    grid-column: span 6 / span 6;
    grid-column-start: 6;
  }
}
section.product-block.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.product-block.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}

section.text-with-title .section-wrapper{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  section.text-with-title .section-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 820px){
  section.text-with-title .section-wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1040px){
  section.text-with-title .section-wrapper{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.text-with-title .section-wrapper .title{
  order: 1;
  grid-column: span 12 / span 12;
  margin-bottom: 0.75rem;
}
@media (min-width: 820px){
  section.text-with-title .section-wrapper .title{
    grid-column: span 4 / span 4;
    margin-bottom: 0px;
  }
}
@media (min-width: 1040px){
  section.text-with-title .section-wrapper .title{
    grid-column: span 3 / span 3;
    grid-column-start: 2;
  }
}
@media (min-width: 820px){
  section.text-with-title .section-wrapper .title h2{
    margin-right: -0.5rem;
  }
}
section.text-with-title .section-wrapper .title h2.medium-blue{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
section.text-with-title .section-wrapper .title h2.dark-blue{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.text-with-title .section-wrapper .title h2.green{
  --tw-text-opacity: 1;
  color: rgb(170 196 118 / var(--tw-text-opacity, 1));
}
section.text-with-title .section-wrapper .title h2.red{
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
section.text-with-title .section-wrapper .title h2.yellow{
  --tw-text-opacity: 1;
  color: rgb(240 199 94 / var(--tw-text-opacity, 1));
}
section.text-with-title .section-wrapper .content{
  order: 2;
  grid-column: span 12 / span 12;
}
@media (min-width: 820px){
  section.text-with-title .section-wrapper .content{
    grid-column: span 7 / span 7;
    grid-column-start: 6;
  }
}
@media (min-width: 1040px){
  section.text-with-title .section-wrapper .content{
    grid-column: span 6 / span 6;
    grid-column-start: 6;
  }
}
section.text-with-title .section-wrapper .link-wrapper{
  margin-top: 1.5rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(35 62 109 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 820px){
  section.text-with-title .section-wrapper .link-wrapper{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
section.text-with-title .section-wrapper .link-wrapper a{
  position: relative;
  padding-right: 75px;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.text-with-title .section-wrapper .link-wrapper a{
    font-size: 24px;
  }
}
section.text-with-title .section-wrapper .link-wrapper a svg{
  position: absolute;
  top: 50%;
  right: 0px;
  --tw-translate-y: -50%;
  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));
}
section.text-with-title .section-wrapper.padding-off{
  padding-top: 0px;
  padding-bottom: 2rem;
}
section.text-with-title .section-wrapper.reversed .title{
  order: 2;
}
section.text-with-title .section-wrapper.reversed .content{
  order: 1;
  grid-column-start: 1;
}
@media (min-width: 820px){
  section.text-with-title .section-wrapper.reversed .content{
    grid-column-start: 2;
  }
}
section.text-with-title.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.text-with-title.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}

section.text-with-pullquote blockquote{
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 820px){
  section.text-with-pullquote blockquote{
    margin-bottom: 0px;
  }
}
section.text-with-pullquote blockquote.medium-blue{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
section.text-with-pullquote blockquote.dark-blue{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.text-with-pullquote blockquote.green{
  --tw-text-opacity: 1;
  color: rgb(170 196 118 / var(--tw-text-opacity, 1));
}
section.text-with-pullquote blockquote.red{
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
section.text-with-pullquote blockquote.yellow{
  --tw-text-opacity: 1;
  color: rgb(240 199 94 / var(--tw-text-opacity, 1));
}

section.testimonials-listing{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.testimonials-listing .section-wrapper{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
  section.testimonials-listing .section-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 820px){
  section.testimonials-listing .section-wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1040px){
  section.testimonials-listing .section-wrapper{
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
section.testimonials-listing .section-wrapper .title{
  grid-column: span 12 / span 12;
}
section.testimonials-listing .section-wrapper .title h2{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.testimonials-listing .section-wrapper .testimonials-grid{
  grid-column: span 12 / span 12;
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 820px){
  section.testimonials-listing .section-wrapper .testimonials-grid{
    margin-top: 1.5rem;
  }
}
section.testimonials-listing .section-wrapper .testimonials-grid .card{
  width: 100%;
}
@media (min-width: 640px){
  section.testimonials-listing .section-wrapper .testimonials-grid .card{
    width: calc(50% - 12px);
  }
}
@media (min-width: 1040px){
  section.testimonials-listing .section-wrapper .testimonials-grid .card{
    width: calc(25% - 1.5rem);
  }
}

section.text{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
section.text .section-wrapper .text-content{
  grid-column: span 12 / span 12;
}
@media (min-width: 1040px){
  section.text .section-wrapper .text-content{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}
section.text .section-wrapper .text-content ul{
  margin-left: 3rem;
  list-style-type: disc;
}
section.text .section-wrapper .text-content ul li{
  margin-bottom: 0.25rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
section.text .section-wrapper .text-content ul li a{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
section.text .section-wrapper .text-content ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.text .section-wrapper .text-content ul li a{
    transition-duration: 200ms;
  }
}
section.text .section-wrapper .text-content ul ul{
  margin-top: 0.25rem;
  margin-left: 2rem;
}
section.text .section-wrapper .text-content ol{
  margin-top: 1rem;
  list-style-type: decimal;
}
section.text .section-wrapper .text-content ol li{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
section.text .section-wrapper .text-content p{
  margin-bottom: 1rem;
}
section.text .section-wrapper .text-content p:last-child{
  margin-bottom: 0px;
}

section.news-archive{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
section.news-archive .section-wrapper{
  padding-bottom: 0px;
  padding-top: 2.5rem;
}
@media (min-width: 640px){
  section.news-archive .section-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 820px){
  section.news-archive .section-wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1040px){
  section.news-archive .section-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
section.news-archive .section-wrapper h1{
  grid-column: span 12 / span 12;
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  section.news-archive .section-wrapper h1{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1040px){
  section.news-archive .section-wrapper h1{
    grid-column: span 8 / span 8;
  }
}
section.news-archive .section-wrapper h2.no-results{
  grid-column: span 12 / span 12;
  min-height: calc(100vh - 810px);
}
section.news-archive .news-wrapper{
  grid-column: span 12 / span 12;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
  section.news-archive .news-wrapper{
    padding-bottom: 0px;
  }
}
section.news-archive .news-wrapper .card{
  width: 100%;
}
@media (min-width: 640px){
  section.news-archive .news-wrapper .card{
    width: calc(50% - 12px);
  }
}
@media (min-width: 1040px){
  section.news-archive .news-wrapper .card{
    width: calc(33.33333% - 16px);
  }
}
section.news-archive .pagination{
  grid-column: span 12 / span 12;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 820px){
  section.news-archive .pagination{
    margin-top: 5rem;
  }
}
section.news-archive .pagination .page-count{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.news-archive .pagination .next-posts svg, section.news-archive .pagination .prev-posts svg{
  overflow: visible;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  section.news-archive .pagination .next-posts svg, section.news-archive .pagination .prev-posts svg{
    transition-duration: 300ms;
  }
}
section.news-archive .pagination .next-posts svg circle, section.news-archive .pagination .next-posts svg path, section.news-archive .pagination .prev-posts svg circle, section.news-archive .pagination .prev-posts svg path{
  stroke: #233E6D;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  section.news-archive .pagination .next-posts svg circle, section.news-archive .pagination .next-posts svg path, section.news-archive .pagination .prev-posts svg circle, section.news-archive .pagination .prev-posts svg path{
    transition-duration: 300ms;
  }
}
section.news-archive .pagination .next-posts:hover svg, section.news-archive .pagination .prev-posts:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
section.news-archive .pagination .next-posts:hover svg path, section.news-archive .pagination .prev-posts:hover svg path{
  stroke: #F6F5F0;
}
section.news-archive .pagination .prev-posts svg{
  --tw-rotate: 180deg;
  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));
}

section.hero.news-hero .content{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2.5rem;
}

@media (min-width: 820px){
  section.hero.news-hero .content{
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1040px){
  section.hero.news-hero .content{
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px){
  section.hero.news-hero .content{
    padding-bottom: 6rem;
  }
}
section.hero.news-hero .content h1{
  margin-bottom: 0px;
  margin-right: 3rem;
}
@media (min-width: 1040px){
  section.hero.news-hero .content h1{
    margin-right: 0px;
  }
}
section.hero.news-hero .content .date{
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}

section.news-content .section-wrapper{
  padding-top: 2.5rem;
}

@media (min-width: 640px){
  section.news-content .section-wrapper{
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 820px){
  section.news-content .section-wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1040px){
  section.news-content .section-wrapper{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.news-content .section-wrapper .content{
  grid-column: span 12 / span 12;
}
@media (min-width: 820px){
  section.news-content .section-wrapper .content{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}
@media (min-width: 1040px){
  section.news-content .section-wrapper .content{
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
section.news-content .section-wrapper .content h2, section.news-content .section-wrapper .content h2 b, section.news-content .section-wrapper .content h2 b span,
section.news-content .section-wrapper .content h3, section.news-content .section-wrapper .content h3 b, section.news-content .section-wrapper .content h32 b span {
  font-family: museo, serif !important;
  font-size: 26px;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.news-content .section-wrapper .content h2, section.news-content .section-wrapper .content h3{
  margin-bottom: 0.5em;
}
section.news-content .section-wrapper .content p{
  margin-bottom: 1em;
}
section.news-content .section-wrapper .content p:last-child{
  margin-bottom: 0px;
}
section.news-content .section-wrapper .content ul, section.news-content .section-wrapper .content ol{
  margin-left: 1.5rem;
  margin-bottom: 1em;
}
section.news-content .section-wrapper .content ul li, section.news-content .section-wrapper .content ol li{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
section.news-content .section-wrapper .content a{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
section.news-content .section-wrapper .content a:visited{
  color: rgb(54 169 225 );
}
section.news-content .section-wrapper .content a:hover{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.news-content .section-wrapper .content a:focus{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
section.news-content .section-wrapper .content a:active{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  section.news-content .section-wrapper .content a{
    transition-duration: 200ms;
  }
}
section.news-content .section-wrapper .news-navigation{
  grid-column: span 12 / span 12;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 820px){
  section.news-content .section-wrapper .news-navigation{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    margin-bottom: 0px;
  }
}
@media (min-width: 1040px){
  section.news-content .section-wrapper .news-navigation{
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
section.news-content .section-wrapper .news-navigation a{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.news-content .section-wrapper .news-navigation a span {
  font-family: museo, serif;
}
section.news-content .section-wrapper .news-navigation .next-link{
  float: right;
}
section.news-content .section-wrapper .news-navigation .previous-link{
  float: left;
}
section.news-content .section-wrapper .news-navigation .previous-link a.content-link span{
  order: 2;
}
section.news-content .section-wrapper .news-navigation .previous-link a.content-link svg{
  order: 1;
  margin-left: 0px;
  margin-right: 1rem;
  --tw-rotate: 180deg;
  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));
}

section.news-footer{
  margin-bottom: 3rem;
}
section.news-footer .section-wrapper{
  gap: 1.5rem;
}
section.news-footer .section-wrapper .left-content, section.news-footer .section-wrapper .right-content{
  position: relative;
  grid-column: span 12 / span 12;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 820px){
  section.news-footer .section-wrapper .left-content, section.news-footer .section-wrapper .right-content{
    grid-column: span 6 / span 6;
    padding-bottom: 5rem;
  }
}
section.news-footer .section-wrapper .left-content h2, section.news-footer .section-wrapper .right-content h2{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
section.news-footer .section-wrapper .left-content .text-content p, section.news-footer .section-wrapper .right-content .text-content p{
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1)) !important;
}
@media (min-width: 640px){
  section.news-footer .section-wrapper .left-content .text-content p, section.news-footer .section-wrapper .right-content .text-content p{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media (min-width: 820px){
  section.news-footer .section-wrapper .left-content .text-content p, section.news-footer .section-wrapper .right-content .text-content p{
    max-width: 375px !important;
  }
}
section.news-footer .section-wrapper .left-content .content-link, section.news-footer .section-wrapper .left-content input[type=submit], section.news-footer .section-wrapper .right-content .content-link, section.news-footer .section-wrapper .right-content input[type=submit]{
  position: static !important;
  bottom: 4rem !important;
  left: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: inline-block !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  font-size: 24px !important;
}
@media (min-width: 820px){
  section.news-footer .section-wrapper .left-content .content-link, section.news-footer .section-wrapper .left-content input[type=submit], section.news-footer .section-wrapper .right-content .content-link, section.news-footer .section-wrapper .right-content input[type=submit]{
    position: absolute !important;
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
}
section.news-footer .section-wrapper .left-content .content-link:hover, section.news-footer .section-wrapper .left-content input[type=submit]:hover, section.news-footer .section-wrapper .right-content .content-link:hover, section.news-footer .section-wrapper .right-content input[type=submit]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1)) !important;
}
section.news-footer .section-wrapper .left-content .right-content, section.news-footer .section-wrapper .right-content .right-content{
  padding-bottom: 1.5rem;
}
section.news-footer .section-wrapper .left-content .wpcf7-spinner, section.news-footer .section-wrapper .right-content .wpcf7-spinner{
  position: absolute;
}
section.news-footer .section-wrapper .left-content.medium-blue, section.news-footer .section-wrapper .right-content.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
section.news-footer .section-wrapper .left-content.medium-blue h2, section.news-footer .section-wrapper .left-content.medium-blue .text-content p, section.news-footer .section-wrapper .right-content.medium-blue h2, section.news-footer .section-wrapper .right-content.medium-blue .text-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.news-footer .section-wrapper .left-content.dark-blue, section.news-footer .section-wrapper .right-content.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
section.news-footer .section-wrapper .left-content.dark-blue h2, section.news-footer .section-wrapper .left-content.dark-blue .text-content p, section.news-footer .section-wrapper .right-content.dark-blue h2, section.news-footer .section-wrapper .right-content.dark-blue .text-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.news-footer .section-wrapper .left-content.red, section.news-footer .section-wrapper .right-content.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
section.news-footer .section-wrapper .left-content.red h2, section.news-footer .section-wrapper .left-content.red .text-content p, section.news-footer .section-wrapper .right-content.red h2, section.news-footer .section-wrapper .right-content.red .text-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.news-footer .section-wrapper .left-content.green, section.news-footer .section-wrapper .right-content.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
section.news-footer .section-wrapper .left-content.yellow, section.news-footer .section-wrapper .right-content.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}

/******
 * Content Blocks
 **/
.content-block{
  margin-top: 1.5rem;
}
.content-block:first-child{
  margin-top: 0px;
}
.content-block.text-block h3{
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  .content-block.text-block h3{
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1040px){
  .content-block.text-block h3{
    font-size: 26px;
  }
}
.content-block.text-block p{
  margin-bottom: 1em;
}
.content-block.text-block p:last-child{
  margin-bottom: 0px;
}

.content-block.links-block a{
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 169 225 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.1em;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-block.links-block a:first-child{
  margin-top: -1.25rem;
}

.content-block.links-block a:last-child{
  border-bottom-width: 0px;
}

.content-block.links-block a:visited{
  color: rgb(60 60 60 );
}

.content-block.links-block a:hover{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}

.content-block.links-block a:focus{
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}

.content-block.links-block a:active{
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}

@media (min-width: 820px){
  .content-block.links-block a{
    transition-duration: 200ms;
  }
  .content-block.links-block a:last-child{
    border-bottom-width: 1px;
  }
}

.content-block.faqs{
  margin-top: -1rem;
}
.content-block.faqs .faq-item{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 112 109 / var(--tw-border-opacity, 1));
}
.content-block.faqs .faq-item .question{
  position: relative;
  margin-left: 3rem;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-block.faqs .faq-item .question:hover{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
.content-block.faqs .faq-item .question {
  font-family: museo, serif;
}
.content-block.faqs .faq-item .question svg{
  position: absolute;
  top: 14px;
  left: -3rem;
  width: 30px;
  --tw-rotate: 90deg;
  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));
  overflow: visible;
  border-radius: 9999px;
  fill: #233E6D;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-block.faqs .faq-item .question svg path, .content-block.faqs .faq-item .question svg circle{
  stroke: #233E6D;
}
.content-block.faqs .faq-item .question svg.minus{
  display: none;
  --tw-rotate: -90deg;
  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));
}
.content-block.faqs .faq-item .question:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.content-block.faqs .faq-item .question:hover svg path{
  stroke: #FFFFFF;
}
.content-block.faqs .faq-item .answer{
  margin-left: 3rem;
  display: none;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.content-block.faqs .faq-item .answer p{
  margin-bottom: 1em;
}
.content-block.faqs .faq-item .answer p:last-child{
  margin-bottom: 0px;
}
.content-block.faqs .faq-item.open svg.plus{
  --tw-rotate: -90deg;
  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));
}

/******
 * Cards
 **/
article.news-card{
  position: relative;
  grid-column: span 12 / span 12;
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 640px){
  article.news-card{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 820px){
  article.news-card{
    margin-bottom: 0px;
  }
}
@media (min-width: 1040px){
  article.news-card{
    grid-column: span 4 / span 4;
  }
}
article.news-card .news-image{
  overflow: hidden;
}
article.news-card .news-image img{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
article.news-card .news-image:hover img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
article.news-card .news-info{
  padding: 1.5rem;
  padding-bottom: 6rem;
}
article.news-card .news-info .date{
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
article.news-card .news-info .title a{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 640px){
  article.news-card .news-info .title a{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 820px){
  article.news-card .news-info .title a{
    transition-duration: 300ms;
  }
}
@media (min-width: 1280px){
  article.news-card .news-info .title a{
    font-size: 26px;
  }
}
article.news-card .news-info .title a:hover{
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}
article.news-card .link-wrapper{
  position: absolute;
  bottom: 1.5rem;
  display: block;
  width: calc(100% - 3rem);
}
article.news-card .link-wrapper a.content-link.secondary{
  width: 100%;
  justify-content: space-between;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1));
}

.card.card-page{
  position: relative;
  height: 100%;
}
.card.card-page a{
  display: block;
  height: 100%;
  text-align: center;
}
.card.card-page a .image{
  overflow: hidden;
}
.card.card-page a .image img{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .card.card-page a .image img{
    transition-duration: 300ms;
  }
}
.card.card-page a .info{
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 4.4rem;
}
.card.card-page a .info .title{
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card.card-page a .info svg{
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  height: 32px;
  width: 58px;
  --tw-translate-x: -50%;
  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));
  overflow: visible;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .card.card-page a .info svg{
    transition-duration: 300ms;
  }
}
.card.card-page a .info svg path, .card.card-page a .info svg rect{
  stroke: #FFFFFF;
}
.card.card-page a:hover .image img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.card.card-page a:hover .info svg{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.card.card-page.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.card.card-page.white .info .title{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
.card.card-page.white .info svg path, .card.card-page.white .info svg rect{
  stroke: #233E6D;
}
.card.card-page.white a:hover .info svg{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.card.card-page.white a:hover .info svg path{
  stroke: #FFFFFF;
}
.card.card-page.cream{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 240 / var(--tw-bg-opacity, 1));
}
.card.card-page.cream .info .title{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
.card.card-page.cream .info svg path, .card.card-page.cream .info svg rect{
  stroke: #233E6D;
}
.card.card-page.cream a:hover .info svg{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.card.card-page.cream a:hover .info svg path{
  stroke: #F6F5F0;
}
.card.card-page.light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(203 216 223 / var(--tw-bg-opacity, 1));
}
.card.card-page.light-blue .info .title{
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
.card.card-page.light-blue .info svg path, .card.card-page.light-blue .info svg rect{
  stroke: #233E6D;
}
.card.card-page.light-blue a:hover .info svg{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.card.card-page.light-blue a:hover .info svg path{
  stroke: #cbd8df;
}
.card.card-page.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
.card.card-page.medium-blue a:hover .info svg path{
  stroke: #36A9E1;
}
.card.card-page.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.card.card-page.dark-blue a:hover .info svg path{
  stroke: #233E6D;
}
.card.card-page.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
.card.card-page.green a:hover .info svg path{
  stroke: #AAC476;
}
.card.card-page.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
.card.card-page.red a:hover .info svg path{
  stroke: #F2706D;
}
.card.card-page.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
.card.card-page.yellow a:hover .info svg path{
  stroke: #F0C75E;
}

.card.card-testimonial{
  overflow: hidden;
  border-radius: 0.375rem;
}
.card.card-testimonial a{
  display: block;
  padding: 10%;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .card.card-testimonial a{
    transition-duration: 200ms;
  }
}
.card.card-testimonial a .title{
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  .card.card-testimonial a .title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.card.card-testimonial a .arrow svg{
  margin: auto;
  display: block;
  overflow: visible;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .card.card-testimonial a .arrow svg{
    transition-duration: 200ms;
  }
}
.card.card-testimonial a .arrow svg circle, .card.card-testimonial a .arrow svg path{
  stroke: #FFFFFF;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .card.card-testimonial a .arrow svg circle, .card.card-testimonial a .arrow svg path{
    transition-duration: 200ms;
  }
}
.card.card-testimonial a .arrow:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
.card.card-testimonial a:hover svg{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.card.card-testimonial a.medium-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
.card.card-testimonial a.medium-blue:hover svg path{
  stroke: #36A9E1 !important;
}
.card.card-testimonial a.dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.card.card-testimonial a.dark-blue:hover svg path{
  stroke: #233E6D !important;
}
.card.card-testimonial a.green{
  --tw-bg-opacity: 1;
  background-color: rgb(170 196 118 / var(--tw-bg-opacity, 1));
}
.card.card-testimonial a.green:hover svg path{
  stroke: #AAC476 !important;
}
.card.card-testimonial a.red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
.card.card-testimonial a.red:hover svg path{
  stroke: #F2706D !important;
}
.card.card-testimonial a.yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(240 199 94 / var(--tw-bg-opacity, 1));
}
.card.card-testimonial a.yellow:hover svg path{
  stroke: #F0C75E !important;
}

/*&.medium-blue {
            svg circle, svg path { @apply stroke-lh-heading-blue; }
            &:hover svg { @apply bg-lh-heading-blue; }
        }

        &.dark-blue {
            svg circle, svg path { @apply stroke-lh-dark-blue; }
            &:hover svg { @apply bg-lh-dark-blue; }
        }

        &.green {
            svg circle, svg path { @apply stroke-lh-green; }
            &:hover svg { @apply bg-lh-green; }
        }

        &.red {
            svg circle, svg path { @apply stroke-lh-red; }
            &:hover svg { @apply bg-lh-red; }
        }

        &.yellow {
            svg circle, svg path { @apply stroke-lh-yellow; }
            &:hover svg { @apply bg-lh-yellow; }
        }*/
/******
 * Buttons
 **/
.content-link.primary{
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(35 62 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 640px){
  .content-link.primary{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 820px){
  .content-link.primary{
    font-size: 1.5rem;
    line-height: 2rem;
    transition-duration: 200ms;
  }
}
.content-link.primary:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
.content-link.primary.medium-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.content-link.primary.medium-blue:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.content-link.primary.dark-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1)) !important;
}
.content-link.primary.dark-blue:hover{
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.content-link.primary.green{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.content-link.primary.red{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.content-link.primary.red:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.content-link.primary.yellow{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.hero .content-link.primary{
  margin-top: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(242 112 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1));
}
.hero .content-link.primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(242 112 109 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1));
}
.hero .content-link.primary.green{
  --tw-border-opacity: 1;
  border-color: rgb(35 62 109 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
}
.hero .content-link.primary.green:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}

.content-link.secondary{
  display: flex;
  align-items: center;
}
.content-link.secondary a{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1));
}
@media (min-width: 820px){
  .content-link.secondary a{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.content-link.secondary svg{
  margin-left: 1rem;
  margin-top: -2px;
  height: 26px;
  width: 46px;
  overflow: hidden;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .content-link.secondary svg{
    height: 32px;
    width: 56px;
    transition-duration: 300ms;
  }
}
.content-link.secondary svg path{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .content-link.secondary svg path{
    transition-duration: 300ms;
  }
}
.content-link.secondary:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
.content-link.secondary:hover svg path{
  stroke: #FFFFFF;
}

.content-link.tertiary{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.content-link.tertiary:visited{
  color: rgb(35 62 109 );
}

.content-link.tertiary:hover:visited{
  color: rgb(54 169 225 );
}

cite.content-link-cite{
  font-style: normal;
}
cite.content-link-cite:first-child{
  margin-top: -1.25rem;
  display: block;
}
cite.content-link-cite a:first-child{
  margin-top: 0px !important;
}
cite.content-link-cite svg{
  margin-bottom: 2px;
  margin-left: 5px;
  display: inline-block;
  height: 0.6em;
  fill: #233E6D;
}

/******
 * Forms
 **/
input[type=text], input[type=email]{
  margin-bottom: 1rem !important;
  width: 100% !important;
  border-width: 0px !important;
  border-bottom-width: 1.5px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(35 62 109 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  padding: 0px !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
input[type=text]::placeholder, input[type=email]::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
input[type=text]:focus, input[type=email]:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-color: transparent !important;
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder{
  color: transparent !important;
}
input[type=text]:focus::placeholder, input[type=email]:focus::placeholder{
  color: transparent !important;
}

input[type=submit]{
  margin-top: 1rem !important;
  cursor: pointer !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  transition-duration: 0s !important;
}

@media (min-width: 820px){
  input[type=submit]{
    transition-duration: 200ms !important;
  }
}
input[type=submit]:hover{
  background-color: transparent !important;
}

.wpcf7-not-valid-tip{
  margin-top: -1rem;
  margin-bottom: 0.25rem;
  text-align: right;
}

.wpcf7-response-output{
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: -1.5rem !important;
  width: 100% !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(242 112 109 / var(--tw-border-opacity, 1)) !important;
  background-color: rgb(255 255 255 / 0.8) !important;
}

.mc4wp-checkbox{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mc4wp-checkbox input[type=checkbox]{
  position: relative;
  margin: 0px;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-ring-color: none;
}
.mc4wp-checkbox input[type=checkbox]:focus, .mc4wp-checkbox input[type=checkbox]:hover {
  background: white;
}
.mc4wp-checkbox input[type=checkbox]:checked:before {
  content: "✔";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 62 109 / var(--tw-bg-opacity, 1));
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.search-form{
  grid-column: span 12 / span 12;
  margin-top: 0.75rem;
  display: flex;
  flex-grow: 1;
  align-items: center;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 62 109 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px){
  .search-form{
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    margin-top: 0px;
  }
}

@media (min-width: 820px){
  .search-form{
    margin-left: 1rem;
  }
}

@media (min-width: 1040px){
  .search-form{
    grid-column: span 4 / span 4;
  }
}
.search-form input[type=text]{
  margin: 0px !important;
  width: auto !important;
  min-width: 0px !important;
  flex-grow: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(54 169 225 / var(--tw-text-opacity, 1)) !important;
}
.search-form input[type=text]::-moz-placeholder{
  color: rgb(35 62 109 / 0.6) !important;
}
.search-form input[type=text]::placeholder{
  color: rgb(35 62 109 / 0.6) !important;
}
.search-form button[type=submit]{
  margin: 0px !important;
  margin-bottom: 0.25rem !important;
  border-width: 0px !important;
}
.search-form button[type=submit] svg{
  overflow: hidden;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 820px){
  .search-form button[type=submit] svg{
    transition-duration: 200ms;
  }
}
.search-form button[type=submit]:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1));
}
.search-form button[type=submit]:hover svg path{
  stroke: #FFFFFF;
}

/******
 * Woocommerce
 **/
section.shopping-cart .section-wrapper{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
  section.shopping-cart .section-wrapper{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 820px){
  section.shopping-cart .section-wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1040px){
  section.shopping-cart .section-wrapper{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.shopping-cart .section-wrapper .woocommerce{
  grid-column: span 12 / span 12;
}
@media (min-width: 820px){
  section.shopping-cart .section-wrapper .woocommerce{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}
section.shopping-cart .section-wrapper .woocommerce .return-to-shop{
  display: none;
}
section.shopping-cart .section-wrapper .woocommerce .woocommerce-input-wrapper input.input-text{
  --tw-text-opacity: 1 !important;
  color: rgb(35 62 109 / var(--tw-text-opacity, 1)) !important;
  font-family: calibri, sans-serif !important;
}
section.shopping-cart .section-wrapper .link-wrapper{
  grid-column: span 12 / span 12;
  margin-top: 2.5rem;
}
@media (min-width: 820px){
  section.shopping-cart .section-wrapper .link-wrapper{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}
section.shopping-cart .section-wrapper .link-wrapper .content-link.primary{
  --tw-border-opacity: 1 !important;
  border-color: rgb(242 112 109 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 112 109 / var(--tw-bg-opacity, 1)) !important;
}
section.shopping-cart .section-wrapper .link-wrapper .content-link.primary:hover{
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(242 112 109 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce a.remove {
  line-height: 0.9em !important;
}

.woocommerce-message:focus-visible {
  outline: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 169 225 / var(--tw-bg-opacity, 1)) !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background-color: rgb(54 169 225 / 0.1);
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  --tw-bg-opacity: 1;
  background-color: rgb(198 231 247 / var(--tw-bg-opacity, 1));
}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(198 231 247 / var(--tw-border-opacity, 1));
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  margin-top: 1.5rem;
  margin-right: 0.75rem;
}
