@charset "UTF-8";

/*!
Theme Name: every1base
Theme URI: 
Author: Every1
Author URI: http://www.helloevery1.com/us
Description: every1base Base Theme
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base-wp-project
Tags:
*/

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com
*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

/*
Text-level semantics
====================
*/

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

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

/**
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.
*/

/*
Tabular data
============
*/

/**
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)
*/

/*
Forms
=====
*/

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

button,
input {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

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

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

/**
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.
*/

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

/*
Interactive
===========
*/

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

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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


h1,
h2,
h3,
h4,
figure,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #c9c9c9;
}

input::-moz-placeholder {
  opacity: 1;
  color: #c9c9c9;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: #c9c9c9;
}

input::placeholder {
  opacity: 1;
  color: #c9c9c9;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

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

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

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg {
  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 {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity));
}

.container{
  max-width: 100%;
  padding: 0 1rem;
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding: 0 1rem;
  }
}

@media (min-width: 992px){
  .container{
    max-width: 992px;
    padding: 0 1rem;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
    padding: 0 1rem;
  }
}

@media (min-width: 1400px){
  .container{
    max-width: 1200px;
    padding: 0 1rem;
  }
}

.no-pseudo::before{
  content: none !important;
}

.no-pseudo::after{
  content: none !important;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.right-15{
  right: 15px;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-9999{
  z-index: 9999;
}

.float-left{
  float: left;
}

.m-auto{
  margin: auto;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-auto{
  margin-right: auto;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-auto{
  margin-left: auto;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden{
  display: none;
}

.h-12{
  height: 3rem;
}

.h-18{
  height: 4.5rem;
}

.h-full{
  height: 100%;
}

.min-h-full{
  min-height: 100%;
}

.w-8{
  width: 2rem;
}

.w-10{
  width: 2.5rem;
}

.w-15{
  width: 3.75rem;
}

.w-18{
  width: 4.5rem;
}

.w-24{
  width: 6rem;
}

.w-48{
  width: 12rem;
}

.w-64{
  width: 16rem;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.max-w-200{
  max-width: 200px;
}

.max-w-1200{
  max-width: 1200px;
}

.max-w-none{
  max-width: none;
}

.max-w-xs{
  max-width: 20rem;
}

@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer{
  cursor: pointer;
}

.list-none{
  list-style-type: none;
}

.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-5{
  border-width: 5px;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-custom_grey_light{
  --tw-border-opacity: 1;
  border-color: rgba(215, 216, 224, var(--tw-border-opacity));
}

.border-custom_teal{
  --tw-border-opacity: 1;
  border-color: rgba(21, 175, 151, var(--tw-border-opacity));
}

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

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-custom_grey_lightest{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 240, var(--tw-bg-opacity));
}

.bg-custom_teal{
  --tw-bg-opacity: 1;
  background-color: rgba(21, 175, 151, var(--tw-bg-opacity));
}

.bg-custom_blue{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 116, 210, var(--tw-bg-opacity));
}

.bg-custom_blue_0{
  --tw-bg-opacity: 1;
  background-color: rgba(36, 47, 98, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-6{
  padding: 1.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-24{
  padding-top: 6rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-12{
  padding-right: 3rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

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

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-8{
  padding-left: 2rem;
}

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

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

.font-body{
  font-family: latoregular, sans-serif;
}

.text-10{
  font-size: 10px;
}

.text-12{
  font-size: 12px;
}

.text-14{
  font-size: 14px;
}

.text-15{
  font-size: 15px;
}

.text-16{
  font-size: 16px;
}

.text-18{
  font-size: 18px;
}

.text-20{
  font-size: 20px;
}

.text-24{
  font-size: 24px;
}

.text-28{
  font-size: 28px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.uppercase{
  text-transform: uppercase;
}

.leading-8{
  line-height: 2rem;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(75, 75, 75, var(--tw-text-opacity));
}

.text-custom_grey{
  --tw-text-opacity: 1;
  color: rgba(147, 149, 159, var(--tw-text-opacity));
}

.text-custom_teal{
  --tw-text-opacity: 1;
  color: rgba(21, 175, 151, var(--tw-text-opacity));
}

.text-custom_blue_0{
  --tw-text-opacity: 1;
  color: rgba(36, 47, 98, var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.placeholder-custom_blue_0::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 47, 98, var(--tw-placeholder-opacity));
}

.placeholder-custom_blue_0::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 47, 98, var(--tw-placeholder-opacity));
}

.placeholder-custom_blue_0::-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 47, 98, var(--tw-placeholder-opacity));
}

.placeholder-custom_blue_0::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(36, 47, 98, var(--tw-placeholder-opacity));
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom{
  --tw-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-custom:hover{
  --tw-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

.duration-200{
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.ease-in{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:-bottom-35{
    bottom: -35px;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:order-first{
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999;
  }

  .md\:order-last{
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-1{
    margin-top: 0.25rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:mr-1{
    margin-right: 0.25rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

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

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

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

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .md\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .md\:justify-end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .md\:justify-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:hover\:border-custom_blue_0:hover{
    --tw-border-opacity: 1;
    border-color: rgba(36, 47, 98, var(--tw-border-opacity));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:hover\:bg-custom_blue_0:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(36, 47, 98, var(--tw-bg-opacity));
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

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

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

  .md\:text-24{
    font-size: 24px;
  }

  .md\:text-28{
    font-size: 28px;
  }

  .md\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-custom_teal:hover{
    --tw-text-opacity: 1;
    color: rgba(21, 175, 151, var(--tw-text-opacity));
  }
}

@media (min-width: 992px){

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:z-9999{
    z-index: 9999;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-350{
    max-width: 350px;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-screen-lg{
    max-width: 992px;
  }

  .lg\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .lg\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lg\:items-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lg\:justify-start{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-custom_grey_light{
    --tw-border-opacity: 1;
    border-color: rgba(215, 216, 224, var(--tw-border-opacity));
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-custom_grey_lightest{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 240, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-custom_grey_lightest:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 240, var(--tw-bg-opacity));
  }

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

  .lg\:p-10{
    padding: 2.5rem;
  }

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

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

  .lg\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pt-7{
    padding-top: 1.75rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

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

  .lg\:pr-14{
    padding-right: 3.5rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:pb-18{
    padding-bottom: 4.5rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

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

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

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

  .lg\:text-14{
    font-size: 14px;
  }

  .lg\:text-20{
    font-size: 20px;
  }

  .lg\:text-28{
    font-size: 28px;
  }

  .lg\:text-30{
    font-size: 30px;
  }

  .lg\:text-32{
    font-size: 32px;
  }

  .lg\:text-48{
    font-size: 48px;
  }

  .lg\:text-58{
    font-size: 58px;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:leading-snug{
    line-height: 1.375;
  }

  .lg\:text-custom_blue_0{
    --tw-text-opacity: 1;
    color: rgba(36, 47, 98, var(--tw-text-opacity));
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1200px){

  .xl\:mt-3{
    margin-top: 0.75rem;
  }

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:mr-16{
    margin-right: 4rem;
  }

  .xl\:ml-16{
    margin-left: 4rem;
  }

  .xl\:w-72{
    width: 18rem;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:max-w-1200{
    max-width: 1200px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1200px;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

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

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:text-20{
    font-size: 20px;
  }

  .xl\:text-28{
    font-size: 28px;
  }

  .xl\:text-48{
    font-size: 48px;
  }
}

@media (min-width: 1400px){

  .xxl\:h-540{
    height: 34rem;
  }

  .xxl\:min-h-400{
    min-height: 400px;
  }

  .xxl\:w-5\/12{
    width: 41.666667%;
  }

  .xxl\:overflow-hidden{
    overflow: hidden;
  }

  .xxl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Add the correct background and color in IE 9-.
 */

/**
 * 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.
 */

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in iOS 4-7.
 */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

button {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE.
 */

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */


menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'latobold';

  src: url("../../dist/fonts/lato-bold-webfont.woff2") format("woff2"), url("../../dist/fonts/lato-bold-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'latoregular';

  src: url("../../dist/fonts/lato-regular-webfont.woff2") format("woff2"), url("../../dist/fonts/lato-regular-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

/*----------------------------*/

/*----------- Mixins-----------*/

/*----------------------------*/

/* @include box-shadow(1px,1px,1px,0, #fff, true); */

.u-list-reset {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.u-list-reset li {
  display: inline;
}

ul.u-list-reset li li, ol.u-list-reset li li{
  display: inline-block;
}

ul.inline li, ol.inline li{
  display: inline-block;
}

.u-list-reset li ::marker {
  content: "";
}

.u-tablet-up {
  display: none !important;
}

@media (min-width: 768px) {
  .u-tablet-up {
    display: block !important;
  }
}

.u-underline-link {
  position: relative;
  display: inline-block;
}

.u-underline-link::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -2px;
}

/********* Accessibility **********/

/* Text meant only for screen readers. */

a {
  color: #f472b6;
  text-decoration: none;
}

a:hover, a:focus {
  color: #f472b6;
  -webkit-text-decoration-color: #f472b6;
  text-decoration-color: #f472b6;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Slider */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  margin: 0px;
  padding: 0px;
}

.slick-dots li button {
  text-indent: -9999px;
  width: 35px;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.slick-dots li button:hover {
  opacity: 0.7;
}

.slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.slick-dots li::before {
  content: none !important;
}

.slick-dots {
  padding-bottom: 0 !important;
}

.slick-dots li {
  margin: 0px;
  padding: 0px;
}

.slick-dots li button {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 0;
  right: 0;
  position: relative;
}

a {
  -webkit-transform: none;
  transform: none;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(25, 62, 114, var(--tw-text-opacity));
  text-decoration: underline;
}

a.with-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 93, 78, var(--tw-text-opacity));
}

a:active {
  outline: none !important;
}

button {
  outline: 0;
  border: 0;
  cursor: pointer;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0;
}

ol li {
  list-style-type: decimal;
}

ul li::marker {
  color: inherit;
  content: "• ";
}

ul, ol{
  padding-left: 1rem;
}

ul.listless, ol.listless{
  list-style-type: none;
}

ul.listless li, ol.listless li{
  list-style-type: none;
}

ul.wrap-list, ol.wrap-list{
  padding-left: 0px;
}

ul.wrap-list li, ol.wrap-list li{
  list-style-type: none;
}

ul.wrap-list li::marker,
      ol.wrap-list li::marker {
  content: '';
}

ul.wrap-list li + li, ol.wrap-list li + li{
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  ul.wrap-list, ol.wrap-list{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.wrap-list,
  ol.wrap-list{
    gap: 60px 30px;
  }

  ul.wrap-list li,
    ol.wrap-list li {
    width: calc(50% - 30px);
  }

  ul.wrap-list li::marker,
      ol.wrap-list li::marker {
    content: '';
  }

  ul.wrap-list li + li, ol.wrap-list li + li{
    margin-top: 0px;
  }
}

ul.inline li, ol.inline li{
  display: inline-block;
}

.overlap {
  overflow: visible !important;
}

nav ul li {
  list-style-type: none;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.svg-envelope, .svg-link-bg, .svg-phone, .svg-social-facebook, .svg-social-instagram, .svg-social-linkedin {
  background: url("../images/sprite.svg") no-repeat;
}

.svg-envelope {
  background-position: 0 0;
  width: 20px;
  height: 15px;
}

.svg-link-bg {
  background-position: 12.820512820512821% 9.868421052631579%;
  width: 32px;
  height: 32px;
}

.svg-phone {
  background-position: 30.58823529411765% 27.976190476190474%;
  width: 18px;
  height: 16px;
}

.svg-social-facebook {
  background-position: 62.0253164556962% 61.03896103896104%;
  width: 30px;
  height: 30px;
}

.svg-social-instagram {
  background-position: 81.0126582278481% 80.51948051948052%;
  width: 30px;
  height: 30px;
}

.svg-social-linkedin {
  background-position: 100% 100%;
  width: 30px;
  height: 30px;
}

.l-content-page__aside h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(60, 60, 60, var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .l-content-page__aside h3 {
    font-size: 36px;
    line-height: 2.75rem;
  }
}

@media (min-width: 992px) {
  .l-content-page__aside {
    margin-top: 6.25rem;
  }
}

/*----------------------------*/

/*---------Typography ---------*/

/*----------------------------*/

body,
button,
input {
  color: #000;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  clear: both;
}

h1, h2, h3, h4{
  font-family: latoregular, sans-serif;
}

h1,
h2,
h3,
h4{
  text-transform: none;
  letter-spacing: 0.01em;
  padding: 5px 0 20px 0;
  margin: 0;
  font-weight: normal;
  color: #373736;
  text-align: left;
}

h1, h2, h3, h4{
  --tw-text-opacity: 1;
  color: rgba(25, 62, 114, var(--tw-text-opacity));
}

ol li {
  list-style-type: decimal;
}

ul li::marker {
  color: inherit;
  content: "• ";
}

ul li, ol li{
  font-size: 18px;
}

p {
  margin: 0;
  padding-bottom: 15px;
}


i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

h1 {
  font-size: 27px;
  font-weight: 700;
  line-height: 2rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 3rem;
  }
}

h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(25, 62, 114, var(--tw-text-opacity));
  letter-spacing: 1%;
}

h2 span {
  font-weight: 400;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5rem;
}

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

@media (min-width: 768px) {
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5rem;
  }

  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px) {
}

.c-button {
  display: inline-block;
  width: 100%;
  border-radius: 47px;
  --tw-bg-opacity: 1;
  background-color: rgba(25, 62, 114, var(--tw-bg-opacity));
  padding: 0.75rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
  .c-button {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.c-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 93, 78, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .c-button {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.c-post__item {
  width: 100%;
}

.c-post__item h3 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.c-post__item a.with-underline {
  text-decoration: underline;
}

.c-post__item__meta {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  background: #269ea5;
}

.c-post__item__meta a {
  text-decoration: none;
}

.c-post__item__cat {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.c-post__image > div {
  display: block;
  width: 100%;
  height: 220px;
}

.c-post__carousel {
  --col-count: 1;
  position: relative;
  z-index: 50;
  overflow: visible;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 992px) {
  .c-post__carousel {
    padding-top: 4.25rem;
    padding-bottom: 5.75rem;
  }
}

.c-post__carousel h2 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.c-post__carousel ol {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1170px;
  gap: 1.75rem;
  width: 95vw;
}

@media (min-width: 992px) {
  .c-post__carousel ol {
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(var(--col-count), minmax(0, 1fr));
  }
}

.c-post__carousel ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-post__carousel__overlap-img {
  display: none;
}

@media (min-width: 992px) {
  .c-post__carousel__overlap-img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-post__carousel__list {
  padding-left: 0px;
}

.header--internal {
  --bg-img: "";
  position: relative;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 992px) {
  .header--internal {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}

.header--internal h1 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.header--internal a {
  text-decoration: none;
}

.header--internal:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: var(--bg-img);
  background-position: right center;
  background-size: 100% 323px;
  content: '';
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  height: calc(100% + 50px);
  right: -400px;
  width: calc(100% + 400px);
  z-index: 0;
}

@media (min-width: 992px) {
  .header--internal:before {
    background-size: 100% 968px;
    height: calc(100% + 100px);
    right: -600px;
  }
}

.header--internal .container {
  position: relative;
  z-index: 1;
}

.header--red {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 93, 78, var(--tw-bg-opacity));
}

.header--green {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 169, 176, var(--tw-bg-opacity));
}

.header--orange {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 147, 48, var(--tw-bg-opacity));
}

.c-staff-info {
  border-bottom-width: 5px;
  --tw-border-opacity: 1;
  border-color: rgba(234, 93, 78, var(--tw-border-opacity));
  padding-bottom: 1.5rem;
  margin-left: -32px;
  margin-right: -32px;
}

.c-staff-info figure {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  padding: 0px;
}

.c-staff-info figure picture, .c-staff-info figure img{
  height: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .c-staff-info figure picture,
  .c-staff-info figure img {
    max-width: 333px;
  }
}

.c-staff-info figure h3 {
  margin-top: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(60, 60, 60, var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .c-staff-info figure h3 {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .c-staff-info figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    gap: 0 80px;
  }
}

@media (min-width: 992px) {
  .c-staff-info {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }
}

.c-staff-info + .c-staff-info {
  margin-top: 1.25rem;
}

@media (min-width: 992px) {
  .c-staff-info + .c-staff-info {
    margin-top: 3rem;
  }
}

.c-link-block {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 103, 173, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  margin-left: -16px;
  margin-right: -16px;
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .c-link-block {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.c-link-block h1, .c-link-block h2, .c-link-block h3, .c-link-block h4{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.c-link-block__links {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 992px) {
  .c-link-block__links {
    margin-top: 4.25rem;
    padding-top: 3rem;
  }
}

@media (min-width: 992px) {
  .c-link-block__links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible;
  }
}

.c-link-block__links a {
  --tw-text-opacity: 1;
  color: rgba(60, 60, 60, var(--tw-text-opacity));
  text-decoration: underline;
}

.c-link-block__links a:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 93, 78, var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .c-link-block__links a {
    max-width: 90%;
  }
}

.c-link-block__links li + li {
  margin-top: 2rem;
}

.c-link-block__img {
  display: none;
}

@media (min-width: 992px) {
  .c-link-block__img {
    display: block;
  }
}

.c-side-nav__nav {
  margin-bottom: 4.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(25, 62, 114, var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .c-side-nav__nav {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 3.25rem;
    padding-bottom: 4rem;
  }
}

.c-side-nav__nav li {
  list-style-type: none;
}

.c-side-nav__nav li::marker {
  content: '';
}

.c-side-nav__nav li + li {
  margin-top: 0.75rem;
}

.c-side-nav__nav a {
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.c-side-nav__nav a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .c-side-nav__nav a {
    font-size: 16px;
    line-height: 1.25rem;
  }
}

.c-form {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
  /**################*/
  /*   Checkboxes   */
  /**################*/
  /**################*/
  /*       Radios    */
  /**################*/
  /**################*/
  /*   File upload   */
  /**################*/
  /**######################*/
  /*   multiFile upload   */
  /**####################*/
  /**######################*/
  /*   Validation Errors   */
  /**######################*/
}

.c-form form {
  margin: 0 auto;
  max-width: 470px;
  padding-bottom: 20px;
}

.c-form label {
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  color: #000;
  padding: 6px 12px 0 0;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

.c-form input {
  border-radius: 10px;
  width: 100%;
  height: 58px;
  padding: 0 25px 0 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25rem;
  background-color: #ffffff;
  color: #000;
}

.c-form input::-ms-clear {
  display: none;
}

.c-form ul {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.c-skip-links a {
  position: absolute;
  left: -9999em;
  display: inline-block;
  margin: 0.75em 0 0 30px;
}

.c-skip-links a:focus {
  left: 97px;
  top: -11px;
  z-index: 1;
  background-color: #ffbf47;
  outline: 3px solid #ffbf47;
}

.c-breadcrumbs {
  display: none;
}

@media (min-width: 992px) {
  }

@media (min-width: 1200px) {
  }

.c-breadcrumbs__nav {
  padding-bottom: 0;
  color: #f472b6;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1rem;
  text-align: left;
  font-weight: 400;
}

.c-breadcrumbs a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1rem;
  color: #f472b6;
  font-weight: 400;
}

.c-breadcrumbs i {
  width: 15px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.c-breadcrumbs i::before {
  content: "";
  display: block;
  position: absolute;
  /*
			@extend .svg-breadcrumb-seperator;
			@extend .svg-breadcrumb-seperator-dims;
*/
  top: 4px;
  left: 0px;
}

@media (min-width: 768px) {
  .c-breadcrumbs {
    display: block;
    padding: 10px 0 0;
  }
}

.c-site-header a {
  text-decoration: none;
}

.c-site-header__row {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 20px;
}

@media (min-width: 375px) {
  .c-site-header__row {
    gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  .c-site-header__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0px;
    padding-right: 0px;
  }
}

.c-site-header__logo svg {
  max-width: 180px;
}

@media (min-width: 768px) {
  .c-site-header__logo svg {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .c-site-header__logo {
    padding-left: 1rem;
  }
}

.c-site-header__contact {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
  font-style: normal;
}

.c-site-header__contact ul {
  padding-left: 0px;
}

.c-site-header__contact li span {
  display: none;
}

@media (min-width: 768px) {
  .c-site-header__contact li span {
    display: inline;
  }

  ul.c-site-header__contact li span li, ol.c-site-header__contact li span li{
    display: inline-block;
  }

  ul.inline li, ol.inline li{
    display: inline-block;
  }
}

.c-site-header__contact li + li {
  margin-left: 0.5rem;
}

@media (min-width: 375px) {
  .c-site-header__contact li + li {
    margin-left: 1.5rem;
  }
}

.c-site-footer {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 62, 114, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.c-site-footer ul {
  padding-left: 0px;
}

@media (min-width: 992px) {
  .c-site-footer {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    padding-bottom: 1.5rem;
  }
}

.c-site-footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .c-site-footer__logo {
    width: 95vw;
  }
}

@media (min-width: 992px) {
  .c-site-footer__logo {
    display: block;
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  .c-site-footer__logo svg {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.c-site-footer__row {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .c-site-footer__row {
    width: 95vw;
  }
}

@media (min-width: 992px) {
  .c-site-footer__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .c-site-footer__row > * {
    max-width: 350px;
    text-align: left;
  }
}

.c-site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-site-footer__nav a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}

.c-site-footer__nav a:hover {
  text-decoration: underline;
}

.c-site-footer__nav ul {
  padding-left: 0px;
}

.c-site-footer__nav ul li::marker {
  content: '';
}

@media (min-width: 992px) {
  .c-site-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .c-site-footer__nav ul {
    margin-top: 0px;
  }
}

.c-site-footer__social li {
  display: inline-block;
}

@media (min-width: 992px) {
  .c-site-footer__social li {
    display: block;
  }
}

.c-site-footer__social li + li {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .c-site-footer__social li + li {
    margin-left: 0px;
  }
}

.c-site-footer__footnote {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  width: 100%;
  max-width: 1200px;
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .c-site-footer__footnote {
    width: 95vw;
  }
}

@media (min-width: 992px) {
  .c-site-footer__footnote {
    text-align: left;
  }
}

.c-site-footer p, .c-site-footer li{
  padding-bottom: 0px;
  font-size: 13px;
  line-height: 1rem;
}

@media (min-width: 992px) {
  .c-site-footer p, .c-site-footer li{
    font-size: 18px;
    line-height: 1.5rem;
  }
}

@media (min-width: 992px) {
  .c-site-footer li {
    font-size: 15px;
    line-height: 1.25rem;
  }
}

.c-site-footer li + li, .c-site-footer ul{
  margin-top: 0.75rem;
}

@media (min-width: 992px) {
  .c-site-footer ul {
    margin-top: 0px;
  }
}

.c-site-nav {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 62, 114, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  margin-right: 0;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.c-site-nav a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}

.c-site-nav.active {
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100vw;
  z-index: 10000;
  overflow: auto;
}

.c-site-nav__navbar-collapse {
  height: 0;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}

.c-site-nav__navbar-collapse.is-active {
  z-index: 1000;
  width: 100%;
  height: 100vh;
}

.c-site-nav__navbar-collapse.is-active .c-site-nav__menu-section {
  position: relative;
  width: 100%;
  overflow: auto;
  left: 0;
  top: 0;
}

.c-site-nav__button-container {
  height: auto;
  z-index: 9999;
}

.c-site-nav__button-container.is-active {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -2px;
}

.c-site-nav__button-toggle {
  margin-right: 30px;
  background-color: transparent !important;
  border: 0;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  --tw-border-opacity: 1;
  border-color: rgba(36, 47, 98, var(--tw-border-opacity));
  font-size: 14px;
  cursor: pointer;
  height: 14px;
  margin: 0;
  outline: 0 !important;
  position: relative;
  -webkit-transition: border-color 150ms ease-out;
  transition: border-color 150ms ease-out;
  width: 24px;
  display: block;
  border-radius: 0;
  padding: 6px;
}

.c-site-nav__button-toggle::after, .c-site-nav__button-toggle::before {
  border-bottom: 2px solid transparent;
  --tw-border-opacity: 1;
  border-color: rgba(36, 47, 98, var(--tw-border-opacity));
  bottom: 5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.c-site-nav__button-toggle.is-active {
  border-color: transparent;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  padding-top: 10px;
}

.c-site-nav__button-toggle.is-active::after, .c-site-nav__button-toggle.is-active::before {
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.c-site-nav__button-toggle.is-active::after {
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  border-bottom: 2px solid transparent;
  --tw-border-opacity: 1;
  border-color: rgba(36, 47, 98, var(--tw-border-opacity));
}

.c-site-nav__button-toggle.is-active::before {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  border-bottom: 2px solid transparent;
  --tw-border-opacity: 1;
  border-color: rgba(36, 47, 98, var(--tw-border-opacity));
}

.c-site-nav__navbar-collapse {
  display: none;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.c-site-nav__navbar-collapse.in {
  display: block;
}

.c-site-nav__nav {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  margin: 0;
  width: auto;
  overflow: auto;
}

.c-site-nav__item {
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(215, 216, 224, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

.c-site-nav__item.menu-item-has-children .c-site-nav__dropdown-submenu-link {
  position: absolute;
  top: 9px;
  right: 0;
  background-color: transparent;
  bottom: 10px;
  width: 50px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(215, 216, 224, var(--tw-border-opacity));
  border-left-width: 1px;
  cursor: pointer;
  text-indent: -9999px;
}

.c-site-nav__item.menu-item-has-children .c-site-nav__dropdown-submenu-link::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/down-arrow-11.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  right: 15px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (min-width: 768px){
  .c-site-nav__item:hover{
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgba(71, 101, 142, var(--tw-bg-opacity));
  }
}

.c-site-nav__link {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding: 20px 0 18px 5px;
  display: block;
}

.c-site-nav__link:hover {
  --tw-text-opacity: 1;
  color: rgba(36, 47, 98, var(--tw-text-opacity));
  background-color: transparent;
}

.c-site-nav__link:focus, .c-site-nav__link:visited {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 101, 142, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 991px) {
  .c-site-nav__dropdown-submenu-link {
    display: block;
    height: 44px;
  }

  .c-site-nav__dropdown {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
  }

  .c-site-nav__dropdown h3 {
    color: #fff;
  }

  .c-site-nav__dropdown .level2 {
    display: none;
  }
}

.c-site-nav__dropdown ul li::marker {
  content: none !important;
}

@media (min-width: 992px) {
  .c-site-nav {
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
  }

  .c-site-nav__menu-section {
    width: auto;
    padding: 0;
  }

  .c-site-nav__navbar-collapse {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    height: auto;
    width: 100%;
  }

  .c-site-nav__nav {
    display: block;
    -webkit-transition: all 600ms 0.3s ease;
    transition: all 600ms 0.3s ease;
    overflow: inherit;
    background-color: transparent !important;
  }

  .c-site-nav__item {
    display: inline-block;
    border-bottom: 0;
    width: auto;
    margin-right: 13px;
  }

  .c-site-nav__item.menu-item-has-children {
    padding-right: 13px !important;
    background-image: url(../images/down-arrow-11.svg);
    background-repeat: no-repeat;
    background-position: 89% 35px;
    background-size: 9px;
  }

  .c-site-nav__item.menu-item-has-children.menu-item-has-children.is-active > .c-site-nav__dropdown {
    display: block;
  }

  .c-site-nav__item.current_page_item {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 101, 142, var(--tw-bg-opacity));
  }

  .c-site-nav__link {
    padding: 18px 0 19px 5px;
    padding-left: 0;
  }

  .c-site-nav__dropdown {
    display: none;
    margin-left: -12px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-right: 0px;
    margin-left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(25, 62, 114, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 200%;
    z-index: 1000;
  }

  .c-site-nav__dropdown a {
    display: block;
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .c-site-nav__dropdown a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 139, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    text-decoration: none;
  }

  .c-site-nav__dropdown::before {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    top: 0;
    -webkit-box-shadow: inset 0 12px 15px -16px rgba(0, 0, 0, 0.21);
    box-shadow: inset 0 12px 15px -16px rgba(0, 0, 0, 0.21);
    pointer-events: none;
  }

  .c-site-nav__dropdown--wide {
    margin-left: auto;
  }

  .c-site-nav__dropdown .level2 {
    display: none;
  }

  .c-site-nav__item-dropdown {
    padding-left: 0px;
    padding-right: 0px;
  }

  .c-site-nav__item-dropdown a {
    padding-right: 1rem;
    padding-left: 1.75rem;
  }

  .c-site-nav__item-dropdown-2.label a {
    font-weight: 600;
    cursor: auto;
  }

  .c-site-nav__item-dropdown-2.label a:hover {
    background-color: transparent;
  }

  .c-site-nav__link-icon, .c-site-nav__link-description {
    display: none;
  }

  .c-site-nav__dropdown-logo-container .c-site-nav__link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3.5rem;
  }

  .c-site-nav__dropdown-logo-container .c-site-nav__link-dropdown {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(21, 175, 151, var(--tw-text-opacity));
    font-size: 20px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .c-site-nav__dropdown-logo-container .c-site-nav__link-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    border-radius: 9999px;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .c-site-nav__dropdown-logo-container .c-site-nav__link-dropdown-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .c-site-nav__menu-container {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .c-site-nav {
    padding: 0;
  }

  .c-site-nav__menu-section {
    padding-right: 10px;
  }

  .c-site-nav__nav {
    padding: 0;
  }

  .c-site-nav__link {
    padding: 25px 32px;
  }

  .c-site-nav__item {
    margin-right: 15px;
  }

  .c-site-nav__item.menu-item-has-children {
    margin-right: 15px;
  }
}

.m-hp-image-slider__carousel {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 241, 243, var(--tw-bg-opacity));
}

.m-hp-image-slider__carousel__slides {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.m-hp-image-slider__carousel__slides .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-hp-image-slider__carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-hp-image-slider__carousel__item:before {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url("../../../manchestercrf/dist/images/shape-overlay--sm.svg") bottom right no-repeat;
  background-size: cover;
  content: "";
  height: 109px;
  width: 252px;
}

@media (min-width: 992px) {
  .m-hp-image-slider__carousel__item:before {
    background-size: unset;
    height: 424px;
    width: 983px;
    background-image: url("../../../manchestercrf/dist/images/shape-overlay.svg");
    z-index: 10000;
  }
}

@media (min-width: 992px) {
  .m-hp-image-slider__carousel__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.m-hp-image-slider__carousel__item figure {
  margin: 0px;
  margin-bottom: 1.25rem;
  height: 10rem;
  width: 100%;
  padding: 0px;
}

.m-hp-image-slider__carousel__item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .m-hp-image-slider__carousel__item figure {
    height: 20rem;
  }
}

@media (min-width: 992px) {
  .m-hp-image-slider__carousel__item figure {
    margin-bottom: 0px;
    height: 100%;
    width: 50%;
  }
}

.m-hp-image-slider__carousel__item main {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 1.25rem;
  padding-bottom: 2.75rem;
  z-index: 10001;
}

@media (min-width: 992px) {
  .m-hp-image-slider__carousel__item main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-top: 12.375rem;
    padding-right: 7rem;
    padding-left: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .m-hp-image-slider__carousel__item main {
    padding-right: 14rem;
    padding-left: 7rem;
  }
}

.m-hp-image-slider__carousel__item main h1 {
  --tw-text-opacity: 1;
  color: rgba(46, 169, 176, var(--tw-text-opacity));
}

@media (min-width: 992px) {
  .m-hp-image-slider__carousel__item main h1 {
    margin-bottom: 5rem;
    --tw-text-opacity: 1;
    color: rgba(25, 62, 114, var(--tw-text-opacity));
  }
}

@media (min-width: 992px) {
  .m-hp-image-slider__carousel__item .c-button {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.m-hp-image-slider__dots .slick-dots {
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1.25rem;
  height: 5px;
  top: 179px;
}

@media (min-width: 768px) {
  .m-hp-image-slider__dots .slick-dots {
    top: 343px;
  }
}

@media (min-width: 992px) {
  .m-hp-image-slider__dots .slick-dots {
    padding-left: 0px;
    left: calc(50% + 3.5rem);
    top: 128px;
  }
}

@media (min-width: 1200px) {
  .m-hp-image-slider__dots .slick-dots {
    left: calc(50% + 7rem);
  }
}

.m-hp-image-slider__dots .slick-dots li {
  list-style-type: none;
}

.m-hp-image-slider__dots .slick-dots li::marker {
  content: '';
}

.m-hp-image-slider__dots .slick-dots li button {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(25, 62, 114, var(--tw-bg-opacity));
  width: 50px;
}

.m-hp-image-slider__dots .slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 93, 78, var(--tw-bg-opacity));
}

.m-image-text-split {
  --bg-img: "";
  --bg-sm-img: "";
  position: relative;
}

@media (min-width: 992px) {
  .m-image-text-split {
    margin-top: 6.25rem;
    margin-bottom: 9rem;
  }

  .m-image-text-split:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-image: var(--bg-img);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    content: "";
    right: -135px;
    height: 952px;
    width: 1099px;
    top: -252px;
    z-index: -1;
  }
}

.m-image-text-split .container {
  margin-left: 0px;
  margin-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 992px) {
  .m-image-text-split .container {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
  }
}

@media (min-width: 992px) {
  .m-image-text-split--reverse:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: var(--bg-img);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    content: "";
    left: -135px;
    height: 952px;
    width: 1099px;
    top: -252px;
    z-index: -1;
  }
}

.m-image-text-split--reverse .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .m-image-text-split--reverse .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.m-image-text-split__figure {
  margin: 0px;
  margin-bottom: 3.5rem;
  width: 100%;
  padding: 0px;
}

@media (min-width: 768px) {
  .m-image-text-split__figure {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .m-image-text-split__figure {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.m-image-text-split__figure img {
  height: auto;
  width: 100%;
}

.m-image-text-split__figure.no-display {
  display: none;
}

@media (min-width: 992px) {
  .m-image-text-split__figure.no-display {
    display: block;
  }
}

.m-image-text-split__article {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 0 8px 0 rgba(0,0,0, .15);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 992px) {
  .m-image-text-split__article {
    margin: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.m-image-text-split__article:after {
  position: absolute;
  display: block;
  height: 4.5rem;
  width: 100%;
  background-image: var(--bg-sm-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  bottom: -70px;
  left: -15px;
  content: "";
  z-index: -1;
}

@media (min-width: 992px) {
  .m-image-text-split__article:after {
    display: none;
  }
}

.m-image-text-split + .m-image-text-split {
  margin-top: 0px;
}

/*# sourceMappingURL=styles.min.css.map */
