/*
! tailwindcss v3.2.4 | 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: currentColor; /* 2 */
}

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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 */
  font-weight: inherit; /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

/* This is all you. */

/* Out of date browser notification */

.buorg {
    position: absolute;
    position: fixed;
    z-index: 111111;
    width: 100%;
    top: 0px;
    left: 0px;
    border-bottom: 2px solid #EAD893;
    text-align: center;
    color: #000;
    background-color: #FDEEB4;
    font: 18px Calibri, Helvetica, sans-serif;
    box-shadow: none;
    animation: 1s ease-out 0s buorgfly
}

.buorg-pad {
    padding: 9px 9px 15px;
    line-height: 1.7em;
}

.buorg-buttons {
    display: block;
    text-align: center;
}

#buorgig, #buorgul, #buorgpermanent {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    padding: 3px 20px;
    border-radius: 2px;
    font-weight: normal;
    background: #71930B;
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
}

#buorgig {
    color: #65530D;
    background-color: #E2CB71;
}

@media only screen and (max-width: 700px) {
    .buorg div {
        padding: 5px 12px 5px 9px;
        line-height: 1.3em;
    }
}

@keyframes buorgfly {
    from {
        opacity: 0;
        transform: translateY(-50px)
    }
    to {
        opacity: 1;
        transform: translateY(0px)
    }
}

.buorg-fadeout {
    transition: visibility 0s 8.5s, opacity 8s ease-out .5s;
}

.buorg-icon {
    width: 22px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -0.05em;
    display: inline-block;
    background: no-repeat 0px center;
}

.arrows {
    height: 600px;
}

@media (max-width: 1023px) {
    .arrows {
        height: 350px;
    }
}

.arrow {
    position:fixed;
    left: 50%;
    top: 100px;
    width:50px;
    height:50px;
}

@media (max-width: 1023px) {
    .arrow {
        width:30px;
        height:30px;
    }
}

.arrow img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.arrow-up-right { transform: rotate(45deg); }

.arrow-up-left { transform: rotate(-45deg); }

.first-row { top: 80px;}

.second-row { top: 180px;}

.third-row { top: 280px;}

.fourth-row { top: 380px;}

@media (max-width: 1023px) {
    .first-row { top: 20px;}
    .second-row { top: 70px;}
    .third-row { top: 120px;}
    .fourth-row { top: 170px;}
}

/* LEFT */

.arrow-1 {
    left: 0%;
    display: none;
}

@media (min-width: 640px) {

  .arrow-1 {
    display: block;
  }
}

.arrow-2 {
    left: 21%;
}

.arrow-3 {
    left: 41%;
    display: none;
}

@media (min-width: 640px) {

  .arrow-3 {
    display: block;
  }
}

.arrow-4 {
    left: 62%;
}

.arrow-5 {
    left: 83%;
    display: none;
}

@media (min-width: 640px) {

  .arrow-5 {
    display: block;
  }
}

/* MIDDLE */

.arrow-6 {
    left: 29%;
}

/* RIGHT */

.arrow-7 {
    left: 9%;
    display: none;
}

@media (min-width: 640px) {

  .arrow-7 {
    display: block;
  }
}

.arrow-8 {
    left: 30%;
}

.arrow-9 {
    left: 51%;
    display: none;
}

@media (min-width: 640px) {

  .arrow-9 {
    display: block;
  }
}

.arrow-10 {
    left: 73%;
}

.arrow-11 {
    left: 95%;
    display: none;
}

@media (min-width: 640px) {

  .arrow-11 {
    display: block;
  }
}

@media (max-width: 639px) {
    .arrow-2 {
        left: 0%;
    }
    .arrow-4 {
        left: 50%;
    }
    .arrow-6 {
        left: 0%;
    }
    .arrow-8 {
        left: 32%;
    }
    .arrow-10 {
        left: 80%;
    }
}

.btn,
.btn--white,
.btn--fill,
.btn--inline,
.btn--inline-prev {
  position: relative;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    font-weight: 300;
    line-height: 1;
}

