@import url(https://use.typekit.net/mui1dva.css);
@charset "UTF-8";
/*
! tailwindcss v3.0.18 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: proxima-nova, sans-serif; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
h1{
  font-size: 3rem;
  font-weight: 500;
}
h2{
  font-size: 2.25rem;
  font-weight: 500;
}
h3{
  font-size: 1.875rem;
  font-weight: 500;
}
h4{
  font-size: 1.5rem;
  font-weight: 500;
}
h5{
  font-size: 1.25rem;
  font-weight: 500;
}
h1, h2, h3, h4, h5{
  line-height: 1.375;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/** -------- VARIABLES ------- */
/* default variables */
@keyframes cascade {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes toBottomSlide {
  0%{
    max-height: 0px;
  }
  100%{
    max-height: 100vh;
  }
}
@keyframes toRightSlide {
  0%{
    max-width: 0rem;
  }
  100%{
    max-width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slowFade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes bgLink {
  0% {
    background-size: 0% 2px;
  }
  100% {
    background-size: 100% 2px;
  }
}
@media screen and (max-width: 1399px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 12px;
  }
}
body{
  overflow-x: hidden;
}

.media-alert{
  position: relative;
  overflow: hidden;
}
.media-alert::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 280px 205px 0;
  border-color: transparent #eb7201 transparent transparent;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .media-alert::after {
    border-width: 0 280px 205px 0;
  }
}
@media (min-width: 992px) {
  .media-alert::after {
    border-width: 0 320px 235px 0;
  }
}
@media (min-width: 1600px) {
  .media-alert::after {
    border-width: 0 340px 255px 0;
  }
}

.aptim-link{
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
}
.aptim-link::after{
  position: absolute;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  content: "";
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 300ms;
}
.aptim-link:hover::after{
  width: 100%;
}

.module-art-dashes-top {
  background-image: url("../images/module-art-dashes-top.svg");
  width: 1080px;
  height: 334.9px;
}
.module-art-dashes-top--mobile {
  background-image: url("../images/module-art-dashes-top-mobile.svg");
  width: 150px;
  height: 44.34px;
}

.orange-top-right-corner-shape {
  background-image: url("../images/orange-top-right-corner-shape.svg");
  width: 75vw;
  height: 261.68px;
  min-width: 216px;
  max-width: 348.32px;
}

.orange-top-right-corner-text{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 1920px) and (min-width: 1260px) {
  .orange-top-right-corner-text {
    font-size: 1.771vw;
  }
}

@media (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}

figure{
  max-width: 100%;
}

.one-lined-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 24px !important;
  height: 24px !important;
}

.two-lined-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px !important;
  height: 48px !important;
}

.two-lined-text-sm {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 16px !important;
  height: 32px !important;
}

.link-underlined-hover {
  position: relative;
  padding-bottom: 4px;
}

.link-underlined-hover::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #eb7201;
  transition: 250ms ease-in-out;
}

.link-underlined-hover.active::after {
  width: 100%;
}

.link-underlined-hover:hover::after {
  width: 100%;
}

