@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 90% !important;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
html {
  font-family: Messina Sans;
  line-height: 1.5;
}
body {
  font-family: inherit;
  line-height: inherit;
  background: #faf9fd !important;
}
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #d3d3d3;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #d3d3d3;
}
[role="button"],
button {
  cursor: pointer;
}
:-moz-focusring {
  outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}

*,
:after,
:before {
  --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-transform: translateX(var(--tw-translate-x))
    translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
    skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
    scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  --tw-shadow: 0 0 transparent;
  --tw-blur: var(--tw-empty, /*!*/ /*!*/);
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
  --tw-invert: var(--tw-empty, /*!*/ /*!*/);
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
  --tw-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);
}
[multiple],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #bcbec0;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 transparent;
}
[multiple]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus,
textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bcbec0;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #bcbec0;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23BCBEC0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
[multiple] {
  background-image: none;
  background-position: 0 0;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #bcbec0;
  border-width: 1px;
  --tw-shadow: 0 0 transparent;
}
[type="checkbox"] {
  border-radius: 0;
}
[type="radio"] {
  border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}
[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
}
[type="radio"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
}
[type="checkbox"]:checked:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
[type="checkbox"]:indeterminate:focus,
[type="checkbox"]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type="file"]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
@font-face {
  font-family: Messina Sans Book;
  src: local("Messina Sans Book"), local("MessinaSans-Book"),
    url(fonts/MessinaSans-Book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans Black Italic"), local("MessinaSans-BlackItalic"),
    url(fonts/MessinaSans-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans SemiBold"), local("MessinaSans-SemiBold"),
    url(fonts/MessinaSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans Black"), local("MessinaSans-Black"),
    url(fonts/MessinaSans-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans Bold"), local("MessinaSans-Bold"),
    url(fonts/MessinaSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Messina Sans Bold;
  src: local("Messina Sans Bold"), local("MessinaSans-Bold"),
    url(fonts/MessinaSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans SemiBold Italic"),
    local("MessinaSans-SemiBoldItalic"),
    url(fonts/MessinaSans-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans Regular"), local("MessinaSans-Regular"),
    url(fonts/MessinaSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans Light Italic"), local("MessinaSans-LightItalic"),
    url(fonts/MessinaSans-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans Bold Italic"), local("MessinaSans-BoldItalic"),
    url(fonts/MessinaSans-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Messina Sans Book;
  src: local("Messina Sans Book Italic"), local("MessinaSans-BookItalic"),
    url(fonts/MessinaSans-BookItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans Regular Italic"), local("MessinaSans-RegularItalic"),
    url(fonts/MessinaSans-RegularItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Messina Sans;
  src: local("Messina Sans Light"), local("MessinaSans-Light"),
    url(fonts/MessinaSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Messina Serif";
  src: local("Messina Serif Regular"), local("MessinaSerif-Regular"),
    url(fonts/MessinaSerif-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Messina Serif";
  src: local("Messina Serif Light Italic"), local("MessinaSerif-LightItalic"),
    url(fonts/MessinaSerif-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Messina Serif Book";
  src: local("Messina Serif Book"), local("MessinaSerif-Book"),
    url(fonts/MessinaSerif-Book.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Messina Serif";
  src: local("Messina Serif Light"), local("MessinaSerif-Light"),
    url(fonts/MessinaSerif-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Messina Serif";
  src: local("Messina Serif SemiBold"), local("MessinaSerif-SemiBold"),
    url(fonts/MessinaSerif-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Messina Serif";
  src: local("Messina Serif Bold"), local("MessinaSerif-Bold"),
    url(fonts/MessinaSerif-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Messina Serif Book";
  src: local("Messina Serif Book Italic"), local("MessinaSerif-BookItalic"),
    url(fonts/MessinaSerif-BookItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Messina Serif";
  src: local("Messina Serif SemiBold Italic"),
    local("MessinaSerif-SemiBoldItalic"),
    url(fonts/MessinaSerif-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Messina Serif";
  src: local("Messina Serif Bold Italic"), local("MessinaSerif-BoldItalic"),
    url(fonts/MessinaSerif-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Messina Serif";
  src: local("Messina Serif Regular Italic"),
    local("MessinaSerif-RegularItalic"),
    url(fonts/MessinaSerif-RegularItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
#section-3.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#section-3.site-main {
  flex-grow: 1;
}
img {
  max-width: 100%;
}
pre {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
[x-cloak] {
  pointer-events: none !important;
  opacity: 0 !important;
}
#section-3.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.container-full-width {
  max-width: calc(100% - 2rem) !important;
}
@media (min-width: 992px) {
  .container-full-width {
    max-width: calc(100% - 8rem) !important;
  }
}
.container-full-width--no-padding {
  max-width: calc(100% - 1rem) !important;
}
@media (min-width: 992px) {
  .container-full-width--no-padding {
    max-width: calc(100% - 6rem) !important;
  }
}
.container-full-width--border {
  max-width: calc(100% - 4rem) !important;
}
@media (min-width: 992px) {
  .container-full-width--border {
    max-width: calc(100% - 10rem) !important;
  }
}
body,
html {
  font-family: Messina Sans Book;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(24, 26, 25, var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
  --tw-text-opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Messina Sans;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.heading-1 {
  font-family: Messina Sans;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .heading-1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.heading-2 {
  font-family: Messina Sans;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 768px) {
  .heading-2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.heading-3 {
  font-family: Messina Sans;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.heading-4 {
  font-family: Messina Serif;
  font-size: 2.625rem;
  line-height: 1.05;
}
@media (min-width: 768px) {
  .heading-4 {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.heading-5 {
  font-family: Messina Serif;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: -0.22px;
}
@media (min-width: 768px) {
  .heading-5 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.heading-6 {
  font-family: Messina Sans Book;
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.text-xl {
  font-size: 1.375rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .text-xl {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -0.1px;
}
@media (min-width: 768px) {
  .text-lg {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.text-normal {
  font-size: 1.125rem;
  line-height: 1.4;
}
.text-sm {
  font-size: 1rem;
  line-height: 1.4;
}
.text-xs {
  font-size: 0.875rem;
  line-height: 1.2;
}
blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1.5rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 174, 65, var(--tw-border-opacity));
  padding-left: 18px;
  font-family: Messina Serif;
  font-size: 1.125rem;
  line-height: 1.4;
  line-height: 25.2px;
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
.prose p,
.wizzy p {
  margin-bottom: 1.25rem;
}
.prose p:last-child,
.wizzy p:last-child {
  margin-bottom: 0;
}
.prose p[style="text-align: right;"],
.wizzy p[style="text-align: right;"] {
  text-align: left !important;
}
@media (min-width: 768px) {
  .prose p[style="text-align: right;"],
  .wizzy p[style="text-align: right;"] {
    text-align: right !important;
  }
}
.prose p strong,
.wizzy p strong {
  font-family: Messina Sans Bold;
  font-weight: 700;
}
.prose ul,
.wizzy ul {
  margin-bottom: 1.25rem;
}
.prose ul li,
.wizzy ul li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 2.5rem;
}
.prose ul li:last-child,
.wizzy ul li:last-child {
  margin-bottom: 0;
}
.prose ul li:before,
.wizzy ul li:before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  display: block;
  height: 3px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(24, 26, 25, var(--tw-bg-opacity));
}
.prose[data-text-theme="light"],
.prose[data-text-theme="light"] h1,
.prose[data-text-theme="light"] h2,
.prose[data-text-theme="light"] h3,
.prose[data-text-theme="light"] h4,
.prose[data-text-theme="light"] h5,
.prose[data-text-theme="light"] h6,
.wizzy[data-text-theme="light"],
.wizzy[data-text-theme="light"] h1,
.wizzy[data-text-theme="light"] h2,
.wizzy[data-text-theme="light"] h3,
.wizzy[data-text-theme="light"] h4,
.wizzy[data-text-theme="light"] h5,
.wizzy[data-text-theme="light"] h6 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.prose iframe,
.wizzy iframe {
  max-width: 100%;
}
.prose {
  padding: 1rem;
}
.news .prose p,
.news .wizzy p {
  font-size: 1.125rem;
  line-height: 1.4;
}
.container {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 575px) {
  .container {
    max-width: 575px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-3 {
  --tw-aspect-w: 3;
}
.aspect-w-5 {
  --tw-aspect-w: 5;
}
.aspect-w-6 {
  --tw-aspect-w: 6;
}
.aspect-w-15 {
  --tw-aspect-w: 15;
}
.aspect-w-16 {
  --tw-aspect-w: 16;
}
.aspect-h-2 {
  --tw-aspect-h: 2;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
button {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
button:focus-visible {
  outline: thin dotted #bcbec0;
}
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
.button:focus {
  outline: none;
}
.button-no-outline:active,
.button-no-outline:focus,
.button-no-outline:hover {
  --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(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 transparent);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.button-primary {
  display: inline-flex;
  width: auto;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgba(202, 252, 67, var(--tw-bg-opacity));
  padding: 11px 26px;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.33px;
  --tw-text-opacity: 1;
  color: rgba(23, 63, 53, var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 transparent);
  --tw-ring-color: transparent;
}
@media (min-width: 768px) {
  .button-primary {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.button-primary svg {
  margin-left: 0.5rem;
  height: 10px;
  width: 14px;
  flex-shrink: 0;
  --tw-translate-x: 0px;
  --tw-translate-y: 1px;
  transform: var(--tw-transform);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
@media (min-width: 768px) {
  .button-primary svg {
    height: 14px;
    width: 21px;
  }
}
.button-primary:active,
.button-primary:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(166, 208, 59, var(--tw-bg-opacity));
  --tw-ring-offset-color: #fff;
}
.button-primary:active svg,
.button-primary:hover svg {
  --tw-translate-x: 0.5rem;
  transform: var(--tw-transform);
}
.button-primary:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + 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 transparent);
  --tw-ring-offset-width: 4px;
  --tw-ring-offset-color: #fff;
}
.button-primary:focus svg {
  --tw-translate-x: 0.5rem;
  transform: var(--tw-transform);
}
.button-primary-lg {
  padding: 22px 44px;
}
@media (min-width: 768px) {
  .button-primary-lg {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 74px;
    padding-right: 74px;
  }
}
.button-primary-tag {
  padding: 0.5rem 1.25rem;
  font-family: Messina Sans;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 11px;
  letter-spacing: 0.75px;
  --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(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 transparent);
  --tw-ring-offset-width: 0px;
}
@media (min-width: 768px) {
  .button-primary-tag {
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
.button-primary-tag:active,
.button-primary-tag:focus,
.button-primary-tag:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(166, 208, 59, var(--tw-bg-opacity));
  --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(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 transparent);
  --tw-ring-offset-width: 0px;
}
.button-primary-filter {
  background-color: transparent;
  padding: 0.5rem 1.25rem;
  font-family: Messina Sans;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgba(23, 63, 53, var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 transparent);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 252, 67, var(--tw-ring-opacity));
}
@media (min-width: 992px) {
  .button-primary-filter:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: var(--tw-transform) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 252, 67, var(--tw-bg-opacity)) !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow, 0 0 transparent) !important;
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 252, 67, var(--tw-ring-opacity)) !important;
    --tw-ring-offset-width: 0px !important;
  }
}
.button-primary-filter.active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: var(--tw-transform) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 252, 67, var(--tw-bg-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 transparent) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 252, 67, var(--tw-ring-opacity)) !important;
  --tw-ring-offset-width: 0px !important;
}
.button-primary-filter:active,
.button-primary-filter:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
  background-color: transparent;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 transparent);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 252, 67, var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
}
.button-arrow {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
.button-arrow:after {
  content: "";
  background: no-repeat 50%
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath fill='%23007A33' d='M14.3.1l-.2.2c-.1.1-.1.4 0 .5l5.5 5.6H.9c-.2 0-.4.2-.4.4v.3c0 .2.2.4.4.4h18.8l-5.5 5.6c-.1.1-.1.4 0 .5l.2.2c.1.1.4.1.5 0l6.5-6.6c.1-.1.1-.4 0-.5L14.9.1c-.2-.1-.4-.1-.6 0z'/%3E%3C/svg%3E");
  margin-left: 0.75rem;
  display: block;
  height: 0.75rem;
  width: 18px;
  transform: var(--tw-transform);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.group:hover .button-arrow:after {
  margin-left: 1.25rem;
}
.button-arrow:hover:after {
  background: no-repeat 50%
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath fill='%23007A33' d='M14.3.1l-.2.2c-.1.1-.1.4 0 .5l5.5 5.6H.9c-.2 0-.4.2-.4.4v.3c0 .2.2.4.4.4h18.8l-5.5 5.6c-.1.1-.1.4 0 .5l.2.2c.1.1.4.1.5 0l6.5-6.6c.1-.1.1-.4 0-.5L14.9.1c-.2-.1-.4-.1-.6 0z'/%3E%3C/svg%3E");
  margin-left: 1.25rem;
  transform: var(--tw-transform);
}
a {
  --tw-text-opacity: 1;
  color: rgba(23, 63, 53, var(--tw-text-opacity));
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
a:focus-visible {
  outline: thin dotted #00ae41;
}
.link {
  display: inline-flex;
  align-items: center;
  font-family: Messina Sans Book;
  font-size: 1.125rem;
  line-height: 1.4;
  line-height: 1;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgba(24, 26, 25, var(--tw-text-opacity));
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
.link,
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:focus-visible {
  outline: thin dotted #00ae41;
}
.link svg {
  margin-left: 0.5rem;
  margin-top: 1px;
  height: 14px;
  width: 21px;
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
.link svg:first-child {
  margin-right: 0.5rem;
}
.link svg:last-child {
  margin-left: 0.5rem;
}
.link:active svg:first-child,
.link:hover svg:first-child {
  --tw-translate-x: -0.5rem;
  transform: var(--tw-transform);
}
.link:active svg:last-child,
.link:hover svg:last-child {
  --tw-translate-x: 0.5rem;
  transform: var(--tw-transform);
}
.link-primary {
  --tw-text-opacity: 1;
  color: rgba(23, 63, 53, var(--tw-text-opacity));
}
.link-primary-light,
.link-primary:active svg,
.link-primary:hover svg {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.link-primary-dark {
  --tw-text-opacity: 1;
  color: rgba(0, 122, 51, var(--tw-text-opacity));
}
.link-primary-dark:active,
.link-primary-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.link-yellow {
  --tw-text-opacity: 1;
  color: rgba(202, 252, 67, var(--tw-text-opacity));
}
.link-svg-static svg {
  height: 16px;
  width: 21px;
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}
.link-svg-static:active svg,
.link-svg-static:hover svg {
  --tw-translate-x: 0px !important;
  transform: var(--tw-transform) !important;
}
.link-arrow-green svg {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.link-underline {
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
  font-family: Messina Sans Bold;
  font-family: Messina Sans;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.67px;
  --tw-text-opacity: 1;
  color: rgba(0, 122, 51, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .link-underline {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.link-underline:after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  display: block;
  height: 0.25rem;
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.5s;
  width: 300%;
  background: linear-gradient(
    90deg,
    #cafc43,
    #cafc43 36%,
    #a6d03b 41%,
    #a6d03b 58%,
    #cafc43 63%,
    #cafc43
  );
}
.link-underline:hover:after {
  --tw-translate-x: -66.666667%;
  transform: var(--tw-transform);
}
.link-underline-alt:after {
  bottom: auto;
}
@media (min-width: 768px) {
  .link-underline-alt:after {
    bottom: 0.25rem;
  }
}
.link-underline-small-white {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.67px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.link-underline-small-white:after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.5s;
}
.link-underline-small-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  font-family: Messina Sans Book;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(0, 122, 51, var(--tw-text-opacity));
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
.link-arrow:after {
  content: "";
  background: no-repeat 50%
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath fill='%23007A33' d='M14.3.1l-.2.2c-.1.1-.1.4 0 .5l5.5 5.6H.9c-.2 0-.4.2-.4.4v.3c0 .2.2.4.4.4h18.8l-5.5 5.6c-.1.1-.1.4 0 .5l.2.2c.1.1.4.1.5 0l6.5-6.6c.1-.1.1-.4 0-.5L14.9.1c-.2-.1-.4-.1-.6 0z'/%3E%3C/svg%3E");
  margin-left: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 18px;
  transform: var(--tw-transform);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.group:hover .link-arrow:after,
.link-arrow:hover:after {
  --tw-translate-x: 0.25rem;
  transform: var(--tw-transform);
}
.link-arrow:hover:after {
  background: no-repeat 50%
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath fill='%23007A33' d='M14.3.1l-.2.2c-.1.1-.1.4 0 .5l5.5 5.6H.9c-.2 0-.4.2-.4.4v.3c0 .2.2.4.4.4h18.8l-5.5 5.6c-.1.1-.1.4 0 .5l.2.2c.1.1.4.1.5 0l6.5-6.6c.1-.1.1-.4 0-.5L14.9.1c-.2-.1-.4-.1-.6 0z'/%3E%3C/svg%3E");
}
.link-arrow-back:before {
  content: "";
  margin-right: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 18px;
  transform: var(--tw-transform);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.group:hover .link-arrow-back:before {
  --tw-translate-x: -0.25rem;
  transform: var(--tw-transform);
}
.link-arrow-back:before,
.link-arrow-back:hover:before {
  background: no-repeat 50%
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='13.9 202 583.5 385.3'%3E%3Cpath fill='%23007A33' d='M213.5 585.2l5.6-5.6c2.8-2.8 2.8-11.1 0-13.9l-153-155.8h520.2c5.6 0 11.1-5.6 11.1-11.1v-8.3c0-5.6-5.6-11.1-11.1-11.1h-523l153-155.8c2.8-2.8 2.8-11.1 0-13.9l-5.6-5.6c-2.8-2.8-11.1-2.8-13.9 0L16 387.7c-2.8 2.8-2.8 11.1 0 13.9l180.8 183.6c5.6 2.7 11.1 2.7 16.7 0z'/%3E%3C/svg%3E");
}
.link-arrow-back:hover:before {
  --tw-translate-x: -0.25rem;
  transform: var(--tw-transform);
}
.link-arrow-back:after {
  display: none;
}
.link-arrow-yellow {
  display: inline-flex;
  align-items: center;
  font-family: Messina Sans Book;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(202, 252, 67, var(--tw-text-opacity));
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.2s;
}
.link-arrow-yellow:after {
  content: "";
  background: no-repeat 50%
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath fill='%23CAFC43' d='M14.3.1l-.2.2c-.1.1-.1.4 0 .5l5.5 5.6H.9c-.2 0-.4.2-.4.4v.3c0 .2.2.4.4.4h18.8l-5.5 5.6c-.1.1-.1.4 0 .5l.2.2c.1.1.4.1.5 0l6.5-6.6c.1-.1.1-.4 0-.5L14.9.1c-.2-.1-.4-.1-.6 0z'/%3E%3C/svg%3E");
  margin-left: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 18px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.group:hover .link-arrow-yellow:after {
  margin-left: 0.5rem;
}
.link-arrow-yellow:hover:after {
  background: no-repeat 50%
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath fill='%23CAFC43' d='M14.3.1l-.2.2c-.1.1-.1.4 0 .5l5.5 5.6H.9c-.2 0-.4.2-.4.4v.3c0 .2.2.4.4.4h18.8l-5.5 5.6c-.1.1-.1.4 0 .5l.2.2c.1.1.4.1.5 0l6.5-6.6c.1-.1.1-.4 0-.5L14.9.1c-.2-.1-.4-.1-.6 0z'/%3E%3C/svg%3E");
  margin-left: 0.5rem;
}
.awards-slider__track {
  scroll-snap-type: x mandatory;
}
.awards-slider__arrow svg {
  height: 100%;
  width: 100%;
}
.awards-slider__track::-webkit-scrollbar {
  display: none;
}
.loader .fade {
  -webkit-animation: FadeSlow 2.7s 0.3s forwards;
  animation: FadeSlow 2.7s 0.3s forwards;
}
.loader .fade-words {
  -webkit-animation: FadeSlow 2.3s 1s forwards;
  animation: FadeSlow 2.3s 1s forwards;
}
.loader.fade-out {
  -webkit-animation: FadeOut 0.5s 3.5s forwards;
  animation: FadeOut 0.5s 3.5s forwards;
}
.loader .screen-wipe {
  -webkit-animation: ScreenWipe 3.5s forwards;
  animation: ScreenWipe 3.5s forwards;
}
.loader .green-curve {
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -20%;
  width: calc(100% + 10px);
}
@-webkit-keyframes FadeOut {
  20% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes FadeOut {
  20% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes ScreenWipe {
  80% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-150%);
  }
}
@keyframes ScreenWipe {
  80% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-150%);
  }
}
@-webkit-keyframes FadeSlow {
  20%,
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes FadeSlow {
  20%,
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.featured-projects-parallax .row-one {
  -webkit-animation: marqueeOne 200s linear infinite;
  animation: marqueeOne 200s linear infinite;
}
.featured-projects-parallax .row-two {
  -webkit-animation: marqueeTwo 200s linear infinite;
  animation: marqueeTwo 200s linear infinite;
}
.featured-projects-parallax .row-one:hover,
.featured-projects-parallax .row-two:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hero-slider-wrapper {
  position: relative;
  z-index: 0;
  width: 100vw;
}
@media (min-width: 992px) {
  .hero-slider-wrapper {
    height: auto;
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .hero-slider-wrapper > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .hero-slider-wrapper {
    --tw-aspect-w: 15;
    --tw-aspect-h: 9;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-slider-wrapper {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .hero-slider-wrapper > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .hero-slider-wrapper {
    --tw-aspect-w: 16;
    --tw-aspect-h: 8;
  }
}
.hero-slider .lines-small-desktop {
  display: none;
}
@media (min-width: 992px) {
  .hero-slider .lines-small-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-slider .lines-small-desktop {
    display: none;
  }
}
.hero-slider .lines-large-desktop {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .hero-slider .lines-large-desktop {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .hero-slider-project-link-tag {
    font-size: 10px;
    margin-bottom: 0.25rem !important;
    padding: 0.25rem !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .hero-slider-project-link-tag {
    font-size: 10px;
    margin-bottom: 0.25rem !important;
    padding: 0.25rem !important;
  }
}
@media only screen and (min-width: 420px) {
  .hero-slider-project-link-tag {
    display: block;
  }
}
.hero-slider-project-link-text {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media only screen and (min-width: 420px) {
  .hero-slider-project-link-text {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 992px) {
  .hero-slider-project-link-text {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-slider-project-link-text {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.hero-slider-project-link-arrow {
  height: 0.5rem;
  width: 0.75rem;
}
@media only screen and (min-width: 420px) {
  .hero-slider-project-link-arrow {
    height: 14px;
    width: 21px;
  }
}
@media (min-width: 992px) {
  .hero-slider-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 112px;
  }
  @media (min-width: 768px) {
    .hero-slider-fixed {
      top: 148px;
    }
  }
  @media (min-width: 992px) {
    .hero-slider-fixed {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  }
}
@media only screen and (min-width: 1600px) {
  .aspect-xxl {
    position: relative !important;
    padding-bottom: calc(
      var(--tw-aspect-h) / var(--tw-aspect-w) * 100%
    ) !important;
  }
  .aspect-xxl > * {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .aspect-xxl {
    --tw-aspect-w: 16 !important;
    --tw-aspect-h: 8 !important;
  }
}
@media (min-width: 992px) {
  .logged-in .hero-slider-fixed {
    top: 2rem;
  }
}
.workable-jobs {
  text-align: left;
}
.workable-jobs .whr-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(151, 151, 151, var(--tw-border-opacity));
}
.workable-jobs .whr-item a {
  font-size: 1.875rem;
  cursor: pointer;
}
.workable-jobs .whr-item .whr-info {
  display: none;
}
.workable-jobs .whr-item:hover {
  cursor: pointer;
}
.workable-jobs .whr-item:hover:after {
  left: 99%;
}
.workable-jobs .whr-item:hover a {
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.workable-jobs .whr-item:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 14" width="20" height="12.75"><path fill="green" d="M14.3.1l-.2.2c-.1.1-.1.4 0 .5l5.5 5.6H.9c-.2 0-.4.2-.4.4v.3c0 .2.2.4.4.4h18.8l-5.5 5.6c-.1.1-.1.4 0 .5l.2.2c.1.1.4.1.5 0l6.5-6.6c.1-.1.1-.4 0-.5L14.9.1c-.2-.1-.4-.1-.6 0z" class="colorcurrentColor svgShape"/></svg>');
  position: absolute;
  height: 0;
  width: 0;
  left: 98%;
  top: 40%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
@media screen and (max-width: 782px) {
  .workable-jobs .whr-item a {
    font-size: 1.375rem;
    cursor: pointer;
  }
  .workable-jobs .whr-item:hover:after {
    left: 95%;
  }
  .workable-jobs .whr-item:after {
    left: 93%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/2 {
  top: 50%;
}
.top-px {
  top: 1px;
}
.left-\[-2px\] {
  left: -2px;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.-left-4 {
  left: -1rem;
}
.top-0\.5 {
  top: 0.125rem;
}
.-left-2 {
  left: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.left-\[45vw\] {
  left: 45vw;
}
.bottom-4 {
  bottom: 1rem;
}
.left-24 {
  left: 6rem;
}
.bottom-8 {
  bottom: 2rem;
}
.\!top-9 {
  top: 2.25rem !important;
}
.-z-1 {
  z-index: -1;
}
.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;
}
.z-10000 {
  z-index: 10000;
}
.z-10001 {
  z-index: 10001;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[1002\] {
  z-index: 1002;
}
.z-1 {
  z-index: 1;
}
.z-3 {
  z-index: 3;
}
.z-2 {
  z-index: 2;
}
.z-0 {
  z-index: 0;
}
.z-4 {
  z-index: 4;
}
.z-10002 {
  z-index: 10002;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-span-30 {
  grid-row: span 30 / span 30;
}
.row-span-31 {
  grid-row: span 31 / span 31;
}
.row-span-32 {
  grid-row: span 32 / span 32;
}
.row-span-33 {
  grid-row: span 33 / span 33;
}
.row-span-34 {
  grid-row: span 34 / span 34;
}
.row-span-35 {
  grid-row: span 35 / span 35;
}
.row-span-36 {
  grid-row: span 36 / span 36;
}
.row-span-37 {
  grid-row: span 37 / span 37;
}
.row-span-38 {
  grid-row: span 38 / span 38;
}
.row-span-39 {
  grid-row: span 39 / span 39;
}
.row-span-40 {
  grid-row: span 40 / span 40;
}
.row-span-41 {
  grid-row: span 41 / span 41;
}
.row-span-42 {
  grid-row: span 42 / span 42;
}
.row-span-43 {
  grid-row: span 43 / span 43;
}
.row-span-44 {
  grid-row: span 44 / span 44;
}
.row-span-45 {
  grid-row: span 45 / span 45;
}
.row-span-46 {
  grid-row: span 46 / span 46;
}
.row-span-47 {
  grid-row: span 47 / span 47;
}
.row-span-48 {
  grid-row: span 48 / span 48;
}
.row-span-49 {
  grid-row: span 49 / span 49;
}
.row-span-50 {
  grid-row: span 50 / span 50;
}
.row-span-51 {
  grid-row: span 51 / span 51;
}
.row-span-52 {
  grid-row: span 52 / span 52;
}
.row-span-53 {
  grid-row: span 53 / span 53;
}
.row-span-54 {
  grid-row: span 54 / span 54;
}
.row-span-55 {
  grid-row: span 55 / span 55;
}
.row-auto {
  grid-row: auto;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-3 {
  grid-row-start: 3;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-32 {
  margin-top: 8rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-auto {
  margin-bottom: auto;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-\[-76px\] {
  margin-top: -76px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-0 {
  margin-left: 0;
}
.mt-auto {
  margin-top: auto;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-5 {
  height: 1.25rem;
}
.h-12 {
  height: 3rem;
}
.h-screen {
  height: 100vh;
}
.h-9 {
  height: 2.25rem;
}
.h-\[14px\] {
  height: 14px;
}
.h-52 {
  height: 13rem;
}
.h-8 {
  height: 2rem;
}
.h-px {
  height: 1px;
}
.h-\[30px\] {
  height: 30px;
}
.h-6 {
  height: 1.5rem;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[38px\] {
  height: 38px;
}
.h-3 {
  height: 0.75rem;
}
.h-\[3px\] {
  height: 3px;
}
.h-20 {
  height: 5rem;
}
.h-\[76px\] {
  height: 76px;
}
.max-h-0 {
  max-height: 0;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full_main {
  width: 100%;
}
.w-\[28px\] {
  width: 28px;
}
.w-20 {
  width: 5rem;
}
.w-screen {
  width: 100vw;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[3\.25rem\] {
  width: 3.25rem;
}
.w-3\/4 {
  width: 75%;
}
.w-5 {
  width: 1.25rem;
}
.w-64 {
  width: 16rem;
}
.w-auto {
  width: auto;
}
.w-\[22px\] {
  width: 22px;
}
.w-9 {
  width: 2.25rem;
}
.w-8 {
  width: 2rem;
}
.w-\[60vw\] {
  width: 60vw;
}
.w-\[30px\] {
  width: 30px;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-7 {
  width: 1.75rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[345px\] {
  width: 345px;
}
.w-32 {
  width: 8rem;
}
.w-1\/2 {
  width: 50%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[255px\] {
  max-width: 255px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[1088px\] {
  max-width: 1088px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[164px\] {
  max-width: 164px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.translate-y-\[-24px\] {
  --tw-translate-y: -24px;
  transform: var(--tw-transform);
}
.translate-y-\[-16px\] {
  --tw-translate-y: -16px;
  transform: var(--tw-transform);
}
.translate-y-\[-12px\] {
  --tw-translate-y: -12px;
  transform: var(--tw-transform);
}
.translate-y-\[-8px\] {
  --tw-translate-y: -8px;
  transform: var(--tw-transform);
}
.translate-y-\[-4px\] {
  --tw-translate-y: -4px;
  transform: var(--tw-transform);
}
.translate-y-\[0px\] {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.translate-y-\[4px\] {
  --tw-translate-y: 4px;
  transform: var(--tw-transform);
}
.translate-y-\[8px\] {
  --tw-translate-y: 8px;
  transform: var(--tw-transform);
}
.translate-y-\[16px\] {
  --tw-translate-y: 16px;
  transform: var(--tw-transform);
}
.translate-y-\[24px\] {
  --tw-translate-y: 24px;
  transform: var(--tw-transform);
}
.translate-x-8 {
  --tw-translate-x: 2rem;
  transform: var(--tw-transform);
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: var(--tw-transform);
}
.translate-y-8 {
  --tw-translate-y: 2rem;
  transform: var(--tw-transform);
}
.translate-y-12 {
  --tw-translate-y: 3rem;
  transform: var(--tw-transform);
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}
.translate-x-6 {
  --tw-translate-x: 1.5rem;
  transform: var(--tw-transform);
}
.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: var(--tw-transform);
}
.-translate-y-0 {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: var(--tw-transform);
}
.-translate-x-10 {
  --tw-translate-x: -2.5rem;
  transform: var(--tw-transform);
}
.translate-x-10 {
  --tw-translate-x: 2.5rem;
  transform: var(--tw-transform);
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: var(--tw-transform);
}
.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: var(--tw-transform);
}
.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
  transform: var(--tw-transform);
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: var(--tw-transform);
}
.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
  transform: var(--tw-transform);
}
.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: var(--tw-transform);
}
.rotate-45 {
  --tw-rotate: 45deg;
}
.-rotate-45,
.rotate-45 {
  transform: var(--tw-transform);
}
.-rotate-45 {
  --tw-rotate: -45deg;
}
.rotate-0 {
  --tw-rotate: 0deg;
}
.rotate-0,
.scale-100 {
  transform: var(--tw-transform);
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.scale-\[1\.01\] {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: var(--tw-transform);
}
.scale-\[101\%\] {
  --tw-scale-x: 101%;
  --tw-scale-y: 101%;
  transform: var(--tw-transform);
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}
.scale-110,
.transform {
  transform: var(--tw-transform);
}
.animate-bounce {
  -webkit-animation: bounce 3s;
  animation: bounce 3s;
}
.animate-kenmobile {
  -webkit-animation: kenburnsmobile 20s linear infinite alternate;
  animation: kenburnsmobile 20s linear infinite alternate;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-grid {
  grid-template-rows: repeat(4px);
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-x-11 {
  -moz-column-gap: 2.75rem;
  column-gap: 2.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-0 {
  row-gap: 0;
}
.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 * (1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-visible {
  overflow-x: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-t,
.border-t-1 {
  border-top-width: 1px;
}
.border-l-1 {
  border-left-width: 1px;
}
.border-b,
.border-b-1 {
  border-bottom-width: 1px;
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(151, 151, 151, var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(188, 190, 192, var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(81, 83, 86, var(--tw-border-opacity));
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 174, 65, var(--tw-border-opacity));
}
.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-accent-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 252, 67, var(--tw-bg-opacity));
}
.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 151, 151, var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 26, 25, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 63, 53, var(--tw-bg-opacity));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 65, var(--tw-bg-opacity));
}
.\!bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 174, 65, var(--tw-bg-opacity)) !important;
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 122, 51, var(--tw-bg-opacity));
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 40, 40, var(--tw-bg-opacity));
}
.bg-accent-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 166, var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(188, 190, 192, var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 83, 86, var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-\[\.25\] {
  --tw-bg-opacity: 0.25;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: 50%;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-top {
  -o-object-position: top;
  object-position: top;
}
.p-2 {
  padding: 0.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-gap-0 {
  padding-top: 0;
}
.pt-gap-xs {
  padding-top: 2rem;
}
.pt-gap-sm {
  padding-top: 3rem;
}
.pt-gap-md {
  padding-top: 4.5rem;
}
.pt-gap-lg {
  padding-top: 6rem;
}
.pt-gap-xl {
  padding-top: 8rem;
}
.pb-gap-0 {
  padding-bottom: 0;
}
.pb-gap-xs {
  padding-bottom: 2rem;
}
.pb-gap-sm {
  padding-bottom: 3rem;
}
.pb-gap-md {
  padding-bottom: 4.5rem;
}
.pb-gap-lg {
  padding-bottom: 6rem;
}
.pb-gap-xl {
  padding-bottom: 8rem;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[36px\] {
  padding-bottom: 36px;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-\[108px\] {
  padding-bottom: 108px;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-\[115px\] {
  padding-top: 115px;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pt-28 {
  padding-top: 7rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-\[132px\] {
  padding-top: 132px;
}
.pt-20 {
  padding-top: 5rem;
}
#section-3.text-left {
  text-align: left;
}
#section-3 .text-center {
  text-align: center;
}
#section-3 .text-right {
  text-align: right;
}
.font-bold {
  font-family: Messina Sans Bold;
}
.font-serif {
  font-family: Messina Serif;
}
.font-sans {
  font-family: Messina Sans;
}
.font-body {
  font-family: Messina Sans Book;
}
.text-18 {
  font-size: 1.125rem;
  line-height: 1.4;
}
.text-20 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-12 {
  font-size: 0.75rem;
  line-height: 1.2;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-22 {
  font-size: 1.375rem;
  line-height: 1.4;
}
.text-16 {
  font-size: 1rem;
  line-height: 1.4;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-14 {
  font-size: 0.875rem;
  line-height: 1.2;
}
.text-15 {
  font-size: 0.9375rem;
  line-height: 1.2;
}
.text-30 {
  font-size: 1.875rem;
  line-height: 1.2;
}
.text-26 {
  font-size: 1.625rem;
  line-height: 1.2;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-13 {
  font-size: 0.813rem;
  line-height: 1.2;
}
.text-60 {
  font-size: 3.75rem;
  line-height: 1.1;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semi-bold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.tracking-\[-0\.33px\] {
  letter-spacing: -0.33px;
}
.tracking-\[-0\.56px\] {
  letter-spacing: -0.56px;
}
.tracking-\[-0\.3px\] {
  letter-spacing: -0.3px;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}
.tracking-\[-0\.22px\] {
  letter-spacing: -0.22px;
}
.tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}
.tracking-\[-0\.08px\] {
  letter-spacing: -0.08px;
}
.tracking-\[-0\.67px\] {
  letter-spacing: -0.67px;
}
.tracking-\[-0\.2px\] {
  letter-spacing: -0.2px;
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 26, 25, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(81, 83, 86, var(--tw-text-opacity));
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgba(23, 63, 53, var(--tw-text-opacity));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(0, 122, 51, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(188, 190, 192, var(--tw-text-opacity));
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.blur {
  --tw-blur: blur(8px);
}
.blur,
.filter {
  filter: var(--tw-filter);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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: 0.15s;
}
.delay-50 {
  transition-delay: 50ms;
}
.delay-100 {
  transition-delay: 0.1s;
}
.delay-150 {
  transition-delay: 0.15s;
}
.delay-200 {
  transition-delay: 0.2s;
}
.delay-250 {
  transition-delay: 0.25s;
}
.delay-300 {
  transition-delay: 0.3s;
}
.delay-350 {
  transition-delay: 0.35s;
}
.delay-400 {
  transition-delay: 0.4s;
}
.delay-450 {
  transition-delay: 0.45s;
}
.delay-500 {
  transition-delay: 0.5s;
}
.delay-550 {
  transition-delay: 0.55s;
}
.delay-600 {
  transition-delay: 0.6s;
}
.delay-650 {
  transition-delay: 0.65s;
}
.delay-700 {
  transition-delay: 0.7s;
}
.delay-750 {
  transition-delay: 0.75s;
}
.delay-800 {
  transition-delay: 0.8s;
}
.delay-850 {
  transition-delay: 0.85s;
}
.delay-900 {
  transition-delay: 0.9s;
}
.delay-950 {
  transition-delay: 0.95s;
}
.delay-1000 {
  transition-delay: 1s;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-500 {
  transition-duration: 0.5s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-700 {
  transition-duration: 0.7s;
}
.duration-150 {
  transition-duration: 0.15s;
}
.duration-100 {
  transition-duration: 0.1s;
}
.duration-1000 {
  transition-duration: 1s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-bounce {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.break-container-both {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}
@-webkit-keyframes kenburnsmobile {
  0% {
    transform: scaleX(1) translateZ(0);
    opacity: 1;
  }
  50% {
    transform: scale3d(1.3, 1.3, 1.3) translate3d(40px, 10px, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  to {
    transform: scaleX(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes kenburnsmobile {
  0% {
    transform: scaleX(1) translateZ(0);
    opacity: 1;
  }
  50% {
    transform: scale3d(1.3, 1.3, 1.3) translate3d(40px, 10px, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  to {
    transform: scaleX(1) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes kenburns {
  0% {
    transform: scaleX(1) translate3d(80px, 0, 0);
    opacity: 1;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) translate3d(80px, -10px, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  to {
    transform: scaleX(1) translate3d(80px, 0, 0);
    opacity: 1;
  }
}
@keyframes kenburns {
  0% {
    transform: scaleX(1) translate3d(80px, 0, 0);
    opacity: 1;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) translate3d(80px, -10px, 0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  to {
    transform: scaleX(1) translate3d(80px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  50%,
  70%,
  90% {
    transform: translateY(-25%);
    animationtimingfunction: cubic-bezier(0.8, 0, 1, 1);
  }
  0%,
  40%,
  60%,
  80%,
  to {
    transform: translateY(0);
    animationtimingfunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes bounce {
  50%,
  70%,
  90% {
    transform: translateY(-25%);
    animationtimingfunction: cubic-bezier(0.8, 0, 1, 1);
  }
  0%,
  40%,
  60%,
  80%,
  to {
    transform: translateY(0);
    animationtimingfunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
svg {
  height: auto;
  width: 100%;
}
html {
  scroll-behavior: smooth;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
html.is-Win32 body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
html.is-Win32 body::-webkit-scrollbar {
  width: 0 !important;
}
.midnightInner {
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 575px) {
  .midnightInner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.midnightHeader.default .logo {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.midnightHeader.default .logo:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 122, 51, var(--tw-text-opacity));
}
.midnightHeader.default button span {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.midnightHeader.light button span {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.midnightHeader.light .logo {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.form-required:after {
  margin-left: 0;
  content: "*";
}
[multiple],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0 !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(188, 190, 192, var(--tw-border-opacity)) !important;
  font-size: 1.125rem !important;
  line-height: 1.4 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 122, 51, var(--tw-text-opacity)) !important;
}
[multiple]:active,
[multiple]:focus,
[type="date"]:active,
[type="date"]:focus,
[type="datetime-local"]:active,
[type="datetime-local"]:focus,
[type="email"]:active,
[type="email"]:focus,
[type="month"]:active,
[type="month"]:focus,
[type="number"]:active,
[type="number"]:focus,
[type="password"]:active,
[type="password"]:focus,
[type="search"]:active,
[type="search"]:focus,
[type="tel"]:active,
[type="tel"]:focus,
[type="text"]:active,
[type="text"]:focus,
[type="time"]:active,
[type="time"]:focus,
[type="url"]:active,
[type="url"]:focus,
[type="week"]:active,
[type="week"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 174, 65, var(--tw-border-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width))
    var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 transparent) !important;
}
.textarea,
textarea {
  height: 178px !important;
  resize: none !important;
}
.gfield {
  margin-bottom: 0.375rem !important;
}
.gfield_label,
.gfield_required,
.gfield_required_asterisk {
  padding-left: 0 !important;
  font-size: 1.125rem !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  letter-spacing: -0.45px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 122, 51, var(--tw-text-opacity)) !important;
}
.gform_required_legend {
  display: none;
}
.gfield_checkbox,
.gfield_radio,
.ginput_container_consent {
  display: flex;
  flex-direction: column;
}
.gfield_checkbox .gchoice,
.gfield_radio .gchoice,
.ginput_container_consent .gchoice {
  position: relative;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  width: 100%;
}
.gfield_checkbox .gchoice input,
.gfield_radio .gchoice input,
.ginput_container_consent .gchoice input {
  position: absolute !important;
  z-index: -1 !important;
  opacity: 0 !important;
}
.gfield_checkbox .gchoice label,
.gfield_radio .gchoice label,
.ginput_container_consent .gchoice label {
  position: relative !important;
  margin-bottom: 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.gfield_checkbox .gchoice input:checked ~ label:before,
.gfield_radio .gchoice input:checked ~ label:before,
.ginput_container_consent .gchoice input:checked ~ label:before {
  --tw-border-opacity: 1;
  border-color: rgba(0, 174, 65, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 65, var(--tw-bg-opacity));
}
.gfield_checkbox label:after,
.gfield_checkbox label:before,
.gfield_radio label:after,
.gfield_radio label:before,
.ginput_container_consent label:after,
.ginput_container_consent label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  height: 1rem;
  width: 1rem;
}
.gfield_checkbox label:before,
.gfield_radio label:before,
.ginput_container_consent label:before {
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 2px;
  --tw-border-opacity: 1;
  border: 1px solid rgba(216, 216, 216, var(--tw-border-opacity));
}
.gfield_checkbox label:after,
.gfield_radio label:after,
.ginput_container_consent label:after {
  background: no-repeat 50%/50% 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='check' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-9x'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.ginput_container_consent {
  position: relative;
  margin-bottom: 0.5rem;
  margin-left: 2.5rem;
  width: 100%;
}
.ginput_container_consent input {
  position: absolute !important;
  z-index: -1 !important;
  opacity: 0 !important;
}
.ginput_container_consent label {
  position: relative !important;
  margin-bottom: 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.ginput_container_consent input:checked ~ label:before {
  --tw-border-opacity: 1;
  border-color: rgba(0, 174, 65, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 65, var(--tw-bg-opacity));
}
.ginput_container_consent label:after,
.ginput_container_consent label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.5rem;
  top: -2px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.ginput_container_consent label:before {
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 2px;
  --tw-border-opacity: 1;
  border: 1px solid rgba(216, 216, 216, var(--tw-border-opacity));
}
.ginput_container_consent label:after {
  background: no-repeat 50%/50% 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='check' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-9x'%3E%3Cpath fill='%23fff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
.gfield_radio label:after,
.gfield_radio label:before {
  border-radius: 9999px !important;
}
.upload {
  display: flex !important;
  flex-direction: column !important;
  font-family: Messina Sans Book !important;
}
@media (min-width: 768px) {
  .upload {
    flex-direction: row !important;
  }
}
.upload:hover label:before {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 174, 65, var(--tw-bg-opacity)) !important;
}
.upload label {
  position: relative !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  font-family: Messina Sans !important;
  font-family: Messina Sans Book !important;
  font-size: 1.125rem !important;
  line-height: 1.4 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 122, 51, var(--tw-text-opacity)) !important;
}
.upload label:before {
  content: "";
  position: absolute !important;
  left: 0 !important;
  top: 30px !important;
  height: 0.25rem !important;
  width: 90px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 252, 67, var(--tw-bg-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 0.15s !important;
}
.upload label:after {
  content: "No file chosen";
  margin-left: 1rem;
  --tw-text-opacity: 1;
  color: rgba(188, 190, 192, var(--tw-text-opacity));
}
.upload label.file-chosen:after {
  display: none;
}
.upload div {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.upload .chosen-file {
  margin-top: 1rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgba(151, 151, 151, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .upload .chosen-file {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.single-job-posts .upload label:before {
  width: 173px !important;
}
.gform_footer,
.gform_page_footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
[type="button"],
[type="submit"] {
  margin-bottom: 0 !important;
  background-color: transparent !important;
  font-size: 1.125rem !important;
  line-height: 1.4 !important;
  line-height: 34px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 122, 51, var(--tw-text-opacity)) !important;
}
.gform_button {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 252, 67, var(--tw-bg-opacity)) !important;
  padding-right: 3rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(23, 63, 53, var(--tw-text-opacity)) !important;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: calc(100% - 16px) 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 14'%3E%3Cpath fill='%23173F35' d='M14.3.1l-.2.2c-.1.1-.1.4 0 .5l5.5 5.6H.9c-.2 0-.4.2-.4.4v.3c0 .2.2.4.4.4h18.8l-5.5 5.6c-.1.1-.1.4 0 .5l.2.2c.1.1.4.1.5 0l6.5-6.6c.1-.1.1-.4 0-.5L14.9.1c-.2-.1-.4-.1-.6 0z'/%3E%3C/svg%3E");
}
.gform_button:active,
.gform_button:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: var(--tw-transform) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(166, 208, 59, var(--tw-bg-opacity)) !important;
  padding-right: 52px !important;
}
.gform_ajax_spinner {
  margin-top: 1rem;
}
.first\:pt-0:first-child {
  padding-top: 0;
}
.last\:mr-\[25\%\]:last-child {
  margin-right: 25%;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0;
}
.last\:border-b-1:last-child {
  border-bottom-width: 1px;
}
.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgba(23, 63, 53, var(--tw-text-opacity));
}
.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 122, 51, var(--tw-text-opacity));
}
.hover\:text-accent-yellow:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 252, 67, var(--tw-text-opacity));
}
.focus\:text-primary-500:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:text-primary-500:active {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 65, var(--tw-text-opacity));
}
.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:-translate-x-full {
  --tw-translate-x: -100%;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:scale-90 {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.group:hover .group-hover\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(0, 122, 51, var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}
@media (min-width: 575px) {
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:max-w-\[500px\] {
    max-width: 500px;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .md\:text-xl {
    font-size: 1.375rem;
    line-height: 1.4;
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .md\:aspect-w-1,
  .md\:aspect-w-2,
  .md\:aspect-w-3,
  .md\:aspect-w-4,
  .md\:aspect-w-5,
  .md\:aspect-w-6,
  .md\:aspect-w-7,
  .md\:aspect-w-8,
  .md\:aspect-w-9,
  .md\:aspect-w-10,
  .md\:aspect-w-11,
  .md\:aspect-w-12,
  .md\:aspect-w-13,
  .md\:aspect-w-14,
  .md\:aspect-w-15,
  .md\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .md\:aspect-w-1 > *,
  .md\:aspect-w-2 > *,
  .md\:aspect-w-3 > *,
  .md\:aspect-w-4 > *,
  .md\:aspect-w-5 > *,
  .md\:aspect-w-6 > *,
  .md\:aspect-w-7 > *,
  .md\:aspect-w-8 > *,
  .md\:aspect-w-9 > *,
  .md\:aspect-w-10 > *,
  .md\:aspect-w-11 > *,
  .md\:aspect-w-12 > *,
  .md\:aspect-w-13 > *,
  .md\:aspect-w-14 > *,
  .md\:aspect-w-15 > *,
  .md\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .md\:aspect-w-4 {
    --tw-aspect-w: 4;
  }
  .md\:aspect-w-16 {
    --tw-aspect-w: 16;
  }
  .md\:aspect-h-4 {
    --tw-aspect-h: 4;
  }
  .md\:aspect-h-8 {
    --tw-aspect-h: 8;
  }
  .md\:-top-5 {
    top: -1.25rem;
  }
  .md\:bottom-16 {
    bottom: 4rem;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  .md\:row-start-2 {
    grid-row-start: 2;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:mb-44 {
    margin-bottom: 11rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-36 {
    height: 9rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:min-h-screen {
    min-height: 100vh;
  }
  .md\:min-h-0 {
    min-height: 0;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-\[600px\] {
    width: 600px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-\[2rem\] {
    width: 2rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-\[83px\] {
    width: 83px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-60 {
    width: 15rem;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-11 {
    width: 2.75rem;
  }
  .md\:max-w-\[333px\] {
    max-width: 333px;
  }
  .md\:max-w-\[253px\] {
    max-width: 253px;
  }
  .md\:max-w-\[620px\] {
    max-width: 620px;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:max-w-\[224px\] {
    max-width: 224px;
  }
  .md\:max-w-\[720px\] {
    max-width: 720px;
  }
  .md\:translate-y-12 {
    --tw-translate-y: 3rem;
    transform: var(--tw-transform);
  }
  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: var(--tw-transform);
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-11 {
    gap: 2.75rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
  }
  .md\:border-t-1 {
    border-top-width: 1px;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  }
  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:pt-gap-0 {
    padding-top: 0;
  }
  .md\:pt-gap-xs {
    padding-top: 2rem;
  }
  .md\:pt-gap-sm {
    padding-top: 3rem;
  }
  .md\:pt-gap-md {
    padding-top: 4.5rem;
  }
  .md\:pt-gap-lg {
    padding-top: 6rem;
  }
  .md\:pt-gap-xl {
    padding-top: 8rem;
  }
  .md\:pb-gap-0 {
    padding-bottom: 0;
  }
  .md\:pb-gap-xs {
    padding-bottom: 2rem;
  }
  .md\:pb-gap-sm {
    padding-bottom: 3rem;
  }
  .md\:pb-gap-md {
    padding-bottom: 4.5rem;
  }
  .md\:pb-gap-lg {
    padding-bottom: 6rem;
  }
  .md\:pb-gap-xl {
    padding-bottom: 8rem;
  }
  .md\:pt-\[180px\] {
    padding-top: 180px;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-20 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .md\:text-26 {
    font-size: 1.625rem;
    line-height: 1.2;
  }
  .md\:text-18 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .md\:text-40 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .md\:text-14 {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .md\:text-30 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .md\:text-\[4vw\] {
    font-size: 4vw;
  }
  .md\:text-16 {
    font-size: 1rem;
    line-height: 1.4;
  }
  .md\:text-150 {
    font-size: 9.375rem;
    line-height: 1;
  }
  .md\:leading-\[25px\] {
    line-height: 25px;
  }
  .md\:leading-\[38px\] {
    line-height: 38px;
  }
  .md\:leading-\[26px\] {
    line-height: 26px;
  }
  .md\:opacity-0 {
    opacity: 0;
  }
  .md\:first\:pt-0:first-child {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: -0.1px;
  }
  @media (min-width: 768px) {
    .lg\:text-lg {
      font-size: 1.25rem;
      line-height: 1.4;
    }
  }
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 575px) {
    .lg\:container {
      max-width: 575px;
    }
  }
  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 992px) {
    .lg\:container {
      max-width: 992px;
    }
  }
  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }
  .lg\:aspect-w-1,
  .lg\:aspect-w-2,
  .lg\:aspect-w-3,
  .lg\:aspect-w-4,
  .lg\:aspect-w-5,
  .lg\:aspect-w-6,
  .lg\:aspect-w-7,
  .lg\:aspect-w-8,
  .lg\:aspect-w-9,
  .lg\:aspect-w-10,
  .lg\:aspect-w-11,
  .lg\:aspect-w-12,
  .lg\:aspect-w-13,
  .lg\:aspect-w-14,
  .lg\:aspect-w-15,
  .lg\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }
  .lg\:aspect-w-1 > *,
  .lg\:aspect-w-2 > *,
  .lg\:aspect-w-3 > *,
  .lg\:aspect-w-4 > *,
  .lg\:aspect-w-5 > *,
  .lg\:aspect-w-6 > *,
  .lg\:aspect-w-7 > *,
  .lg\:aspect-w-8 > *,
  .lg\:aspect-w-9 > *,
  .lg\:aspect-w-10 > *,
  .lg\:aspect-w-11 > *,
  .lg\:aspect-w-12 > *,
  .lg\:aspect-w-13 > *,
  .lg\:aspect-w-14 > *,
  .lg\:aspect-w-15 > *,
  .lg\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .lg\:aspect-w-15 {
    --tw-aspect-w: 15;
  }
  .lg\:aspect-h-8 {
    --tw-aspect-h: 8;
  }
  .lg\:aspect-h-9 {
    --tw-aspect-h: 9;
  }
  .lg\:pointer-events-none {
    pointer-events: none;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:left-\[24vw\] {
    left: 24vw;
  }
  .lg\:left-4 {
    left: 1rem;
  }
  .lg\:top-16 {
    top: 4rem;
  }
  .lg\:top-1\/2 {
    top: 50%;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:left-\[80vw\] {
    left: 80vw;
  }
  .lg\:bottom-4 {
    bottom: 1rem;
  }
  .lg\:left-24 {
    left: 6rem;
  }
  .lg\:top-\[7vw\] {
    top: 7vw;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-end-7 {
    grid-column-end: 7;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mt-44 {
    margin-top: 11rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-\[54px\] {
    margin-bottom: 54px;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mt-\[-76px\] {
    margin-top: -76px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[800px\] {
    height: 800px;
  }
  .lg\:h-\[20vw\] {
    height: 20vw;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:min-h-\[240px\] {
    min-height: 240px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-14 {
    width: 3.5rem;
  }
  .lg\:w-\[800px\] {
    width: 800px;
  }
  .lg\:w-\[76vw\] {
    width: 76vw;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-\[145px\] {
    width: 145px;
  }
  .lg\:w-\[35vw\] {
    width: 35vw;
  }
  .lg\:w-\[34vw\] {
    width: 34vw;
  }
  .lg\:w-\[36vw\] {
    width: 36vw;
  }
  .lg\:w-\[27vw\] {
    width: 27vw;
  }
  .lg\:w-\[25vw\] {
    width: 25vw;
  }
  .lg\:w-\[32vw\] {
    width: 32vw;
  }
  .lg\:w-\[28vw\] {
    width: 28vw;
  }
  .lg\:w-\[20vw\] {
    width: 20vw;
  }
  .lg\:max-w-\[25\%\] {
    max-width: 25%;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .lg\:max-w-\[282px\] {
    max-width: 282px;
  }
  .lg\:max-w-\[532px\] {
    max-width: 532px;
  }
  .lg\:max-w-\[720px\] {
    max-width: 720px;
  }
  .lg\:max-w-\[43vw\] {
    max-width: 43vw;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: var(--tw-transform);
  }
  .lg\:animate-ken {
    -webkit-animation: kenburns 20s linear infinite alternate;
    animation: kenburns 20s linear infinite alternate;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:gap-11 {
    gap: 2.75rem;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:border-l-1 {
    border-left-width: 1px;
  }
  .lg\:border-t-0 {
    border-top-width: 0;
  }
  .lg\:border-r-1 {
    border-right-width: 1px;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:pt-gap-0 {
    padding-top: 0;
  }
  .lg\:pt-gap-xs {
    padding-top: 2rem;
  }
  .lg\:pt-gap-sm {
    padding-top: 3rem;
  }
  .lg\:pt-gap-md {
    padding-top: 4.5rem;
  }
  .lg\:pt-gap-lg {
    padding-top: 6rem;
  }
  .lg\:pt-gap-xl {
    padding-top: 8rem;
  }
  .lg\:pb-gap-0 {
    padding-bottom: 0;
  }
  .lg\:pb-gap-xs {
    padding-bottom: 2rem;
  }
  .lg\:pb-gap-sm {
    padding-bottom: 3rem;
  }
  .lg\:pb-gap-md {
    padding-bottom: 4.5rem;
  }
  .lg\:pb-gap-lg {
    padding-bottom: 6rem;
  }
  .lg\:pb-gap-xl {
    padding-bottom: 8rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pr-24 {
    padding-right: 6rem;
  }
  .lg\:pl-14 {
    padding-left: 3.5rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:text-30 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .lg\:text-20 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .lg\:text-26 {
    font-size: 1.625rem;
    line-height: 1.2;
  }
  .lg\:text-\[2\.6vw\] {
    font-size: 2.6vw;
  }
  .lg\:text-40 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .lg\:leading-\[50px\] {
    line-height: 50px;
  }
  .lg\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(0, 174, 65, var(--tw-text-opacity));
  }
  .lg\:break-container-right {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    padding-right: 0;
  }
  .lg\:last\:border-b-0:last-child {
    border-bottom-width: 0;
  }
  .lg\:hover\:flex-1-6:hover {
    flex: 1.6 1.6 0%;
  }
  .hover\:lg\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }
  .group:hover .lg\:group-hover\:-translate-y-16 {
    --tw-translate-y: -4rem;
    transform: var(--tw-transform);
  }
  .group:hover .group-hover\:lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: var(--tw-transform);
  }
  .group:hover .lg\:group-hover\:pl-20 {
    padding-left: 5rem;
  }
  .group:hover .group-hover\:lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
  .group:hover .group-hover\:lg\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgba(0, 174, 65, var(--tw-text-opacity));
  }
}
@media (min-width: 1280px) {
  .xl\:bottom-16 {
    bottom: 4rem;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:mb-24 {
    margin-bottom: 6rem;
  }
  .xl\:h-16 {
    height: 4rem;
  }
  .xl\:min-h-\[475px\] {
    min-height: 475px;
  }
  .xl\:w-\[1100px\] {
    width: 1100px;
  }
  .xl\:w-\[200px\] {
    width: 200px;
  }
  .xl\:w-10 {
    width: 2.5rem;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse)));
  }
  .group:hover .xl\:group-hover\:pl-24 {
    padding-left: 6rem;
  }
}
.our_service:hover hr {
  border-radius: 10px;
  width: 140px;
  border: 3px solid #db3f85;
}
.our_service:hover h3 {
  color: white !important;
  font-weight: 700 !important;
}
.our_service hr {
  border-radius: 10px;
  width: 140px;
  border: 3px solid #b8507f;
}
.our_service:hover P {
  color: white !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.our_service:hover .mb-12 {
  color: #db3f85 !important;
}
.our_service:hover .img {
  content: url(/asset/images/grid/hoverImage.png);
}

.carousel-4 .owl-item {
  transition: width 0.3s ease;
}
.carousel-4 .owl-item:hover {
  width: 9% !important;
}
.owl-carousel span {
  width: 5px !important;
  height: 5px !important;
  margin: 5px 7px;
  background: #b8507f !important;
}
.owl-carousel .active span {
  width: 24px !important;
  height: 5px !important;
  background: #dcdcdc !important;
  border-radius: 9px;
}
.datepicker .bg-blue-700 {
  /* --tw-bg-opacity: 1; */
  background-color: none !important;
  border: 1px solid #b8507f !important;
  border-radius: 2px !important;
}
.datepicker .bg-blue-700 {
  background-color: white !important;
}

.datepicker .text-white {
  color: #181818 !important;
}
/* .datepicker .text-gray-500 {
  color: #181818 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
} */
.datepicker-picker {
  margin-left: -28px;
}
.datepicker .view-switch {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  /* 181818 */

  color: #181818 !important;
}
.datepicker .w-4 {
  color: #181818 !important;
}

/* Common Class */
.ftco-animate {
  opacity: 0;
  visibility: hidden;
}
.RechoutTous {
  margin: 100px 71px 0px 71px !important;
}
#aboutUsparagraph {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #797979 !important;
}
.image__title {
  border-bottom: 4px solid #db3f85;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 19px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.image__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
}
#firstSection > h1 {
  text-align: left;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  color: #252152;
  flex: none;
  order: 0;
  flex-grow: 0;
}
#memoriesHr {
  border-radius: 10px;
  width: 45%;
  margin-top: 9px;
  margin: 6px 0px 1px;
  border: 2px solid #252152;
}
/* For size Laptop 1024 px */
@media screen and (min-width: 1024px) {
  #firstSection > h1 {
    font-size: 3.1052083333333335vw !important;
    line-height: 3.9713541666666665vw !important;
  }
  #liney {
    width: 143px !important;
  }
  #firstSection > p {
    width: auto !important;
  }
  .aboutUsDesk {
    padding: 120px 0px;
  }
  #aboutUstextey {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #252152;
  }
  #aboutUsparagraph {
    font-size: 14px;
    line-height: 22px;
  }
  .aboveWebp {
    width: 33%;
  }
  .ourFacy3 {
    right: 20px !important;
  }
  .image__title {
    font-size: 20px;
  }
  .image__description {
    font-size: 14px;
    padding: 0px 20px;
  }
  #lapmapey {
    /* height: auto; */
    height: 42.5vh;
  }
  #lapmapeyInside {
    /* height: auto; */
    height: 42.5vh;
  }
  /* #ImageLap {
    width: 100% !important;
  } */
  .RechoutTous {
    margin: 100px 35px 0px 35px !important;
  }
  .progress-form {
    width: 42%;
  }
}

/* For size XL  Laptop 1440px */
@media screen and (min-width: 1280px) {
  .ourFacy3 {
    right: 135px !important;
  }
  #lapmapey {
    /* height: auto; */
    min-height: 38vh;
    max-height: 38vh;
  }
  #lapmapeyInside {
    /* height: auto; */
    min-height: 38vh;
    max-height: 38vh;
  }
}
/* For size XL  Laptop 1440px */
@media screen and (min-width: 1440px) {
  #liney {
    width: 239px !important;
  }
  #aboutUstextey {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    color: #252152;
  }
  #aboutUsparagraph {
    font-size: 16px;
    line-height: 26px;
  }
  .ourFacy3 {
    right: 198px !important;
  }
  .image__title {
    font-size: 24px;
  }
  .image__description {
    font-size: 14px;
  }
  #lapmapey {
    height: auto;
  }
  #lapmapeyInside {
    height: auto;
  }
  #ImageLap {
    width: 90% !important;
  }
  .progress-form {
    width: 33%;
  }
}

/* For size 4K 2560px */
@media screen and (min-width: 2560px) {
  #firstSection > h1 {
    font-size: 50px !important;
    line-height: 61px !important;
  }
  #liney {
    width: 256px !important;
  }
  #lapmapey {
    height: auto;
  }
  #lapmapeyInside {
    height: auto;
  }
  .RechoutTous {
    margin: 100px 71px 0px 71px !important;
  }
}
@media (max-width: 1280px) {
  #navbar ul li:last-child {
    margin-right: 10px;
  }
}
.carousel-4 .owl-nav .owl-next {
  right: 0 !important;
  z-index: 0;
  position: fixed;
}
.carousel-4 .owl-nav .owl-prev {
  left: 32px !important;
  z-index: 0;
  position: fixed;
}

/* height wise media Query  */
@media screen and (min-height: 700px) {
  #lapmapey {
    /* height: auto; */
    min-height: 43vh;
    max-height: 43vh;
  }
  #lapmapeyInside {
    /* height: auto; */
    min-height: 43vh;
    max-height: 43vh;
  }
}
@media screen and (min-height: 800px) {
  #lapmapey {
    /* height: auto; */
    min-height: 38vh;
    max-height: 38vh;
  }
  #lapmapeyInside {
    /* height: auto; */
    min-height: 38vh;
    max-height: 38vh;
  }
}