.btn:after,
.btn--fill:after,
.btn--inline:after {
    content: "›";
    font-size: 1em;
    position: relative;
    padding-left: 6px;
    padding-right: 3px;
}

/* OUTLINE */

.btn {
  display: inline-block;
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(216 39 46 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 39 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--white {
  display: inline-block;
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 39 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* FILL */

.btn--fill {
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(216 39 46 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--fill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(177 15 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* INLINE */

.btn--inline,
.btn--inline-prev {
  display: inline-block;
  border-radius: 0.125rem;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--inline:hover,
.btn--inline-prev:hover {
  --tw-text-opacity: 1;
  color: rgb(216 39 46 / var(--tw-text-opacity));
}

.btn--inline-prev:before {
    content: "‹";
    font-size: 1em;
    position: relative;
    padding-left: 6px;
    padding-right: 3px;
}

/* PROJECT CARD */

.project-card:hover .project-card__thumbnail {
    transform: scale(1.05);
    cursor: pointer;
}

/* VIDEO */

.btn--video {
  position: relative;
  display: inline-block;
  border-radius: 0.125rem;
  background-color: transparent;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--video:hover {
  --tw-text-opacity: 1;
  color: rgb(216 39 46 / var(--tw-text-opacity));
}

.btn--video:before {
    content: url(/svg/play-button.svg);
    position: absolute;
    right: 0;
    top: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.btn--video:hover:before {
    opacity: .7;
}

.container {
  margin-left: auto;
  margin-right: auto;
    padding: 0 20px;
}

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

.container-sm {
  margin-left: auto;
  margin-right: auto;
    padding: 0 20px;
    max-width: 850px!important;
}

.container-md {
  margin-left: auto;
  margin-right: auto;
    padding: 0 20px;
    max-width: 1200px!important;
}

.container-lg {
  position: relative;
  margin-left: auto;
  margin-right: auto;
    max-width: 1800px!important;
}

@keyframes crest-rotating {
    from {
        transform: rotate(-15deg);
    }
    to {
        transform: rotate(20deg);
    }
}

.crest-rotating {
    animation: crest-rotating 3s ease-in-out infinite alternate;
}

.dashes-1 {
	position: relative;
    width: 100%;
    height: 300px;
}

@media (max-width: 767px) {
    .dashes-1 {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .dashes-1 {
        height: 100px;
    }
}

.dashes-1--img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .dashes-1--img {
        left: 60%;
    }
}

.dashes-top-curve {
    background-image: url(/svg/process/top-curve.png);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .dashes-top-curve {
        background-size: 100% 70%;
    }
}

.dashes-bottom-curve {
    background-image: url(/svg/process/bottom-curve.png);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .dashes-bottom-curve {
        background-size: 100% 70%;
    }
}

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/faktpro_thin.eot');
    src: url('/fonts/faktpro_thin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/faktpro_thin.woff') format('woff'),
    url('/fonts/faktpro_thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/faktpro_light.eot');
    src: url('/fonts/faktpro_light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/faktpro_light.woff') format('woff'),
    url('/fonts/faktpro_light.ttf') format('truetype');
}

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url('/fonts/faktpro_light_italic.eot');
    src: url('/fonts/faktpro_light_italic.eot?#iefix') format('embedded-opentype'),
    url('/fonts/faktpro_light_italic.woff') format('woff'),
    url('/fonts/faktpro_light_italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Fakt Pro';
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/faktpro_medium.eot');
    src: url('/fonts/faktpro_medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/faktpro_medium.ttf') format('truetype');
}

body {
    font-family: 'Fakt Pro', 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'ivyjournal', 'Times New Roman', Times, san-serif;
    font-weight: 600;
    line-height: 1.3;
    font-style: normal;
    --tw-text-opacity: 1;
    color: rgb(20 20 20 / var(--tw-text-opacity));
}

.font-heading {
    font-family: 'ivyjournal', 'Times New Roman', Times, san-serif;
    font-weight: 600;
    font-style: normal;
    /* @apply tracking-wider; */
}

.font-no-heading {
    font-family: 'Fakt Pro', 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
}

p {
  margin-bottom: 1rem;
}

strong, b {
    font-weight: 700;
}

.display-2xl {  font-size: 8rem; }

.display-xl {   font-size: 3.5rem; }

.display-lg {   font-size: 3rem; }

.display-md {   font-size: 2.5rem; }

.display-sm {   font-size: 2rem; }

.display-xs {   font-size: 1.5rem; }

@media (max-width: 1023px) {
    .display-2xl { font-size: 4rem; }
    .display-xl { font-size: 3.4rem; }
    .display-lg { font-size: 2.5rem; }
    .display-md { font-size: 2.1rem; }
}

@media (max-width: 767px) {
    .display-2xl {  font-size: 2.6rem; }
    .display-xl {   font-size: 2.4rem; }
    .display-lg {   font-size: 2.1rem; }
    .display-md {   font-size: 2rem; }
    .display-sm {   font-size: 1.4rem; }
    .display-xs {   font-size: 1.2rem; }
}

@media (max-width: 450px) {
    .display-2xl {  font-size: 2.2rem; }
    .display-xl {   font-size: 2.1rem; }
}

.display-line {
    position: relative;
    padding-bottom: 20px;
}

.display-line:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    --tw-bg-opacity: 1;
    background-color: rgb(216 39 46 / var(--tw-bg-opacity));
}

.styled-input input:valid ~ label, 
.styled-input textarea:valid ~ label,
.styled-input input:focus ~ label, 
.styled-input textarea:focus ~ label {
    top: -16px;
    transition: all 0.125s ease;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(111 114 114 / var(--tw-text-opacity));
}

.styled-input {
    width: 100%;
    position: relative;
}

.styled-input label {
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
    /* padding: 1rem; */
    transition: all 0.25s ease;
    pointer-events: none;
}

.form-input,
.styled-input input,
.styled-input textarea {
    background-color: transparent;
    width: 100%;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(164 168 168 / var(--tw-border-opacity));
    padding: 0px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.form-input:focus,
.styled-input input:focus,
.styled-input textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(216 39 46 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 39 46 / var(--tw-ring-opacity));
}

.styled-input input ~ span,
.styled-input textarea ~ span {
     display: block;
     width: 0;
     height: 3px;
     position: absolute;
     bottom: 0;
     left: 0;
     transition: all 0.125s ease;
}

.styled-input input:focus,
.styled-input textarea:focus { 
    outline: 0;
}

.styled-input input:focus ~ span,
.styled-input textarea:focus ~ span {
     width: 100%;
     transition: all 0.075s ease;
}

.styled-input textarea {
    width: 100%;
    min-height: 100px;
}

.styled-input-empty {
    position: relative;
}

.styled-input-empty .inputText {
    background-color: transparent;
    width: 100%;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(164 168 168 / var(--tw-border-opacity));
    padding: 0px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.styled-input-empty .inputText:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 39 46 / var(--tw-ring-opacity));
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(216 39 46 / var(--tw-border-opacity));
}

.styled-input-empty .floating-label {
  position: absolute;
  left: 0px;
    pointer-events: none;
    top:0px;
    transition: 0.075s ease all;
}

.styled-input-empty input:not(:-moz-placeholder-shown) ~ .floating-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(111 114 114 / var(--tw-text-opacity));
    top: -16px;
    opacity: 1;
}

.styled-input-empty input:not(:placeholder-shown) ~ .floating-label,
.styled-input-empty input:focus ~ .floating-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(111 114 114 / var(--tw-text-opacity));
    top: -16px;
    opacity: 1;
}

._error-inner {
  --tw-text-opacity: 1;
  color: rgb(216 39 46 / var(--tw-text-opacity));
}

.gallery-full-width {
    padding-bottom: 50%; 
}

.gallery-img {
  width: 33.333333%;
}

.gallery-img:nth-child(1),
.gallery-img:nth-child(4),
.gallery-img:nth-child(5),
.gallery-img:nth-child(8),
.gallery-img:nth-child(9) {
  width: 66.666667%;
}

.gallery-img-height-career {
    padding-bottom: 70%;
}

.gallery-img-height {
    padding-bottom: 400px;
}

@media (max-width: 1024px) {
    .gallery-img-height {
        padding-bottom: 300px;
    }
}

@media (max-width: 540px) {
    .gallery-img-height {
        padding-bottom: 200px;
    }
}

.gallery-img-height-third {
    padding-bottom: 100%;
}

html {
    scroll-behavior: smooth;
}

/* Skip to Content */

.skip-to-content {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

.skip-to-content:focus,
.skip-to-content:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 3px;
    font-size:1.2em;
    z-index:999;
    transition: transform 0.3s;
}

/* Logo */

.logo {
    width:  230px;
}

@media (max-width: 640px) {
    .logo {
        width: 170px;
    }
}

/* Numbers */

.plan-number {
    font-size: 11em;
    font-weight: 200;
    line-height: 1;
    top: 0;
    transform: translateY(0);
}

@media (max-width: 1023px) {
    .plan-number {
        font-size: 6em;
    }
}

@media (max-width: 767px) {
    .plan-number {
        font-size: 5em;
    }
}

.process-number {
    font-size: 10em;
    font-weight: 200;
    line-height: 1;
    top: 0;
    left: -40px;
    transform: translateY(0);
}

/*1023*/

/*767*/

@media (max-width: 1023px) {
    .process-number {
        font-size: 6em;
        left: 0px;
    }
}

/* Label */

.label {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
    font-family: proxima-nova, sans-serif;
}

/* Mobile */

.mobile-btn {
    z-index: 1000; 
}

.mobile-btn--border {
    border-bottom: solid 3px;
}

/* Large Text Overlap */

.text-overlap {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0.5;
    font-size: 10em;
    bottom: -70px;
}

/* Footer Nav */

.footer-two-col {
    -moz-columns: 2;
         columns: 2;
}

@media (max-width: 1023px) {
    .footer-two-col {
        -moz-columns: 1;
             columns: 1;
    }
}

/* Image Square Height */

.service-img-lg {
    padding-bottom: 60%;
}

.service-img-sm {
    padding-bottom: 40%;
}

.service-img-md {
    padding-bottom: 55%;
}

.service-img-grid {
    padding-bottom: 100%;
}

/* Profile Image Height */

.profile-sq {
    padding-bottom: 100%;
}

/* Blog Card */

.blog-card {
    padding-bottom: 60%;
}

.blog-card-featured {
    padding-bottom: 0%;
}

@media (max-width: 1023px) {
    .blog-card-featured {
        padding-bottom: 60%;
    }
}

/* List */

ul.list li {
    position: relative;
    padding-left: 18px;
}

ul.list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 12px;
    height: 14px;
    background-image: url(/svg/arrows/bullet-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.list-two-col {
    -moz-columns: 2;
         columns: 2;
}

@media (max-width: 767px) {
    ul.list-two-col {
        -moz-columns: 1;
             columns: 1;
    }
}

/* Hero Icon */

.hero-icon {
   position: absolute;
   top: -60px;
   right: -60px;
}

.hero-icon-lg {
    position: absolute;
    width: 500px;
    top: -60px;
    right: -60px;
}

/* 3 Columns Image */

.three-col-img {
    padding-bottom: 66%;
}

/* Animate */

.wow {
    visibility: hidden;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% { opacity: 0;}
    100% { opacity: 1 }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

/* Form Background */

.form-background {
    margin-top: -150px;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;overflow:hidden}

.glightbox-container.inactive{display:none}

.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}

.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}

.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}

.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}

.glightbox-container .gslide.prev{opacity:1;z-index:9999}

.glightbox-container .gslide-inner-content{width:100%}

.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}

.glightbox-container .ginner-container.gvideo-container{width:100%}

.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}