.link-underlined-hover-2 {
  background-image: linear-gradient(#eb7201, #eb7201);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.link-underlined-hover-2:hover, .link-underlined-hover-2.active {
  background-size: 100% 2px;
}

/** Import everything from autoload */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #002856;
}

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 4px;
  background-color: #002856;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 70px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 70px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 70px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 70px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 70px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 70px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-7px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-7px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(7px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(7px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-7px, -8.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-7px, 8.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(7px, -8.75px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(7px, 8.75px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -70px;
  top: -70px;
  transform: translate3d(70px, 70px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -70px;
  top: -70px;
  transform: translate3d(-70px, 70px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -70px;
  top: 70px;
  transform: translate3d(70px, -70px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -70px;
  top: 70px;
  transform: translate3d(-70px, -70px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.lity {
  z-index: 10001;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

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

@media (min-width: 2000px){
  .container{
    max-width: 2000px;
  }
}
.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;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0{
  top: 0px;
}
.right-0{
  right: 0px;
}
.left-0{
  left: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-5{
  left: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.left-6{
  left: 1.5rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.left-10{
  left: 2.5rem;
}
.top-\[92px\]{
  top: 92px;
}
.top-1\/2{
  top: 50%;
}
.left-1\/2{
  left: 50%;
}
.-right-10{
  right: -2.5rem;
}
.top-14{
  top: 3.5rem;
}
.right-8{
  right: 2rem;
}
.top-2{
  top: 0.5rem;
}
.right-5{
  right: 1.25rem;
}
.isolate{
  isolation: isolate;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-10{
  z-index: 10;
}
.z-\[10000\]{
  z-index: 10000;
}
.z-40{
  z-index: 40;
}
.-z-\[1\]{
  z-index: -1;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[4\]{
  z-index: 4;
}
.z-20{
  z-index: 20;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-full{
  grid-column: 1 / -1;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-\[2px\]{
  margin-left: 2px;
}
.mt-4{
  margin-top: 1rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mr-32{
  margin-right: 8rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.\!mb-8{
  margin-bottom: 2rem !important;
}
.mt-8{
  margin-top: 2rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mt-16{
  margin-top: 4rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-2{
  margin-top: 0.5rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-auto{
  margin-top: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mb-16{
  margin-bottom: 4rem;
}
.mt-36{
  margin-top: 9rem;
}
.mt-28{
  margin-top: 7rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.-mt-4{
  margin-top: -1rem;
}
.box-content{
  box-sizing: content-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-\[16px\]{
  height: 16px;
}
.h-full{
  height: 100%;
}
.h-auto{
  height: auto;
}
.h-8{
  height: 2rem;
}
.h-12{
  height: 3rem;
}
.h-7{
  height: 1.75rem;
}
.h-5{
  height: 1.25rem;
}
.h-\[17\.75rem\]{
  height: 17.75rem;
}
.h-24{
  height: 6rem;
}
.h-40{
  height: 10rem;
}
.h-10{
  height: 2.5rem;
}
.h-20{
  height: 5rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[21rem\]{
  height: 21rem;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[92px\]{
  height: 92px;
}
.h-14{
  height: 3.5rem;
}
.h-\[3\.25rem\]{
  height: 3.25rem;
}
.h-3\/5{
  height: 60%;
}
.h-16{
  height: 4rem;
}
.h-px{
  height: 1px;
}
.h-1\/2{
  height: 50%;
}
.h-96{
  height: 24rem;
}
.\!h-full{
  height: 100% !important;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-72{
  max-height: 18rem;
}
.min-h-\[21rem\]{
  min-height: 21rem;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[inherit\]{
  min-height: inherit;
}
.min-h-\[130px\]{
  min-height: 130px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.w-\[16px\]{
  width: 16px;
}
.w-full{
  width: 100%;
}
.w-48{
  width: 12rem;
}
.w-8{
  width: 2rem;
}
.w-12{
  width: 3rem;
}
.w-7{
  width: 1.75rem;
}
.w-5{
  width: 1.25rem;
}
.w-80{
  width: 20rem;
}
.w-24{
  width: 6rem;
}
.w-10{
  width: 2.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-9{
  width: 2.25rem;
}
.w-screen{
  width: 100vw;
}
.w-\[47px\]{
  width: 47px;
}
.w-4{
  width: 1rem;
}
.w-px{
  width: 1px;
}
.w-40{
  width: 10rem;
}
.w-36{
  width: 9rem;
}
.w-auto{
  width: auto;
}
.w-72{
  width: 18rem;
}
.w-16{
  width: 4rem;
}
.w-1\/4{
  width: 25%;
}
.w-20{
  width: 5rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-14{
  width: 3.5rem;
}
.max-w-container{
  max-width: 1520px;
}
.max-w-screen-lg{
  max-width: 992px;
}
.max-w-\[410px\]{
  max-width: 410px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[140px\]{
  max-width: 140px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-max{
  max-width: max-content;
}
.max-w-screen-sm{
  max-width: 576px;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[75\%\]{
  max-width: 75%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  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));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --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));
}
.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));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
          appearance: none;
}
.auto-cols-max{
  grid-auto-columns: max-content;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-\[8rem\]{
  gap: 8rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-0{
  gap: 0px;
}
.gap-x-16{
  column-gap: 4rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-x-10{
  column-gap: 2.5rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.border-0{
  border-width: 0px;
}
.border{
  border-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-blue-prussian{
  --tw-border-opacity: 1;
  border-color: rgb(0 40 86 / var(--tw-border-opacity));
}
.border-\[\#5B6670\]{
  --tw-border-opacity: 1;
  border-color: rgb(91 102 112 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}
.border-mango-tango{
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
}
.border-gray-dim{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.bg-mango-tango{
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
}
.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-blue-prussian{
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-gray-concrete{
  --tw-bg-opacity: 1;
  background-color: rgb(208 207 205 / var(--tw-bg-opacity));
}
.bg-gray-shuttle{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-blue-prussian-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(3 46 96 / var(--tw-bg-opacity));
}
.bg-gray-concrete-light{
  background-color: rgba(208,207,205,0.37);
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-video-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(210 209 207 / var(--tw-bg-opacity));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-\[\#EEEDED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 237 237 / var(--tw-bg-opacity));
}
.bg-gray-black-squeeze{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 240 / var(--tw-bg-opacity));
}
.\!bg-mango-tango{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity)) !important;
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-0{
  padding: 0px;
}
.p-8{
  padding: 2rem;
}
.p-5{
  padding: 1.25rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-12{
  padding-right: 3rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-px{
  padding-bottom: 1px;
}
.pt-\[92px\]{
  padding-top: 92px;
}
.pb-\[110\%\]{
  padding-bottom: 110%;
}
.pt-14{
  padding-top: 3.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.\!pb-0{
  padding-bottom: 0px !important;
}
.pt-12{
  padding-top: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-\[66\.66\%\]{
  padding-bottom: 66.66%;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[13\.5px\]{
  font-size: 13.5px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[22px\]{
  font-size: 22px;
}
.\!text-\[18px\]{
  font-size: 18px !important;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[16px\]{
  font-size: 16px;
}
.\!text-\[16px\]{
  font-size: 16px !important;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[17px\]{
  font-size: 17px;
}
.\!text-\[14px\]{
  font-size: 14px !important;
}
.text-\[2rem\]{
  font-size: 2rem;
}
.text-\[1rem\]{
  font-size: 1rem;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[28px\]{
  font-size: 28px;
}
.\!text-\[12px\]{
  font-size: 12px !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-tight{
  line-height: 1.25;
}
.leading-none{
  line-height: 1;
}
.leading-loose{
  line-height: 2;
}
.leading-\[1\]{
  line-height: 1;
}
.\!leading-\[1\]{
  line-height: 1 !important;
}
.leading-normal{
  line-height: 1.5;
}
.leading-snug{
  line-height: 1.375;
}
.\!leading-none{
  line-height: 1 !important;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-\[0\.125rem\]{
  letter-spacing: 0.125rem;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-gray-dim{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-blue-prussian{
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-shuttle{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-mango-tango{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-\[\#5B6670\]{
  --tw-text-opacity: 1;
  color: rgb(91 102 112 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-\[\#404040\]{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.\!no-underline{
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.placeholder-blue-prussian\/60::placeholder{
  color: rgb(0 40 86 / 0.6);
}
.placeholder-blue-prussian::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 40 86 / var(--tw-placeholder-opacity));
}
.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-md{
  --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);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-\[\.5s\]{
  transition-duration: .5s;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
/** Import theme styles */
.block-container{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1520px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 576px){
  .block-container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px){
  .block-container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px){
  .block-container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1400px){
  .block-container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.elementor-section.elementor-section-boxed[data-aptim-bg=true]{
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1919" height="1051.046" viewBox="0 0 1919 1051.046" preserveAspectRatio="none" class="absolute top-0 left-0 w-full h-full -z-[1]"><g transform="translate(-1 -2925.667)"><path d="M177.9,1603.806V552.763l1919,1051.043Z" transform="translate(-176.895 2372.904)" fill="%23d0cfcd" opacity="0.213" style="mix-blend-mode: multiply;isolation: isolate"></path><path d="M1385.794,1271.023V552.763L177.9,1271.023Z" transform="translate(534.206 2705.69)" fill="%23d0cfcd" opacity="0.213" style="mix-blend-mode: multiply;isolation: isolate"></path></g></svg>');
}
.elementor-section.elementor-section-boxed[data-aptim-container=true] > .elementor-container{
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: content-box !important;
  max-width: 1520px !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
@media (min-width: 576px){
  .elementor-section.elementor-section-boxed[data-aptim-container=true] > .elementor-container{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
@media (min-width: 768px){
  .elementor-section.elementor-section-boxed[data-aptim-container=true] > .elementor-container{
    flex-wrap: nowrap !important;
  }
  .elementor-section.elementor-section-boxed[data-aptim-container=true] > .elementor-container{
    gap: 8rem !important;
  }
}
@media (min-width: 992px){
  .elementor-section.elementor-section-boxed[data-aptim-container=true] > .elementor-container{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (min-width: 1200px){
  .elementor-section.elementor-section-boxed[data-aptim-container=true] > .elementor-container{
    gap: 4rem !important;
  }
  .elementor-section.elementor-section-boxed[data-aptim-container=true] > .elementor-container{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}
@media (min-width: 1400px){
  .elementor-section.elementor-section-boxed[data-aptim-container=true] > .elementor-container{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
.elementor-section.elementor-section-boxed[data-aptim-container=true] > .elementor-container .block-container{
  padding-left: 0px;
  padding-right: 0px;
}
header{
  position: fixed;
  top: 0px;
  --tw-translate-y: -100%;
  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));
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
header.active{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.admin-bar header{
  top: 2rem;
}

.nav-primary{
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-primary .menu-level-1{
  display: flex;
  height: 100%;
  align-items: center;
}
.nav-primary .menu-level-1 > span > a{
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 992px){
  .nav-primary .menu-level-1 > span > a{
    text-transform: uppercase;
  }
}
@media (min-width: 1600px) {
  .nav-primary .menu-level-1 > span > a{
    letter-spacing: 0.125rem;
  }
}
.nav-primary .menu-level-1.menu-item-button > span > a{
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-primary .menu-level-1.menu-item-button > span > a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
}
@media (min-width: 1600px) {
  .nav-primary .menu-level-1.menu-item-button > span > a{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.nav-primary .menu-level-1:not(.menu-item-button) > span > a{
  margin-bottom: -0.5rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(#eb7201, #eb7201);
  background-position: 0% 85%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.nav-primary .menu-level-1:not(.menu-item-button) > span > a:hover, .nav-primary .menu-level-1.is-active > span > a {
  background-size: 100% 2px;
}
.nav-primary .menu-level-1 .caret-down{
  display: inline;
  margin-left: 0.375rem;
}
.nav-primary .menu-level-2 > span {
  line-height: 1.5;
  display: inline-block;
}
.nav-primary .menu-level-2 > span > a{
  margin-bottom: -0.25rem;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 992px){
  .nav-primary .menu-level-2 > span > a{
    text-transform: uppercase;
  }
}
.nav-primary .menu-level-2 > span > a {
  padding-bottom: 0.05rem;
  background-image: linear-gradient(#eb7201, #eb7201);
  background-position: 0% 85%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.nav-primary .menu-level-2 > span > a:hover {
  background-size: 100% 2px;
}
@media (min-width: 1600px) {
  .nav-primary .menu-level-2 > span > a{
    letter-spacing: 0.125rem;
  }
}
.nav-primary .menu-level-2 > ul{
  margin-top: 0.5rem;
}
.nav-primary .menu-level-3:not(:last-of-type){
  margin-bottom: 0.5rem;
}
.nav-primary .menu-level-3 > span {
  line-height: 1.3;
  display: inline-block;
}
.nav-primary .menu-level-3 > span > a{
  margin-bottom: -0.25rem;
  font-size: 13.5px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-bottom: 0.05rem;
  background-image: linear-gradient(#eb7201, #eb7201);
  background-position: 0% 85%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.nav-primary .menu-level-3 > span > a:hover {
  background-size: 100% 2px;
}
.nav-primary .sub-menu-container{
  position: absolute;
  left: 0px;
  z-index: 10000;
  height: auto;
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: height,max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  top: 92px;
}
.nav-primary .sub-menu-container > .sub-menu-wrapper, .nav-primary .sub-menu-container > .sub-menu-inner-content{
  position: relative;
  height: 100%;
  width: 100%;
}
.nav-primary .sub-menu-container.is-showing{
  visibility: visible;
  height: 100%;
  opacity: 1;
}
.nav-primary .sub-menu-container.is-showing .sub-menu-inner-content > .sub-menu > .menu-item > .anchor-wrapper {
  animation: cascade 500ms ease-in-out forwards;
}
.nav-primary .sub-menu-container.is-showing .sub-menu-inner-content > .sub-menu > .menu-item.init-active:first-child > .anchor-wrapper a {
  animation: bgLink 300ms ease 400ms forwards;
}
.nav-primary .sub-menu-container.is-showing .sub-menu-inner-content > .sub-menu > .menu-item:not(.init-active) > .sub-menu > .menu-item.init-active:first-child > .anchor-wrapper a {
  animation: bgLink 300ms ease 400ms forwards;
}
.nav-primary .sub-menu-container.is-showing .sub-menu-inner-content > .sub-menu > .menu-item > .sub-menu > .menu-item > .anchor-wrapper {
  animation: cascade 350ms ease-in-out forwards;
}
.nav-primary .sub-menu-container.is-showing .sub-menu-inner-content > .sub-menu > .menu-item > .sub-menu > .menu-item.init-active:first-child > .anchor-wrapper a {
  animation: bgLink 300ms ease 700ms forwards;
}
.nav-primary .sub-menu-container.is-showing .sub-menu-inner-content > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .anchor-wrapper {
  animation: cascade 150ms ease-in-out forwards;
}
.nav-primary .sub-menu-container.is-showing .featured-box {
  animation: toBottomSlide 800ms 200ms ease-in-out forwards;
}
.nav-primary .sub-menu-container.is-showing .featured-box .content .title {
  animation: fadeDown 800ms 300ms ease-in-out forwards;
}
.nav-primary .sub-menu-container.is-showing .featured-box .content .description {
  animation: fadeIn 800ms 500ms ease-in-out forwards;
}
.nav-primary .sub-menu-container.is-showing .featured-box .content .anchor-wrapper {
  animation: toRightSlide 800ms 800ms ease-in-out forwards;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container.is-showing{
  height: auto;
  max-height: 100vh;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content{
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu{
  position: relative;
  display: flex;
  max-height: 100%;
  width: 100%;
  list-style-type: none;
  flex-direction: column;
  gap: 3rem;
  overflow-y: visible;
  font-weight: 500;
  line-height: 1.625;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li:not(.menu-level-4){
  display: flex;
  width: 100%;
  padding-bottom: 0.75rem;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li:not(.menu-level-4) > .anchor-wrapper{
  width: 300px;
  line-height: 1.25;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li:not(.menu-level-4) > .sub-menu{
  position: absolute;
  top: 0px;
  left: 400px;
  right: 0px;
  margin-top: 0px;
  display: none;
  padding-left: 1rem;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li:not(.menu-level-4) > .sub-menu > li{
  display: block;
  break-inside: avoid-column;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li:not(.menu-level-4) > .sub-menu > li.menu-level-4 > span > a {
  background-image: none;
  transition: color 0.3s;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li:not(.menu-level-4) > .sub-menu > li.menu-level-4 > span > a:focus, .nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li:not(.menu-level-4) > .sub-menu > li.menu-level-4 > span > a:hover{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li:not(.menu-level-4).active > .sub-menu{
  display: block;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li:not(.menu-level-4).active:not(.init-active) > span > a {
  background-size: 100% 2px;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu li > span > a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu:before{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 380px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
  height: var(--mega-menu-divider);
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content > .sub-menu:after{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 780px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
  height: var(--mega-menu-divider);
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container .menu-level-2 > span > a{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container .menu-level-3 .anchor-wrapper{
  font-size: .85rem;
  letter-spacing: .1em;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container .menu-level-3 > span > a{
  font-size: .85rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: .125em;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container .menu-level-3 .sub-menu {
  column-count: 2;
  column-gap: 1.5rem;
}
.nav-primary .menu-level-1.has-mega-menu .sub-menu-container .menu-level-3 .sub-menu li{
  display: flex;
  width: 100%;
  padding-bottom: 0.75rem;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container.is-showing{
  max-height: 400px;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content{
  height: 100%;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content ul{
  height: 100%;
  width: 100%;
  overflow-y: visible;
  line-height: 2;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content ul .menu-level-2{
  width: 100%;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content ul .menu-level-2 .anchor-wrapper{
  display: block;
  padding-bottom: 0.5rem;
  padding-right: 4rem;
  width: 400px;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper > .sub-menu-inner-content ul li.active:not(.init-active) > span > a {
  background-size: 100% 2px;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box{
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  display: none;
  max-height: 0px;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  height: calc(100% - 5rem);
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box.active{
  display: block;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box .featured-box-inner{
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box .bg-image{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box .content{
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box .content .title{
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 40px;
  height: 40px;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box .content .description{
  margin-bottom: 1.25rem;
  width: 66.666667%;
  max-width: 28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: futura-pt, Arial;
  opacity: 0;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 25px;
  height: 75px;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box .content .anchor-wrapper{
  max-width: 0rem;
  overflow: hidden;
  padding: 0 !important;
  width: 100% !important;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box .content .permalink{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 153px;
  height: 42px;
}
.nav-primary .menu-level-1.has-regular-menu .sub-menu-container > .sub-menu-wrapper .featured-box .content .permalink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
}
.nav-primary .menu-level-1.has-featured-box .sub-menu-container{
  height: 400px;
}
@media screen and (min-width: 1400px) and (min-height: 700px) {
  .nav-primary{
    display: flex;
  }
}

.nav-mobile, .btn-mobile-nav{
  display: flex;
}
@media screen and (min-width: 1400px) and (min-height: 700px) {
  .nav-mobile, .btn-mobile-nav{
    display: none;
  }
}

#SearchBox{
  display: none;
}
@media screen and (min-width: 1400px) and (min-height: 700px) {
  #SearchBox{
    display: block;
  }
}

.nav-mobile{
  position: fixed;
  right: 0px;
  width: 80%;
  max-width: 28rem;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 8rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  top: 0;
  height: 110vh;
  max-height: 110dvh;
  z-index: 10100;
  margin: 0 !important;
}
.nav-mobile.is-open{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nav-mobile .caret-down{
  position: relative;
  right: -0.5rem;
  margin-left: 1.25rem;
  flex-shrink: 0;
  cursor: pointer;
}
.nav-mobile .caret-down svg{
  --tw-scale-x: .7;
  --tw-scale-y: .7;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.nav-mobile .icon-collapse{
  position: relative;
  right: 0.25rem;
  margin-left: 1.25rem;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  cursor: pointer;
}
.nav-mobile .icon-collapse svg{
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.nav-mobile .icon-collapse svg.plus{
  visibility: visible;
  opacity: 1;
}
.nav-mobile-container{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: auto;
}
.nav-mobile-container .hamburger-box{
  height: 10px;
  width: 20px;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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-mobile-socials{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.nav-mobile-socials a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-mobile-socials a:hover{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.nav-mobile-menu{
  display: flex;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.nav-mobile-menu .nav{
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-mobile-menu .nav .menu-item-button{
  display: none;
}
.nav-mobile-menu .nav.is-open > li{
  left: -100%;
}
.nav-mobile-menu .nav.is-open > li:not(.is-open){
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
}
.nav-mobile-menu .nav.is-open li.is-open{
  left: -100%;
}
.nav-mobile-menu .sub-menu.is-open > li:not(.is-open){
  left: -100%;
  height: 0px;
}
.nav-mobile-search{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
}
.nav-mobile-search .nav-search-container{
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
}
.nav-mobile-search input{
  height: 3rem;
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-mobile-search input::placeholder{
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}
.nav-mobile-search input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.nav-mobile-search button{
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: flex-end;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-mobile-search button:hover{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.nav-mobile-search button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.nav-mobile .menu-child-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.nav-mobile .menu-item{
  position: relative;
  left: 0px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.nav-mobile .menu-item > .menu-child-item, .nav-mobile .menu-item > span{
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nav-mobile .menu-item:not(.menu-level-4) > .menu-child-item .anchor-wrapper a, .nav-mobile .menu-item:not(.menu-level-4) > .anchor-wrapper a{
  text-transform: uppercase;
}
.nav-mobile .menu-item:not(.menu-item-has-children) > .is-parent ~ .anchor-wrapper{
  border-top-width: 1px;
  border-color: rgba(208,207,205,0.37);
}
.nav-mobile .menu-item:not(.is-open){
  border-bottom-width: 1px;
  border-color: rgba(208,207,205,0.37);
}
.nav-mobile .menu-item:first-of-type:not(.is-open){
  border-top-width: 1px;
}
.nav-mobile .menu-item > .sub-menu{
  position: relative;
  left: 100%;
  height: 0px;
  overflow: hidden;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-mobile .menu-item > .sub-menu .menu-item:first-of-type{
  border-top-width: 0px;
}
.nav-mobile .menu-item > .sub-menu .menu-item:first-of-type > .menu-child-item:not(.is-parent, .is-grandparent){
  border-top-width: 1px;
  border-color: rgba(208,207,205,0.37);
}
.nav-mobile .menu-item > span > a, .nav-mobile .menu-item > div > span > a{
  font-weight: 700;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-mobile .menu-item.current-menu-ancestor:not(.menu-item-button, .menu-level-2) > span > a{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.nav-mobile .menu-item > .menu-child-item.is-grandparent{
  justify-content: flex-start;
  gap: 1rem;
}
.nav-mobile .menu-item > .menu-child-item.is-grandparent .caret-down{
  right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: uppercase;
}
.nav-mobile .menu-item > .menu-child-item.is-grandparent .caret-down 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));
}
.nav-mobile .menu-item > .menu-child-item.is-parent{
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.nav-mobile .menu-item > .menu-child-item.is-parent .anchor-wrapper > a{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.nav-mobile .menu-item > .menu-child-item.is-parent .caret-down{
  display: none;
}
.nav-mobile .menu-item.is-open > .menu-child-item{
  display: none;
}
.nav-mobile .menu-item.is-open > .menu-child-item.is-grandparent, .nav-mobile .menu-item.is-open > .menu-child-item.is-parent{
  display: none;
}
.nav-mobile .menu-item.is-open > .sub-menu{
  height: 100%;
}
.nav-mobile .menu-item-button a{
  margin-top: 0.75rem;
  display: inline-flex;
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-mobile-nav button{
  position: relative;
  top: 0.25rem;
}

.banner .nav{
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0px;
}

.banner .nav a{
  display: inline-block;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.banner .nav a:hover {
  color: #19217c;
}

body.nav-is-open::after{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 40 86 / .4);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-content: "";
  content: var(--tw-content);
}
body.mobile-nav-is-open::after, body.mobile-nav-is-open .header-wrapper::after{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  display: block;
  height: 110vh;
  width: 100%;
  background-color: rgb(0 40 86 / .4);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-content: "";
  content: var(--tw-content);
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

footer{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer h3, footer .title{
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(91 102 112 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.375;
}
footer .footer-nav {
  column-count: 2;
  column-gap: 1rem;
}
footer .footer-nav > li {
  break-inside: avoid-column;
}
footer .footer-nav li:not(.menu-item-button) > span {
  display: inline-block;
  margin-bottom: 0.25rem;
}
footer .footer-nav li:not(.menu-item-button).menu-item-has-children > span > a{
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
footer .footer-nav li:not(.menu-item-button).menu-item-has-children > span > a:hover{
  background-image: none;
}
footer .footer-nav li:not(.menu-item-button) a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 0.05rem;
  text-transform: uppercase;
  background-image: linear-gradient(#eb7201, #eb7201);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
footer .footer-nav li:not(.menu-item-button) a:hover {
  background-size: 100% 2px;
}
footer .footer-nav li.menu-item-button a{
  margin-top: 0.75rem;
  display: inline-flex;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}
footer .footer-nav li.menu-item-button a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  background-size: 0;
}
footer .footer-nav li.menu-item-highlighted a{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
footer .footer-nav .sub-menu {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  footer .footer-nav {
    column-count: 2;
    column-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  footer .footer-nav {
    column-count: 2;
    column-gap: 1.75rem;
  }
}
@media (min-width: 992px) {
  footer .footer-nav {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  footer .footer-nav {
    column-gap: 2rem;
  }
}
footer .footer-column {
  line-height: 2;
}
footer .footer-column.logo-column {
  position: relative;
}
@media (min-width: 992px) {
  footer .footer-column.logo-column:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 1px;
    background-color: #5b6670;
    top: -2.5rem;
    bottom: -2.5rem;
  }
}
footer .footer-column-top .widget{
  width: 100%;
  text-align: justify;
}
@media (min-width: 992px){
  footer .footer-column-top .widget{
    width: 83.333333%;
  }
  footer .footer-column-top .widget{
    text-align: left;
  }
}
footer .footer-column-top h3{
  width: 100%;
}
@media (min-width: 992px){
  footer .footer-column-top h3{
    width: 33.333333%;
  }
}
footer .footer-column a:not(.link-social) {
  color: #fff;
  text-decoration: none;
  padding-bottom: 0.25rem;
  background-image: linear-gradient(#eb7201, #eb7201);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  font-size: 14px;
}
footer .footer-column a:not(.link-social):hover {
  background-size: 100% 2px;
}
footer .footer-column .footer-2-links {
  margin-bottom: 1rem;
}
footer .footer-column .link-social{
  display: inline-flex;
}
footer .footer-column .link-social:not(:last-of-type) {
  margin-right: 1rem;
}
footer .footer-column .link-social svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
footer .footer-column .link-social:hover svg{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
footer .footer-column .link-social.linkedin:hover svg {
  color: #0072b1;
}
footer .footer-column .link-social.twitter:hover svg {
  color: #1da1f2;
}
footer .footer-column .link-social.youtube:hover svg {
  color: #f00;
}
footer .footer-column .link-social.facebook:hover svg {
  color: #1876f2;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor .the-content iframe {
  max-width: none;
}

.contributors > .contributor:nth-of-type(2) {
  padding-top: 24px;
}
.contributors > .contributor:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 1px;
  background-color: #5B6670;
}
@media (min-width: 992px) {
  .contributors > .contributor:nth-of-type(2):before {
    left: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    height: auto;
  }
}

body#tinymce {
  margin: 12px !important;
}

.content-archive-person{
  cursor: pointer;
}
.content-archive-person .name{
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.65rem !important;
  height: 1.65rem;
}
.content-archive-person .job-title{
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (min-width: 576px){
  .content-archive-person .job-title{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content-archive-person .job-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.65rem !important;
  height: 3.3rem;
}
@media (min-width: 992px) {
  .content-archive-person .job-title {
    -webkit-line-clamp: 3;
    height: 4.95rem;
  }
}
.content-archive-person .link-more{
  margin-bottom: -0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  line-height: 1.75;
  background-image: linear-gradient(#eb7201, #eb7201);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.content-archive-person:hover .link-more {
  background-size: 100% 2px;
}

.blog .filter-arrow{
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 1rem;
  width: 1.5rem;
  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));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.blog .filter-select{
  position: relative;
}
.blog .filter-select select {
  max-width: 275px;
}
.blog .filter-select select:focus ~ .caret-down{
  --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));
}
@media (min-width: 768px) {
  .blog .article-item .title{
    text-overflow: ellipsis;
  }
}
@media (min-width: 1400px) {}
@media (min-width: 768px) {
  .blog .article-item .excerpt{
    overflow: hidden;
  }
  .blog .article-item .excerpt{
    text-overflow: ellipsis;
  }
  .blog .article-item .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1400px) {}
.blog .article-item .white-arrow-pointing-left {
  background-image: url("../images/white-arrow-pointing-left.svg");
  width: 20px;
  height: 34px;
  position: absolute;
  bottom: -10px;
  left: 30px;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .blog .article-item .white-arrow-pointing-left {
    width: 24px;
    height: 38px;
    top: 30px;
    right: 0;
    bottom: initial;
    left: initial;
    transform: none;
  }
}

.post-type-archive-project .cat-filter-nav a, .post-type-archive-project .filter-by{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: linear-gradient(#eb7201, #eb7201);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  padding-bottom: 3px;
  margin-bottom: -3px;
  transition: background-size 0.3s;
}
.post-type-archive-project .cat-filter-nav a:hover, .post-type-archive-project .cat-filter-nav a.active,
.post-type-archive-project .filter-by:hover,
.post-type-archive-project .filter-by.active {
  background-size: 100% 2px;
}
.post-type-archive-project .filter-arrow{
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 1rem;
  width: 1.5rem;
  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));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.post-type-archive-project .filter-select{
  position: relative;
}
.post-type-archive-project .filter-select select:focus ~ .caret-down{
  --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));
}

.post-type-archive-publication .custom-input{
  position: relative;
}
.post-type-archive-publication .custom-input::before{
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  height: 55px;
  width: 55px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  content: "";
}
.post-type-archive-publication .custom-input span.input-icon{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  height: 55px;
  width: 55px;
  cursor: pointer;
}
.post-type-archive-publication .custom-input .select2, .post-type-archive-publication .custom-input select, .post-type-archive-publication .custom-input input{
  height: 55px;
  max-width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 65px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.post-type-archive-publication .custom-input .select2::placeholder, .post-type-archive-publication .custom-input select::placeholder, .post-type-archive-publication .custom-input input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.post-type-archive-publication .custom-input .select2:focus, .post-type-archive-publication .custom-input select:focus, .post-type-archive-publication .custom-input input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.post-type-archive-publication .custom-input .select2-selection{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  border-width: 0px;
}
.post-type-archive-publication .custom-input .select2-selection__arrow{
  display: none;
}
.post-type-archive-publication .custom-input.input-select::before {
  content: url('data:image/svg+xml,<svg fill="none" stroke="white" viewBox="-5 -5 35 35" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M19 9l-7 7-7-7"></path></svg>');
}
.post-type-archive-publication .custom-input.input-dates::before {
  content: url('data:image/svg+xml,<svg fill="none" stroke="white" viewBox="-20 -20 75 75" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M34,30.5v-19c0-0.276-0.224-0.5-0.5-0.5S33,11.224,33,11.5v19c0,0.276-0.224,0.5-0.5,0.5h-31   C1.224,31,1,30.776,1,30.5v-19C1,11.224,0.776,11,0.5,11S0,11.224,0,11.5v19C0,31.327,0.673,32,1.5,32h31   C33.327,32,34,31.327,34,30.5z"/> <path d="M4.5,23C4.224,23,4,23.224,4,23.5S4.224,24,4.5,24H6v3.5C6,27.776,6.224,28,6.5,28S7,27.776,7,27.5V24h6   v3.5c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V24h6v3.5c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V24h6v3.5   c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V24h1.5c0.276,0,0.5-0.224,0.5-0.5S29.776,23,29.5,23H28v-5h1.5   c0.276,0,0.5-0.224,0.5-0.5S29.776,17,29.5,17H28v-4.5c0-0.276-0.224-0.5-0.5-0.5S27,12.224,27,12.5V17h-6v-4.5   c0-0.276-0.224-0.5-0.5-0.5S20,12.224,20,12.5V17h-6v-4.5c0-0.276-0.224-0.5-0.5-0.5S13,12.224,13,12.5V17H7v-4.5   C7,12.224,6.776,12,6.5,12S6,12.224,6,12.5V17H4.5C4.224,17,4,17.224,4,17.5S4.224,18,4.5,18H6v5H4.5z M27,18v5h-6v-5H27z M20,18v5   h-6v-5H20z M7,18h6v5H7V18z"/> <path d="M28.5,3h4.25C32.837,3,33,3,33,3.5V8H1V3.5C1,3.224,1.224,3,1.5,3h4C5.776,3,6,2.776,6,2.5S5.776,2,5.5,2   h-4C0.673,2,0,2.673,0,3.5v5C0,8.776,0.224,9,0.5,9h33C33.776,9,34,8.776,34,8.5v-5C34,2.394,33.354,2,32.75,2H28.5   C28.224,2,28,2.224,28,2.5S28.224,3,28.5,3z"/> <path d="M22.5,3C22.776,3,23,2.776,23,2.5S22.776,2,22.5,2h-11C11.224,2,11,2.224,11,2.5S11.224,3,11.5,3H22.5z"/> <path d="M9,4.5v-4C9,0.224,8.776,0,8.5,0S8,0.224,8,0.5v4C8,4.776,8.224,5,8.5,5S9,4.776,9,4.5z"/> <path d="M25.5,5C25.776,5,26,4.776,26,4.5v-4C26,0.224,25.776,0,25.5,0S25,0.224,25,0.5v4C25,4.776,25.224,5,25.5,5   z"/> </g> </svg>');
}
.post-type-archive-publication .select2-container--default .select2-results__option{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.post-type-archive-publication .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
}
.post-type-archive-publication .select2-container--default .select2-selection--single .select2-selection__rendered{
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.post-type-archive-publication .select2-container--open .select2-dropdown--below{
  border-radius: 0px;
  border-width: 0px;
}
.post-type-archive-publication .select2-selection{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.aptim-floating-cta{
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 40;
  display: inline-flex;
  width: 100vw;
  --tw-translate-y: 100%;
  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));
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.aptim-floating-cta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
}

@media (min-width: 992px){
  .aptim-floating-cta{
    bottom: 35%;
  }
  .aptim-floating-cta{
    bottom: initial;
  }
  .aptim-floating-cta{
    top: 300px;
  }
  .aptim-floating-cta{
    width: auto;
  }
  .aptim-floating-cta{
    --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));
  }
  .aptim-floating-cta{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.aptim-floating-cta.active{
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
@media (min-width: 992px){
  .aptim-floating-cta.active{
    --tw-translate-y: 100%;
    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));
  }
}

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

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 85px;
  height: 85px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
  top: calc(50% - 49.5px);
  left: calc(50% - 50px);
}

@media (min-width: 992px) {
  .lds-ring div {
    width: 131px;
    height: 131px;
    top: calc(50% - 72px);
    left: calc(50% - 72.5px);
  }
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.comment-list{
  list-style-type: none;
  padding: 0px;
}

.comment-list ol {
  list-style: none;
}

.comment-form p{
  margin-bottom: 1rem;
}

.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.comment-form input[type=text]:focus, .comment-form input[type=email]:focus, .comment-form input[type=url]:focus, .comment-form textarea:focus{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.comment-form input[type=submit]{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.comment-form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

/** Search form */
.search-form{
  display: flex;
  align-items: center;
}

.search-form label{
  margin-bottom: 1rem;
  font-weight: 400;
}

.search-form .search-field{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.search-form .search-submit{
  display: inline-block;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.search-form .search-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

/** Aptim Contact Form **/
.aptim-contact-form{
  font-family: futura-pt, Arial;
}
.aptim-contact-form .aptim-form-group .grid-group{
  margin-bottom: 0px !important;
}
@media (min-width: 768px){
  .aptim-contact-form .aptim-form-group .grid-group{
    margin-bottom: 2rem !important;
  }
  .aptim-contact-form .aptim-form-group .grid-group{
    display: grid !important;
  }
  .aptim-contact-form .aptim-form-group .grid-group{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .aptim-contact-form .aptim-form-group .grid-group{
    gap: 2rem !important;
  }
}
@media (min-width: 992px){
  .aptim-contact-form .aptim-form-group .grid-group{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.aptim-contact-form .aptim-form-group .grid-group > p{
  display: flex;
  flex-direction: column;
}
.aptim-contact-form .aptim-form-group .grid-group > p label, .aptim-contact-form .aptim-form-group .grid-group > p label > span, .aptim-contact-form .aptim-form-group .grid-group > p label > span > input{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.aptim-contact-form .aptim-form-group .wpcf7-not-valid-tip{
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.aptim-contact-form .aptim-form-group + .wpcf7-response-output{
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}
.aptim-contact-form .aptim-form-group label:not(.checkbox-label){
  margin-bottom: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
@media (min-width: 768px){
  .aptim-contact-form .aptim-form-group label:not(.checkbox-label){
    margin-bottom: 0px !important;
  }
}
.aptim-contact-form .aptim-form-group label:not(.checkbox-label).last-label{
  margin-bottom: 0px;
}
.aptim-contact-form .aptim-form-group label.checkbox-label{
  margin-top: 1.25rem;
}
.aptim-contact-form .aptim-form-group input:not([type=submit]):not([type=checkbox]){
  margin-bottom: 0px !important;
  margin-top: 0.75rem !important;
  width: 100% !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 40 86 / var(--tw-border-opacity)) !important;
  background-color: rgba(208,207,205,0.37) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 40 86 / var(--tw-text-opacity)) !important;
}
.aptim-contact-form .aptim-form-group input:not([type=submit]):not([type=checkbox])::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}
.aptim-contact-form .aptim-form-group input:not([type=submit]):not([type=checkbox]):focus-visible {
  outline: none;
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 114 1 / var(--tw-border-opacity)) !important;
}
.aptim-contact-form .aptim-form-group .wpcf7-checkbox > span, .aptim-contact-form .aptim-form-group .wpcf7-radio > span{
  margin: 0px;
}
.aptim-contact-form .aptim-form-group input[type=checkbox] + .wpcf7-list-item-label, .aptim-contact-form .aptim-form-group input[type=radio] + .wpcf7-list-item-label{
  display: none;
}
.aptim-contact-form .aptim-form-group input[type=submit]{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.aptim-contact-form .aptim-form-group select{
  margin-top: 0.75rem !important;
  width: 100% !important;
  cursor: pointer !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 40 86 / var(--tw-border-opacity)) !important;
  background-color: rgba(208,207,205,0.37) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 40 86 / var(--tw-text-opacity)) !important;
}
.aptim-contact-form .aptim-form-group select::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}
.aptim-contact-form .aptim-form-group select {
  max-height: 53px;
}
.aptim-contact-form .aptim-form-group select:focus-visible {
  outline: none;
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 114 1 / var(--tw-border-opacity)) !important;
}
.aptim-contact-form .aptim-form-group textarea{
  margin-top: 0.75rem !important;
  height: 8rem !important;
  width: 100% !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 40 86 / var(--tw-border-opacity)) !important;
  background-color: rgba(208,207,205,0.37) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.25 !important;
}
.aptim-contact-form .aptim-form-group textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
  opacity: 0.4;
}
.aptim-contact-form .aptim-form-group textarea:focus-visible {
  outline: none;
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 114 1 / var(--tw-border-opacity)) !important;
}
.aptim-contact-form .wpcf7 form.invalid .wpcf7-response-output, .aptim-contact-form .wpcf7 form.unaccepted .wpcf7-response-output, .aptim-contact-form .wpcf7 form.payment-required .wpcf7-response-output{
  border-color: rgb(220 50 50 / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 0.8 !important;
}
.aptim-contact-form .wpcf7-form.invalid input.wpcf7-not-valid, .aptim-contact-form .wpcf7-form.invalid select.wpcf7-not-valid, .aptim-contact-form .wpcf7-form.invalid textarea.wpcf7-not-valid{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 50 50 / var(--tw-border-opacity)) !important;
}

.aptim-newsletter-form .wpcf7-response-output{
  margin-left: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.aptim-newsletter-form label{
  margin-top: 0.375rem !important;
  display: inline-block !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.aptim-newsletter-form input[type=email]{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  width: 100% !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 40 86 / var(--tw-text-opacity)) !important;
}
.aptim-newsletter-form input[type=email]::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity)) !important;
}
.aptim-newsletter-form input[type=submit]{
  margin-bottom: 0.75rem !important;
  margin-bottom: 0px !important;
  margin-top: 1.25rem !important;
  cursor: pointer !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-duration: 200ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.aptim-newsletter-form input[type=submit]:disabled{
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
@media (min-width: 992px){
  .aptim-newsletter-form input[type=submit]{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

/* Handles the flex grow of the text area correctly */
.col-contact-form{
  display: flex;
  flex-direction: column;
}
.col-contact-form .aptim-contact-form, .col-contact-form .wpcf7, .col-contact-form form, .col-contact-form .aptim-form-group, .col-contact-form form p:last-of-type, .col-contact-form label, .col-contact-form span, .col-contact-form textarea{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.h-captcha:not([data-size=invisible]){
  margin-top: 2rem;
  margin-bottom: 0 !important;
}

/* Flysheets Form - Sidebar */
.flysheets-form-sidebar .input-wrapper input[type=text], .flysheets-form-sidebar .input-wrapper input[type=email], .flysheets-form-sidebar .input-wrapper input[type=tel]{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.flysheets-form-sidebar .input-wrapper input[type=text]:focus, .flysheets-form-sidebar .input-wrapper input[type=email]:focus, .flysheets-form-sidebar .input-wrapper input[type=tel]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.flysheets-form-sidebar .input-wrapper:first-of-type{
  margin-right: 1rem;
}
.flysheets-form-sidebar .input-wrapper:not(:last-of-type){
  margin-bottom: 1rem;
}
.flysheets-form-sidebar .wpcf7-checkbox, .flysheets-form-sidebar .wpcf7-radio{
  display: flex;
  flex-direction: column;
}
.flysheets-form-sidebar .wpcf7-checkbox > .wpcf7-list-item, .flysheets-form-sidebar .wpcf7-radio > .wpcf7-list-item{
  margin: 0px;
}
.flysheets-form-sidebar .wpcf7-checkbox > .wpcf7-list-item:not(:last-of-type), .flysheets-form-sidebar .wpcf7-radio > .wpcf7-list-item:not(:last-of-type){
  margin-bottom: 0.75rem;
}
.flysheets-form-sidebar .wpcf7-checkbox .wpcf7-list-item-label, .flysheets-form-sidebar .wpcf7-radio .wpcf7-list-item-label{
  width: 100%;
}
.flysheets-form-sidebar input[type=submit], .flysheets-form-sidebar button[type=submit]{
  margin-left: auto;
  margin-top: 3rem;
  display: inline-flex;
  width: 12rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.flysheets-form-sidebar input[type=submit]:hover, .flysheets-form-sidebar button[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
}
.flysheets-form-sidebar input[type=submit] + .wpcf7-spinner, .flysheets-form-sidebar button[type=submit] + .wpcf7-spinner{
  display: none;
}
.flysheets-form-sidebar input[type=submit]:disabled, .flysheets-form-sidebar button[type=submit]:disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.flysheets-form-sidebar .wpcf7-form-control-wrap.flysheet_pdfs{
  margin-top: 2rem;
  display: block;
  width: 100%;
}
.flysheets-form-sidebar input[type=checkbox], .flysheets-form-sidebar input[type=radio]{
  margin-bottom: 0px;
  display: none;
  height: initial;
  width: initial;
  cursor: pointer;
  padding: 0px;
}
.flysheets-form-sidebar label.flysheet-checkbox-label{
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
}
.flysheets-form-sidebar label.flysheet-checkbox-label:after {
  content: "";
  position: relative;
  display: inline-block;
  height: 9px;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 40 86 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 9px;
  vertical-align: middle;
}
.flysheets-form-sidebar input[type=checkbox]:checked + label.flysheet-checkbox-label:before,
.flysheets-form-sidebar input[type=radio]:checked + label.flysheet-checkbox-label:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 5px;
  top: 50%;
  display: block;
  height: 12px;
  width: 12px;
  --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));
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(0 40 86 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
}

.universal-form-container form{
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
  font-family: futura-pt, Arial;
}
.universal-form-container form .wpcf7-submit-container{
  order: 2;
  padding-left: 8px;
  padding-right: 8px;
}
.universal-form-container form .wpcf7-response-output{
  order: 1;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.universal-form-container form .hcap_cf7-h-captcha-invalid, .universal-form-container form [data-name=hcap-cf7]{
  margin-top: 1rem;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.universal-form-container form .wpcf7-form-control-wrap.flysheet_pdfs{
  margin-top: 2rem;
  display: block;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.universal-form-container form .checkbox-group, .universal-form-container form .radio-group{
  margin-bottom: 0px;
}
.universal-form-container form .wpcf7-form-control-wrap{
  display: block;
}
.universal-form-container form .wpcf7-form-control-wrap input[type=text], .universal-form-container form .wpcf7-form-control-wrap input[type=email], .universal-form-container form .wpcf7-form-control-wrap input[type=tel], .universal-form-container form .wpcf7-form-control-wrap input[type=url], .universal-form-container form .wpcf7-form-control-wrap select, .universal-form-container form .wpcf7-form-control-wrap textarea{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 40 86 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.universal-form-container form .wpcf7-form-control-wrap input[type=text]:focus, .universal-form-container form .wpcf7-form-control-wrap input[type=email]:focus, .universal-form-container form .wpcf7-form-control-wrap input[type=tel]:focus, .universal-form-container form .wpcf7-form-control-wrap input[type=url]:focus, .universal-form-container form .wpcf7-form-control-wrap select:focus, .universal-form-container form .wpcf7-form-control-wrap textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 992px){
  .universal-form-container form .wpcf7-form-control-wrap input[type=text], .universal-form-container form .wpcf7-form-control-wrap input[type=email], .universal-form-container form .wpcf7-form-control-wrap input[type=tel], .universal-form-container form .wpcf7-form-control-wrap input[type=url], .universal-form-container form .wpcf7-form-control-wrap select, .universal-form-container form .wpcf7-form-control-wrap textarea{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.universal-form-container form .wpcf7-form-control-wrap:not(:last-of-type){
  margin-bottom: 1rem;
}
.universal-form-container form .aptim-row{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px){
  .universal-form-container form .aptim-row{
    flex-wrap: nowrap;
  }
  .universal-form-container form .aptim-row{
    gap: 1rem;
  }
}
.universal-form-container form .aptim-row > .wpcf7-form-control-wrap{
  margin-bottom: 1rem;
}
.universal-form-container form .aptim-row > span{
  width: 100%;
}
.universal-form-container form .cf7-field-wrapper > .label{
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.universal-form-container form .cf7-field-wrapper > .wpcf7-form-control-wrap{
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.universal-form-container form label:not(.flysheet-checkbox-label), .universal-form-container form .label{
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.universal-form-container form label:not(.flysheet-checkbox-label){
  color: transparent;
}
.universal-form-container form .wpcf7-submit-custom{
  display: inline-flex;
  width: 12rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.universal-form-container form .wpcf7-submit-custom:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
}
.universal-form-container form .wpcf7-submit-custom:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}
.universal-form-container form.invalid .wpcf7-response-output, .universal-form-container form.unaccepted .wpcf7-response-output, .universal-form-container form.payment-required .wpcf7-response-output{
  border-color: rgb(220 50 50 / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 0.8 !important;
}
.universal-form-container.universal-form-horizontal form{
  margin-left: 0px;
  margin-right: 0px;
}
.universal-form-container.universal-form-horizontal form .checkbox-group, .universal-form-container.universal-form-horizontal form .radio-group{
  margin-bottom: 2rem;
}
.universal-form-container.universal-form-horizontal form .hcap_cf7-h-captcha-invalid, .universal-form-container.universal-form-horizontal form [data-name=hcap-cf7]{
  margin-top: 1rem;
}
.universal-form-container.universal-form-horizontal form .wpcf7-form-control-wrap.flysheet_pdfs{
  margin-top: 0px;
}
.universal-form-container.universal-form-horizontal form .label{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.universal-form-container.universal-form-horizontal form .cf7-field-wrapper > .label{
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.universal-form-container.universal-form-horizontal form .cf7-field-wrapper > .wpcf7-form-control-wrap{
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.universal-form-container.universal-form-horizontal form label:not(.flysheet-checkbox-label, .checkbox-label){
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.universal-form-container.universal-form-horizontal form label:not(.flysheet-checkbox-label, .checkbox-label).last-label{
  margin-bottom: 0px;
}
.universal-form-container.universal-form-horizontal form label.checkbox-label{
  margin-top: 1.25rem;
}
.universal-form-container.universal-form-horizontal form input:not([type=submit]):not([type=checkbox]), .universal-form-container.universal-form-horizontal form textarea, .universal-form-container.universal-form-horizontal form select{
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 40 86 / var(--tw-border-opacity));
  background-color: rgba(208,207,205,0.37);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.universal-form-container.universal-form-horizontal form input:not([type=submit]):not([type=checkbox])::placeholder, .universal-form-container.universal-form-horizontal form textarea::placeholder, .universal-form-container.universal-form-horizontal form select::placeholder{
  --tw-placeholder-opacity: 0.4;
}
@media (min-width: 992px){
  .universal-form-container.universal-form-horizontal form input:not([type=submit]):not([type=checkbox]), .universal-form-container.universal-form-horizontal form textarea, .universal-form-container.universal-form-horizontal form select{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.universal-form-container.universal-form-horizontal form input:not([type=submit]):not([type=checkbox]):focus-visible,
.universal-form-container.universal-form-horizontal form textarea:focus-visible,
.universal-form-container.universal-form-horizontal form select:focus-visible {
  outline: none;
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
}
.universal-form-container.universal-form-horizontal form textarea{
  height: 8rem;
}
@media (min-width: 992px){
  .universal-form-container.universal-form-horizontal form .aptim-row{
    gap: 2rem;
  }
}

.aptim-input{
  margin-bottom: 1rem !important;
  width: 100% !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 40 86 / var(--tw-border-opacity)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 40 86 / var(--tw-text-opacity)) !important;
}

.aptim-input::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}
.aptim-input:focus-visible {
  outline: none;
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 114 1 / var(--tw-border-opacity)) !important;
}

.image-keep-ratio {
  position: relative;
}
.image-keep-ratio img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}
.image-keep-ratio.by-66-66 {
  padding-bottom: 66.66%;
}
.image-keep-ratio.by-50 {
  padding-bottom: 50%;
}
.image-keep-ratio.by-125 {
  padding-bottom: 125%;
}

.hero-img-overlay{
  position: relative;
  --opacity: 0;
}
.hero-img-overlay::after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-content: "";
  content: var(--tw-content);
  background: linear-gradient(45deg, rgb(0, 0, 0, var(--opacity)) 0%, rgba(0, 0, 0, 0) 100%);
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.alignleft, .alignright{
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft{
    margin-right: 1rem;
  }
  .alignleft {
    float: left;
  }

  .alignright{
    margin-left: 1rem;
  }

  .alignright {
    float: right;
  }
}
/** Captions */
.wp-caption{
  margin-bottom: 1rem;
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}
.wp-caption-text img {
  display: none;
}

/** Text meant only for screen readers */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.block-editor-block-list__layout{
  font-family: proxima-nova, sans-serif;
}

.wp-block{
  max-width: 768px;
}
.wp-block.editor-post-title__block .editor-post-title__input{
  font-family: proxima-nova, sans-serif !important;
}

.vimeo-wrapper{
  display: flex;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.aptim-home-slider .vimeo-content-inner{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 992px){
  .aptim-home-slider .vimeo-content-inner{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.aptim-home-slider .hero-background-overlay {
  background-image: url("../images/aptim-slider-overlay.svg");
}
.aptim-home-slider .vimeo-content .vimeo-content-inner{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.aptim-home-slider .vimeo-content-inner .vimeo-text-contents__heading{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px){
  .aptim-home-slider .vimeo-content-inner .vimeo-text-contents__heading{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.aptim-home-slider .vimeo-content-inner .vimeo-text-contents__description{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px){
  .aptim-home-slider .vimeo-content-inner .vimeo-text-contents__description{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px){
  .aptim-home-slider .vimeo-content-inner .vimeo-text-contents__description{
    margin-bottom: 1.75rem;
  }
  .aptim-home-slider .vimeo-content-inner .vimeo-text-contents__description{
    margin-bottom: 3.5rem;
  }
  .aptim-home-slider .vimeo-content-inner .vimeo-text-contents__description{
    font-size: 3rem;
    line-height: 1;
  }
}
.aptim-home-slider .vimeo-content-inner .vimeo-text-contents__description {
  letter-spacing: -0.0479166667em;
  line-height: 1.1;
}
.aptim-home-slider .vimeo-content-inner .vimeo-text-contents__button{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  border-radius: 0px;
  border-style: none;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px){
  .aptim-home-slider .vimeo-content-inner .vimeo-text-contents__button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px){
  .aptim-home-slider .vimeo-content-inner .vimeo-text-contents__button{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.aptim-home-slider .vimeo-content-inner .vimeo-text-contents__button:hover, .aptim-home-slider .vimeo-content-inner .vimeo-text-contents__button:focus {
  background-color: #cc6800;
}

.home .bars-container .bar.active{
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
}

.aptim-hero-container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 992px){
  .aptim-hero-container{
    flex-direction: row;
  }
  .aptim-hero-container.left-active .aptim-hero-left{
    width: 90%;
  }
  .aptim-hero-container.left-active .aptim-hero-left{
    --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));
  }
  .aptim-hero-container.left-active .aptim-hero-content-left .aptim-hero-button{
    --tw-border-opacity: 1;
    border-color: rgb(235 114 1 / var(--tw-border-opacity));
  }
  .aptim-hero-container.left-active .aptim-hero-content-left .aptim-hero-button{
    --tw-bg-opacity: 1;
    background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  }
  .aptim-hero-container.left-active .aptim-hero-content-left .aptim-hero-button{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .aptim-hero-container.right-active .aptim-hero-right{
    width: 90%;
  }
  .aptim-hero-container.right-active .aptim-hero-right{
    --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));
  }
  .aptim-hero-container.right-active .aptim-hero-content-right .aptim-hero-button{
    --tw-border-opacity: 1;
    border-color: rgb(235 114 1 / var(--tw-border-opacity));
  }
  .aptim-hero-container.right-active .aptim-hero-content-right .aptim-hero-button{
    --tw-bg-opacity: 1;
    background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  }
  .aptim-hero-container.right-active .aptim-hero-content-right .aptim-hero-button{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.aptim-hero-content-left, .aptim-hero-content-right, .aptim-hero-left, .aptim-hero-right{
  transition-property: all;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.aptim-hero-wrapper{
  position: absolute;
  z-index: 20;
  height: 100%;
  width: 100%;
}
.aptim-hero-content{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px){
  .aptim-hero-content{
    flex-direction: row;
  }
}
.aptim-hero-content > div{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
@media (min-width: 992px){
  .aptim-hero-content > div{
    width: 50%;
  }
  .aptim-hero-content > div{
    overflow: hidden;
  }
  .aptim-hero-content > div:last-child{
    padding-left: 10rem;
  }
}
.aptim-hero-content > div h2{
  margin-bottom: 0px;
  display: block;
  padding-right: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .aptim-hero-content > div h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px){
  .aptim-hero-content > div h2{
    margin-bottom: 3.5rem;
  }
  .aptim-hero-content > div h2{
    padding-right: 0px;
  }
  .aptim-hero-content > div h2{
    font-size: 3rem;
    line-height: 1;
  }
}
.aptim-hero-arrow{
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  --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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 992px){
  .aptim-hero-arrow{
    display: none;
  }
}
.aptim-hero-arrow-down{
  position: absolute;
  left: -1rem;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 992px){
  .aptim-hero-arrow-down{
    display: none;
  }
}
.aptim-hero-arrow-down svg {
  animation: slowFade 2000ms ease-in-out infinite;
}
.aptim-hero-arrow-down svg:last-child {
  animation-delay: 300ms;
}
.aptim-hero-button{
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.aptim-hero-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 992px){
  .aptim-hero-button{
    display: flex;
  }
}
.aptim-hero-left, .aptim-hero-right{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px){
  .aptim-hero-left, .aptim-hero-right{
    width: 85%;
  }
  .aptim-hero-left, .aptim-hero-right{
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    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));
  }
}
.aptim-hero-left iframe, .aptim-hero-right iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  height: 56.25vw;
  width: 270vh;
  min-width: 100vw;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 992px){
  .aptim-hero-left iframe, .aptim-hero-right iframe{
    height: 32.25vw;
  }
  .aptim-hero-left iframe, .aptim-hero-right iframe{
    min-height: 100vh;
  }
}
@media (min-height: 800px){
  .aptim-hero-left iframe, .aptim-hero-right iframe{
    width: 200vh;
  }
}
.aptim-hero-left::after, .aptim-hero-right::after {
  content: "";
  position: absolute;
  opacity: 0.7;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  z-index: 10;
}
@media (min-width: 992px) {
  .aptim-hero-left {
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  }
}
.aptim-hero-left::after {
  background-color: #002856;
}
@media (min-width: 992px){
  .aptim-hero-right{
    margin-left: -15%;
  }
  .aptim-hero-right {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.aptim-hero-right::after {
  background: #02753e;
}

.aptim-collapse{
  cursor: pointer;
}
.aptim-collapse > div{
  display: flex;
  align-items: center;
}
.aptim-collapse__icon{
  position: relative;
  margin-right: 2rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  /* Use only after for filled down caret */
}
.aptim-collapse__icon:after {
  content: "";
  position: absolute;
  display: block;
  height: 0px;
  width: 0px;
  border-left: 0.65rem solid transparent;
  border-right: 0.65rem solid transparent;
  border-top: 0.7rem solid #002856;
  border-bottom: 0;
  left: 50%;
  top: 55%;
  transform: translateY(-50%);
  transition: transform 0.5s;
}
.aptim-collapse__expanded{
  display: none;
}
.aptim-collapse__items{
  max-height: 0px;
  overflow: hidden;
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.aptim-collapse.active .aptim-collapse__collapsed{
  display: none;
}
.aptim-collapse.active .aptim-collapse__expanded{
  display: block;
}
.aptim-collapse.active .aptim-collapse__icon:after {
  /* Rotate caret up when active */
  transform: translateY(-50%) rotate(180deg);
}
.aptim-collapse.active + .aptim-collapse__items{
  max-height: 100vh;
}

.play-btn-icon {
  background-image: url("../images/video-play-btn.svg");
  height: 85px;
  width: 85px;
  top: calc(50% - 42.5px);
  left: calc(50% - 42.5px);
  background-size: contain;
}

.yt-iframe-container {
  width: 100%;
  height: 0;
  padding-bottom: 52.9100529101%;
}

@media (min-width: 992px) {
  .yt-iframe-container {
    width: 92.5925925926%;
  }

  .play-btn-icon {
    height: 131px;
    width: 131px;
    top: calc(50% - 65.5px);
    left: calc(50% - 65.5px);
  }
}
.yt-iframe-container iframe {
  height: 100%;
  width: 100%;
  position: absolute;
}

.fitVids-wrapper,
.video-wrapper {
  background-color: #d2d1cf;
  position: relative;
  padding-bottom: 56.25%;
}

.video-wrapper iframe,
.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aptim-video-thumb{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.video-no-wrapper {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.video-no-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .video-no-wrapper iframe {
    width: 220vw;
  }
}
@media (min-width: 1200px) {
  .video-no-wrapper iframe {
    width: 150vw;
  }
}
@media (min-width: 1500px) {
  .video-no-wrapper iframe {
    width: 120vw;
  }
}
@media (min-width: 1800px) {
  .video-no-wrapper iframe {
    width: 100vw;
  }
}
@media (min-aspect-ratio: 16/9) {
  .video-no-wrapper iframe {
    height: 56.25vw;
  }
}

#project-list .project-item .info-title a, .related-projects .project-item .info-title a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3rem;
}
#project-list .project-item .info-service, #project-list .project-item .info-year-completed, #project-list .project-item .image-keep-ratio, #project-list .project-item img, .related-projects .project-item .info-service, .related-projects .project-item .info-year-completed, .related-projects .project-item .image-keep-ratio, .related-projects .project-item img{
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #project-list .project-item.hover-active .info-service, #project-list .project-item.hover-active .info-year-completed, .related-projects .project-item.hover-active .info-service, .related-projects .project-item.hover-active .info-year-completed{
    visibility: visible;
  }
  #project-list .project-item.hover-active .info-service, #project-list .project-item.hover-active .info-year-completed, .related-projects .project-item.hover-active .info-service, .related-projects .project-item.hover-active .info-year-completed{
    opacity: 1;
  }
  #project-list .project-item.hover-active .info-title, .related-projects .project-item.hover-active .info-title{
    height: 100%;
  }
  #project-list .project-item.hover-active .info-title, .related-projects .project-item.hover-active .info-title{
    --tw-bg-opacity: 1;
  }
  #project-list .project-item.hover-active .info-title a, .related-projects .project-item.hover-active .info-title a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #project-list .project-item.hover-active .info-title a,
.related-projects .project-item.hover-active .info-title a {
    -webkit-line-clamp: 6;
    max-height: 138px;
  }
  #project-list .project-item.hover-active .info-title a:hover, .related-projects .project-item.hover-active .info-title a:hover{
    --tw-text-opacity: 1;
    color: rgb(235 114 1 / var(--tw-text-opacity));
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #project-list .project-item.hover-active .info-title a,
.related-projects .project-item.hover-active .info-title a {
    -webkit-line-clamp: 4;
    max-height: 115px;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  #project-list .project-item.hover-active .info-title a,
.related-projects .project-item.hover-active .info-title a {
    -webkit-line-clamp: 3;
    max-height: 69px;
  }
}
@media screen and (max-width: 767px) {
  #project-list .project-item.hover-active .info-title a .info-title a,
.related-projects .project-item.hover-active .info-title a .info-title a {
    -webkit-line-clamp: 4;
    max-height: 80px;
  }
  #project-list .project-item.hover-active .circled-arrow, .related-projects .project-item.hover-active .circled-arrow{
    position: relative;
  }
  #project-list .project-item.hover-active .circled-arrow, .related-projects .project-item.hover-active .circled-arrow{
    top: 1rem;
  }
  #project-list .project-item.hover-active .circled-arrow, .related-projects .project-item.hover-active .circled-arrow{
    display: flex;
  }
  #project-list .project-item.hover-active .circled-arrow, .related-projects .project-item.hover-active .circled-arrow{
    align-items: flex-start;
  }
  #project-list .project-item.hover-active .circled-arrow span, .related-projects .project-item.hover-active .circled-arrow span{
    border-color: transparent;
  }
  #project-list .project-item.hover-active .circled-arrow span, .related-projects .project-item.hover-active .circled-arrow span{
    --tw-bg-opacity: 1;
    background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  }
  #project-list .project-item.hover-active .circled-arrow svg, .related-projects .project-item.hover-active .circled-arrow 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));
  }
  #project-list .project-item.hover-active .circled-arrow svg, .related-projects .project-item.hover-active .circled-arrow svg{
    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));
  }
}
@media (min-width: 768px) {
  #project-list .project-item:hover .info-service, #project-list .project-item:hover .info-year-completed, .related-projects .project-item:hover .info-service, .related-projects .project-item:hover .info-year-completed{
    visibility: visible;
  }
  #project-list .project-item:hover .info-service, #project-list .project-item:hover .info-year-completed, .related-projects .project-item:hover .info-service, .related-projects .project-item:hover .info-year-completed{
    opacity: 1;
  }
  #project-list .project-item:hover .info-title, .related-projects .project-item:hover .info-title{
    height: 100%;
  }
  #project-list .project-item:hover .info-title, .related-projects .project-item:hover .info-title{
    --tw-bg-opacity: 1;
  }
  #project-list .project-item:hover .info-title a, .related-projects .project-item:hover .info-title a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #project-list .project-item:hover .info-title a,
.related-projects .project-item:hover .info-title a {
    -webkit-line-clamp: 6;
    max-height: 138px;
  }
  #project-list .project-item:hover .info-title a:hover, .related-projects .project-item:hover .info-title a:hover{
    --tw-text-opacity: 1;
    color: rgb(235 114 1 / var(--tw-text-opacity));
  }
  @media screen and (max-width: 767px) {
    #project-list .project-item:hover .info-title a,
.related-projects .project-item:hover .info-title a {
      -webkit-line-clamp: 4;
      max-height: 115px;
    }
  }
  @media screen and (max-width: 575px) {
    #project-list .project-item:hover .info-title a,
.related-projects .project-item:hover .info-title a {
      -webkit-line-clamp: 3;
      max-height: 69px;
    }
  }
  @media screen and (max-width: 479px) {
    #project-list .project-item:hover,
.related-projects .project-item:hover {
      -webkit-line-clamp: 4;
      max-height: 80px;
    }
  }
  #project-list .project-item:hover .circled-arrow, .related-projects .project-item:hover .circled-arrow{
    position: relative;
  }
  #project-list .project-item:hover .circled-arrow, .related-projects .project-item:hover .circled-arrow{
    top: 1rem;
  }
  #project-list .project-item:hover .circled-arrow, .related-projects .project-item:hover .circled-arrow{
    display: flex;
  }
  #project-list .project-item:hover .circled-arrow, .related-projects .project-item:hover .circled-arrow{
    align-items: flex-start;
  }
  #project-list .project-item:hover .circled-arrow span, .related-projects .project-item:hover .circled-arrow span{
    border-color: transparent;
  }
  #project-list .project-item:hover .circled-arrow span, .related-projects .project-item:hover .circled-arrow span{
    --tw-bg-opacity: 1;
    background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  }
  #project-list .project-item:hover .circled-arrow svg, .related-projects .project-item:hover .circled-arrow 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));
  }
  #project-list .project-item:hover .circled-arrow svg, .related-projects .project-item:hover .circled-arrow svg{
    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));
  }
}

.media-carousel:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}

.media-carousel .content-container{
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1520px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 576px){
  .media-carousel .content-container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 992px){
  .media-carousel .content-container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1200px){
  .media-carousel .content-container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1400px){
  .media-carousel .content-container{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.media-carousel .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 32px !important;
  max-height: 160px;
}
@media (min-width: 768px) {
  .media-carousel .title {
    line-height: 50px !important;
    max-height: 200px;
  }
}
@media (min-width: 1400px) {
  .media-carousel .title {
    max-height: 240px;
  }
}
.media-carousel .excerpt {
  overflow: hidden;
  font-size: 21px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 28px;
  height: 112px;
}
.media-carousel .slick-arrow{
  position: absolute;
  bottom: 0px;
  display: flex;
  height: 3rem;
  width: 3rem;
  --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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1600px){
  .media-carousel .slick-arrow{
    top: 50%;
  }
}
@media (min-width: 2000px){
  .media-carousel .slick-arrow{
    height: 4rem;
  }
  .media-carousel .slick-arrow{
    width: 4rem;
  }
}
.media-carousel .slick-arrow {
  display: flex !important;
}
.media-carousel .slick-arrow svg{
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.media-carousel .slick-arrow:hover{
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.media-carousel .slick-arrow:hover svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.media-carousel .slick-arrow.slick-arrow-prev{
  left: 1.25rem;
}
@media (min-width: 768px){
  .media-carousel .slick-arrow.slick-arrow-prev{
    left: 2.5rem;
  }
}
@media (min-width: 1600px){
  .media-carousel .slick-arrow.slick-arrow-prev{
    left: 1.25rem;
  }
}
@media (min-width: 2000px){
  .media-carousel .slick-arrow.slick-arrow-prev{
    left: 6rem;
  }
}
.media-carousel .slick-arrow.slick-arrow-next{
  right: 1.25rem;
}
@media (min-width: 768px){
  .media-carousel .slick-arrow.slick-arrow-next{
    right: 2.5rem;
  }
}
@media (min-width: 1600px){
  .media-carousel .slick-arrow.slick-arrow-next{
    right: 1.25rem;
  }
}
@media (min-width: 2000px){
  .media-carousel .slick-arrow.slick-arrow-next{
    right: 6rem;
  }
}

.flysheet-form, .flysheets-form-sidebar{
  position: relative;
  z-index: 2;
}
.flysheet-form .input-wrapper .bottom-line, .flysheets-form-sidebar .input-wrapper .bottom-line{
  pointer-events: none;
  position: relative;
  height: auto;
  width: 100%;
}
.flysheet-form .input-wrapper .bottom-line::before, .flysheets-form-sidebar .input-wrapper .bottom-line::before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
  content: "";
  height: 1px;
}
.flysheet-form .input-wrapper .bottom-line::after, .flysheets-form-sidebar .input-wrapper .bottom-line::after{
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  height: 1px;
}
.flysheet-form .input-wrapper textarea:focus-visible, .flysheets-form-sidebar .input-wrapper textarea:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.flysheet-form .input-wrapper textarea, .flysheets-form-sidebar .input-wrapper textarea{
  height: 120px;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.flysheet-form .input-wrapper textarea + .bottom-line, .flysheets-form-sidebar .input-wrapper textarea + .bottom-line{
  top: -5px;
}
.flysheet-form .input-wrapper input:focus ~ .bottom-line::after, .flysheet-form .input-wrapper textarea:focus-visible ~ .bottom-line::after, .flysheets-form-sidebar .input-wrapper input:focus ~ .bottom-line::after, .flysheets-form-sidebar .input-wrapper textarea:focus-visible ~ .bottom-line::after{
  width: 100%;
}
.flysheet-form button[type=submit]:not(.loading) svg, .flysheets-form-sidebar button[type=submit]:not(.loading) svg{
  display: none;
}

.map-locations .btn-view.active{
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
}
.map-locations .content-area {
  height: auto;
}
@media (min-width: 768px) {}
.map-locations #map {
  display: none;
  width: 100%;
  height: 500px;
}
.map-locations #map.active {
  display: block;
}
@media (min-width: 768px) {
  .map-locations #map {
    height: 550px;
  }
}
.map-locations #listview {
  display: none;
  width: 100%;
  height: 500px;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .map-locations #listview {
    height: 550px;
  }
}
.map-locations #listview.active {
  display: block;
}
.map-locations #listview .content{
  height: 100%;
  width: 100%;
  padding: 1.25rem;
  padding-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-locations #listview .maplist {
  display: grid;
  grid-template-columns: 150px 150px;
  list-style: none;
  line-height: 1.4;
  padding: 0;
  position: relative;
  text-align: left;
  margin-top: 0;
}
@media (min-width: 480px) {
  .map-locations #listview .maplist {
    grid-template-columns: 220px 220px;
  }
}
@media (min-width: 768px) {
  .map-locations #listview .maplist {
    grid-template-columns: 300px 300px;
  }
}
.map-locations .single-location {
  width: 100%;
}
.map-locations .single-location .meta {
  height: 100%;
}

.tw-link{
  max-width: max-content;
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #eb7201;
          text-decoration-color: #eb7201;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media (min-width: 768px){
  .tw-link{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tw-link {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.the-content::before, .the-content::after{
  clear: both;
  display: block;
  content: "";
}
.the-content a:not(.btn-link){
  max-width: max-content;
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #eb7201;
          text-decoration-color: #eb7201;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (min-width: 768px){
  .the-content a:not(.btn-link){
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.the-content a:not(.btn-link) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.the-content a:not(.btn-link) strong {
  font-weight: inherit !important;
}
.the-content h1{
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
@media (min-width: 992px) {
  .the-content h1{
    margin-bottom: 1.25rem;
  }
}
.the-content h2{
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
@media (min-width: 992px) {
  .the-content h2{
    margin-bottom: 1.25rem;
  }
}
.the-content h3{
  margin-bottom: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 992px) {
  .the-content h3{
    margin-bottom: 1.25rem;
  }
}
.the-content h4{
  font-weight: 600;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.the-content h5{
  margin-bottom: 1.5rem;
}
.the-content h1 {
  font-size: 40px;
}
@media (min-width: 992px) {
  .the-content h1 {
    font-size: 48px;
  }
}
.the-content h2 {
  font-size: 32px;
}
@media (min-width: 992px) {
  .the-content h2 {
    font-size: 40px;
  }
}
.the-content h3 {
  font-size: 29px;
}
@media (min-width: 992px) {
  .the-content h3 {
    font-size: 33px;
  }
}
.the-content h4 {
  font-size: 25px;
}
@media (min-width: 992px) {
  .the-content h4 {
    font-size: 28px;
  }
}
.the-content h5 {
  font-size: 21px;
}
@media (min-width: 992px) {
  .the-content h5 {
    font-size: 23px;
  }
}
.the-content h6 {
  font-size: 17px;
}
@media (min-width: 992px) {
  .the-content h6 {
    font-size: 19px;
  }
}
.the-content h1 a:not(.btn-link),
.the-content h2 a:not(.btn-link),
.the-content h3 a:not(.btn-link),
.the-content h4 a:not(.btn-link),
.the-content h5 a:not(.btn-link),
.the-content h6 a:not(.btn-link) {
  font-size: inherit;
  line-height: inherit;
}
.the-content p{
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .the-content p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .the-content p{
    line-height: 1.625;
  }
}
@media (min-width: 992px){
  .the-content img.alignright{
    margin-left: 5rem;
  }
}
.the-content .single-column-list ul,
.the-content .single-column-list ol {
  column-count: 1;
  column-gap: 0;
}
.the-content ul{
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  max-width: 64rem;
  list-style-type: none;
  padding-left: 1.5rem;
  column-count: 1;
  column-gap: 0;
}
@media (min-width: 768px) {
  .the-content ul{
    margin-left: 2.5rem;
  }
  .the-content ul {
    column-count: 2;
    column-gap: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .the-content ul {
    column-gap: 4.5rem;
  }
}
.the-content ul > li{
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .the-content ul > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.the-content ul > li {
  break-inside: avoid-column;
  position: relative;
}
.the-content ul > li::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0.48em;
  left: -1em;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA1IDUiPjxwYXRoIGQ9Ik0yLjUsMCw1LDVIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZjgyMDAiLz48L3N2Zz4=") no-repeat 0 0;
  background-size: contain;
  min-height: 8px;
  margin-left: -1em;
  /*
   background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA1IDUiPjxwYXRoIGQ9Ik0yLjUsMCw1LDVIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZjgyMDAiLz48L3N2Zz4=") no-repeat 0 0;
   background-size: cover;
   height: 9px;
   width: 9px;
   position: absolute;
   top: 0.54em;
   left: -1rem;
   margin-left: -1rem;
  float: left;
   */
  /*    
        @screen sm {
          top: 6px;
        }

        @screen md {
          top: 7px;
        }

        @screen 4xl {
          top: 8px;
        }
  */
}
@media (min-width: 576px) {
  .the-content ul > li::before {
    height: 9px;
    width: 9px;
    min-height: 9px;
    top: 0.52em;
  }
}
.the-content ol{
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  max-width: 64rem;
  padding-left: 1.275rem;
  counter-reset: item;
  column-count: 1;
  column-gap: 0;
}
@media (min-width: 768px) {
  .the-content ol{
    margin-left: 2.5rem;
  }
  .the-content ol {
    column-count: 2;
    column-gap: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .the-content ol {
    column-gap: 4.5rem;
  }
}
.the-content ol > li{
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .the-content ol > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.the-content ol > li {
  break-inside: avoid-column;
}
.the-content ol > li::before{
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  content: counter(item) ".";
  counter-increment: item;
  min-width: 1.75rem;
  left: -1rem;
  margin-left: -1rem;
  text-align: left;
}
.the-content ol > li > ol > li::before {
  content: counter(item, lower-alpha) ".";
}
.the-content ul ol, .the-content ol ol{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.75rem;
  max-width: none;
  gap: 0px;
  padding-left: 0px;
  column-count: 1;
  column-gap: 0;
  counter-reset: item;
}
.the-content ul ol > li, .the-content ol ol > li{
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .the-content ul ol > li, .the-content ol ol > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.the-content ul ol > li::before, .the-content ol ol > li::before{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  min-width: 1.5rem;
  left: -0.5rem;
  margin-left: -0.5rem;
  float: left;
}
.the-content ul ul, .the-content ol ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.75rem;
  max-width: none;
  list-style-type: none;
  padding-left: 1.5rem;
  column-count: 1;
  column-gap: 0;
}
.the-content ul ul > li, .the-content ol ul > li{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .the-content ul ul > li, .the-content ol ul > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.the-content ul ul > li::before,
.the-content ol ul > li::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0.48em;
  left: -1em;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjkwNyIgaGVpZ2h0PSIxMi44MjQiIHZpZXdCb3g9IjAgMCA5LjkwNyAxMi44MjQiPjxwYXRoIGQ9Ik0zOTEuMjU4LDMwMC41bDguNzQsNi04Ljc0LDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTAuOTc1IC0zMDAuMDg4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmY4MjAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat 0 0;
  background-size: contain;
  min-height: 8px;
  margin-left: -1em;
  /*
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjkwNyIgaGVpZ2h0PSIxMi44MjQiIHZpZXdCb3g9IjAgMCA5LjkwNyAxMi44MjQiPjxwYXRoIGQ9Ik0zOTEuMjU4LDMwMC41bDguNzQsNi04Ljc0LDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTAuOTc1IC0zMDAuMDg4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmY4MjAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat 0 0;
  background-size: contain;
  width: 8px;
  height: 10px;
  top: 5px;
  left: -0.75rem;
  margin-left: -0.75rem;

   @screen sm {
      top: 6px;
    }

    @screen md {
      top: 7px;
    }

    @screen 4xl {
      top: 8px;
    }
    */
}
@media (min-width: 576px) {
  .the-content ul ul > li::before,
.the-content ol ul > li::before {
    height: 9px;
    width: 9px;
    min-height: 9px;
    top: 0.52em;
  }
}
@media (min-width: 992px){
  .the-content ul img, .the-content ol img{
    margin-left: 5rem !important;
  }
}

.aptim-wysiwyg::before, .aptim-wysiwyg::after{
  clear: both;
  display: block;
  content: "";
}
.aptim-wysiwyg h1, .aptim-wysiwyg h2, .aptim-wysiwyg h3, .aptim-wysiwyg h4, .aptim-wysiwyg h5{
  font-weight: 700;
}
.aptim-wysiwyg h1, .aptim-wysiwyg h2, .aptim-wysiwyg h3{
  line-height: 1.25;
}
.aptim-wysiwyg h1{
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 1400px){
  .aptim-wysiwyg h1{
    margin-bottom: 3.5rem;
  }
}
.aptim-wysiwyg h2{
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 1400px){
  .aptim-wysiwyg h2{
    margin-bottom: 3rem;
  }
}
.aptim-wysiwyg h3{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 1400px){
  .aptim-wysiwyg h3{
    margin-bottom: 2rem;
  }
}
.aptim-wysiwyg h4{
  font-size: 1.5rem;
  line-height: 2rem;
}
.aptim-wysiwyg h5{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.aptim-wysiwyg p{
  margin-bottom: 1.5rem;
  line-height: 1.625;
}
.aptim-wysiwyg a:not(.btn-link){
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.aptim-wysiwyg a:not(.btn-link):hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.aptim-wysiwyg ul{
  margin-bottom: 0.75rem;
}
.aptim-wysiwyg ul li{
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.025em;
}
.aptim-wysiwyg ul li::before{
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  content: "‣";
}
.aptim-wysiwyg ul li:not(:last-of-type){
  margin-bottom: 0.5rem;
}
.aptim-wysiwyg hr{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(208 207 205 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}

.aptim-wysiwyg-base{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.aptim-wysiwyg-base::before, .aptim-wysiwyg-base::after{
  clear: both;
  display: block;
  content: "";
}
.aptim-wysiwyg-base h1, .aptim-wysiwyg-base h2, .aptim-wysiwyg-base h3, .aptim-wysiwyg-base h4, .aptim-wysiwyg-base h5{
  font-weight: 700;
}
.aptim-wysiwyg-base h1 {
  font-size: 40px;
}
@media (min-width: 992px) {
  .aptim-wysiwyg-base h1 {
    font-size: 48px;
  }
}
.aptim-wysiwyg-base h2 {
  font-size: 32px;
}
@media (min-width: 992px) {
  .aptim-wysiwyg-base h2 {
    font-size: 40px;
  }
}
.aptim-wysiwyg-base h3 {
  font-size: 29px;
}
@media (min-width: 992px) {
  .aptim-wysiwyg-base h3 {
    font-size: 33px;
  }
}
.aptim-wysiwyg-base h4 {
  font-size: 25px;
}
@media (min-width: 992px) {
  .aptim-wysiwyg-base h4 {
    font-size: 28px;
  }
}
.aptim-wysiwyg-base h5 {
  font-size: 21px;
}
@media (min-width: 992px) {
  .aptim-wysiwyg-base h5 {
    font-size: 23px;
  }
}
.aptim-wysiwyg-base h6 {
  font-size: 17px;
}
@media (min-width: 992px) {
  .aptim-wysiwyg-base h6 {
    font-size: 19px;
  }
}
.aptim-wysiwyg-base p{
  margin-bottom: 1.5rem;
  line-height: 1.625;
}
.aptim-wysiwyg-base p:not(.p-secondary){
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0em;
}
.aptim-wysiwyg-base a:not(.btn-link){
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.aptim-wysiwyg-base a:not(.btn-link):hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.aptim-wysiwyg-base ul{
  margin-bottom: 0.75rem;
}
.aptim-wysiwyg-base ul li{
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.025em;
}
.aptim-wysiwyg-base ul li::before{
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  content: "‣";
}
.aptim-wysiwyg-base ul li:not(:last-of-type){
  margin-bottom: 0.5rem;
}
.aptim-wysiwyg-base hr{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(208 207 205 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}
.aptim-wysiwyg-base.media-inquiries h3 {
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.1em;
}
.aptim-wysiwyg-base.media-inquiries a:not(.btn-link) {
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
}
.aptim-wysiwyg-base.media-inquiries p {
  font-weight: lighter;
  text-align: center;
  letter-spacing: 0.025em;
}

.aptim-wysiwyg-lg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.aptim-wysiwyg-lg::before, .aptim-wysiwyg-lg::after{
  clear: both;
  display: block;
  content: "";
}
.aptim-wysiwyg-lg h1, .aptim-wysiwyg-lg h2, .aptim-wysiwyg-lg h3, .aptim-wysiwyg-lg h4, .aptim-wysiwyg-lg h5{
  font-weight: 700;
}
.aptim-wysiwyg-lg h1{
  font-size: 3rem;
  line-height: 1;
}
.aptim-wysiwyg-lg h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.aptim-wysiwyg-lg h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.aptim-wysiwyg-lg h4{
  font-size: 1.5rem;
  line-height: 2rem;
}
.aptim-wysiwyg-lg h5{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.aptim-wysiwyg-lg p{
  margin-bottom: 1.5rem;
  line-height: 1.625;
}
.aptim-wysiwyg-lg p:not(.p-secondary){
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0em;
}
.aptim-wysiwyg-lg a:not(.btn-link){
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.aptim-wysiwyg-lg a:not(.btn-link):hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.aptim-wysiwyg-lg ul{
  margin-bottom: 0.75rem;
}
.aptim-wysiwyg-lg ul li{
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
}
.aptim-wysiwyg-lg ul li::before{
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  content: "‣";
}
.aptim-wysiwyg-lg ul li:not(:last-of-type){
  margin-bottom: 0.5rem;
}
.aptim-wysiwyg-lg hr{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(208 207 205 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}
.aptim-wysiwyg-lg.media-inquiries h3 {
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.1em;
}
.aptim-wysiwyg-lg.media-inquiries a:not(.btn-link) {
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
}
.aptim-wysiwyg-lg.media-inquiries p {
  font-weight: lighter;
  text-align: center;
  letter-spacing: 0.025em;
}

.navy-wysiwyg::before, .navy-wysiwyg::after{
  clear: both;
  display: block;
  content: "";
}
.navy-wysiwyg h1, .navy-wysiwyg h2, .navy-wysiwyg h3, .navy-wysiwyg h4, .navy-wysiwyg h5{
  font-weight: 700;
}
.navy-wysiwyg h1, .navy-wysiwyg h2, .navy-wysiwyg h3{
  line-height: 1.25;
}
.navy-wysiwyg h1{
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .navy-wysiwyg h1{
    margin-bottom: 3rem;
  }
}
@media (min-width: 1600px) {
  .navy-wysiwyg h1{
    margin-bottom: 3.5rem;
  }
  .navy-wysiwyg h1{
    font-size: 3rem;
    line-height: 1;
  }
}
.navy-wysiwyg h2{
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .navy-wysiwyg h2{
    margin-bottom: 3rem;
  }
  .navy-wysiwyg h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.navy-wysiwyg h3{
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.navy-wysiwyg h4{
  font-size: 1.5rem;
  line-height: 2rem;
}
.navy-wysiwyg h5{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.navy-wysiwyg p{
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}
.navy-wysiwyg a:not(.btn-link){
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}
.navy-wysiwyg a:not(.btn-link):hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.navy-wysiwyg ul{
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  max-width: 64rem;
  list-style-type: none;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .navy-wysiwyg ul{
    margin-left: 2.5rem;
  }
}
.navy-wysiwyg ul > li{
  position: relative;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
  line-height: 1.5;
}
.navy-wysiwyg ul > li::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA1IDUiPjxwYXRoIGQ9Ik0yLjUsMCw1LDVIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZjgyMDAiLz48L3N2Zz4=") no-repeat 0 0;
  background-size: contain;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 8px;
  left: -0.75rem;
  margin-left: -0.75rem;
  float: left;
}
.navy-wysiwyg ol{
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  max-width: 64rem;
  padding-left: 1.275rem;
  counter-reset: item;
}
@media (min-width: 768px) {
  .navy-wysiwyg ol{
    margin-left: 2.5rem;
  }
}
.navy-wysiwyg ol > li{
  position: relative;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
  line-height: 1.5;
}
.navy-wysiwyg ol > li::before{
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  content: counter(item) ".";
  counter-increment: item;
  min-width: 1rem;
  left: -0.75rem;
  margin-left: -1rem;
  float: left;
}
.navy-wysiwyg ol > li > ol > li::before {
  content: counter(item, lower-alpha) ".";
}
.navy-wysiwyg hr{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(208 207 205 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}

.featured-post-with-tile .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 60px !important;
  max-height: 240px;
}
.featured-post-with-tile .excerpt {
  overflow: hidden;
  font-size: 21px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 28px;
  height: 112px;
}

.text-highlight{
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-highlight .title{
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
}
.text-highlight .content p{
  line-height: 1.625;
}
.text-highlight .content p:not(:last-of-type){
  margin-bottom: 2.5rem;
}

.taggbox {
  /* Firefox support */
}
.taggbox::-webkit-scrollbar {
  width: 5px;
}
.taggbox::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.taggbox::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
.taggbox::-webkit-scrollbar-thumb:hover {
  background: #a9a9a9;
}
.taggbox * {
  scrollbar-color: #c1c1c1 #f0f0f0;
}
.taggbox .tb_wt_post_share_container,
.taggbox .tb_filter_container,
.taggbox .tb_see_more_btn_wrap,
.taggbox .tb_nc_social_ {
  display: none;
}
.taggbox .tb_app_container {
  min-height: auto !important;
}

#subtree-container .tb_post_modal_details_right + a {
  transform: translateX(1000%);
}
#subtree-container .tb_post_modal_modal.tb_post_modal_show {
  pointer-events: none;
}

.box-facebook div[tb-network=instagram],
.box-facebook div[tb-network=linkedin],
.box-facebook div[tb-network=facebook]:not(:first-of-type) {
  display: none;
}
.box-facebook .tb_nc_post_wrapper {
  width: 100% !important;
  padding: 0 !important;
}
.box-facebook .tb_nc_post_wrap_in {
  border: 0;
}
.box-facebook .tb_nc_image {
  padding-bottom: 250px !important;
  background-position: top;
}
.box-twitter .tb_wt_author_info {
  flex-direction: row;
  gap: 10px;
}
.box-twitter .tb_wt_authorname {
  margin: 0;
}
.box-twitter .tb_wt_author_wrapper {
  padding-bottom: 0;
}
.box-twitter .tb_wt_post_media_wrapp, .box-twitter .tb_wt_social_ {
  display: none;
}
.box-twitter .tb_wt_time {
  overflow: visible;
}
.box-twitter .tb_wt_contant_wrapper {
  padding-top: 0;
}
.box-twitter .tb_wt_content {
  position: relative;
  padding-bottom: 20px;
  padding-left: 55px;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-twitter .tb_wt_content::after {
  content: "Read More";
  position: absolute;
  bottom: 0;
  left: 55px;
  width: 100%;
  background: #fff;
  color: #eb7200;
  cursor: pointer;
}
.box-twitter .tb_wt_post_wrapper {
  padding: 3px 0;
}
.box-linkedin div[tb-network=facebook],
.box-linkedin div[tb-network=instagram],
.box-linkedin div[tb-network=linkedin]:not(:first-of-type),
.box-linkedin .tb_see_more_btn_wrap,
.box-linkedin .tb_nc_social_,
.box-linkedin .tb_filter_container {
  display: none;
}
.box-linkedin .tb_nc_content {
  position: relative;
  overflow: hidden;
  line-height: 16px;
  max-height: 48px;
}
.box-linkedin .tb_nc_content::after {
  content: "... Read More";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  color: #eb7200;
  cursor: pointer;
}
.box-linkedin .tb_nc_post_wrapper {
  width: 100% !important;
  padding: 0 !important;
}
.box-linkedin .tb_nc_post_wrap_in {
  border: 0;
}
.box-linkedin .tb_nc_post_media_wrapp {
  max-height: 60vh;
  overflow: hidden;
}
.box-linkedin .tb_nc_contant_wrapper {
  max-height: 40vh;
  overflow: hidden;
  padding-bottom: 0;
}
.box-instagram div[tb-network=linkedin],
.box-instagram div[tb-network=facebook],
.box-instagram div[tb-network=instagram]:not(:first-of-type) {
  display: none;
}
.box-instagram .tb_nc_post_wrapper {
  padding: 0 !important;
}
.box-instagram .tb_nc_author_wrapper {
  display: none;
}
.box-instagram .tb_nc_image {
  padding-bottom: 52.5164% !important;
  background-size: cover !important;
  background-position: top;
}
.box-instagram .tb_nc_post_wrap_in {
  border: 0;
}
.box-instagram .tb_nc_contant_wrapper {
  padding: 20px 30px;
}

[data-aos=fill-down] {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 100%;
}
[data-aos=fill-down].aos-animate {
  height: 100%;
}

.related-services .item .arrow-default, .related-services .item .arrow-hover{
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: .5s;
}
.related-services .item .arrow-hover{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-translate-y: -100%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
}
.related-services .item:hover .wrapper .arrow{
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
}
.related-services .item:hover .wrapper .arrow-default{
  --tw-translate-y: 100%;
  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));
}
.related-services .item:hover .wrapper .arrow-hover{
  --tw-translate-y: 0;
  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));
}
@media (min-width: 768px) {
  .related-services .item:hover .wrapper {
    height: 12rem;
  }
}
@media (min-width: 992px) {
  .related-services .item:hover .wrapper {
    height: 15rem;
  }
}
@media (min-width: 1400px) {
  .related-services .item:hover .wrapper {
    height: 16rem;
  }
}
@media (min-width: 1600px) {
  .related-services .item:hover .wrapper {
    height: 17rem;
  }
}
@media (min-width: 2000px) {
  .related-services .item:hover .wrapper {
    height: 18rem;
  }
}

.sub-services .list {
  list-style-type: none;
  column-count: 1;
  column-gap: 0;
  line-height: 1;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
@media (min-width: 576px) {
  .sub-services .list {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .sub-services .list {
    column-count: 3;
  }
}
.sub-services .list li {
  margin-right: 0;
  margin-bottom: 1rem;
  break-inside: avoid-column;
}
@media (min-width: 576px) {
  .sub-services .list li {
    max-width: 350px;
    margin-right: 14.5%;
  }
}
.sub-services .list a{
  margin-bottom: -1px;
  padding-bottom: 1px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  background-image: linear-gradient(#eb7201, #eb7201);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.sub-services .list a:hover {
  background-size: 100% 2px;
}

.three-items-carousel{
  overflow: hidden;
}
.three-items-carousel .carousel .item{
  margin: 0.5rem;
}
@media (min-width: 992px){
  .three-items-carousel .carousel .item{
    margin: 0.75rem;
  }
}
@media (min-width: 1200px){
  .three-items-carousel .carousel .item{
    margin: 1.25rem;
  }
}
.three-items-carousel .carousel:not(.slick-initialized){
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 575px) {
  .three-items-carousel .carousel:not(.slick-initialized) .item:not(:nth-child(-n+1)){
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .three-items-carousel .carousel:not(.slick-initialized) .item:not(:nth-child(-n+2)){
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .three-items-carousel .carousel:not(.slick-initialized) .item:not(:nth-child(-n+3)){
    display: none;
  }
}
@media (min-width: 576px) {
  .three-items-carousel .carousel:not(.slick-initialized){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .three-items-carousel .carousel:not(.slick-initialized){
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .three-items-carousel .carousel:not(.slick-initialized){
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .three-items-carousel .carousel:not(.slick-initialized){
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .three-items-carousel .carousel:not(.slick-initialized){
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .three-items-carousel .carousel:not(.slick-initialized){
    gap: 2.5rem;
  }
}
.three-items-carousel .carousel.slick-initialized{
  position: relative;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 992px) {
  .three-items-carousel .carousel.slick-initialized{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media (min-width: 1200px) {
  .three-items-carousel .carousel.slick-initialized{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.three-items-carousel .carousel .slick-track{
  margin-left: 0px;
  display: flex;
  height: auto;
}
.three-items-carousel .carousel .slick-slide{
  display: flex;
  height: auto;
  flex-direction: column;
}
.three-items-carousel .carousel .slick-arrow{
  position: absolute;
  top: 50%;
  display: none;
  --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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 40 86 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.three-items-carousel .carousel .slick-arrow svg{
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.three-items-carousel .carousel .slick-arrow:hover{
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.three-items-carousel .carousel .slick-arrow:hover svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media screen and (max-width: 1599px) {
  .three-items-carousel .carousel .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .three-items-carousel .carousel .slick-arrow{
    height: 2rem;
  }
  .three-items-carousel .carousel .slick-arrow{
    width: 2rem;
  }
  .three-items-carousel .carousel .slick-arrow {
    display: flex !important;
  }
  .three-items-carousel .carousel .slick-arrow.slick-arrow-prev{
    left: -1.75rem;
  }
  .three-items-carousel .carousel .slick-arrow.slick-arrow-next{
    right: -1.75rem;
  }
}
@media (min-width: 992px) {
  .three-items-carousel .carousel .slick-arrow{
    height: 2.5rem;
  }
  .three-items-carousel .carousel .slick-arrow{
    width: 2.5rem;
  }
  .three-items-carousel .carousel .slick-arrow.slick-arrow-prev{
    left: -2rem;
  }
  .three-items-carousel .carousel .slick-arrow.slick-arrow-next{
    right: -2rem;
  }
}
@media (min-width: 1200px) {
  .three-items-carousel .carousel .slick-arrow{
    height: 3rem;
  }
  .three-items-carousel .carousel .slick-arrow{
    width: 3rem;
  }
  .three-items-carousel .carousel .slick-arrow.slick-arrow-prev{
    left: -2.25rem;
  }
  .three-items-carousel .carousel .slick-arrow.slick-arrow-next{
    right: -2.25rem;
  }
}
@media (min-width: 2000px) {
  .three-items-carousel .carousel .slick-arrow{
    height: 4rem;
  }
  .three-items-carousel .carousel .slick-arrow{
    width: 4rem;
  }
  .three-items-carousel .carousel .slick-arrow.slick-arrow-prev {
    left: -8rem;
  }
  .three-items-carousel .carousel .slick-arrow.slick-arrow-next {
    right: -8rem;
  }
}
.three-items-carousel .carousel .sm-slick-arrow svg{
  stroke: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.three-items-carousel .carousel .sm-slick-arrow:hover{
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.three-items-carousel .carousel .sm-slick-arrow:hover svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media screen and (max-width: 575px) {
  .three-items-carousel .carousel {
    margin-right: -1.25rem !important;
  }
  .three-items-carousel .carousel .slick-list {
    padding: 0 1.25rem 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .three-items-carousel .carousel {
    margin-right: -2.5rem !important;
  }
  .three-items-carousel .carousel .slick-list {
    padding: 0 2.5rem 0 0 !important;
  }
}
.three-items-carousel .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 100px;
}
@media (min-width: 1200px) {
  .three-items-carousel .title {
    max-height: 120px;
  }
}
.three-items-carousel.carousel-gallery .carousel .item{
  margin: 0.5rem;
}
@media (min-width: 992px){
  .three-items-carousel.carousel-gallery .carousel .item{
    margin: 0.5rem;
  }
}
@media (min-width: 1200px){
  .three-items-carousel.carousel-gallery .carousel .item{
    margin: 0.625rem;
  }
}
@media (min-width: 992px){
  .three-items-carousel.carousel-gallery .carousel:not(.slick-initialized){
    gap: 1rem;
  }
}
@media (min-width: 1200px){
  .three-items-carousel.carousel-gallery .carousel:not(.slick-initialized){
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .three-items-carousel.carousel-gallery .carousel:not(.slick-initialized){
    gap: 1.25rem;
  }
}
@media (min-width: 992px){
  .three-items-carousel.carousel-gallery .carousel.slick-initialized{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
@media (min-width: 1200px){
  .three-items-carousel.carousel-gallery .carousel.slick-initialized{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (min-width: 1600px) {
  .three-items-carousel.carousel-gallery .carousel .slick-arrow.slick-arrow-prev{
    left: -3rem;
  }
  .three-items-carousel.carousel-gallery .carousel .slick-arrow.slick-arrow-next{
    right: -3rem;
  }
}
@media (min-width: 2000px) {
  .three-items-carousel.carousel-gallery .carousel .slick-arrow.slick-arrow-prev {
    left: -8rem;
  }
  .three-items-carousel.carousel-gallery .carousel .slick-arrow.slick-arrow-next {
    right: -8rem;
  }
}

.join-the-team-richtext{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.join-the-team-richtext p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.join-the-team-richtext p:not(:last-of-type){
  margin-bottom: 0.75rem;
}
@media (min-width: 992px){
  .join-the-team-richtext p:not(:last-of-type){
    margin-bottom: 1.5rem;
  }
}

.three-column-list ul{
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  list-style-type: none;
  padding-left: 1.5rem;
  column-count: 1;
  column-gap: 0;
}
@media (min-width: 768px) {
  .three-column-list ul{
    margin-left: 2.5rem;
  }
  .three-column-list ul {
    column-count: 2;
    column-gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .three-column-list ul {
    column-count: 3;
    column-gap: 4.5rem;
  }
}
.three-column-list ul > li{
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .three-column-list ul > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .three-column-list ul > li{
    line-height: 1.625;
  }
}
.three-column-list ul > li {
  break-inside: avoid-column;
}
.three-column-list ul > li::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA1IDUiPjxwYXRoIGQ9Ik0yLjUsMCw1LDVIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZjgyMDAiLz48L3N2Zz4=") no-repeat 0 0;
  background-size: contain;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 8px;
  left: -1rem;
  margin-left: -1rem;
  float: left;
}
.three-column-list ol{
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  padding-left: 1.275rem;
  counter-reset: item;
  column-count: 1;
  column-gap: 0;
}
@media (min-width: 768px) {
  .three-column-list ol{
    margin-left: 2.5rem;
  }
  .three-column-list ol {
    column-count: 2;
    column-gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .three-column-list ol {
    column-count: 3;
    column-gap: 4.5rem;
  }
}
.three-column-list ol > li{
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .three-column-list ol > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .three-column-list ol > li{
    line-height: 1.625;
  }
}
.three-column-list ol > li {
  break-inside: avoid-column;
}
.three-column-list ol > li::before{
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  content: counter(item) ".";
  counter-increment: item;
  min-width: 1.75rem;
  left: -1rem;
  margin-left: -1rem;
  text-align: left;
}
.three-column-list ol > li > ol > li::before {
  content: counter(item, lower-alpha) ".";
}
.three-column-list ul ol, .three-column-list ol ol{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.75rem;
  max-width: none;
  gap: 0px;
  padding-left: 1rem;
  column-count: 1;
  column-gap: 0;
  counter-reset: item;
}
.three-column-list ul ol > li, .three-column-list ol ol > li{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .three-column-list ul ol > li, .three-column-list ol ol > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .three-column-list ul ol > li, .three-column-list ol ol > li{
    line-height: 1.625;
  }
}
.three-column-list ul ol > li::before, .three-column-list ol ol > li::before{
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
  min-width: 1.75rem;
  left: -1.25rem;
}
.three-column-list ul ul, .three-column-list ol ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.75rem;
  max-width: none;
  list-style-type: none;
  padding-left: 1.5rem;
  column-count: 1;
  column-gap: 0;
}
.three-column-list ul ul > li, .three-column-list ol ul > li{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .three-column-list ul ul > li, .three-column-list ol ul > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .three-column-list ul ul > li, .three-column-list ol ul > li{
    line-height: 1.625;
  }
}
.three-column-list ul ul > li::before,
.three-column-list ol ul > li::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjkwNyIgaGVpZ2h0PSIxMi44MjQiIHZpZXdCb3g9IjAgMCA5LjkwNyAxMi44MjQiPjxwYXRoIGQ9Ik0zOTEuMjU4LDMwMC41bDguNzQsNi04Ljc0LDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTAuOTc1IC0zMDAuMDg4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmY4MjAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat 0 0;
  background-size: contain;
  width: 8px;
  height: 10px;
  top: 5px;
  left: -0.75rem;
  margin-left: -0.75rem;
}
@media (min-width: 576px) {
  .three-column-list ul ul > li::before,
.three-column-list ol ul > li::before {
    top: 6px;
  }
}
@media (min-width: 768px) {
  .three-column-list ul ul > li::before,
.three-column-list ol ul > li::before {
    top: 7px;
  }
}
@media (min-width: 2000px) {
  .three-column-list ul ul > li::before,
.three-column-list ol ul > li::before {
    top: 8px;
  }
}
@media (min-width: 992px){
  .three-column-list ul img, .three-column-list ol img{
    margin-left: 5rem !important;
  }
}

#app--narrow, .container--narrow{
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 1520px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){
  #app--narrow, .container--narrow{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

body{
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}

a{
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.inner-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
}

#nav_menu-2 {
  color: #fff;
}

#menu-item-6177 span a {
  background-color: #eb7201;
  animation-duration: 300ms !important;
  transition-duration: 300ms !important;
}
#menu-item-6177 span a:hover {
  background-color: #002856;
}

.widget-title {
  font-size: 24px;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #fff;
  color: #fff;
}

footer > .inner-footer-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer_sidebar {
  border: 1px solid red;
  width: 32%;
}

.custom-full-width {
  width: 100%;
}

.custom-flex {
  justify-content: space-between;
}

.custom-child-wrapper-content .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px;
}

.custom-child-wrapper-content .md\:pb-16 {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .custom-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 1685px) {
  .custom-child-wrapper-content .md\:pb-16 {
    max-width: 1520px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*
@media screen and (max-width: 1400px){
  .custom-child-wrapper-content .md\:pb-16{
    border: 1px solid yellow;

    padding-left: 4rem;
    padding-right: 4rem;
  }
}
*/
.stretched-link::after {
  content: "";
  pointer-events: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background-color: transparent;
}

.home-banner-items{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px){
  .home-banner-items{
    line-height: 1.25;
  }
}

:root {
  --mega-menu-divider: 100px;
}

.after\:mx-2::after{
  content: var(--tw-content);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.after\:content-\[\'\/\'\]::after{
  --tw-content: '/';
  content: var(--tw-content);
}

.last\:after\:opacity-0:last-child::after{
  content: var(--tw-content);
  opacity: 0;
}

.hover\:border-mango-tango:hover{
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
}

.hover\:bg-blue-prussian:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 86 / var(--tw-bg-opacity));
}

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

.hover\:bg-mango-tango:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

.hover\:text-mango-tango:hover{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}

.hover\:text-blue-prussian:hover{
  --tw-text-opacity: 1;
  color: rgb(0 40 86 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  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));
}

.group:hover .group-hover\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-mango-tango{
  --tw-border-opacity: 1;
  border-color: rgb(235 114 1 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-mango-tango{
  --tw-bg-opacity: 1;
  background-color: rgb(235 114 1 / var(--tw-bg-opacity));
}

.links\:text-mango-tango > a{
  --tw-text-opacity: 1;
  color: rgb(235 114 1 / var(--tw-text-opacity));
}

@media (min-width: 576px){
  .sm\:-left-\[3\.75rem\]{
    left: -3.75rem;
  }
  .sm\:-left-\[2\.35rem\]{
    left: -2.35rem;
  }
  .sm\:bottom-\[35\%\]{
    bottom: 35%;
  }
  .sm\:mt-32{
    margin-top: 8rem;
  }
  .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }
  .sm\:mt-20{
    margin-top: 5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:min-h-\[350px\]{
    min-height: 350px;
  }
  .sm\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .sm\:-rotate-90{
    --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));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:gap-x-10{
    column-gap: 2.5rem;
  }
  .sm\:p-10{
    padding: 2.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:p-16{
    padding: 4rem;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
  .sm\:pb-16{
    padding-bottom: 4rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:left-8{
    left: 2rem;
  }
  .md\:top-4{
    top: 1rem;
  }
  .md\:right-10{
    right: 2.5rem;
  }
  .md\:bottom-8{
    bottom: 2rem;
  }
  .md\:left-\[initial\]{
    left: initial;
  }
  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:-mt-4{
    margin-top: -1rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:-mb-4{
    margin-bottom: -1rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:h-\[21rem\]{
    height: 21rem;
  }
  .md\:h-44{
    height: 11rem;
  }
  .md\:h-96{
    height: 24rem;
  }
  .md\:min-h-\[21rem\]{
    min-height: 21rem;
  }
  .md\:min-h-\[55px\]{
    min-height: 55px;
  }
  .md\:w-96{
    width: 24rem;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-44{
    width: 11rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-6\/12{
    width: 50%;
  }
  .md\:w-9\/12{
    width: 75%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:justify-around{
    justify-content: space-around;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-x-20{
    column-gap: 5rem;
  }
  .md\:gap-y-16{
    row-gap: 4rem;
  }
  .md\:gap-y-12{
    row-gap: 3rem;
  }
  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:p-7{
    padding: 1.75rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-\[4\.5rem\]{
    padding-top: 4.5rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-1{
    padding-top: 0.25rem;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-\[21px\]{
    font-size: 21px;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:font-medium{
    font-weight: 500;
  }
  .md\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 992px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:bottom-\[initial\]{
    bottom: initial;
  }
  .lg\:top-\[300px\]{
    top: 300px;
  }
  .lg\:-left-\[3\.75rem\]{
    left: -3.75rem;
  }
  .lg\:-left-\[2\.35rem\]{
    left: -2.35rem;
  }
  .lg\:top-16{
    top: 4rem;
  }
  .lg\:right-12{
    right: 3rem;
  }
  .lg\:bottom-10{
    bottom: 2.5rem;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mr-16{
    margin-right: 4rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-\[10\%\]{
    margin-left: 10%;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:-mt-\[130px\]{
    margin-top: -130px;
  }
  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mt-11{
    margin-top: 2.75rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:inline-flex{
    display: inline-flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-48{
    height: 12rem;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:max-h-\[initial\]{
    max-height: initial;
  }
  .lg\:max-h-\[550px\]{
    max-height: 550px;
  }
  .lg\:min-h-\[510px\]{
    min-height: 510px;
  }
  .lg\:min-h-\[160px\]{
    min-height: 160px;
  }
  .lg\:min-h-\[450px\]{
    min-height: 450px;
  }
  .lg\:w-96{
    width: 24rem;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[66\%\]{
    width: 66%;
  }
  .lg\:w-\[33\%\]{
    width: 33%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-12{
    width: 3rem;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-\[25rem\]{
    width: 25rem;
  }
  .lg\:min-w-\[410px\]{
    min-width: 410px;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-\[60\%\]{
    max-width: 60%;
  }
  .lg\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[70\%_30\%\]{
    grid-template-columns: 70% 30%;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-x-6{
    column-gap: 1.5rem;
  }
  .lg\:gap-y-16{
    row-gap: 4rem;
  }
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-\[\#5B6670\]{
    --tw-border-opacity: 1;
    border-color: rgb(91 102 112 / var(--tw-border-opacity));
  }
  .lg\:bg-\[\#EEEDED\]{
    --tw-bg-opacity: 1;
    background-color: rgb(238 237 237 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pl-\[50\%\]{
    padding-left: 50%;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pt-2{
    padding-top: 0.5rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pl-20{
    padding-left: 5rem;
  }
  .lg\:pt-11{
    padding-top: 2.75rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[19px\]{
    font-size: 19px;
  }
  .lg\:text-\[48px\]{
    font-size: 48px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:\!text-\[14px\]{
    font-size: 14px !important;
  }
  .lg\:\!leading-tight{
    line-height: 1.25 !important;
  }
  .lg\:text-blue-prussian{
    --tw-text-opacity: 1;
    color: rgb(0 40 86 / var(--tw-text-opacity));
  }
  .lg\:text-mango-tango{
    --tw-text-opacity: 1;
    color: rgb(235 114 1 / var(--tw-text-opacity));
  }
  .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .lg\:hover\:z-10:hover{
    z-index: 10;
  }
  .lg\:hover\:scale-110:hover{
    --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));
  }
}

@media (min-width: 1200px){
  .xl\:right-14{
    right: 3.5rem;
  }
  .xl\:bottom-12{
    bottom: 3rem;
  }
  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-auto{
    grid-column: auto;
  }
  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mb-20{
    margin-bottom: 5rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:inline-flex{
    display: inline-flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-full{
    height: 100%;
  }
  .xl\:h-14{
    height: 3.5rem;
  }
  .xl\:min-h-\[550px\]{
    min-height: 550px;
  }
  .xl\:w-80{
    width: 20rem;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:w-\[450px\]{
    width: 450px;
  }
  .xl\:w-96{
    width: 24rem;
  }
  .xl\:w-14{
    width: 3.5rem;
  }
  .xl\:w-\[40\%\]{
    width: 40%;
  }
  .xl\:w-\[60\%\]{
    width: 60%;
  }
  .xl\:max-w-xs{
    max-width: 20rem;
  }
  .xl\:max-w-\[500px\]{
    max-width: 500px;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:gap-x-10{
    column-gap: 2.5rem;
  }
  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:p-14{
    padding: 3.5rem;
  }
  .xl\:p-16{
    padding: 4rem;
  }
  .xl\:p-9{
    padding: 2.25rem;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .xl\:text-\[70px\]{
    font-size: 70px;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:leading-snug{
    line-height: 1.375;
  }
  .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
  }
}

@media (min-width: 1400px){
  .\32xl\:right-16{
    right: 4rem;
  }
  .\32xl\:bottom-14{
    bottom: 3.5rem;
  }
  .\32xl\:mb-20{
    margin-bottom: 5rem;
  }
  .\32xl\:mb-16{
    margin-bottom: 4rem;
  }
  .\32xl\:h-16{
    height: 4rem;
  }
  .\32xl\:w-96{
    width: 24rem;
  }
  .\32xl\:w-\[29rem\]{
    width: 29rem;
  }
  .\32xl\:w-1\/2{
    width: 50%;
  }
  .\32xl\:w-16{
    width: 4rem;
  }
  .\32xl\:max-w-sm{
    max-width: 24rem;
  }
  .\32xl\:gap-10{
    gap: 2.5rem;
  }
  .\32xl\:gap-14{
    gap: 3.5rem;
  }
  .\32xl\:gap-x-28{
    column-gap: 7rem;
  }
  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .\32xl\:p-10{
    padding: 2.5rem;
  }
  .\32xl\:p-16{
    padding: 4rem;
  }
  .\32xl\:p-20{
    padding: 5rem;
  }
  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .\32xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .\32xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .\32xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .\32xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .\32xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .\32xl\:pt-\[92px\]{
    padding-top: 92px;
  }
  .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1600px){
  .\33xl\:mb-12{
    margin-bottom: 3rem;
  }
  .\33xl\:max-w-md{
    max-width: 28rem;
  }
  .\33xl\:gap-x-14{
    column-gap: 3.5rem;
  }
  .\33xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\33xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\33xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\33xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\33xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\33xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .\33xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .\33xl\:text-\[83px\]{
    font-size: 83px;
  }
  .\33xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-height: 800px){
  .tall\:max-h-\[50vh\]{
    max-height: 50vh;
  }
}
