@charset "UTF-8";
*, ::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;
}
.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));
}
.resize{
  resize: both;
}
/*!
Theme Name: Reach Parent Theme
Author: Reach Marketing 
Author URI: https://www.reachmarketing.co.uk 
*/
/********
 * Utility
 **/
* {
  font-family: "Poppins", sans-serif;
}

/********
 * Structure
 **/
html, body{
  margin-top: 51px;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.screen-reader-text{
  display: none;
}

.site{
  width: 100%;
}

section{
  margin-bottom: 0.25rem;
  width: 100%;
}
section .section-inner{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 1680px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 640px){
  section .section-inner{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 970px){
  section .section-inner{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px){
  section .section-inner{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

h1, h2{
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

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

.intro-text{
  margin-bottom: 1em;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

p{
  margin-bottom: 1em;
}

p:last-child{
  margin-bottom: 0px;
}

.text-content a{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / 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);
}

.text-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

@media (min-width: 970px){
  .text-content a{
    transition-duration: 200ms;
  }
}
.text-content ul, .text-content ol{
  margin-bottom: 1em;
}
.text-content ul li, .text-content ol li{
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}
.text-content ul li:before{
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
  --tw-content: "•";
  content: var(--tw-content);
}
.text-content ol {
  counter-reset: numbers;
}
.text-content ol li {
  counter-increment: numbers;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.text-content ol li:before {
  content: counters(numbers, ".") " ";
  position: absolute;
  top: -2px;
  left: -10px;
  aspect-ratio: 1/1;
  height: 28px;
  width: 28px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

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

.background-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.width-full{
  grid-column: span 12 / span 12;
  display: grid;
}

.width-medium{
  grid-column: span 12 / span 12;
  display: grid;
}

@media (min-width: 970px){
  .width-medium{
    grid-column: span 10 / span 10;
  }
}

.width-narrow{
  grid-column: span 12 / span 12;
  display: grid;
}

@media (min-width: 970px){
  .width-narrow{
    grid-column: span 10 / span 10;
  }
}

@media (min-width: 1024px){
  .width-narrow{
    grid-column: span 8 / span 8;
  }
}

.align-left{
  text-align: left;
}

.align-center{
  text-align: center;
}

.social-icon{
  position: relative;
  margin-right: 1rem;
  display: inline-block;
  height: 52px;
  width: 52px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 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);
}

.social-icon:last-child{
  margin-right: 0px;
}

@media (min-width: 970px){
  .social-icon{
    margin-right: 0.75rem;
    height: 44px;
    width: 44px;
    transition-duration: 200ms;
  }
}

@media (min-width: 1024px){
  .social-icon{
    margin-right: 1rem;
    height: 52px;
    width: 52px;
  }
}
.social-icon svg{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: auto;
  --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: #fff;
  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: 970px){
  .social-icon svg{
    transition-duration: 200ms;
  }
}
.social-icon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.social-icon:hover svg{
  fill: #444444;
}

.wpcf7-response-output{
  margin: 0px !important;
  margin-top: 1rem !important;
}

input[type=text], input[type=email], input[type=tel], textarea{
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

textarea{
  resize: none;
}

input[type=submit]{
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 500;
  --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);
}

input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}

@media (min-width: 970px){
  input[type=submit]{
    transition-duration: 200ms;
  }
}

.site-header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.site-header .inner-header{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 1680px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 640px){
  .site-header .inner-header{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px){
  .site-header .inner-header{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.site-header .inner-header .site-branding{
  grid-column: span 12 / span 12;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 970px){
  .site-header .inner-header .site-branding{
    grid-column: span 3 / span 3;
  }
}
.site-header .inner-header .site-branding img{
  height: 70px;
  width: auto;
}
.site-header .inner-header .nav-wrapper{
  grid-column: span 9 / span 9;
  grid-column-start: 4;
  width: 100%;
  align-items: flex-end;
}

.main-navigation{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
}
.main-navigation .menu-main-menu-container{
  position: absolute;
  top: 102px;
  left: 0px;
  display: none;
  height: calc(100vh - 102px);
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.95);
}
@media (min-width: 970px){
  .main-navigation .menu-main-menu-container{
    position: static;
    display: flex;
    height: auto;
    align-items: flex-end;
    justify-content: flex-end;
    border-width: 0px;
    background-color: transparent;
  }
}
.main-navigation .menu-main-menu-container ul{
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: block;
  text-align: center;
}
@media (min-width: 970px){
  .main-navigation .menu-main-menu-container ul{
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    gap: 0.5rem;
    text-align: left;
  }
}
.main-navigation .menu-main-menu-container ul li{
  position: relative;
}
.main-navigation .menu-main-menu-container ul li a{
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  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: 970px){
  .main-navigation .menu-main-menu-container ul li a{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    transition-duration: 200ms;
  }
}
.main-navigation .menu-main-menu-container ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 970px){
  .main-navigation .menu-main-menu-container ul li:last-child a{
    padding-right: 0px;
  }
}
.main-navigation .menu-main-menu-container ul li ul{
  margin-top: 0px;
  margin-bottom: 0px;
  display: none;
  transition-duration: 0s;
}
@media (min-width: 970px){
  .main-navigation .menu-main-menu-container ul li ul{
    visibility: hidden;
    position: absolute;
    left: 0px;
    display: block;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    cursor: pointer;
    padding-top: 0.25rem;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .main-navigation .menu-main-menu-container ul li ul li{
    margin-top: 0.25rem;
    overflow: hidden;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.main-navigation .menu-main-menu-container ul li ul li a{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-duration: 0s;
}
@media (min-width: 970px){
  .main-navigation .menu-main-menu-container ul li ul li a{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    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: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .main-navigation .menu-main-menu-container ul li ul li a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(68 68 68 / var(--tw-text-opacity, 1));
  }
  .main-navigation .menu-main-menu-container ul li:hover > ul{
    visibility: visible;
    opacity: 1;
  }
}

.hmenu-toggle{
  position: absolute;
  top: 45%;
  right: 1.5rem;
  z-index: 50;
  margin-top: 5px;
  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: 970px){
  .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: 300ms;
  transition-timing-function: linear;
}
#nav-icon span{
  position: absolute;
  left: 0px;
  display: block;
  height: 4px;
  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(68 68 68 / 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(68 68 68 / 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%;
}

.site-footer{
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.site-footer .inner-footer{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 1680px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
  .site-footer .inner-footer{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 970px){
  .site-footer .inner-footer{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){
  .site-footer .inner-footer{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.site-footer .inner-footer .footer-logo{
  grid-column: span 12 / span 12;
  margin-bottom: 3rem;
}
.site-footer .inner-footer .footer-logo img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 100px;
  width: auto;
  max-width: 90%;
}
@media (min-width: 970px){
  .site-footer .inner-footer .footer-logo img{
    margin-left: 0px;
    margin-right: 0px;
    height: 120px;
    max-height: none;
    max-width: none;
  }
}
.site-footer .inner-footer .contact-details{
  order: 1;
  grid-column: span 12 / span 12;
}
@media (min-width: 970px){
  .site-footer .inner-footer .contact-details{
    grid-column: span 7 / span 7;
  }
}
.site-footer .inner-footer .contact-details .phone, .site-footer .inner-footer .contact-details .email{
  margin-bottom: 0.25rem;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 970px){
  .site-footer .inner-footer .contact-details .phone, .site-footer .inner-footer .contact-details .email{
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .site-footer .inner-footer .contact-details .phone, .site-footer .inner-footer .contact-details .email{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.site-footer .inner-footer .contact-details .phone a, .site-footer .inner-footer .contact-details .email a{
  display: inline-block;
  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);
}
.site-footer .inner-footer .contact-details .phone a:hover, .site-footer .inner-footer .contact-details .email a:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 970px){
  .site-footer .inner-footer .contact-details .phone a, .site-footer .inner-footer .contact-details .email a{
    transition-duration: 200ms;
  }
}
.site-footer .inner-footer .address{
  order: 2;
  grid-column: span 12 / span 12;
  margin-top: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 970px){
  .site-footer .inner-footer .address{
    order: 3;
    grid-column: span 7 / span 7;
    margin-top: 0px;
    text-align: left;
  }
}
.site-footer .inner-footer .address:first-line{
  font-weight: 700;
}
.site-footer .inner-footer .social{
  order: 3;
  grid-column: span 12 / span 12;
  margin-bottom: 0px;
  margin-top: 3rem;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 970px){
  .site-footer .inner-footer .social{
    order: 2;
    grid-column: span 5 / span 5;
    grid-column-start: 8;
    margin-bottom: 1.5rem;
    margin-top: 0px;
  }
}
.site-footer .inner-footer .social .social-inner{
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 970px){
  .site-footer .inner-footer .social .social-inner{
    display: inline-block;
    width: auto;
    text-align: left;
  }
}
.site-footer .inner-footer .social .social-inner h2{
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.site-footer .inner-footer .policies{
  order: 4;
  grid-column: span 12 / span 12;
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}
@media (min-width: 970px){
  .site-footer .inner-footer .policies{
    order: 4;
    grid-column: span 5 / span 5;
    grid-column-start: 8;
    margin-top: 0px;
  }
}
.site-footer .inner-footer .policies a{
  display: block;
  padding-top: 0.25rem;
  text-align: center;
  --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);
}
.site-footer .inner-footer .policies a:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 970px){
  .site-footer .inner-footer .policies a{
    display: inline-block;
    text-align: left;
    transition-duration: 200ms;
  }
}
.site-footer .inner-footer .copyright{
  order: 5;
  grid-column: span 12 / span 12;
  margin-top: 4rem;
  align-self: flex-end;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 970px){
  .site-footer .inner-footer .copyright{
    order: 5;
    grid-column: span 6 / span 6;
    text-align: left;
  }
}
.site-footer .inner-footer .copyright p{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.site-footer .inner-footer .copyright a{
  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);
}
.site-footer .inner-footer .copyright a:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 970px){
  .site-footer .inner-footer .copyright a{
    transition-duration: 200ms;
  }
}

/********
 * Heros
 **/
.hero{
  position: relative;
  margin-bottom: 0.25rem;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px){
  .hero{
    height: 550px;
  }
}
@media (min-width: 1280px){
  .hero{
    height: 700px;
  }
}
.hero:after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-content: "";
  content: var(--tw-content);
}

.hero-content{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1.5rem;
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1680px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  .hero-content{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .hero-content{
    bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.hero-content h1, .hero-content h2, .hero-content h3{
  width: 100%;
  max-width: 360px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .hero-content h1, .hero-content h2, .hero-content h3{
    max-width: 450px;
  }
}
@media (min-width: 1024px){
  .hero-content h1, .hero-content h2, .hero-content h3{
    max-width: 600px;
  }
}
.hero-content h1{
  margin-bottom: 0.2em;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 640px){
  .hero-content h1{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){
  .hero-content h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.hero-content h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 640px){
  .hero-content h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px){
  .hero-content h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.hero-content h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 640px){
  .hero-content h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .hero-content h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.hero.standard-hero picture{
  display: block;
  height: 100%;
  width: 100%;
}
.hero.standard-hero picture img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero.video-hero video{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero.carousel-hero:after{
  display: none;
}
.hero.carousel-hero .splide__track{
  height: 100%;
}
.hero.carousel-hero .splide__track .splide__list .splide__slide{
  position: relative;
}
.hero.carousel-hero .splide__track .splide__list .splide__slide:after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-content: "";
  content: var(--tw-content);
}
.hero.carousel-hero .splide__track .splide__list .splide__slide picture{
  display: block;
  height: 100%;
  width: 100%;
}
.hero.carousel-hero .splide__track .splide__list .splide__slide picture img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.news-hero{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1680px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px){
  section.news-hero{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  section.news-hero{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
section.news-hero .hero-wrapper{
  position: relative;
}
section.news-hero .hero-wrapper:after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 970px){
  section.news-hero .hero-wrapper:after{
    display: block;
  }
}
section.news-hero .hero-wrapper .hero-content{
  position: static;
  margin-top: 1.5rem;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 970px){
  section.news-hero .hero-wrapper .hero-content{
    position: absolute;
    margin-top: 0px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px){
  section.news-hero .hero-wrapper .hero-content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
section.news-hero .hero-wrapper .hero-content h1, section.news-hero .hero-wrapper .hero-content h2, section.news-hero .hero-wrapper .hero-content h3{
  max-width: none;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
@media (min-width: 970px){
  section.news-hero .hero-wrapper .hero-content h1, section.news-hero .hero-wrapper .hero-content h2, section.news-hero .hero-wrapper .hero-content h3{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/********
 * Pagebuilders
 **/
article.post section.text .text-content{
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px){
  article.post section.text .text-content{
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }
}

section.text-with-media .section-inner{
  padding-top: 0px;
  padding-bottom: 0px;
}
section.text-with-media .section-inner .text-content{
  order: 2;
  grid-column: span 12 / span 12;
  padding-top: 0px;
  padding-bottom: 2rem;
}
@media (min-width: 970px){
  section.text-with-media .section-inner .text-content{
    order: 2;
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.text-with-media .section-inner .media{
  order: 1;
  grid-column: span 12 / span 12;
  padding-top: 1.5rem;
}
@media (min-width: 970px){
  section.text-with-media .section-inner .media{
    order: 1;
    grid-column: span 5 / span 5;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section.text-with-media .section-inner .media iframe{
  aspect-ratio: 16/9;
  width: 100%;
}
section.text-with-media .section-inner .media.cover{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 970px){
  section.text-with-media .section-inner .media.cover{
    margin-left: -4rem;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
section.text-with-media .section-inner .media.cover img, section.text-with-media .section-inner .media.cover video, section.text-with-media .section-inner .media.cover iframe{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.text-with-media .section-inner.reversed .text-content{
  order: 2;
  grid-column-start: 1;
}
@media (min-width: 970px){
  section.text-with-media .section-inner.reversed .text-content{
    order: 1;
  }
}
section.text-with-media .section-inner.reversed .media{
  order: 1;
}
@media (min-width: 970px){
  section.text-with-media .section-inner.reversed .media{
    order: 2;
    grid-column-start: 8;
  }
  section.text-with-media .section-inner.reversed .media.cover{
    margin-left: 0px;
    margin-right: -4rem;
  }
}
section.text-with-media.text-with-card .text-content{
  order: 1;
  padding-top: 2rem;
}
@media (min-width: 970px){
  section.text-with-media.text-with-card .text-content{
    order: 2;
    padding-top: 5rem;
  }
}
section.text-with-media.text-with-card .card-wrapper{
  order: 2;
  margin-bottom: 1rem;
  padding-top: 0px;
}
@media (min-width: 970px){
  section.text-with-media.text-with-card .card-wrapper{
    order: 1;
    grid-column-start: 1;
    margin-bottom: 3rem;
    padding-top: 5rem;
  }
}
@media (min-width: 1024px){
  section.text-with-media.text-with-card .card-wrapper{
    margin-bottom: 0px;
  }
}
section.text-with-media.text-with-card .reversed .text-content{
  order: 1;
}
@media (min-width: 970px){
  section.text-with-media.text-with-card .reversed .text-content{
    order: 1;
  }
}
section.text-with-media.text-with-card .reversed .card-wrapper{
  order: 2;
  padding-top: 0px;
}
@media (min-width: 970px){
  section.text-with-media.text-with-card .reversed .card-wrapper{
    order: 2;
    padding-top: 5rem;
  }
}

section.image .image-wrapper picture img{
  width: 100%;
}
section.image.content .image-wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1680px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px){
  section.image.content .image-wrapper{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px){
  section.image.content .image-wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

section.video .section-wrapper.content{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1680px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

@media (min-width: 1024px){
  section.video .section-wrapper.content{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
section.video .section-wrapper.full video{
  width: 100%;
}
section.video .section-wrapper .video-wrapper.embedded iframe{
  aspect-ratio: 16/9;
  width: 100%;
}

section.google-map .map{
  width: 100%;
}
section.google-map .map.small{
  height: 400px;
}
section.google-map .map.medium{
  height: 600px;
}
section.google-map .map.large{
  height: 800px;
}
section.google-map .map.full{
  height: 100vh;
}

section.post-type-carousel .carousel{
  grid-column: span 12 / span 12;
}
section.post-type-carousel .carousel .splide__slide{
  position: relative;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 970px){
  section.post-type-carousel .carousel .splide__slide{
    padding-bottom: 5rem;
  }
}
section.post-type-carousel .carousel .splide__slide .content-link{
  width: calc(100% - 2rem);
}
section.post-type-carousel .carousel .splide__pagination{
  position: static;
  margin-top: 1rem;
}
section.post-type-carousel .carousel .splide__pagination .splide__pagination__page{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  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: 970px){
  section.post-type-carousel .carousel .splide__pagination .splide__pagination__page{
    transition-duration: 200ms;
  }
}
section.post-type-carousel .carousel .splide__pagination .splide__pagination__page:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}
section.post-type-carousel .carousel .splide__pagination .splide__pagination__page.is-active{
  --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));
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}
section.post-type-carousel.background-grey .carousel .splide__slide{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

section.card-wrapper{
  position: relative;
  overflow: hidden;
}
section.card-wrapper picture{
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 0;
  display: block;
  height: 120%;
  width: 100%;
  --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.card-wrapper picture:after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.3);
  --tw-content: "";
  content: var(--tw-content);
}
section.card-wrapper picture img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.card-wrapper picture img.parallax_scroll{
  position: absolute;
  top: -10%;
  left: 0px;
  margin-left: -1px;
  min-height: 120%;
  min-width: 100%;
}
section.card-wrapper .section-inner{
  position: relative;
  z-index: 20;
}
section.card-wrapper .section-inner h2{
  grid-column: span 12 / span 12;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
section.card-wrapper .section-inner .card-wrapper-cards{
  position: relative;
  grid-column: span 12 / span 12;
  display: block;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 590px){
  section.card-wrapper .section-inner .card-wrapper-cards{
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 970px){
  section.card-wrapper .section-inner .card-wrapper-cards{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px){
  section.card-wrapper .section-inner .card-wrapper-cards{
    flex-wrap: nowrap;
  }
}
section.card-wrapper .section-inner .card-wrapper-cards .card{
  grid-column: span 12 / span 12;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media (min-width: 590px){
  section.card-wrapper .section-inner .card-wrapper-cards .card{
    width: 45%;
  }
}
@media (min-width: 970px){
  section.card-wrapper .section-inner .card-wrapper-cards .card{
    grid-column: span 3 / span 3;
  }
}
section.card-wrapper .section-inner .card-wrapper-cards .card textarea{
  height: 125px;
}
section.card-wrapper .section-inner .content-links{
  grid-column: span 12 / span 12;
  text-align: center;
}
section.card-wrapper .section-inner .content-links a{
  display: inline-block;
  border-style: none;
}
section.card-wrapper .section-inner.has-image h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.card-wrapper .section-inner.has-image .card-wrapper-cards .card{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.card-wrapper .section-inner.has-image .card-wrapper-cards .card input, section.card-wrapper .section-inner.has-image .card-wrapper-cards .card textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
section.card-wrapper .section-inner.has-image .card-wrapper-cards .card input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}
section.card-wrapper .section-inner.has-image .card-wrapper-cards .card input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}
section.card-wrapper .section-inner.has-image .card-wrapper-cards .card.contact-form h2{
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
section.card-wrapper .section-inner.has-image .card-wrapper-cards .flip-card .flip-card-front, section.card-wrapper .section-inner.has-image .card-wrapper-cards .flip-card .flip-card-back{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.card-wrapper .section-inner.has-image a{
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
section.card-wrapper .section-inner.has-image a .icon-wrapper{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 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: 970px){
  section.card-wrapper .section-inner.has-image a .icon-wrapper{
    transition-duration: 200ms;
  }
}
section.card-wrapper .section-inner.has-image a svg, section.card-wrapper .section-inner.has-image a svg path{
  fill: #fff;
  stroke: #fff;
}
section.card-wrapper.background-white .card{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
section.card-wrapper.background-white .flip-card .flip-card-front, section.card-wrapper.background-white .flip-card .flip-card-back{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
section.card-wrapper.background-grey .card{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
section.card-wrapper.background-grey .card input, section.card-wrapper.background-grey .card textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
section.card-wrapper.background-grey .card input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}
section.card-wrapper.background-grey .card.contact-form h2{
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

section.logos-wrapper .section-inner{
  display: block;
  text-align: center;
}
section.logos-wrapper .section-inner .intro{
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
section.logos-wrapper .section-inner .logos-wrapper{
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: block;
  flex-wrap: wrap;
  justify-content: space-evenly;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  row-gap: 3rem;
}
@media (min-width: 640px){
  section.logos-wrapper .section-inner .logos-wrapper{
    display: flex;
  }
}
section.logos-wrapper .section-inner .logos-wrapper span, section.logos-wrapper .section-inner .logos-wrapper a{
  display: block;
}
@media (min-width: 640px){
  section.logos-wrapper .section-inner .logos-wrapper span, section.logos-wrapper .section-inner .logos-wrapper a{
    display: inline-block;
  }
}
section.logos-wrapper .section-inner .logos-wrapper span img, section.logos-wrapper .section-inner .logos-wrapper a img{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  height: 120px;
  width: auto;
  max-width: 1000px;
}
@media (min-width: 640px){
  section.logos-wrapper .section-inner .logos-wrapper span img, section.logos-wrapper .section-inner .logos-wrapper a img{
    margin-bottom: 0px;
  }
}
section.logos-wrapper .section-inner .content-links{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: inline-block;
  width: auto;
  text-align: center;
}

section.contact-details .section-inner{
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 970px){
  section.contact-details .section-inner{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
section.contact-details .section-inner .contact-details{
  grid-column: span 12 / span 12;
  text-align: center;
}
@media (min-width: 970px){
  section.contact-details .section-inner .contact-details{
    order: 1;
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px){
  section.contact-details .section-inner .contact-details{
    order: 1;
    grid-column: span 4 / span 4;
  }
}
section.contact-details .section-inner .contact-details p{
  margin-bottom: 0px;
  margin-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 970px){
  section.contact-details .section-inner .contact-details p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
section.contact-details .section-inner .contact-details p a{
  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.contact-details .section-inner .contact-details p a:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 970px){
  section.contact-details .section-inner .contact-details p a{
    transition-duration: 200ms;
  }
}
section.contact-details .section-inner .address{
  grid-column: span 12 / span 12;
  text-align: center;
}
@media (min-width: 970px){
  section.contact-details .section-inner .address{
    order: 3;
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px){
  section.contact-details .section-inner .address{
    order: 2;
    grid-column: span 4 / span 4;
  }
}
section.contact-details .section-inner .address:first-line{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
section.contact-details .section-inner .social{
  grid-column: span 12 / span 12;
  text-align: center;
}
@media (min-width: 970px){
  section.contact-details .section-inner .social{
    order: 2;
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px){
  section.contact-details .section-inner .social{
    order: 3;
    grid-column: span 4 / span 4;
  }
}
section.contact-details .section-inner .social .social-icon{
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
}
section.contact-details .section-inner .social .social-icon svg{
  fill: #444444;
}
section.contact-details .section-inner .social .social-icon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}
section.contact-details .section-inner .social .social-icon:hover svg{
  fill: #fff;
}

section.faqs .section-inner .title{
  grid-column: span 12 / span 12;
}

@media (min-width: 970px){
  section.faqs .section-inner .title{
    grid-column: span 3 / span 3;
  }
}
section.faqs .section-inner .title h2{
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.3em;
}
@media (min-width: 970px){
  section.faqs .section-inner .title h2{
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  section.faqs .section-inner .title h2{
    font-size: 3rem;
    line-height: 1;
  }
}
section.faqs .section-inner .content{
  grid-column: span 12 / span 12;
}
@media (min-width: 970px){
  section.faqs .section-inner .content{
    grid-column: span 8 / span 8;
    grid-column-start: 5;
  }
}
section.faqs .section-inner .content .content-wrapper{
  margin-bottom: 3rem;
}
section.faqs .section-inner .content .faq-wrapper{
  margin-top: 1rem;
}
section.faqs .section-inner .content .faq-wrapper .question-wrapper{
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
}
section.faqs .section-inner .content .faq-wrapper .question-wrapper .question{
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
section.faqs .section-inner .content .faq-wrapper .question-wrapper .question svg{
  position: absolute;
  top: -2px;
  left: 0px;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
  fill: #444444;
  padding: 6px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
section.faqs .section-inner .content .faq-wrapper .question-wrapper .question:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
section.faqs .section-inner .content .faq-wrapper .question-wrapper .question:hover svg{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
  fill: #fff;
}
section.faqs .section-inner .content .faq-wrapper .question-wrapper .question.active 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.faqs .section-inner .content .faq-wrapper .question-wrapper .answer{
  margin-top: 1.5rem;
  display: none;
  padding-left: 3rem;
}

section.contact-form .section-inner .title{
  grid-column: span 12 / span 12;
}

@media (min-width: 970px){
  section.contact-form .section-inner .title{
    grid-column: span 3 / span 3;
  }
}
section.contact-form .section-inner .title h2{
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.3em;
}
@media (min-width: 970px){
  section.contact-form .section-inner .title h2{
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  section.contact-form .section-inner .title h2{
    font-size: 3rem;
    line-height: 1;
  }
}
section.contact-form .section-inner .form{
  grid-column: span 12 / span 12;
}
@media (min-width: 970px){
  section.contact-form .section-inner .form{
    grid-column: span 8 / span 8;
    grid-column-start: 5;
  }
}
section.contact-form .section-inner .form form{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
section.contact-form .section-inner .form form .personal{
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px){
  section.contact-form .section-inner .form form .personal{
    grid-column: span 6 / span 6;
  }
}
section.contact-form .section-inner .form form .message{
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px){
  section.contact-form .section-inner .form form .message{
    grid-column: span 6 / span 6;
  }
}
section.contact-form .section-inner .form form .submit{
  grid-column: span 12 / span 12;
}
@media (min-width: 1024px){
  section.contact-form .section-inner .form form .submit{
    margin-top: -4.5rem;
  }
}
section.contact-form.background-white input[type=text], section.contact-form.background-white input[type=email], section.contact-form.background-white input[type=tel], section.contact-form.background-white textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
section.contact-form .wpcf7-not-valid-tip{
  display: none !important;
}
section.contact-form .wpcf7-not-valid{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1)) !important;
}
section.contact-form .wpcf7-response-output{
  grid-column: span 12 / span 12 !important;
  margin: 0px !important;
}

/********
 * Cards
 **/
.card{
  margin-bottom: 2rem;
  margin-top: 0.75rem;
}
@media (min-width: 590px){
  .card{
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.card.quote .quotemark{
  margin-top: -1rem;
  display: block;
}
.card.quote .quotemark svg{
  display: inline;
  height: 80px;
  fill: rgb(170 170 170 / 0.5);
}
@media (min-width: 970px){
  .card.quote .quotemark svg{
    height: 120px;
  }
}
.card.quote blockquote{
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.3em;
}
@media (min-width: 970px){
  .card.quote blockquote{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.card.lead-line p{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

@media (min-width: 970px){
  .card.lead-line p{
    font-size: 3rem;
    line-height: 1;
    line-height: 1.1em;
  }
}

section.text-with-card.background-white .card.contact-form input[type=text], section.text-with-card.background-white .card.contact-form input[type=email], section.text-with-card.background-white .card.contact-form input[type=tel], section.text-with-card.background-white .card.contact-form textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.card.news-card .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
}
.card.news-card .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: 970px){
  .card.news-card .image img{
    transition-duration: 200ms;
  }
}
.card.news-card .image:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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.news-card .image .date{
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 0.5rem;
  background-color: rgb(68 68 68 / 0.95);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card.news-card a.title{
  display: block;
}
.card.news-card a.title h3{
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / 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: 970px){
  .card.news-card a.title h3{
    transition-duration: 200ms;
  }
}
.card.news-card a.title:hover h3{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

section.post-type-carousel .card.news-card{
  display: flex;
  flex-direction: column;
}
section.post-type-carousel .card.news-card .content-links{
  position: absolute;
  bottom: 0.25rem;
  width: 100%;
}

.card-wrapper-cards .card.news-card{
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  padding-bottom: 6rem !important;
}
.card-wrapper-cards .card.news-card .content-links{
  position: absolute;
  bottom: 1rem;
  width: calc(100% - 2rem);
  text-align: left;
}
.card-wrapper-cards .card.news-card .content-links a{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / 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: 970px){
  .card-wrapper-cards .card.news-card .content-links a{
    transition-duration: 200ms;
  }
}
.card-wrapper-cards .card.news-card .content-links a svg path{
  fill: #444444;
  stroke: #444444;
  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: 970px){
  .card-wrapper-cards .card.news-card .content-links a svg path{
    transition-duration: 200ms;
  }
}
.card-wrapper-cards .card.news-card .content-links a:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.card-wrapper-cards .card.news-card .content-links a:hover svg path{
  fill: #aaaaaa;
  stroke: #aaaaaa;
}

.flip-card{
  height: auto !important;
  background-color: transparent !important;
  padding: 0px !important;
  perspective: 1000px;
}

.flip-card-inner{
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-bottom: 2rem;
  backface-visibility: hidden;
}
.flip-card-front .image, .flip-card-back .image{
  overflow: hidden;
  border-radius: 0.5rem;
}
.flip-card-front h3, .flip-card-back h3{
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.flip-card-front .card-content, .flip-card-back .card-content{
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.flip-card-front{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.flip-card-back{
  position: absolute;
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transform: rotateY(180deg);
}

/********
 * Buttons
 **/
.content-links{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
.content-links .content-link{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  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);
}
.content-links .content-link:last-child{
  margin-bottom: 0px;
}
@media (min-width: 970px){
  .content-links .content-link{
    transition-duration: 200ms;
  }
}
.content-links .content-link .icon-wrapper{
  display: inline-block;
}
.content-links .content-link .icon-wrapper svg{
  display: inline;
  height: 0.8em;
  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: 970px){
  .content-links .content-link .icon-wrapper svg{
    transition-duration: 200ms;
  }
}
.content-links .content-link.primary{
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.content-links .content-link.primary .icon-wrapper{
  position: relative;
  margin-left: 0.5rem;
  height: 1.2em;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.content-links .content-link.primary .icon-wrapper svg{
  margin-top: -10px;
  fill: #444444;
}
.content-links .content-link.primary:hover .icon-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}
.content-links .content-link.primary:hover .icon-wrapper svg{
  fill: #fff;
}
.content-links .content-link.secondary{
  margin-bottom: 1rem;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.content-links .content-link.secondary .icon-wrapper{
  margin-right: 0.5rem;
}
.content-links .content-link.secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.content-links .content-link.secondary:hover svg{
  fill: #aaaaaa;
}
.content-links .content-link.tertiary .icon-wrapper{
  margin-right: 0.5rem;
}
.content-links .content-link.tertiary:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.content-links .content-link.tertiary:hover svg{
  fill: #aaaaaa;
}

/********
 * Templates
 **/
section.news-archive-wrapper .section-inner .category-filters{
  grid-column: span 12 / span 12;
  margin-bottom: 1rem;
  display: none;
}
@media (min-width: 640px){
  section.news-archive-wrapper .section-inner .category-filters{
    display: flex;
  }
}
section.news-archive-wrapper .section-inner .category-filters a.filter-button{
  margin-right: 2rem;
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / 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: 970px){
  section.news-archive-wrapper .section-inner .category-filters a.filter-button{
    transition-duration: 200ms;
  }
}
section.news-archive-wrapper .section-inner .category-filters a.filter-button svg{
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  display: inline-block;
  height: 1rem;
  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: 970px){
  section.news-archive-wrapper .section-inner .category-filters a.filter-button svg{
    transition-duration: 200ms;
  }
}
section.news-archive-wrapper .section-inner .category-filters a.filter-button.active 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.news-archive-wrapper .section-inner .category-filters a.filter-button:hover{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
section.news-archive-wrapper .section-inner .category-filters a.filter-button:hover svg{
  fill: #aaaaaa;
}
section.news-archive-wrapper .section-inner .posts-wrapper{
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1024px){
  section.news-archive-wrapper .section-inner .posts-wrapper{
    gap: 2rem;
  }
}
section.news-archive-wrapper .section-inner .posts-wrapper .news-card-wrapper{
  position: relative;
  grid-column: span 12 / span 12;
}
@media (min-width: 590px){
  section.news-archive-wrapper .section-inner .posts-wrapper .news-card-wrapper{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 970px){
  section.news-archive-wrapper .section-inner .posts-wrapper .news-card-wrapper{
    grid-column: span 4 / span 4;
  }
}
section.news-archive-wrapper .section-inner .posts-wrapper .news-card-wrapper .card{
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-bottom: 4rem;
}
section.news-archive-wrapper .section-inner .posts-wrapper .news-card-wrapper .card .content-link{
  position: absolute;
  bottom: 1rem;
  width: calc(100% - 2rem);
}
section.news-archive-wrapper .section-inner .news-navigation{
  grid-column: span 12 / span 12;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
section.news-archive-wrapper .section-inner .news-navigation .next-posts{
  grid-column: span 6 / span 6;
  grid-column-start: 7;
  display: flex;
  justify-content: flex-end;
}
section.news-archive-wrapper .section-inner .news-navigation .prev-posts{
  grid-column: span 6 / span 6;
}
section.news-archive-wrapper .section-inner .news-navigation .next-posts a, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a{
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / 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-archive-wrapper .section-inner .news-navigation .next-posts a:last-child, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a:last-child{
  margin-bottom: 0px;
}
@media (min-width: 640px){
  section.news-archive-wrapper .section-inner .news-navigation .next-posts a, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 970px){
  section.news-archive-wrapper .section-inner .news-navigation .next-posts a, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a{
    font-size: 1.5rem;
    line-height: 2rem;
    transition-duration: 200ms;
  }
}
section.news-archive-wrapper .section-inner .news-navigation .next-posts a .icon-wrapper, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a .icon-wrapper{
  position: relative;
  margin-left: 0.5rem;
  display: inline-block;
  height: 1.2em;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  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: 970px){
  section.news-archive-wrapper .section-inner .news-navigation .next-posts a .icon-wrapper, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a .icon-wrapper{
    transition-duration: 200ms;
  }
}
section.news-archive-wrapper .section-inner .news-navigation .next-posts a .icon-wrapper svg, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a .icon-wrapper svg{
  margin-top: -9px;
  display: inline;
  height: 0.8em;
  fill: #444444;
  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){
  section.news-archive-wrapper .section-inner .news-navigation .next-posts a .icon-wrapper svg, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a .icon-wrapper svg{
    margin-top: -12px;
  }
}
@media (min-width: 970px){
  section.news-archive-wrapper .section-inner .news-navigation .next-posts a .icon-wrapper svg, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a .icon-wrapper svg{
    margin-top: -10px;
    transition-duration: 200ms;
  }
}
section.news-archive-wrapper .section-inner .news-navigation .next-posts a span, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a span{
  display: none;
}
@media (min-width: 640px){
  section.news-archive-wrapper .section-inner .news-navigation .next-posts a span, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a span{
    display: inline-block;
  }
}
section.news-archive-wrapper .section-inner .news-navigation .next-posts a:hover .icon-wrapper, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a:hover .icon-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}
section.news-archive-wrapper .section-inner .news-navigation .next-posts a:hover .icon-wrapper svg, section.news-archive-wrapper .section-inner .news-navigation .prev-posts a:hover .icon-wrapper svg{
  fill: #fff;
}
section.news-archive-wrapper .section-inner .news-navigation .prev-posts a .icon-wrapper{
  margin-left: 0px;
  margin-right: 0.5rem;
}
section.news-archive-wrapper .section-inner .news-navigation .prev-posts a .icon-wrapper 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));
}