.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}

.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}

.gslide-image{align-items:center}

.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}

.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}

.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}

.gslide-image img.zoomable{position:relative}

.gslide-image img.dragging{cursor:grabbing!important;transition:none}

.gslide-video{position:relative;max-width:100vh;width:100%!important}

.gslide-video .gvideo-wrapper{width:100%;margin:auto}

.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}

.gslide-video.playing::before{display:none}

.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}

.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}

.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}

.gslide-inline .ginlined-content{padding:20px;width:100%}

.gslide-inline .dragging{cursor:grabbing!important;transition:none}

.ginlined-content{overflow:auto;display:block!important;opacity:1}

.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}

.gslide-media{display:flex;width:auto}

.zoomed .gslide-media{box-shadow:none!important}

.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}

.gslide-description{position:relative;flex:1 0 100%}

.gslide-description.description-left,.gslide-description.description-right{max-width:100%}

.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}

.gslide-description p{margin-bottom:12px}

.gslide-description p:last-child{margin-bottom:0}

.zoomed .gslide-description{display:none}

.glightbox-button-hidden{display:none}

.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:15px;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}

.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}

.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}

.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}

.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}

.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}

.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}

.gdesc-open .gdesc-inner{padding-bottom:30px}

.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}

.greset{transition:all .3s ease}

