/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

body {
  font-size: 14px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(16 20 13 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

body {
  font-family: 'Gilroy', sans-serif;
}

* {
  outline: none;
}

h1,  h2,  h3,  h4,  h5 {
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(16 20 13 / var(--tw-text-opacity));
  font-family: 'SFUI', sans-serif;
}

p {
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.8;
}

@media (min-width: 768px) {
  p {
    margin-bottom: 1rem;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  p {
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
}

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

p:empty {
    margin: 0px;
  }

p:empty {
    display: none;
  }

p b,  p strong {
    font-weight: 700;
  }

p b,  p strong {
    --tw-text-opacity: 1;
    color: rgb(163 73 36 / var(--tw-text-opacity));
  }

p a {
    --tw-text-opacity: 1;
    color: rgb(163 73 36 / var(--tw-text-opacity));
  }

a {
  cursor: pointer;
  font-weight: 400;
  transition-duration: 200ms;
}

a:hover {
    opacity: 0.5;
  }

a:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

a:hover {
    text-decoration-thickness: 1px;
  }

a:hover {
    text-underline-offset: 2px;
  }

b,  strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(163 73 36 / var(--tw-text-opacity));
}

header {
  z-index: 999;
}

h1,  .elc-96 {
  margin-bottom: 2rem;
  font-size: 40px;
}

@media (min-width: 768px) {
  h1,  .elc-96 {
    margin-bottom: 2.5rem;
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  h1,  .elc-96 {
    margin-bottom: 3rem;
    font-size: 56px;
  }
}

h2,  .elc-64 {
  margin-bottom: 1rem;
  font-size: 32px;
  opacity: 0.9;
}

@media (min-width: 768px) {
  h2,  .elc-64 {
    margin-bottom: 1.5rem;
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  h2,  .elc-64 {
    margin-bottom: 2rem;
    font-size: 48px;
  }
}

h3,  .elc-36 {
  margin-bottom: 0.5rem;
  font-size: 24px;
  opacity: .85;
}

@media (min-width: 768px) {
  h3,  .elc-36 {
    margin-bottom: 1rem;
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  h3,  .elc-36 {
    margin-bottom: 1.5rem;
    font-size: 32px;
  }
}

h4,  .elc-24 {
  margin-bottom: 0.5rem;
  font-size: 18px;
  opacity: .85;
}

@media (min-width: 768px) {
  h4,  .elc-24 {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  h4,  .elc-24 {
    margin-bottom: 0.75rem;
    font-size: 24px;
  }
}

.border {
  --tw-border-opacity: 1;
  border-color: rgb(243 238 231 / var(--tw-border-opacity));
}

ul {
  list-style-position: inside;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 14px
}

@media (min-width: 768px) {
  ul {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  ul {
    font-size: 18px;
  }
}

ul li {
    margin-bottom: 1rem;
  }

ul li {
    padding-left: 0.5rem;
  }

ul li {
    opacity: .75;
  }

ul li:last-child {
    margin-bottom: 0px;
  }

@media (min-width: 992px) {
    ul li {
      margin-bottom: 0.5rem;
    }
  }

ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style: auto;
}

ol li {
    margin-bottom: 1rem;
  }

ol li {
    opacity: .75;
  }

ol li:last-child {
    margin-bottom: 0px;
  }

@media (min-width: 992px) {
    ol li {
      margin-bottom: 0.5rem;
    }
  }

.breadcrumbs {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 1.5rem;
  }
}

input[type='text'] {
  margin-top: 0.125rem;
  width: 15rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 20 13 / var(--tw-border-opacity));
  background-color: transparent;
  padding-right: 1.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(16 20 13 / var(--tw-text-opacity));
  opacity: 0.4;
  transition-duration: 300ms;
}

input[type='text']:hover {
  opacity: 0.5;
}

input[type='text']:focus {
  opacity: .75;
}

input[type='text']:active {
  opacity: 1;
}

@media (min-width: 768px) {
  input[type='text'] {
    font-size: 16px;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

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

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

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

.eli-btn {
  border-color: rgb(243 238 231 / var(--tw-border-opacity));
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 73 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(163 73 36 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 238 231 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  opacity: 1 !important;
}

.eli-btn:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .eli-btn {
    width: 16rem;
  }
}

.eli-menu ul li {
      margin: 0px;
    }

.eli-menu ul li {
      margin-right: 0px;
    }

.eli-menu ul li {
      padding: 0px;
    }

.eli-menu ul li:last-child {
      margin-right: 0px;
    }

@media (min-width: 992px) {
      .eli-menu ul li {
        margin-right: 1.5rem;
      }
    }

@media (min-width: 1200px) {
      .eli-menu ul li {
        margin-right: 2rem;
      }
    }

@media (min-width: 1600px) {
      .eli-menu ul li {
        margin-right: 2.5rem;
      }
    }

.eli-menu ul li a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
      }

.eli-menu ul li a {
        font-size: 14px;
      }

.eli-menu ul li a {
        line-height: 1;
      }

@media (min-width: 768px) {
        .eli-menu ul li a {
          font-size: 16px;
        }
      }

@media (min-width: 992px) {
        .eli-menu ul li a {
          font-size: 18px;
        }
      }

.elc-search {
  display: flex;
  align-items: center;
}

.elc-search input {
    margin-right: 0.5rem;
  }

.elc-search input {
    width: 100%;
  }

.elc-search input {
    border-color: transparent !important;
  }

.elc-search input {
    background-color: transparent !important;
  }

.elc-search input {
    text-align: right;
  }

.elc-search input {
    font-size: 14px;
  }

.elc-search input {
    font-weight: 300;
  }

.elc-search input {
    opacity: 0.5;
  }

.elc-search input {
    transition-duration: 300ms;
  }

.elc-search input:focus {
    opacity: 1;
  }

@media (min-width: 768px) {
    .elc-search input {
      font-size: 16px;
    }
  }

@media (min-width: 992px) {
    .elc-search input {
      font-size: 18px;
    }
  }

.elc-search button {
    height: 1rem;
  }

.elc-search button {
    width: 1rem;
  }

.elc-search button {
    opacity: 0.5;
  }

.elc-search button {
    transition-duration: 300ms;
  }

.elc-search button:hover {
    opacity: 1;
  }

.elc-search button svg {
      height: 1rem;
    }

.elc-search button svg {
      width: 1rem;
    }

.elc-pagination {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .elc-pagination {
    margin-top: 5rem;
  }
}

@media (min-width: 992px) {
  .elc-pagination {
    margin-top: 3rem;
  }
}

.elc-pagination ul {
    margin: 0px;
  }

.elc-pagination ul {
    padding: 0px;
  }

.elc-pagination li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

.elc-pagination li {
    margin-top: 0px;
    margin-bottom: 0px;
  }

.elc-pagination li {
    list-style: none;
  }

.elc-pagination .pagination-button {
    --tw-border-opacity: 1;
    border-color: rgb(243 238 231 / var(--tw-border-opacity));
  }

.elc-pagination .pagination-button {
    cursor: pointer;
  }

.elc-pagination .pagination-button {
    transition-duration: 200ms;
  }

.elc-pagination .pagination-button {
  }

.elc-pagination .pagination-button {
    display: flex;
  }

.elc-pagination .pagination-button {
    align-items: center;
  }

.elc-pagination .pagination-button {
    justify-content: center;
  }

.elc-pagination .pagination-button {
    border-width: 1px;
  }

.elc-pagination .pagination-button {
    padding: 0px;
  }

.elc-pagination .pagination-button {
    transition-duration: 300ms;
  }

.elc-pagination .pagination-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.elc-pagination .pagination-button:hover {
    --tw-text-opacity: 1;
    color: rgb(34 43 29 / var(--tw-text-opacity));
  }

.elc-pagination .pagination-button:hover {
    opacity: 0.3;
  }

.elc-pagination .pagination-button {
    font-family: 'TTLakesNeue', sans-serif;
  }

.elc-pagination .pagination-button.active {
      cursor: default;
    }

.elc-pagination .pagination-button.active {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.elc-pagination .pagination-button.active {
      --tw-text-opacity: 1;
      color: rgb(34 43 29 / var(--tw-text-opacity));
    }

.elc-pagination .pagination-button.active {
      opacity: 1;
    }

.elc-pagination .pagination-button.active {
      transition-duration: 300ms;
    }

.elc-pagination .pagination-button.active:hover {
      opacity: 1;
    }

.elc-pagination .pagination-button.active label {
        cursor: default;
      }

.elc-pagination .pagination-button label {
      display: flex;
    }

.elc-pagination .pagination-button label {
      height: 1rem;
    }

.elc-pagination .pagination-button label {
      width: 1rem;
    }

.elc-pagination .pagination-button label {
      cursor: pointer;
    }

.elc-pagination .pagination-button label {
      align-items: center;
    }

.elc-pagination .pagination-button label {
      justify-content: center;
    }

.elc-pagination .pagination-button label {
      padding: 1.5rem;
    }

.elc-pagination .pagination-arrow {
    border-width: 0px;
  }

.elc-pagination .pagination-arrow {
    background-color: transparent !important;
  }

.elc-pagination .pagination-arrow label {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }

.elc-pagination .pagination-arrow label {
      padding: 0px;
    }

.elc-pagination input {
    visibility: hidden;
  }

.elc-pagination input {
    position: absolute;
  }

.elc-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .elc-text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .elc-text {
    font-size: 18px;
  }
}

.elc-hover {
  cursor: pointer;
  transition-duration: 200ms;
}

.elc-hover svg {
    cursor: pointer;
  }

.elc-hover svg {
    transition-duration: 200ms;
  }

.elc-hover:hover {
    opacity: 0.5;
  }

.elc-hover:hover svg {
      transform: rotate(-45deg);
    }

.elc-full-width {
  margin: auto calc(50% - 50vw);
}

.elc-content a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

.elc-content a {
    text-decoration-thickness: 1px;
  }

.elc-content a {
    text-underline-offset: 2px;
  }

.elc-excerpt {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.elc-excerpt-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.elc-excerpt-5{
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.\!fixed {
  position: fixed !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[4px\] {
  top: 4px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-1\.5 {
  top: 0.375rem;
}

.top-1 {
  top: 0.25rem;
}

.right-\[80px\] {
  right: 80px;
}

.bottom-\[-40px\] {
  bottom: -40px;
}

.left-\[30px\] {
  left: 30px;
}

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

.z-\[999\] {
  z-index: 999;
}

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-end-3 {
  grid-column-end: 3;
}

.m-0 {
  margin: 0px;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

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

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

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

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

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

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

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[400px\] {
  height: 400px;
}

.h-5 {
  height: 1.25rem;
}

.h-\[18px\] {
  height: 18px;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-\[calc\(100\%_-_104px\)\] {
  height: calc(100% - 104px);
}

.h-4 {
  height: 1rem;
}

.h-\[24px\] {
  height: 24px;
}

.h-8 {
  height: 2rem;
}

.h-\[109px\] {
  height: 109px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[20px\] {
  height: 20px;
}

.h-7 {
  height: 1.75rem;
}

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.h-80vh {
  height: 80vh;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-min {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.h-56 {
  height: 14rem;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[335px\] {
  height: 335px;
}

.h-80 {
  height: 20rem;
}

.h-\[290px\] {
  height: 290px;
}

.max-h-\[400px\] {
  max-height: 400px;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[600px\] {
  max-height: 600px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-\[510px\] {
  min-height: 510px;
}

.\!min-h-screen {
  min-height: 100vh !important;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.w-20 {
  width: 5rem;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.\!w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-4 {
  width: 1rem;
}

.w-\[18px\] {
  width: 18px;
}

.\!w-auto {
  width: auto !important;
}

.w-\[24px\] {
  width: 24px;
}

.w-2 {
  width: 0.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-screen {
  width: 100vw;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[200px\] {
  width: 200px;
}

.w-7 {
  width: 1.75rem;
}

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

.w-\[300px\] {
  width: 300px;
}

.w-\[80px\] {
  width: 80px;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-\[620px\] {
  max-width: 620px;
}

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

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

.max-w-\[650px\] {
  max-width: 650px;
}

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

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

.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

.animate-\[spin_30s_linear_infinite\] {
  -webkit-animation: spin 30s linear infinite;
          animation: spin 30s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.\!list-none {
  list-style-type: none !important;
}

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

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

.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}

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

.flex-col {
  flex-direction: column;
}

.\!flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

.\!justify-center {
  justify-content: center !important;
}

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

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

.border {
  border-width: 1px;
}

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

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

.\!border-l-0 {
  border-left-width: 0px !important;
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(163 73 36 / var(--tw-border-opacity));
}

.border-grey\/40 {
  border-color: rgb(226 225 225 / 0.4);
}

.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(243 238 231 / var(--tw-border-opacity));
}

.border-light\/20 {
  border-color: rgb(243 238 231 / 0.2);
}

.\!border-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 238 231 / var(--tw-border-opacity)) !important;
}

.border-primary\/40 {
  border-color: rgb(34 43 29 / 0.4);
}

.border-body_light\/50 {
  border-color: rgb(249 248 246 / 0.5);
}

.border-body_light\/40 {
  border-color: rgb(249 248 246 / 0.4);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 29 / var(--tw-bg-opacity));
}

.bg-body_light {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity));
}

.bg-secondary_lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 231 / var(--tw-bg-opacity));
}

.\!bg-body_light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity)) !important;
}

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

.\!bg-body_light\/20 {
  background-color: rgb(249 248 246 / 0.2) !important;
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 231 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(163 73 36 / var(--tw-bg-opacity));
}

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

.bg-primary\/90 {
  background-color: rgb(34 43 29 / 0.9);
}

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

.bg-secondary_light {
  --tw-bg-opacity: 1;
  background-color: rgb(228 158 72 / var(--tw-bg-opacity));
}

.fill-body_light {
  fill: #F9F8F6;
}

.fill-secondary {
  fill: #A34924;
}

.fill-body {
  fill: #10140D;
}

.fill-secondary_light {
  fill: #E49E48;
}

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.\!px-\[0\%\] {
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.\!px-\[5\%\] {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

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

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

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

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

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

.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

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

.pt-\[80px\] {
  padding-top: 80px;
}

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

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

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

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

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

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

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

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

.pr-\[12\%\] {
  padding-right: 12%;
}

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

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

.font-\[SFUI\] {
  font-family: SFUI;
}

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

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

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

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

.\!text-21 {
  font-size: 21px !important;
}

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

.\!font-light {
  font-weight: 300 !important;
}

.uppercase {
  text-transform: uppercase;
}

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

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(243 238 231 / var(--tw-text-opacity));
}

.text-body_light {
  --tw-text-opacity: 1;
  color: rgb(249 248 246 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(163 73 36 / var(--tw-text-opacity));
}

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

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(226 225 225 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(34 43 29 / var(--tw-text-opacity));
}

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

.\!text-light {
  --tw-text-opacity: 1 !important;
  color: rgb(243 238 231 / var(--tw-text-opacity)) !important;
}

.text-secondary_light {
  --tw-text-opacity: 1;
  color: rgb(228 158 72 / var(--tw-text-opacity));
}

.text-body_light\/90 {
  color: rgb(249 248 246 / 0.9);
}

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

.text-body_light\/60 {
  color: rgb(249 248 246 / 0.6);
}

.text-primary\/90 {
  color: rgb(34 43 29 / 0.9);
}

.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-50 {
  opacity: 0.5;
}

.\!opacity-10 {
  opacity: 0.1 !important;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: .75;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-65 {
  opacity: .65;
}

.opacity-80 {
  opacity: 0.8;
}

.\!opacity-75 {
  opacity: .75 !important;
}

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

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

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1200px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 576px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.custom-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-LightItalic.eot');

  src: local('SFUI LightItalic'), local('SFUIText-LightItalic'),
    url('../resources/fonts/SFUI/SFUIText-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-LightItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-LightItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-LightItalic.ttf') format('truetype');

  font-weight: 200;

  font-style: italic;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot');

  src: local('SFUI Regular Italic'), local('SFUIText-RegularItalic'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot');

  src: local('SFUI SemiboldItalic'), local('SFUIText-SemiboldItalic'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Heavy.eot');

  src: local('SFUI Heavy'), local('SFUIText-Heavy'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Semibold.eot');

  src: local('SFUI Semibold'), local('SFUIText-Semibold'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Medium.eot');

  src: local('SFUI Medium'), local('SFUIText-Medium'),
    url('../resources/fonts/SFUI/SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Light.eot');

  src: local('SFUI Light'), local('SFUIText-Light'),
    url('../resources/fonts/SFUI/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Light.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Regular.eot');

  src: local('SFUI Regular'), local('SFUIText-Regular'),
    url('../resources/fonts/SFUI/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot');

  src: local('SFUI BoldItalic'), local('SFUIText-BoldItalic'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-Bold.eot');

  src: local('SFUI Bold'), local('SFUIText-Bold'),
    url('../resources/fonts/SFUI/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot');

  src: local('SFUI HeavyItalic'), local('SFUIText-HeavyItalic'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

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

  src:   url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot');

  src: local('SFUI MediumItalic'), local('SFUIText-MediumItalic'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Regular.eot');

  src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../resources/fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.eot');

  src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'),
    url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-ExtraboldItalic.ttf') format('truetype');

  font-weight: 800;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Bold.eot');

  src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../resources/fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Black.eot');

  src: local('Gilroy Black'), local('Gilroy-Black'),
    url('../resources/fonts/Gilroy/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Black.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Black.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Light.eot');

  src: local('Gilroy Light'), local('Gilroy-Light'),
    url('../resources/fonts/Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Light.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Light.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Semibold.eot');

  src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
    url('../resources/fonts/Gilroy/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Semibold.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Semibold.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Medium.eot');

  src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('../resources/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-MediumItalic.eot');

  src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
    url('../resources/fonts/Gilroy/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-MediumItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-MediumItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-BlackItalic.eot');

  src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
    url('../resources/fonts/Gilroy/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-BlackItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-BlackItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-BlackItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-UltraLight.eot');

  src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLight.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLight.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLight.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-RegularItalic.eot');

  src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
    url('../resources/fonts/Gilroy/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-RegularItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-RegularItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.eot');

  src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'),
    url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-SemiboldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.eot');

  src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
    url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-HeavyItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Extrabold.eot');

  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
    url('../resources/fonts/Gilroy/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Extrabold.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Extrabold.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Extrabold.ttf') format('truetype');

  font-weight: 800;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-BoldItalic.eot');

  src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
    url('../resources/fonts/Gilroy/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-BoldItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-BoldItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.eot');

  src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-UltraLightItalic.ttf') format('truetype');

  font-weight: 200;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-LightItalic.eot');

  src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
    url('../resources/fonts/Gilroy/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-LightItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-LightItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-style: italic;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Heavy.eot');

  src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
    url('../resources/fonts/Gilroy/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Heavy.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Heavy.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-Thin.eot');

  src: local('Gilroy Thin'), local('Gilroy-Thin'),
    url('../resources/fonts/Gilroy/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-Thin.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-Thin.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-Thin.ttf') format('truetype');

  font-weight: 100;

  font-style: normal;
}

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

  src:   url('../resources/fonts/Gilroy/Gilroy-ThinItalic.eot');

  src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
    url('../resources/fonts/Gilroy/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/Gilroy/Gilroy-ThinItalic.woff2') format('woff2'),
    url('../resources/fonts/Gilroy/Gilroy-ThinItalic.woff') format('woff'),
    url('../resources/fonts/Gilroy/Gilroy-ThinItalic.ttf') format('truetype');

  font-weight: 100;

  font-style: italic;
}

* {
  outline: none !important;
}

@media (max-width: 1023.99px) {

header {
    position: fixed !important
}
  }

header ul {
    list-style-image: none !important;
    padding: 0;
    margin: 0;
  }

header ul li {
      margin-bottom: 0;
      padding-left: 0;
    }

header ul li.current-menu-item {
        text-underline-offset: 2px;
        text-decoration-thickness: 1px;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
      }

header ul li.current-page-ancestor {
        text-underline-offset: 2px;
        text-decoration-thickness: 1px;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
      }

header .hamburger-menu {
    margin: 4px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    height: 29px;
    width: 2rem;
    cursor: pointer;
  }

header .hamburger-menu .bar-top,
    header .hamburger-menu .bar-middle,
    header .hamburger-menu .bar-bottom {
      height: 2px;
      background: #fff;
      margin: 2px 0;
      transform-origin: left;
      transition: all 0.1s;
    }

header .hamburger-menu .bar-middle {
      width: 50%;
    }

header .hamburger-menu.active .bar-top {
      transform: rotate(45deg);
    }

header .hamburger-menu.active .bar-middle {
      opacity: 0;
    }

header .hamburger-menu.active .bar-bottom {
      transform: rotate(-45deg);
    }

@media (max-width: 1024px) {

header .menu-primary {
      transition: .3s;

      opacity: 0;

      position: absolute;

      display: none;

      z-index: -999;

      top: 63px;

      left: 0;

      background: #192136;

      width: 100vw
  }

      header .menu-primary ul {
        display: flex;
        flex-direction: column;
      }
    }

header .menu-primary a {
      transition: .3s;
      font-size: 16px;
    }

@media (max-width: 1024px) {

header .menu-primary a {
        font-size: 24px
    }
      }

header .menu-primary a:hover {
        opacity: .5;
      }

header .active__menu {
    opacity: 1;
    display: flex;
    align-items: start;
    justify-content: center;
    position: fixed;
    background: #222b1d;
    width: 100%;
    top: 0;
    height: 100vh;
    color: #fff;
    padding-top: 69px;
    padding-left: 0;
    z-index: 99;
  }

header .languages-wrap svg {
      transform: scaleY(1) translateY(0px);
      transition: .3s;
    }

header .languages-wrap li {
      transition: .3s;
      padding-left: 0 !important;
    }

header .languages-wrap li:hover {
        opacity: .5;
      }

header .languages-wrap .active-lang svg {
        transform: scaleY(-1) translateY(5px);
      }

.container {
  max-width: 1800px !important;
  margin: 0 auto;
}

.home-section-hero .main-btn-rounded {
    align-items: center;
    height: 155px;
    transition: .3s;
  }

@media (max-width: 576px) {
  }

.leukocytes-animation-1 {
  -webkit-animation: leukocytes-animation-1 5s infinite;
          animation: leukocytes-animation-1 5s infinite;
}

.blur-animation {
  -webkit-animation: blur-animation 5s infinite;
          animation: blur-animation 5s infinite;
}

.home_about_section_counters .count {
    font-family: 'TTLakesNeue', sans-serif;
    font-size: 96px;
    margin-left: 32px;
  }

@media (max-width: 1440px) {

.home_about_section_counters .count {
      font-size: 72px
  }
    }

@media (max-width: 1200px) {

.home_about_section_counters .count {
      font-size: 64px
  }
    }

@media (max-width: 1024px) {

.home_about_section_counters .count {
      font-size: 56px
  }
    }

@media (max-width: 768px) {

.home_about_section_counters .count {
      font-size: 48px
  }
    }

.faq-box {
  list-style-image: none !important;
}

.vjs-poster {
  background-size: cover;
}

.vjs-poster:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #192136;
    opacity: .5;
  }

.vjs-big-play-button {
  display: none !important;
}

.hidden-fade {
  opacity: 0;
}

.home_about_section_counters .slick-list {
    padding-top: 0 !important;
    overflow: visible;
  }

.home_about_section_counters .home_services_repeater__sidebar {
  }

.home_about_section_counters .home_services_repeater h3 svg {
      transition: .3s;
    }

.home_about_section_counters .home_services_repeater .slick-slide {
      cursor: pointer;
      opacity: .35;
      transition: .3s;
    }

.home_about_section_counters .home_services_repeater .slick-slide.slick-current {
        opacity: 1;
      }

.home_about_section_counters .home_services_repeater .slick-slide.slick-current h3 svg {
          transform: rotate(315deg) !important;
        }

.home_about_section_counters .home_services_repeater .slick-slide:hover {
        opacity: .5;
      }

.home_about_section_counters .home_services_repeater .slick-slide:hover h3 svg {
          transform: rotate(315deg) !important;
        }

.home-section-hero {
  box-shadow: inset 0px -114px 91px 92px #192136;
}

.slick-current .animation-textIn {
    -webkit-animation: textIn 1.2s cubic-bezier(.76, -0.01, .37, 1);
            animation: textIn 1.2s cubic-bezier(.76, -0.01, .37, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
    position: absolute;
  }

.slick-current .animation-textInBottom {
    opacity: 0;
    -webkit-animation: textInBottom 1.2s cubic-bezier(.76, -0.01, .37, 1);
            animation: textInBottom 1.2s cubic-bezier(.76, -0.01, .37, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    position: absolute;
  }

.animation-textIn {
  -webkit-animation: textOut 1.2s cubic-bezier(.76, -0.01, .37, 1);
          animation: textOut 1.2s cubic-bezier(.76, -0.01, .37, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: absolute;
}

.animation-textInBottom {
  -webkit-animation: textOutBottom 1.2s cubic-bezier(.76, -0.01, .37, 1);
          animation: textOutBottom 1.2s cubic-bezier(.76, -0.01, .37, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: absolute;
}

.eli-hero-services .slick-slide {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }

.elc-team-slider .slick-list, .elc-partners-slider .slick-list {
    overflow: visible;
  }

.elc-text p {
  opacity: 1 !important;
}

.separator-arr {
  flex: 1;
  margin: 0 24px;
  width: 60px;
  height: 1px;
  background: linear-gradient(-45deg, #fff, #16A48C);
  background-size: 400% 400%;
  -webkit-animation: gradient 10s ease infinite;
  animation: gradient 10s ease infinite;
}

@-webkit-keyframes textIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes textIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes textInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes textInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes textOut {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(20px);
  }
}

@keyframes textOut {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(20px);
  }
}

@-webkit-keyframes textOutBottom {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(20px);
  }
}

@keyframes textOutBottom {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(20px);
  }
}

.elc-underline {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.elc-underline:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2px;
    height: 1px;
    background: #fff;
  }

.elc-underline svg {
    position: absolute;
    right: -32px;
  }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#news_filter input[type="radio"] {
    position: absolute;
    visibility: hidden;
  }

#news_filter .slick-list {
    overflow: visible !important;
  }

.loader {
  opacity: 0;
  z-index: -1;
  transition: opacity .3s;
}

.loader.active-loader {
    opacity: 1;
    z-index: 999;
  }

.slick-arrow.slick-hidden {
  display: block !important;
  opacity: .1;
}

.slick-arrow {
  opacity: 1;
  transition: .2s;
  cursor: pointer !important;
}

.slick-arrow:hover {
  opacity: .5;
}

#news-form-result {
  transition: opacity .3s;
}

#news-form-result.active-loader {
    opacity: 0.25;
  }

.elc-team-slider .slick-slide:nth-child(2n+2) img {
      height: 400px;
    }

@media (max-width: 1024px) {

.elc-team-slider .slick-slide:nth-child(2n+2) img {
        height: 300px
    }
      }

.elc-team-slider .slick-slide:nth-child(2n+1) img {
      height: 450px;
    }

@media (max-width: 1024px) {

.elc-team-slider .slick-slide:nth-child(2n+1) img {
        height: 350px
    }
      }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.prev-arrow, .next-arrow {
  transition: .3s;
  cursor: pointer;
}

.prev-arrow:hover, .next-arrow:hover {
    opacity: .55 !important;
  }

@-webkit-keyframes blur-animation {
  0% {
    filter: blur(0px);
  }

  50% {
    filter: blur(100px);
  }

  100% {
    filter: blur(0px);
  }
}

@keyframes blur-animation {
  0% {
    filter: blur(0px);
  }

  50% {
    filter: blur(100px);
  }

  100% {
    filter: blur(0px);
  }
}

.elc-list-none {
  list-style-image: none !important;
}

footer h4 {
    margin-bottom: 24px;
    opacity: 1;
  }

footer ul {
    list-style-image: none !important;
    padding-left: 0 !important;
  }

footer ul li {
      padding-left: 0 !important;
    }

footer a {
  }

.rank-math-breadcrumb a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }

.rank-math-breadcrumb a {
    text-decoration-thickness: 1px;
  }

.rank-math-breadcrumb a {
    text-underline-offset: 2px;
  }

.rank-math-breadcrumb p {
    font-size: 14px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

.rank-math-breadcrumb .separator {
    margin: 0 4px;
  }

.home-services-container .elc-box-content {
    margin-right: -20px;
  }

.home-services-container .elc-box-content {
    margin-left: -20px;
  }

.home-services-container .elc-box-content {
    height: 250px;
  }

@media (min-width: 576px) {
    .home-services-container .elc-box-content {
      margin-right: 0px;
    }
  }

@media (min-width: 576px) {
    .home-services-container .elc-box-content {
      margin-left: 0px;
    }
  }

@media (min-width: 768px) {
    .home-services-container .elc-box-content {
      height: 300px;
    }
  }

@media (min-width: 992px) {
    .home-services-container .elc-box-content {
      height: 350px;
    }
  }

.elc-content {
  text-align: justify;
}

.elc-content h2 {
    margin-top: 2.5rem;
  }

.elc-content h2 {
    margin-bottom: 1.5rem;
  }

.elc-content h2 {
    opacity: 1;
  }

@media (min-width: 768px) {
    .elc-content h2 {
      margin-top: 3rem;
    }
  }

@media (min-width: 768px) {
    .elc-content h2 {
      margin-bottom: 2rem;
    }
  }

@media (min-width: 992px) {
    .elc-content h2 {
      margin-top: 4rem;
    }
  }

@media (min-width: 992px) {
    .elc-content h2 {
      margin-bottom: 2.5rem;
    }
  }

.elc-content h3 {
    margin-top: 1.5rem;
  }

.elc-content h3 {
    margin-top: 0.75rem;
  }

.elc-content h3 {
    opacity: 1;
  }

@media (min-width: 768px) {
    .elc-content h3 {
      margin-top: 2rem;
    }
  }

@media (min-width: 768px) {
    .elc-content h3 {
      margin-bottom: 1rem;
    }
  }

@media (min-width: 992px) {
    .elc-content h3 {
      margin-top: 2.5rem;
    }
  }

@media (min-width: 992px) {
    .elc-content h3 {
      margin-bottom: 1.25rem;
    }
  }

.elc-content p {
    margin-top: 0.5rem;
  }

@media (min-width: 768px) {
    .elc-content p {
      margin-bottom: 1rem;
    }
  }

@media (min-width: 992px) {
    .elc-content p {
      margin-bottom: 1.5rem;
    }
  }

.elc-content li {
    margin-top: 0.5rem;
  }

@media (min-width: 768px) {
    .elc-content li {
      margin-bottom: 1rem;
    }
  }

@media (min-width: 992px) {
    .elc-content li {
      margin-bottom: 1.5rem;
    }
  }

.roadmap-desc .slick-track {
    display: flex;
    align-items: center;
  }

.fb_iframe_widget span {
  vertical-align: middle !important;
}

.section-main {
  display: flex;
  min-height: 100vh;
  align-items: center;
}

@media (min-width: 576px) {
  .section-main {
    min-height: 600px;
  }
}

.breadcrumbs p {
    opacity: 0.7;
  }

.breadcrumbs p > * {
    font-weight: 300;
  }

.breadcrumbs p > * {
    --tw-text-opacity: 1 !important;
    color: rgb(249 248 246 / var(--tw-text-opacity)) !important;
  }

.elc-hover-tab-secondary * {
    opacity: 0.5;
  }

.elc-hover-tab-secondary * {
    transition-duration: 300ms;
  }

.elc-hover-tab-secondary:hover * {
      --tw-text-opacity: 1 !important;
      color: rgb(163 73 36 / var(--tw-text-opacity)) !important;
    }

.elc-hover-tab-secondary:hover * {
      opacity: 0.7;
    }

.elc-hover-tab-secondary:hover.active * {
        --tw-text-opacity: 1 !important;
        color: rgb(163 73 36 / var(--tw-text-opacity)) !important;
      }

.elc-hover-tab-secondary:hover.active * {
        opacity: 1 !important;
      }

.elc-hover-tab-secondary:hover svg {
      opacity: 0.7;
    }

.elc-hover-tab-secondary.active * {
      --tw-text-opacity: 1 !important;
      color: rgb(163 73 36 / var(--tw-text-opacity)) !important;
    }

.elc-hover-tab-secondary.active * {
      opacity: 1 !important;
    }

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

.elc-hover-tab-secondary.active svg {
      opacity: 1;
    }

.elc-hover-tab-secondary svg {
    opacity: 0;
  }

.elc-hover-tab-secondary-light * {
    opacity: 0.5;
  }

.elc-hover-tab-secondary-light * {
    transition-duration: 300ms;
  }

.elc-hover-tab-secondary-light:hover * {
      --tw-text-opacity: 1 !important;
      color: rgb(228 158 72 / var(--tw-text-opacity)) !important;
    }

.elc-hover-tab-secondary-light:hover * {
      opacity: 0.7;
    }

.elc-hover-tab-secondary-light:hover.active * {
        --tw-text-opacity: 1 !important;
        color: rgb(228 158 72 / var(--tw-text-opacity)) !important;
      }

.elc-hover-tab-secondary-light:hover.active * {
        opacity: 1 !important;
      }

.elc-hover-tab-secondary-light:hover svg {
      opacity: 0.7;
    }

.elc-hover-tab-secondary-light.active * {
      --tw-text-opacity: 1 !important;
      color: rgb(228 158 72 / var(--tw-text-opacity)) !important;
    }

.elc-hover-tab-secondary-light.active * {
      opacity: 1 !important;
    }

.elc-hover-tab-secondary-light.active svg {
      --tw-rotate: 45deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

.elc-hover-tab-secondary-light.active svg {
      opacity: 1;
    }

.elc-hover-tab-secondary-light svg {
    opacity: 0;
  }

.eli-hero-services {
  max-width: calc(100% - 1px);
}

@media (min-width: 1440px) {

.eli-hero-services {
    max-width: calc(100% - 160px)
}
  }

@media (min-width: 1200px) {

.eli-hero-services {
    max-width: calc(100% - 80px)
}
  }

.eli-hero-news{
  max-width: calc(100% - 1vh);
}

@media (min-width: 1200px) {

.eli-hero-news{
    max-width: calc(100% - 15vh)
}
  }

.elc-home-services__pagination .divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

.elc-home-services__pagination .divider {
    height: 1px;
  }

.elc-home-services__pagination .divider {
    width: 1rem;
  }

.elc-home-services__pagination .divider {
    background-color: rgb(34 43 29 / 0.2);
  }

@media (min-width: 1600px) {
    .elc-home-services__pagination .divider {
      width: 2rem;
    }
  }

.wpforms-form input, .wpforms-form .wpforms-field-textarea textarea{
  color: #10140D !important;
  background: transparent !important;
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid rgba(16, 20, 13, 0.2) !important;
  border-radius: 0 !important;
  resize: none !important;
  font-size: 16px !important;
  opacity: .5 !important;
  padding-left: 0 !important;
  max-width: 100% !important;
  transition: 0.3s !important;
}

.eli-form_light .wpforms-form input,   .eli-form_light .wpforms-form .wpforms-field-textarea textarea {
  --tw-border-opacity: 1;
  border-color: rgb(243 238 231 / var(--tw-border-opacity));
  border-width: 1px !important;
  border-color: rgb(249 248 246 / 0.2) !important;
  color: rgb(249 248 246 / 0.7) !important;
  background: transparent !important;
  width: 100% !important;
  border-radius: 0 !important;
  resize: none !important;
  font-size: 16px !important;
  opacity: .5 !important;
  padding-left: 0 !important;
  max-width: 100% !important;
}

.wpforms-form input:focus,.wpforms-form .wpforms-field-textarea textarea:focus{
  opacity: 1 !important;
  border-color: rgba(16, 20, 13, 0.4) !important;
}

.wpforms-form textarea:focus::-moz-placeholder{
  color: transparent !important;
}

.wpforms-form textarea:focus::placeholder{
  color: transparent !important;
}

.wpforms-form textarea::-moz-placeholder{
  -moz-transition: 0.3s !important;
  transition: 0.3s !important;
}

.wpforms-form textarea::placeholder{
  transition: 0.3s !important;
}

.eli-form_light .wpforms-form input:focus, .eli-form_light .wpforms-form .wpforms-field-textarea textarea:focus {
  border-color: rgb(249 248 246 / 0.4) !important;
  color: rgb(249 248 246 / 1) !important;
}

.wpforms-submit {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: #A34924 !important;
  border: 1px solid #A34924 !important;
  color: #fff !important;
  transition: .3s;
  font-size: 18px !important;
}

.wpforms-submit:hover {
  background: transparent !important;
  border: 1px solid #A34924 !important;
  color: #A34924 !important;
  transition: .3s;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  font-size: 14px !important;
  color: #B90310 !important;
  padding-top: 4px !important;
  font-weight: 300 !important;
}

label {
  font-weight: 300 !important;
}

.wpforms-label-hide {
  display: none !important;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: none !important;
  border: none !important;
  color: #10140D !important;
  padding: 0 !important;
}

.eli-form_light .wpforms-confirmation-container-full * {
    --tw-text-opacity: 1;
    color: rgb(249 248 246 / var(--tw-text-opacity));
  }

.slider_single_service .slick-slide {
    margin: 0 15px;
  }

.slider_single_service .slick-slide:first-of-type{
      margin-left: 0;
    }

.slider_single_service .slick-list{
    margin-right: -15px;
  }

.slider_single_service .slick-track{
    display: flex;
  }

.active-animation.animation-textInBottom{
    opacity: 0;
    -webkit-animation: textInBottom 1.2s cubic-bezier(.76, -0.01, .37, 1);
    animation: textInBottom 1.2s cubic-bezier(.76, -0.01, .37, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
  }

.active-animation.animation-textIn {
    -webkit-animation: textIn 1.2s cubic-bezier(.76, -0.01, .37, 1);
            animation: textIn 1.2s cubic-bezier(.76, -0.01, .37, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
    position: relative;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }

.eli-menu {
  height: 100%;
}

.eli-menu * {
    height: 100%;
  }

.eli-menu .menu> li a {
          display: flex;
        }

.eli-menu .menu> li a {
          align-items: center;
        }

.eli-menu .menu> li a {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
        }

.eli-menu .menu li a {
        font-size: 16px;
      }

.eli-menu> ul> .menu-item-has-children> .sub-menu {
              visibility: hidden;
            }

.eli-menu> ul> .menu-item-has-children> .sub-menu {
              position: absolute;
            }

.eli-menu> ul> .menu-item-has-children> .sub-menu {
              z-index: -1;
            }

.eli-menu> ul> .menu-item-has-children> .sub-menu {
              flex-direction: column;
            }

.eli-menu> ul> .menu-item-has-children> .sub-menu {
              align-items: flex-start;
            }

.eli-menu> ul> .menu-item-has-children> .sub-menu {
              opacity: 0;
            }

.eli-menu> ul> .menu-item-has-children:hover .sub-menu {
              visibility: visible;
            }

.eli-menu> ul> .menu-item-has-children:hover .sub-menu {
              z-index: 90;
            }

.eli-menu> ul> .menu-item-has-children:hover .sub-menu {
              opacity: 1;
            }

.eli-menu .sub-menu {
    --tw-border-opacity: 1;
    border-color: rgb(243 238 231 / var(--tw-border-opacity));
  }

.eli-menu .sub-menu {
    top: 101%;
  }

.eli-menu .sub-menu {
    height: auto;
  }

.eli-menu .sub-menu {
    border-width: 1px;
  }

.eli-menu .sub-menu {
    border-color: rgb(243 238 231 / 0.2);
  }

.eli-menu .sub-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(34 43 29 / var(--tw-bg-opacity));
  }

.eli-menu .sub-menu {
    padding: 1rem;
  }

.main__menu .wrap__logo {
    background-color: transparent !important;
  }

.main__menu .wrap__logo * {
      background-color: transparent !important;
    }

.main__menu ul li {
      opacity: 1 !important;
    }

.main__menu ul .menu-item-has-children> a:after{
            content: url("../resources/img/switcher.svg");
            position: relative;
            bottom: 1px;
            left: 4px;
            transition: 0.2s;
          }

.active__bar .sub-menu {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 248 246 / var(--tw-bg-opacity)) !important;
  }

.info-shadow {
  box-shadow: 0 -20px 40px 10px rgba(34,43,29,.86);
}

.mobile__header {
  z-index: -1;
}

.mobile__header .sub-menu {
    margin-top: 1rem;
  }

.mobile__header .sub-menu {
    display: none;
  }

.mobile__header .sub-menu {
    height: 100%;
  }

@media (min-width: 768px) {
    .mobile__header .sub-menu {
      margin-top: 1.5rem;
    }
  }

.mobile__header ul li {
      margin-bottom: 0.75rem;
    }

.mobile__header ul li {
      display: flex;
    }

.mobile__header ul li {
      flex-direction: column;
    }

.mobile__header ul li {
      opacity: 1 !important;
    }

.mobile__header ul .close__window {
      font-size: 16px;
    }

.mobile__header ul ul a {
        font-size: 16px;
      }

.mobile__header ul .close__window {
      position: relative;
    }

.mobile__header ul .close__window {
      display: flex;
    }

.mobile__header ul .close__window {
      padding-left: 1.75rem;
    }

.mobile__header ul .close__window {
      font-weight: 500;
    }

.mobile__header ul .close__window{
      opacity: .65;
    }

.mobile__header ul .close__window:before{
        content: url("../resources/img/arrow.svg");
        position: absolute;
        top: -5px;
        left: 0;
        transform: scale(.75) rotate(180deg);
        display: flex;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        margin-right: 8px;
      }

.mobile__header ul .note {
      pointer-events: none;
    }

.mobile__header ul .note {
      font-size: 24px;
    }

.mobile__header ul .note {
      font-weight: 500;
    }

.mobile__header ul .note:hover {
      -webkit-text-decoration-line: none;
              text-decoration-line: none;
    }

.mobile__header ul .note:hover {
      opacity: 1;
    }

.mobile__header ul .note:after {
        display: none;
      }

.mobile__header ul a{
      transition: 0s;
    }

.mobile__header .menu{
    height: inherit;
  }

.mobile__header .menu {
    overflow-y: scroll;
  }

.mobile__header ul .menu-item-has-children> a:after,.mobile__header ul .menu-item-has-children> span:after{
            content: url("../resources/img/switcher.svg");
            position: relative;
            bottom: 3px;
            left: 4px;
            transition: 0.2s;
          }

.show__menu {
  display: block !important;
}

.hide__menu {
  display: none !important;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgb(16 20 13 / 0.7);
  opacity: 0;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.show__popup {
  z-index: 9999999 !important;
  opacity: 1 !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.show__animation {
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  opacity: 1 !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

@media (min-width: 576px) {
  .show__animation {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
}

.iti__country-list {
  width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

.iti {
  z-index: 999999999 !important;
}

.iti__flag-container {
  width: 100% !important;
}

.active__bar a:after {
      --tw-invert: invert(100%);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }

footer h4 {
    margin-bottom: 0.75rem;
  }

footer h4 {
    font-size: 18px;
  }

footer h4 {
    --tw-text-opacity: 1;
    color: rgb(249 248 246 / var(--tw-text-opacity));
  }

footer .headline {
    margin-bottom: 0.25rem;
  }

footer .headline {
    font-size: 16px;
  }

footer .headline {
    --tw-text-opacity: 1;
    color: rgb(249 248 246 / var(--tw-text-opacity));
  }

footer a, footer .work__time p {
    font-size: 14px;
  }

footer a, footer .work__time p {
    --tw-text-opacity: 1;
    color: rgb(249 248 246 / var(--tw-text-opacity));
  }

footer ul {
    display: flex;
  }

footer ul {
    flex-direction: column;
  }

footer ul li {
      display: flex;
    }

footer ul li {
      flex-direction: column;
    }

footer .sub-menu{
    display: none;
  }

footer a {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

.wrap__pagination {
  display: flex;
}

.wrap__pagination > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.wrap__pagination .page-numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    text-decoration: none
  }

.wrap__pagination .page-numbers {
    --tw-border-opacity: 1;
    border-color: rgb(243 238 231 / var(--tw-border-opacity));
  }

.wrap__pagination .page-numbers {
    cursor: pointer;
  }

.wrap__pagination .page-numbers {
    transition-duration: 200ms;
  }

.wrap__pagination .page-numbers {
  }

.wrap__pagination .page-numbers {
    border-width: 1px;
  }

.wrap__pagination .page-numbers {
    transition-duration: 300ms;
  }

.wrap__pagination .page-numbers:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.wrap__pagination .page-numbers:hover {
    --tw-text-opacity: 1;
    color: rgb(34 43 29 / var(--tw-text-opacity));
  }

.wrap__pagination .page-numbers:hover {
    opacity: 0.3;
  }

.wrap__pagination .page-numbers.current {
      cursor: default;
    }

.wrap__pagination .page-numbers.current {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.wrap__pagination .page-numbers.current {
      --tw-text-opacity: 1;
      color: rgb(34 43 29 / var(--tw-text-opacity));
    }

.wrap__pagination .page-numbers.current {
      opacity: 1;
    }

.wrap__pagination .page-numbers.current {
      transition-duration: 300ms;
    }

.wrap__pagination .page-numbers.current:hover {
      opacity: 1;
    }

.menu .menu-item-499 {
    font-size: 18px;
  }

.menu .menu-item-499 {
    font-weight: 700;
  }

.section-content .wrap__content blockquote {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }

.section-content .wrap__content blockquote {
      border-radius: 0.75rem;
    }

.section-content .wrap__content blockquote {
      padding: 1.25rem;
    }

@media (min-width: 768px) {
      .section-content .wrap__content blockquote {
        margin-top: 2rem;
        margin-bottom: 2rem;
      }
    }

@media (min-width: 768px) {
      .section-content .wrap__content blockquote {
        padding: 1.5rem;
      }
    }

@media (min-width: 992px) {
      .section-content .wrap__content blockquote {
        padding: 2rem;
      }
    }

.section-content .wrap__content h2 {
      margin-top: 2rem;
    }

.section-content .wrap__content h2 {
      margin-bottom: 0.75rem;
    }

@media (min-width: 768px) {
      .section-content .wrap__content h2 {
        margin-top: 2.5rem;
      }
    }

@media (min-width: 992px) {
      .section-content .wrap__content h2 {
        margin-top: 3rem;
      }
    }

@media (min-width: 992px) {
      .section-content .wrap__content h2 {
        margin-bottom: 1rem;
      }
    }

.section-content .wrap__content h3 {
      margin-top: 2rem;
    }

.section-content .wrap__content h3 {
      margin-bottom: 0.75rem;
    }

@media (min-width: 768px) {
      .section-content .wrap__content h3 {
        margin-top: 2.5rem;
      }
    }

@media (min-width: 992px) {
      .section-content .wrap__content h3 {
        margin-top: 3rem;
      }
    }

@media (min-width: 992px) {
      .section-content .wrap__content h3 {
        margin-bottom: 1rem;
      }
    }

.section-content .wrap__content ul{
      list-style-type: disc;
      list-style-position: inside;
    }

.section-content .wrap__content ol{
      list-style-type: decimal;
      list-style-position: inside;
    }

.section-content .wrap__content ul, .section-content .wrap__content ol {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }

.section-content .wrap__content ul > :not([hidden]) ~ :not([hidden]), .section-content .wrap__content ol > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0 !important;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
    }

.section-content .wrap__content ul, .section-content .wrap__content ol {
      padding-left: 2.5rem !important;
    }

@media (min-width: 768px) {
      .section-content .wrap__content ul, .section-content .wrap__content ol {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
      }
    }

.section-content .wrap__content p {
      margin-bottom: 1rem;
    }

@media (min-width: 992px) {
      .section-content .wrap__content p {
        margin-bottom: 1.25rem;
      }
    }

.section-content .wrap__content p:last-of-type{
        margin-bottom: 0 !important;
      }

.section-content .wrap__content *:first-child {
        margin-top: 0px !important;
      }

.section-content .wrap__table-of-contents {
    --tw-border-opacity: 1;
    border-color: rgb(243 238 231 / var(--tw-border-opacity));
  }

.section-content .wrap__table-of-contents {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

.section-content .wrap__table-of-contents {
    border-width: 1px;
  }

.section-content .wrap__table-of-contents {
    --tw-border-opacity: 1;
    border-color: rgb(106 109 124 / var(--tw-border-opacity));
  }

.section-content .wrap__table-of-contents {
    padding: 1rem;
  }

@media (min-width: 768px) {
    .section-content .wrap__table-of-contents {
      padding: 1.25rem;
    }
  }

@media (min-width: 992px) {
    .section-content .wrap__table-of-contents {
      padding: 1.5rem;
    }
  }

.section-content .wrap__table-of-contents.content__hidden{
      display: none;
    }

.section-content .wrap__table-of-contents ul {
      margin-bottom: 0px !important;
    }

.section-content .wrap__table-of-contents ul {
      padding: 0px !important;
    }

.section-content .wrap__table-of-contents ul li {
        padding: 0px !important;
      }

.section-content .wrap__table-of-contents ul li a{
          opacity: 0.7;
          font-weight: 500;
        }

.section-content .wrap__table-of-contents ul li.active a{
            opacity: 1;
          }

.last-of-type\:border-b:last-of-type {
  border-bottom-width: 1px;
}

.last-of-type\:pb-0:last-of-type {
  padding-bottom: 0px;
}

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

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

.hover\:text-light:hover {
  --tw-text-opacity: 1;
  color: rgb(243 238 231 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(163 73 36 / var(--tw-text-opacity));
}

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

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

.hover\:\!opacity-100:hover {
  opacity: 1 !important;
}

.child\:m-0 > * {
  margin: 0px;
}

.child\:flex > * {
  display: flex;
}

.child\:h-min > * {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.child\:items-center > * {
  align-items: center;
}

.child\:\!fill-black > * {
  fill: #000 !important;
}

.child\:\!fill-body_light > * {
  fill: #F9F8F6 !important;
}

.child\:fill-white > * {
  fill: #fff;
}

.child\:fill-secondary > * {
  fill: #A34924;
}

.child\:p-0 > * {
  padding: 0px;
}

.child\:text-18 > * {
  font-size: 18px;
}

.child\:text-body_light > * {
  --tw-text-opacity: 1;
  color: rgb(249 248 246 / var(--tw-text-opacity));
}

.child\:\!text-body_light > * {
  --tw-text-opacity: 1 !important;
  color: rgb(249 248 246 / var(--tw-text-opacity)) !important;
}

.child\:opacity-100 > * {
  opacity: 1;
}

.child\:hover\:fill-secondary:hover > * {
  fill: #A34924;
}

.child\:hover\:text-secondary:hover > * {
  --tw-text-opacity: 1;
  color: rgb(163 73 36 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .sm\:grid {
    display: grid;
  }

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

  .sm\:w-\[calc\(50\%_-_16px\)\] {
    width: calc(50% - 16px);
  }

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

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

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

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

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

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

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

  .sm\:\!px-\[5\%\] {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

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

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

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:right-\[120px\] {
    right: 120px;
  }

  .md\:bottom-\[-60px\] {
    bottom: -60px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[700px\] {
    height: 700px;
  }

  .md\:h-20vh {
    height: 20vh;
  }

  .md\:h-\[120px\] {
    height: 120px;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:min-h-\[70px\] {
    min-height: 70px;
  }

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

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

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

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

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

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[120px\] {
    width: 120px;
  }

  .md\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

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

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

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

  .md\:\!px-\[5\%\] {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

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

  .md\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .md\:pb-\[8\%\] {
    padding-bottom: 8%;
  }

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

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

  .md\:pt-\[8\%\] {
    padding-top: 8%;
  }

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

  .md\:pr-\[5\%\] {
    padding-right: 5%;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:bottom-\[-83px\] {
    bottom: -83px;
  }

  .lg\:right-\[180px\] {
    right: 180px;
  }

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

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

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

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

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[450px\] {
    height: 450px;
  }

  .lg\:h-\[167px\] {
    height: 167px;
  }

  .lg\:h-\[350px\] {
    height: 350px;
  }

  .lg\:min-h-\[90px\] {
    min-height: 90px;
  }

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

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

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

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

  .lg\:w-\[167px\] {
    width: 167px;
  }

  .lg\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-\[250px\] {
    max-width: 250px;
  }

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

  .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-\[1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

  .lg\:gap-\[5\%\] {
    gap: 5%;
  }

  .lg\:gap-\[3\%\] {
    gap: 3%;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

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

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

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

  .lg\:\!px-\[5\%\] {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

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

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

  .lg\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

  .lg\:pl-\[0\%\] {
    padding-left: 0%;
  }

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

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

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

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

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

  .lg\:pr-\[12\%\] {
    padding-right: 12%;
  }

  .lg\:\!pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:pr-\[5\%\] {
    padding-right: 5%;
  }

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

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

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

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

  .lg\:child\:text-18 > * {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

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

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:h-20vh {
    height: 20vh;
  }

  .xl\:h-\[500px\] {
    height: 500px;
  }

  .xl\:w-\[20vh\] {
    width: 20vh;
  }

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

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

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

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-\[10\%\] {
    gap: 10%;
  }

  .xl\:gap-\[4\%\] {
    gap: 4%;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .xl\:\!border-r-0 {
    border-right-width: 0px !important;
  }

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

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

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

  .xl\:\!pl-0 {
    padding-left: 0px !important;
  }

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

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

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

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

  .xl\:child\:text-32 > * {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .\32xl\:-mb-36 {
    margin-bottom: -9rem;
  }

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

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

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

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:gap-\[14\%\] {
    gap: 14%;
  }

  .\32xl\:gap-\[7\%\] {
    gap: 7%;
  }

  .\32xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

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

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

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

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

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

  .\32xl\:child\:text-40 > * {
    font-size: 40px;
  }
}