.gabsolute{position:absolute}

.grelative{position:relative}

.glightbox-desc{display:none!important}

.glightbox-open{overflow:hidden}

.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}

.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}

.glightbox-mobile .goverlay{background:#000}

.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}

.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}

.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}

.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}

.gbtn.focused{outline:2px solid #0f3d81}

iframe.wait-autoplay{opacity:0}

.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}

.glightbox-clean .gslide-description{background:#fff}

.glightbox-clean .gdesc-inner{padding:22px 20px}

.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}

.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}

.glightbox-clean .gslide-video{background:#000}

.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}

.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}

.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}

.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}

.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}

.glightbox-clean .gclose svg{width:18px;height:auto}

.glightbox-clean .gclose:hover{opacity:1}

.gfadeIn{animation:gfadeIn .5s ease}

.gfadeOut{animation:gfadeOut .5s ease}

.gslideOutLeft{animation:gslideOutLeft .3s ease}

.gslideInLeft{animation:gslideInLeft .3s ease}

.gslideOutRight{animation:gslideOutRight .3s ease}

.gslideInRight{animation:gslideInRight .3s ease}

.gzoomIn{animation:gzoomIn .5s ease}

.gzoomOut{animation:gzoomOut .5s ease}

@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

@keyframes gfadeIn{from{opacity:0}to{opacity:1}}

@keyframes gfadeOut{from{opacity:1}to{opacity:0}}

@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}

@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}

@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}

@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}

@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}

@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}

@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}

@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}

@media screen and (max-height:420px){.goverlay{background:#000}}

.hero-video {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%);
}

/* Images */

.img-10 { padding-bottom: 10%; }

.img-20 { padding-bottom: 20%; }

.img-30 { padding-bottom: 30%; }

.img-40 { padding-bottom: 40%; }

.img-50 { padding-bottom: 50%; }

.img-60 { padding-bottom: 60%; }

.img-70 { padding-bottom: 70%; }

.img-80 { padding-bottom: 80%; }

.img-90 { padding-bottom: 90%; }

.img-100 { padding-bottom: 100%; }

.img-110 { padding-bottom: 110%; }

.img-120 { padding-bottom: 120%; }

.img-130 { padding-bottom: 130%; }

.img-140 { padding-bottom: 140%; }

.md-img-50 {
    padding-bottom: 50%;
}

@media (min-width: 768px) {

.md-img-50 {
        padding-bottom: 0
}
    }

.md-img-80 {
    padding-bottom: 80%;
}

@media (min-width: 768px) {

.md-img-80 {
        padding-bottom: 0
}
    }

.lg-img-40 { 
    padding-bottom: 40%;
}

@media (min-width: 1024px) {

.lg-img-40 {
        padding-bottom: 0
}
    }

.lg-img-50 { 
    padding-bottom: 50%;
}

@media (min-width: 1024px) {

.lg-img-50 {
        padding-bottom: 0
}
    }

.lg-img-60 {
    padding-bottom: 60%;
}

@media (min-width: 1024px) {

.lg-img-60 {
        padding-bottom: 0
}
    }

.lg-img-70 {
    padding-bottom: 70%;
}

@media (min-width: 1024px) {

.lg-img-70 {
        padding-bottom: 0
}
    }

.lpbp-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
    margin: 0 auto;
}

.lpbp-wheel {
    position: relative;
    width: 50%;
    max-width: 700px;
    height: 50%;
    max-height: 700px;
    margin: 0 auto;
}

.lpbp-spin {
	animation: spin 8s linear infinite;
    animation-timing-function: ease-in-out;    
}

@keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        8.3% {
            transform: rotate(0deg);
        }
        16.6% {
            transform: rotate(60deg);
        }
        24.9% {
            transform: rotate(60deg);
        }
        33.2% {
            transform: rotate(120deg);
        }
        41.5% {
            transform: rotate(120deg);
        }
        49.8% {
            transform: rotate(180deg);
        }
        58.1% {
            transform: rotate(180deg);
        }
        66.4% {
            transform: rotate(240deg);
        }
        74.7% {
            transform: rotate(240deg);
        }
        83% {
            transform: rotate(240deg);
        }
        91.3% {
            transform: rotate(360deg);
        }
        100%{
            transform: rotate(360deg);
        }
    }

.lpbp-lime-green-bkgd {
    background-color: #9CB12D;
}

.lpbp-lime-green-text {
    color: #218A4F;
}

.lpjs-hero {
    background-color: #9B1C21;
}

.lpjs-hero-img {
    padding-bottom: 60%;
}

@media (min-width: 1024px) {

.lpjs-hero-img {
        padding-bottom: 0
}
    }

.lpjs-callout-bonus-img {
    height: 100%;
}

@media (min-width: 1024px) {

.lpjs-callout-bonus-img {
        height: 110%
}
    }

.lpjs-testimonial-img {
    height: 350px;
}

/* Mobile */

.mobile-btn {
    z-index: 1000; 
}

.mobile-btn--border {
    border-bottom: solid 2px #ffffff;
}

/* OPEN / CLOSE BTNS */

.menu-btn {
  position: absolute;
  top: -0.25rem;
  right: 1rem;
    z-index: 99999;
    display: inline;
    font-size: 32px;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}

.btn-open:after {
    content: url('/svg/menu.svg');
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-open:hover:after {
    opacity: .5;
}

.btn-close:after {
    content: url('/svg/menu-close.svg');
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-close:hover:after {
    opacity: .5;
}

/* OVERLAY */

.overlay {
  position: fixed;
  top: 3rem;
  margin: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
    z-index: 9999;
    overflow: auto;
}

/* .menu {
    width: 100%;
    height: 100%;
    background-image:url(/svg/menu-close.svg);
    background-repeat: no-repeat;
    background-position: 97% 26px;
    @screen md {
        background-position: 98% 33px;
    }
} */

.header-text {
    font-size: 0.875rem;
}

@media (max-width: 1400px) {
    .header-text {
        font-size: 0.8rem;
    }
}

.navbar,
.dropdown {
    overflow: hidden;
}

.dropbtn {
   cursor: pointer;
}

.dropbtn:after {
    position: absolute;
    content: url(/svg/arrow-down.svg);
    margin: -1px 0 0 5px;
    width: 10px;
}

h3.arrow-right:after {
    position: absolute;
    content: url(/svg/arrow-down.svg);
    margin: 0 0 0 5px;
    --tw-translate-y: 0.125rem;
    --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));
}

.navbar a:hover, .dropdown:hover .dropbtn {
    transition: all .3s ease-in;
}

.dropdown-content {
    transition: all .3s ease-in;
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-2em);
    z-index: 200;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown:hover .dropdown-content {
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    z-index: 200;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.project_hero {
	padding-bottom: 60%;
}

@media (max-width: 767px) {
    .project_hero {
        padding-bottom: 60%;
    }
}

/* VIDEO */

.project_video--btn {
  position: relative;
}

.project_video--btn:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(/svg/play-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    z-index: 20;
}

/*1023*/

/*767*/

@media (max-width: 767px) {
    .project_video--btn:before {
        width: 35px;
        height: 35px;
    }
}

.project_video--btn:hover:before {
    opacity: .7;
}

.project_image_height {
    padding-bottom: 120%;
}

.project_image_two_columns {
    padding-bottom: 78%;
}

.project_image_full_width {
    padding-bottom: 40%;
}

.project_ths_card {
	padding-bottom: 70%;
}

.styled-search input {
  margin-right: -0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
    border: solid 2px #CCCCCC;
}

.styled-search .btn--fill {
    padding: 8px 20px;
    background-image: url(/svg/search.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.styled-search .btn--fill:after {
    content:'';
}

.styled-search .btn--fill span {
    display: none;
}

.slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 2.5rem;
}

.slider::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    height: 3rem;
}

.slide-switch {
    display: none;
}

.slide-label {
  position: absolute;
  display: block;
  overflow: hidden;
  background-color: rgb(255 255 255 / 0.5);
    bottom: 8px;
    z-index: 5;
    height: 8px;
    width: 8px;
    text-indent: 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.25s;
}

.slide-label:nth-of-type(1) {
    left: 47%;
    transform: translateX(-47%);
}

.slide-label:nth-of-type(2) {
    left: 50%;
    transform: translateX(-50%);
}

.slide-label:nth-of-type(3) {
    left: 53%;
    transform: translateX(-53%);
}

@media (max-width: 767px) {
    .slide-label:nth-of-type(1) {
        left: 44%;
        transform: translateX(-44%);
    }
    .slide-label:nth-of-type(3) {
        left: 56%;
        transform: translateX(-56%);
    }
}

.slide-content {
    width: 100%;
    float: left;
    margin-right: -100%;
}

.slide-switch:checked + .slide-label {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.slide-switch:not(:checked) + .slide-label + .slide-content {
    opacity: 0;
    transition: opacity 0.35s;
    pointer-events: none;
}

.slide-switch:checked + .slide-label + .slide-content {
    animation: slide 1s;
}

@keyframes slide {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
}

/* WYSIWYG */

.wysiwyg a,
.wysiwyg p a {
  --tw-text-opacity: 1;
  color: rgb(216 39 46 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wysiwyg a:hover,
.wysiwyg p a:hover {
  --tw-text-opacity: 1;
  color: rgb(244 42 51 / var(--tw-text-opacity));
}

.wysiwyg--white a,
.wysiwyg--white p a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wysiwyg--white a:hover,
.wysiwyg--white p a:hover {
  --tw-text-opacity: 1;
  color: rgb(244 42 51 / var(--tw-text-opacity));
}

.wysiwyg p {
  margin-bottom: 1rem;
}

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

.wysiwyg ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.wysiwyg ol {
    list-style-type:decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.wysiwyg li p {
  margin-bottom: 1rem;
}

.wysiwyg p b,
.wysiwyg p strong {
    font-weight:bold;
}

.wysiwyg-bold-red b,
.wysiwyg-bold-red strong {
  --tw-text-opacity: 1;
  color: rgb(216 39 46 / var(--tw-text-opacity));
}

.wysiwyg h2,
.wysiwyg h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.wysiwyg h2 {
    font-size: 2rem;
}

.wysiwyg h3 {
    font-size: 1.5rem;
}

.wysiwyg blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(216 39 46 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.wysiwyg blockquote cite {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.article > p:first-of-type {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
    line-height: 1.4;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #EBEBEB;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 30px 0;
}

.embed-responsive .embed-responsive-item, 
.embed-responsive iframe, 
.embed-responsive embed, 
.embed-responsive object, 
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

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

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

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

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.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;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

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

.-left-20 {
  left: -5rem;
}

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

.left-12 {
  left: 3rem;
}

.-left-2 {
  left: -0.5rem;
}

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

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

.top-8 {
  top: 2rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.-top-20 {
  top: -5rem;
}

.-left-12 {
  left: -3rem;
}

.-left-24 {
  left: -6rem;
}

.right-0 {
  right: 0px;
}

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

.right-2 {
  right: 0.5rem;
}

.left-1\/2 {
  left: 50%;
}

.-right-8 {
  right: -2rem;
}

.bottom-4 {
  bottom: 1rem;
}

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

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

.right-12 {
  right: 3rem;
}

.top-2 {
  top: 0.5rem;
}

.-top-1 {
  top: -0.25rem;
}

.left-1 {
  left: 0.25rem;
}

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mr-8 {
  margin-right: -2rem;
}

.-mt-0 {
  margin-top: -0px;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.-mr-20 {
  margin-right: -5rem;
}

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

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

.-ml-1 {
  margin-left: -0.25rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-24 {
  height: 6rem;
}

.h-5 {
  height: 1.25rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-64 {
  height: 16rem;
}

.h-56 {
  height: 14rem;
}

.h-auto {
  height: auto;
}

.h-1 {
  height: 0.25rem;
}

.h-6 {
  height: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-14 {
  width: 3.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-32 {
  width: 8rem;
}

.w-1\/4 {
  width: 25%;
}

.w-auto {
  width: auto;
}

.w-64 {
  width: 16rem;
}

.w-3\/4 {
  width: 75%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-3\/5 {
  width: 60%;
}

.w-10 {
  width: 2.5rem;
}

.w-40 {
  width: 10rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-sm {
  max-width: 24rem;
}

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

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

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.border-collapse {
  border-collapse: collapse;
}

.-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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.resize {
  resize: both;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 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-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-0 {
  gap: 0px;
}

.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)));
}

.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)));
}

.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-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)));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(54 54 54 / var(--tw-border-opacity));
}

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

.border-charcoal {
  --tw-border-opacity: 1;
  border-color: rgb(20 20 20 / var(--tw-border-opacity));
}

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 248 / var(--tw-bg-opacity));
}

.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(9 45 57 / var(--tw-bg-opacity));
}

.bg-charcoal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 44 / var(--tw-bg-opacity));
}

.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

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

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(216 39 46 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-beige-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(239 232 222 / var(--tw-bg-opacity));
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(10 52 66 / var(--tw-bg-opacity));
}

.bg-beige-dark\/75 {
  background-color: rgb(239 232 222 / 0.75);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-charcoal {
  --tw-gradient-from: #141414;
  --tw-gradient-to: rgb(20 20 20 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-charcoal-light {
  --tw-gradient-to: #26262C;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

.pt-0 {
  padding-top: 0px;
}

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

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

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

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

.pr-16 {
  padding-right: 4rem;
}

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

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

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

.pb-72 {
  padding-bottom: 18rem;
}

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

.align-bottom {
  vertical-align: bottom;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-red {
  --tw-text-opacity: 1;
  color: rgb(216 39 46 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(111 114 114 / var(--tw-text-opacity));
}

.text-red-light {
  --tw-text-opacity: 1;
  color: rgb(244 42 51 / var(--tw-text-opacity));
}

.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.text-beige-dark {
  --tw-text-opacity: 1;
  color: rgb(239 232 222 / var(--tw-text-opacity));
}

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(34 35 38 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-0 {
  opacity: 0;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.ring {
  --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);
}

.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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-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;
}

.duration-500 {
  transition-duration: 500ms;
}

.hover\:-mt-2:hover {
  margin-top: -0.5rem;
}

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

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

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(216 39 46 / var(--tw-text-opacity));
}

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

.hover\:text-red-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(177 15 21 / var(--tw-text-opacity));
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:-top-20 {
    top: -5rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

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

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

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

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

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

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

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

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

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

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-left-12 {
    left: -3rem;
  }

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

  .md\:right-20 {
    right: 5rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:mt-0 {
    margin-top: 0px;
  }

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

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

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

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

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-left-24 {
    left: -6rem;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

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

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

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

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

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

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

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:max-w-md {
    max-width: 28rem;
  }

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

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:-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));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

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

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

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

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

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

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

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

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

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

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

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

  .lg\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

@media (min-width: 1280px) {

  .xl\:-top-40 {
    top: -10rem;
  }

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

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

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

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

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

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

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

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

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

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

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

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

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

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

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

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

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

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

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

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

