/*!
Theme Name: Estilo
Theme URI: https://tekcreative.co.uk/
Author: Greg Sofroni
Author URI: https://www.linkedin.com/in/greg-sofroni/
Description: TekCreative WordPress base theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TekCreative is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/** Add variables */

/** Button overrides for the regular sized button */

/** Rounded button overrides */

/** Small button overrides */

/** Large button overrides */

/** Remove link hover underlines by default */

/** Custom variables, designed to make your life easier */

/** Colours */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.1.7 | 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:-ms-input-placeholder, textarea:-ms-input-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;
}

*, ::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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Arial, sans-serif;
}

section {
  display: flex;
  justify-content: center;
}

.admin-bar .edit-post-layout__metaboxes section {
  display: block;
}

.admin-bar ul {
  padding-left: 0px;
}

.admin-bar ul li {
  margin-bottom: 0px;
  list-style-type: none;
}

p + p {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  p + p {
    margin-top: 0.75rem;
  }
}

p + ul,  p + ol,  p + h1,  p + h2,  p + h3,  p + h4,  p + h5,  p + h6 {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  p + ul,  p + ol,  p + h1,  p + h2,  p + h3,  p + h4,  p + h5,  p + h6 {
    margin-top: 0.75rem;
  }
}

p strong {
  font-family: Arial-Bold, sans-serif;
}

ul {
  padding-left: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

ol {
  padding-left: 1.5rem;
}

ol li {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
}

object {
  pointer-events: none;
}

#customize-theme-controls li {
  list-style: none !important;
}

/** Load defined custom fonts from folder */

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

  src: url('assets/fonts/Metropolis-Regular.otf') format('truetype');
}

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

  src: url('assets/fonts/arial.ttf') format('truetype');
}

@font-face {
  font-family: 'Arial-Bold';

  src: url('assets/fonts/arial-bold.ttf') format('truetype');
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `mixings`
 * directory (except for `mixings.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript mixings or WordPress plugins.
 */

/** Import global styles from inside the theme*/

.footer {
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.footer ul,  .footer ol {
  padding-left: 0px !important;
}

.footer ul li,  .footer ol li {
  margin-bottom: 0px !important;
  list-style-type: none !important;
}

.footer__top {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .footer__top {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer__top {
    padding-top: 5rem;
  }
}

.footer__top-logo-wrap {
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .footer__top-logo-wrap {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .footer__top-logo-wrap {
    width: 25%;
  }
}

.footer__top-logo {
  max-width: 152px;
}

@media (min-width: 1280px) {
  .footer__top-logo {
    max-width: 260px;
  }
}

.footer__top-menues {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer__top-menues {
    width: 58.333333%;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .footer__top-menues {
    justify-content: space-between;
  }
}

.footer__top-contacts-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer__top-contacts-wrap {
    width: 41.666667%;
  }
}

.footer__top-menues-left {
  width: 50%;
}

@media (min-width: 768px) {
  .footer__top-menues-left {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .footer__top-menues-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.footer__top-menu-wrap {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__top-menu-wrap {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .footer__top-menu-wrap {
    margin-bottom: 0px;
    width: 33.333333%;
  }
}

.footer__top-menu > li {
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .footer__top-menu > li {
    padding-bottom: 0.5rem;
  }
}

.footer__top-menu > li > a {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .footer__top-menu > li > a {
    font-size: 18px;
    line-height: 28px;
  }
}

.footer__top-menu > li > a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.footer__top-address-content {
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer__top-address-content {
    font-size: 18px;
    line-height: 28px;
    line-height: 2rem;
  }
}

.footer__top-menu-title {
  margin-bottom: 0.5rem;
  font-family: Arial-Bold, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer__top-menu-title {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .footer__top-menu-title {
    font-size: 22px;
    line-height: 32px;
  }
}

.footer__top-contacts {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__top-contacts {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50%;
    padding-right: 2.5rem;
  }
}

.footer__top-address {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .footer__top-address {
    width: 50%;
    padding-right: 2.5rem;
  }
}

.footer__top-address a {
  text-underline-offset: 4px;
}

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

.footer__top-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .footer__top-contact {
    padding-bottom: 1rem;
  }
}

.footer__top-contact-link {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .footer__top-contact-link {
    font-size: 18px;
    line-height: 28px;
  }
}

.footer__top-contact-link::after {
  position: absolute;
  right: 0px;
  bottom: 0.25rem;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.footer__top-contact-link:hover::after {
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.footer__top-contact-link--phone {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.footer__top-contact-link--phone::after {
  --tw-content: none;
  content: var(--tw-content);
}

.footer__top-contact-icon {
  margin-right: 0.5rem;
  width: 1.25rem;
}

.footer__top-socials {
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .footer__top-socials {
    padding-bottom: 0px;
  }
}

.footer__top-socials {
  display: flex;
  flex-wrap: wrap;
}

.footer__top-social {
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
}

.footer__top-social:hover {
  opacity: 0.8;
}

.footer__top-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer__bottom {
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .footer__bottom {
    padding-bottom: 1.5rem;
  }
}

.footer__bottom-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .footer__bottom-left {
    align-items: center;
    justify-content: flex-start;
  }
}

.footer__bottom-copy {
  margin-right: 0.5rem;
  font-size: 12px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .footer__bottom-copy {
    font-size: 14px;
    line-height: 24px;
  }
}

.footer__bottom-menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 22px;
}

@media (min-width: 1024px) {
  .footer__bottom-menu {
    font-size: 14px;
    line-height: 24px;
  }
}

.footer__bottom-developer {
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.footer__bottom-developer:hover {
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .footer__bottom-developer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
  }
}

.bottom-footer__logo-link {
  display: block;
  width: 1.5rem;
}

.header {
  position: relative;
  z-index: 20;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.header ul,  .header ol {
  padding-left: 0px !important;
}

.header ul li,  .header ol li {
  margin-bottom: 0px !important;
  list-style-type: none !important;
}

.header--transparent {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.9;
}

.header.sticky {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.header.sticky::before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  content: var(--tw-content);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header--shadow::before {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  --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);
}

.header__bottom {
  position: relative;
}

.header__bottom-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header__bottom-left {
  display: flex;
  max-width: 60px;
  align-items: center;
}

@media (min-width: 768px) {
  .header__bottom-left {
    max-width: 128px;
  }
}

@media (min-width: 1024px) {
  .header__bottom-left {
    max-width: 202px;
  
}

@media (min-width: 1280px) {
  .header__bottom-left {
    max-width: 220px;
  }
}

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

.header__bottom-navigation {
  display: none;
}

@media (min-width: 1280px) {
  .header__bottom-navigation {
    display: block;
  }
}

.header__bottom-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.header__bottom-list > .header__item {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.header__bottom-list > .header__item:last-child {
  padding-right: 0px;
}

.header__bottom-list > .header__item:last-child > .header__link {
  display: block;
  height: 3rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.625rem;
  padding-bottom: 0.75rem;
}

.header__bottom-list > .header__item:last-child > .header__link::after {
  --tw-content: none;
  content: var(--tw-content);
}

.header__bottom-list > .header__item:last-child > .header__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.header__bottom-list > .header__item.current-menu-item > .header__link::after {
  position: absolute;
  right: 0px;
  bottom: 0.375rem;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header__bottom-list > .header__item > .header__link {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.header__bottom-list > .header__item > .header__link::after {
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header__bottom-list > .header__item > .header__link:hover::after {
  position: absolute;
  right: 0px;
  bottom: 0.375rem;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header__bottom-list .header__link {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header__bottom-list .menu__submenu--depth-1 > .header__item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(38 37 37 / var(--tw-border-opacity));
}

.header__bottom-list .menu__submenu--depth-1 > .header__item > .header__link {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.header__bottom-list .menu__submenu--depth-1 .current-menu-item > .header__link {
  position: relative;
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.header__bottom-list .menu__submenu--depth-1 .current-menu-item > .header__link::before {
  position: absolute;
  right: 0px;
  bottom: 0.125rem;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header__bottom-list .menu__submenu--depth-1 .header__link {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.header__bottom-list .menu__submenu--depth-1 .header__link:hover {
  position: relative;
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.header__bottom-list .menu__submenu--depth-1 .header__link::before {
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header__bottom-list .menu__submenu--depth-1 .header__link:hover::before {
  position: absolute;
  right: 0px;
  bottom: 0.125rem;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.header__bottom-list .menu__submenu--depth-2 > .header__item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(38 37 37 / var(--tw-border-opacity));
}

.header__bottom-list .menu__submenu--depth-2 > .header__item > .header__link {
  display: block;
  width: 100%;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3.5rem;
  font-size: 12px;
  line-height: 22px;
}

.header__bottom-list .menu-item-has-children:hover .header__bottom-list-wrap {
  z-index: 50;
  display: block;
}

.header__bottom-list-wrap {
  position: absolute;
  display: none;
  width: 13rem;
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__bottom-list-wrap::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 92%;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.header__bottom-mobile-menu {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
}

@media (min-width: 1280px) {
  .header__bottom-mobile-menu {
    display: none;
  }
}

.header__bottom-mobile-bars {
  height: 1.75rem;
  width: 1.75rem;
  --tw-brightness: brightness(1);
  --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);
}

.mobile-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  bottom: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  padding-bottom: 2.5rem;
  --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);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu.is-active {
  right: 0px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__icon {
  height: 2rem;
  width: 2rem;
  --tw-brightness: brightness(0);
  --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);
}

.mobile-menu__container {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.mobile-menu__container::-webkit-scrollbar {
  display: none;
}

.mobile-menu__logo-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-right: 1rem;
}

.mobile-menu__logo-wrap .custom-logo-link {
  display: flex;
  max-width: 70px;
  align-items: center;
}

@media (min-width: 768px) {
  .mobile-menu__logo-wrap .custom-logo-link {
    max-width: 168px;
  }
}

@media (min-width: 1024px) {
  .mobile-menu__logo-wrap .custom-logo-link {
    max-width: 242px;
  }
}

@media (min-width: 1280px) {
  .mobile-menu__logo-wrap .custom-logo-link {
    max-width: 260px;
  }
}

.mobile-menu__logo-link {
  display: flex;
  max-width: 70px;
  align-items: center;
}

@media (min-width: 768px) {
  .mobile-menu__logo-link {
    max-width: 168px;
  }
}

@media (min-width: 1024px) {
  .mobile-menu__logo-link {
    max-width: 242px;
  }
}

@media (min-width: 1280px) {
  .mobile-menu__logo-link {
    max-width: 260px;
  }
}

.mobile-menu__menu {
  padding-top: 0.5rem;
  padding-bottom: 3.5rem;
  padding-left: 0px;
}

.mobile-menu__link {
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.mobile-menu__submenu-title {
  position: relative;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mobile-menu__item {
  list-style-type: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-menu__item.menu-item-has-children {
  position: relative;
}

.mobile-menu__submenu.menu__submenu--depth-1-wrapper {
  position: fixed;
  top: 5rem;
  right: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.mobile-menu__submenu.menu__submenu--depth-1-wrapper.active {
  right: 0px;
  left: 0px;
  z-index: 30;
  height: 80vh;
  width: 100%;
  overflow-y: scroll;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper {
  height: 0px;
  padding-right: 1rem;
  padding-left: 2rem;
  opacity: 0;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper.active {
  margin-bottom: -1.25rem;
  height: auto;
  padding-top: 1.25rem;
  opacity: 1;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper.active .mobile-menu__item {
  padding-top: 0px;
  padding-bottom: 0.75rem;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-2-wrapper .mobile-menu__link {
  font-size: 12px;
  line-height: 22px;
}

.mobile-menu__open-submenu {
  position: absolute;
  top: 50%;
  margin-left: 1.5rem;
  height: 1rem;
  width: 2.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url("assets/vectors/arrow-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-menu__submenu-back {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  height: 1.25rem;
  padding-left: 2rem;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mobile-menu__submenu-back::before {
  position: absolute;
  left: 0px;
  top: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  --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));
  background-image: url("assets/vectors/arrow-btn.svg");
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.mobile-menu__open-submenu--depth-2 {
  position: absolute;
  top: 1.25rem;
  margin-left: 1.5rem;
  height: 1rem;
  width: 2.75rem;
  --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));
  background-image: url("assets/vectors/arrow-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__open-submenu--depth-2.active {
  --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));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.author-001 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.author-001__image {
  display: inline-block;
  width: 2.5rem;
  overflow: hidden;
  border-radius: 9999px;
  vertical-align: middle;
}

.author-001__name {
  margin-top: 0px !important;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize;
}

.author-001__date {
  position: relative;
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 12px;
  line-height: 22px;
}

.author-001__date::before {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 50%;
  width: 1px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.content-001 {
  font-size: 18px;
  line-height: 28px;
}

/** Define the spacing between heading and content */

.content-001 + .buttons__wrap {
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .content-001 + .buttons__wrap {
    padding-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .content-001 + .buttons__wrap {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .content-001 + .buttons__wrap {
    padding-top: 2rem;
  }
}

.content-card-001 {
  padding: 0.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .content-card-001 {
    padding: 1.5rem;
  }
}

.content-card-001__heading, 
.content-card-001__content {
  font-size: 24px;
  line-height: 34px;
}

@media (min-width: 768px) {
  .content-card-001__heading, 
.content-card-001__content {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .content-card-001__heading, 
.content-card-001__content {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.content-card-001__heading {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .content-card-001__heading {
    margin-bottom: 0.5rem;
  }
}

.heading-001 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .heading-001 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .heading-001 {
    font-size: 40px;
    line-height: 50px;
  }
}

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

.heading-001--right {
  text-align: right;
}

.heading-001--right + .subheading-001 {
  text-align: right;
}

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

.heading-001--center + .subheading-001 {
  text-align: center;
}

/** Define the spacing between heading and subheading */

.heading-001 + .subheading-001 {
  padding-top: 0.25rem;
}

@media (min-width: 768px) {
  .heading-001 + .subheading-001 {
    padding-top: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .heading-001 + .subheading-001 {
    padding-top: 1.5rem;
  }
}

/** Define the spacing between heading and content, buttons */

.heading-001 + .content-001, 
    .heading-001 + .buttons__wrap {
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  .heading-001 + .content-001, 
    .heading-001 + .buttons__wrap {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .heading-001 + .content-001, 
    .heading-001 + .buttons__wrap {
    padding-top: 2rem;
  }
}

.linkboxes-001 {
  position: relative;
}

.linkboxes-001__wrap {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxes-001__wrap::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
  opacity: 0.5;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxes-001__wrap:hover::before {
  --tw-gradient-to: #000;
  content: var(--tw-content);
  opacity: 0.6;
}

.linkboxes-001__heading {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 24px;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .linkboxes-001__heading {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .linkboxes-001__heading {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.linkboxes-001__content {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.linkboxes-001__content + .linkboxes-001__buttons {
  margin-top: 0.75rem;
}

.linkboxes-001__buttons {
  position: relative;
}

.linkboxes-001__link {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.linkboxe-002 {
  position: relative;
  height: 18rem;
}

@media (min-width: 768px) {
  .linkboxe-002 {
    height: 20rem;
  }
}

@media (min-width: 1024px) {
  .linkboxe-002 {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .linkboxe-002 {
    height: 24rem;
  }
}

.linkboxe-002__wrap {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .linkboxe-002__wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.linkboxe-002__wrap::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.5;
  transition-duration: 200ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 1024px) {
  .linkboxe-002__wrap::before {
    --tw-gradient-to: transparent;
    content: var(--tw-content);
    opacity: 0.2;
  }
}

.linkboxe-002__wrap:hover::before {
  content: var(--tw-content);
  opacity: 0.8;
}

.linkboxe-002__wrap:hover .linkboxe-002__content-wrap {
  opacity: 1;
}

.linkboxe-002__wrap:hover .linkboxe-002__logo-figure {
  opacity: 0;
}

.linkboxe-002__heading {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .linkboxe-002__heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.linkboxe-002__content {
  padding-top: 0.25rem !important;
}

@media (min-width: 768px) {
  .linkboxe-002__content {
    padding-top: 0.5rem !important;
  }
}

.linkboxe-002__content {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.linkboxe-002__content-wrap {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 1024px) {
  .linkboxe-002__content-wrap {
    opacity: 0;
  }
}

.linkboxe-002__link {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.linkboxe-002__logo-figure {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 1024px) {
  .linkboxe-002__logo-figure {
    width: 13rem;
    opacity: 1;
  }
}

@media (min-width: 1536px) {
  .linkboxe-002__logo-figure {
    width: 15rem;
  }
}

.linkboxe-003 {
  position: relative;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .linkboxe-003 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .linkboxe-003 {
    width: 33.333333%;
  }
}

.linkboxe-003:hover .linkboxe-003__figure--link::after {
  --tw-gradient-to: #000;
  content: var(--tw-content);
  opacity: 0.6;
}

.linkboxe-003:hover .linkboxe-003__heading--link::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.linkboxe-003__figure {
  position: relative;
  height: 350px;
}

@media (min-width: 768px) {
  .linkboxe-003__figure {
    height: 400px;
  }
}

@media (min-width: 1280px) {
  .linkboxe-003__figure {
    height: 560px;
  }
}

@media (min-width: 1536px) {
  .linkboxe-003__figure {
    height: 600px;
  }
}

.linkboxe-003__figure--link::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
  opacity: 0;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxe-003__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.linkboxe-003__heading-wrap {
  display: flex;
  justify-content: center;
}

.linkboxe-003__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .linkboxe-003__heading {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .linkboxe-003__heading {
    padding-top: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .linkboxe-003__heading {
    padding-top: 3rem;
  }
}

.linkboxe-003__heading--link::after {
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.linkboxe-003__link {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.linkboxe-004 {
  position: relative;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .linkboxe-004 {
    margin-bottom: 0px;
  }
}

.linkboxe-004--link:hover > .linkboxe-004__content-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.linkboxe-004__content-wrap {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .linkboxe-004__content-wrap {
    padding: 3rem;
  }
}

@media (min-width: 1536px) {
  .linkboxe-004__content-wrap {
    padding: 4rem;
  }
}

.linkboxe-004__heading {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .linkboxe-004__heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.linkboxe-004__content {
  text-align: center;
}

.linkboxe-004__link {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.linkboxe-005 {
  position: relative;
  height: 18rem;
}

@media (min-width: 768px) {
  .linkboxe-005 {
    height: 20rem;
  }
}

@media (min-width: 1024px) {
  .linkboxe-005 {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .linkboxe-005 {
    height: 24rem;
  }
}

.linkboxe-005__wrap {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxe-005__wrap::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
  opacity: 0.6;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxe-005__wrap:hover::before {
  --tw-gradient-to: #000;
  opacity: 0.6;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxe-005__heading {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .linkboxe-005__heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.linkboxe-005__content {
  padding-top: 0.25rem !important;
}

@media (min-width: 768px) {
  .linkboxe-005__content {
    padding-top: 0.5rem !important;
  }
}

.linkboxe-005__content {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.linkboxe-005__link {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.linkboxe-005__logo-figure {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .linkboxe-005__logo-figure {
    width: 13rem;
  }
}

@media (min-width: 1536px) {
  .linkboxe-005__logo-figure {
    width: 15rem;
  }
}

.linkboxe-006 {
  position: relative;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .linkboxe-006 {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .linkboxe-006 {
    width: 33.333333%;
  }

  .linkboxe-006:hover .linkboxe-006__wrap::after {
    content: var(--tw-content);
    opacity: 0.6;
  }
}

.linkboxe-006:hover .linkboxe-006__figure {
  opacity: 0;
}

.linkboxe-006:hover .linkboxe-006__figure--full {
  opacity: 1;
}

.linkboxe-006:hover .linkboxe-006__heading {
  opacity: 1;
}

.linkboxe-006__wrap {
  position: relative;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxe-006__wrap::after {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .linkboxe-006__wrap::after {
    content: var(--tw-content);
    opacity: 0;
  }
}

.linkboxe-006__figure {
  position: relative;
  height: 350px;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .linkboxe-006__figure {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .linkboxe-006__figure {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .linkboxe-006__figure {
    height: 560px;
  }
}

@media (min-width: 1536px) {
  .linkboxe-006__figure {
    height: 600px;
  }
}

.linkboxe-006__figure--full {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .linkboxe-006__figure--full {
    opacity: 0;
  }
}

.linkboxe-006__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxe-006__heading-wrap {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.linkboxe-006__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .linkboxe-006__heading {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .linkboxe-006__heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    opacity: 0;
  }
}

@media (min-width: 1280px) {
  .linkboxe-006__heading {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.linkboxe-006__link {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}

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

.post-card-001:hover .post-card-001__figure::after {
  --tw-gradient-to: #000;
  content: var(--tw-content);
  opacity: 0.4;
}

.post-card-001__image-wrap {
  position: relative;
  height: 24rem;
  width: 100%;
}

@media (min-width: 1280px) {
  .post-card-001__image-wrap {
    height: 400px;
  }
}

.post-card-001__figure {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.post-card-001__figure::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
  opacity: 0;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card-001__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card-001__content-wrap {
  height: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 768px) {
  .post-card-001__content-wrap {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .post-card-001__content-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1536px) {
  .post-card-001__content-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.post-card-001__heading {
  padding-top: 1rem;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
}

@media (min-width: 768px) {
  .post-card-001__heading {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1536px) {
  .post-card-001__heading {
    font-size: 22px;
    line-height: 32px;
  }
}

.post-card-001__content {
  padding-top: 1rem !important;
  font-size: 14px;
  line-height: 24px;
}

.post-card-001__date {
  margin-top: 0.75rem;
  font-size: 12px;
  line-height: 22px;
}

@media (min-width: 1024px) {
  .post-card-001__date {
    position: absolute;
    bottom: 0px;
  }
}

.post-card-001__button {
  margin-top: 0.75rem;
}

.post-card-001__link {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.post-card-002 {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .post-card-002 {
    margin-bottom: 3rem;
  }
}

.post-card-002:hover .post-card-002__image::before {
  content: var(--tw-content);
  opacity: 0;
}

.post-card-002:hover .post-card-002__figure::after {
  --tw-gradient-to: #000;
  content: var(--tw-content);
  opacity: 0.4;
}

.post-card-002__figure {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.post-card-002__figure::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
  opacity: 0;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card-002__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card-002__content-wrap {
  position: relative;
  padding-top: 1rem;
}

.post-card-002__image {
  position: relative;
  height: 20rem;
}

@media (min-width: 768px) {
  .post-card-002__image {
    height: 20rem;
  }
}

@media (min-width: 1024px) {
  .post-card-002__image {
    height: 400px;
  }
}

.post-card-002__image::before {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  --tw-grayscale: grayscale(0);
  --tw-invert: invert(0);
  --tw-saturate: saturate(0);
  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);
  --tw-backdrop-blur: blur(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card-002__image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.post-card-002__logo-figure {
  position: absolute;
  right: 2.75rem;
  top: 2.75rem;
  z-index: 1;
  max-width: 200px;
}

.post-card-002__title {
  position: absolute;
  bottom: 2.75rem;
  right: 0px;
  z-index: 2;
  max-width: 80%;
  --tw-bg-opacity: 1;
  background-color: rgb(217 147 121 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 18px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .post-card-002__title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .post-card-002__title {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 24px;
    line-height: 34px;
  }
}

.post-card-002__heading {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .post-card-002__heading {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1024px) {
  .post-card-002__heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.post-card-002__link {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.post-card-002__button {
  position: relative;
  z-index: 10;
}

.post-card-003 {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .post-card-003 {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .post-card-003 {
    margin-bottom: 3.5rem;
  }
}

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

.post-card-003:hover .post-card-003__figure::after {
  content: var(--tw-content);
  opacity: 0.8;
}

.post-card-003:hover .post-card-003__button {
  opacity: 1;
}

.post-card-003__image-wrap {
  position: relative;
  height: 24rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .post-card-003__image-wrap {
    height: 400px;
  }
}

@media (min-width: 1280px) {
  .post-card-003__image-wrap {
    height: 450px;
  }
}

@media (min-width: 1536px) {
  .post-card-003__image-wrap {
    height: 500px;
  }
}

.post-card-003__figure {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.post-card-003__figure::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card-003__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card-003__content-wrap {
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 768px) {
  .post-card-003__content-wrap {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .post-card-003__content-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1536px) {
  .post-card-003__content-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.post-card-003__heading {
  padding-top: 1rem;
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
}

@media (min-width: 768px) {
  .post-card-003__heading {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1536px) {
  .post-card-003__heading {
    font-size: 22px;
    line-height: 32px;
  }
}

.post-card-003__content {
  padding-top: 1rem !important;
  font-size: 14px;
  line-height: 24px;
}

.post-card-003__button {
  position: absolute !important;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card-003__link {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.post-card-003__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.search-result-001 {
  position: relative;
}

.search-result-001__link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.subheading-001 {
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .subheading-001 {
    font-size: 24px;
    line-height: 34px;
  }
}

/** Define the spacing between subheading and content, buttons */

.subheading-001 + .content-001, 
    .subheading-001 + .buttons__wrap {
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .subheading-001 + .content-001, 
    .subheading-001 + .buttons__wrap {
    padding-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .subheading-001 + .content-001, 
    .subheading-001 + .buttons__wrap {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .subheading-001 + .content-001, 
    .subheading-001 + .buttons__wrap {
    padding-top: 2rem;
  }
}

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

@media (min-width: 448px) {
  .container {
    max-width: 448px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all content blocks with an `entry-content` class on
 * the frontend and within the block editor.
 *
 * The `$post-content-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

.entry-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.entry-content :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.entry-content :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.entry-content :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.entry-content :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.entry-content :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.entry-content :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.entry-content :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.entry-content :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.entry-content :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.entry-content :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.entry-content :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.entry-content :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.entry-content :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.entry-content :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.entry-content :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.entry-content :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.entry-content :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.entry-content :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.entry-content :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.entry-content :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.entry-content :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.entry-content :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.entry-content :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.entry-content :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.entry-content :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.entry-content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.entry-content :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.entry-content :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.entry-content-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.entry-content-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.entry-content-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.entry-content-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.entry-content-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.entry-content-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.entry-content-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.entry-content-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.entry-content-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.entry-content-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.entry-content-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.entry-content-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.entry-content-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.entry-content-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
  max-width: none;
}

.entry-content :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

/* Content width from the `theme.json` file */

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Wide width from the `theme.json` file */

.entry-content > .alignwide {
  max-width: 60rem;
}

/* Full width */

.entry-content > .alignfull {
  max-width: none;
}

.not-found {
  min-height: calc(100vh - 76px);
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .not-found {
    min-height: calc(100vh - 90px);
  }
}

.not-found__container {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.not-found__wrap {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .not-found__wrap {
    padding-bottom: 3rem;
  }
}

.not-found__heading {
  padding-bottom: 1.5rem;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .not-found__heading {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .not-found__heading {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.not-found__subheading {
  margin-bottom: 3rem;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .not-found__subheading {
    margin-bottom: 6rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.not-found__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.not-found__button {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.not-found__button:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.ajax-results {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .ajax-results {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.ajax-results .relevanssi-live-search-results {
  position: absolute;
  left: unset !important;
  right: 0px !important;
  top: 3rem !important;
  z-index: 1;
  display: none;
  max-height: none;
  min-height: 0px;
  width: 100%;
}

.ajax-search__results {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .ajax-search__results {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.ajax-search__results:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.ajax-search__results:first-child {
  border-style: none !important;
}

.ajax-search__missing-text {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .ajax-search__missing-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.ajax-search__heading {
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .ajax-search__heading {
    font-size: 24px;
    line-height: 34px;
  }
}

.ajax-search__heading {
  padding: 0px;
}

.ajax-search__result-heading {
  font-size: 18px;
  line-height: 28px;
}

.ajax-search__result-content {
  border-style: none !important;
  font-size: 14px;
  line-height: 24px;
}

.ajax-search__result-content p {
  border-style: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0.25rem !important;
}

.ajax-search__result-btn {
  display: inline !important;
  padding: 0px;
}

.ajax-search__buttons {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .ajax-search__buttons {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
  }
}

.btn, 
.btn-custom a, 
input.btn-input, 
.alm-load-more-btn {
  position: relative;
  margin: 0px;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 164px;
  border-width: 1px;
  height: 50px;
  border-radius: 0px;
  padding: 12px 45px;
}

.btn:focus, 
    .btn:active, 
    .btn-custom a:focus, 
    .btn-custom a:active, 
    input.btn-input:focus, 
    input.btn-input:active, 
    .alm-load-more-btn:focus, 
    .alm-load-more-btn:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn:hover .btn__icon,  .btn-custom a:hover .btn__icon,  input.btn-input:hover .btn__icon,  .alm-load-more-btn:hover .btn__icon {
  --tw-translate-x: 0.25rem;
  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));
}

.btn:hover .btn__icon--left,  .btn-custom a:hover .btn__icon--left,  input.btn-input:hover .btn__icon--left,  .alm-load-more-btn:hover .btn__icon--left {
  --tw-translate-x: -0.25rem;
  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));
}

.btn:hover .btn__icon--arrow-btn-download,  .btn-custom a:hover .btn__icon--arrow-btn-download,  input.btn-input:hover .btn__icon--arrow-btn-download,  .alm-load-more-btn:hover .btn__icon--arrow-btn-download {
  --tw-translate-x: 0px;
  --tw-translate-y: -0.25rem;
  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));
}

.btn-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary, 
.alm-load-more-btn {
  --tw-border-opacity: 1;
  border-color: rgb(38 37 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover, 
.alm-load-more-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 37 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.btn-primary.btn__icon,  .alm-load-more-btn.btn__icon {
  --tw-brightness: brightness(0);
  --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);
}

.btn-primary:hover.btn__icon,  .alm-load-more-btn:hover.btn__icon {
  --tw-brightness: brightness(1);
  --tw-invert: invert(0);
  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);
}

.btn-primary.done,  .alm-load-more-btn.done {
  cursor: none;
  opacity: 0.4;
}

.btn-primary.done:hover,  .alm-load-more-btn.done:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 37 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(21 21 21 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 22 25 / var(--tw-text-opacity));
}

.btn-transparent {
  min-width: 0px;
  border-color: transparent;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0.5rem;
  text-align: left;
}

.btn-transparent:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.btn-transparent .btn__icon--right {
  left: 100%;
  right: unset;
}

.btn-sm {
  min-width: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  line-height: 24px;
}

.btn-lg {
  min-width: 180px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 22px;
  line-height: 32px;
}

.btn-xl {
  min-width: 220px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 24px;
  line-height: 34px;
}

.btn-outlined {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.btn-outlined:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 37 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.btn-outlined.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(21 21 21 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.btn-outlined.btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 25 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 22 25 / var(--tw-text-opacity));
}

/** Icon styles */

.btn__icon {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn__icon--right {
  left: unset;
  right: 1.25rem;
}

.buttons__wrap {
  margin: -0.625rem;
  display: flex;
  flex-wrap: wrap;
}

.buttons__wrap .btn {
  margin: 0.625rem;
}

/** Styles for forms */

.contact-form .nf-field-container {
  margin-bottom: 5px;
}

.contact-form .nf-field-container.textarea-container   {
  margin-bottom: 10px;
}

.contact-form .nf-field-container .file_upload-wrap {
  margin-bottom: 20px;
}

.contact-form .nf-multi-cell .nf-cell {
  padding: 0 8px !important;
}

.contact-form .nf-form-content {
  padding: 5px 1px !important;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input, 
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select, 
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  border-radius: 0px !important;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(38 37 37 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 12px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contact-form .nf-form-content .field-wrap:not(.submit-wrap) input, 
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select, 
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
    padding: 1.25rem;
  }
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input::-moz-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select::-moz-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input:-ms-input-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select:-ms-input-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input::placeholder,  .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select::placeholder,  .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::placeholder {
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  height: 132px;
}

.contact-form .nf-form-content .checkbox-wrap  {
  margin-bottom: 20px;
}

.contact-form .nf-form-content .checkbox-wrap .nf-field-element {
  width: auto;
}

.contact-form .nf-form-content .checkbox-wrap label {
  color: white;
  font-weight: 300;
  font-size: 14px;
  display: block !important;
}

.contact-form .nf-form-content .checkbox-wrap label a {
  color: white;
  text-decoration: underline;
  font-weight: 300;
  margin-left: 5px;
}

.contact-form .nf-form-content .checkbox-wrap label a:hover {
  opacity: 0.8;
}

.contact-form .nf-form-content .list-wrap .nf-field-element div {
  border-radius: 0px !important;
}

.contact-form .nf-form-content .list-wrap .nf-field-element div:after {
  height: 20px;
  width: 20px;
  content: '';
  background-image: url('assets/vectors/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 3px);
}

.contact-form .nf-form-content .nf-field-label {
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
}

.contact-form .nf-form-content .nf-field-label label {
  padding-left: 0.5rem;
}

.contact-form .nf-form-content .nf-field-label label::after {
  border-radius: 0px;
  border-width: 2px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.contact-form .nf-form-content .nf-field-label label:after {
  border: 2px solid white;
  border-radius: 0px;
  content: "";
  width: 27px;
  height: 27px;
  background: transparent;
  left: -47px;
}

.contact-form .nf-form-content .nf-field-label label:before {
  color: white !important;
  left: -45px;
  top: 4px;
}

.contact-form .nf-form-content .nf-field-label label.nf-checked-label:after {
  border-color:white;
}

.contact-form .nf-form-content .label-right label {
  margin: 0 0 0 50px;
  height: 27px;
  display: flex;
  align-items: center;
}

.contact-form .contact-form__checkboxes {
  padding-top: 20px;
}

.contact-form .submit-container .nf-field .nf-field-element {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  text-align: right;
}

@media (min-width: 768px) {
  .contact-form .nf-form-content .checkbox-wrap label {
    display: flex !important;
  }

  .contact-form .contact-form__half {
    width: 50%;
    padding-right: 8px;
  }
}

@media (min-width: 1024px) {
  .contact-form .nf-field-container {
    margin-bottom: 25px;
  }

  .contact-form .nf-field-container.textarea-container   {
    margin-bottom: 25px;
  }

  .contact-form .nf-form-content .checkbox-wrap  {
    margin-bottom: 25px;
  }

  .contact-form .nf-form-content .field-wrap:not(.submit-wrap) input,
                .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select {
    height: 50px;
  }

  .contact-form .nf-form-content .list-wrap .nf-field-element div {
    height: 50px;
  }
}

.search-page {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .search-page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .search-page {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.search-page__container {
  position: relative;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .search-page__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

@media (min-width: 1024px) {
  .search-page__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media (min-width: 1280px) {
  .search-page__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.search-page__result-heading {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .search-page__result-heading {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .search-page__result-heading {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1280px) {
  .search-page__result-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.search-page__result-heading + .search-page__result-content {
  padding-top: 0.75rem;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .search-page__result-heading + .search-page__result-content {
    font-size: 16px;
    line-height: 26px;
  }
}

.search-page__result {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .search-page__result {
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .search-page__result {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
  }
}

.search-page__result:last-child {
  margin-bottom: 0px;
  border-style: none;
  padding-bottom: 0px;
}

.single-post__grid {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

/** General styles */

.no-scroll {
  overflow: hidden;
}

p > a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

/** Container */

.container,
.container-flex {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-flex {
  max-width: 2240px;
}

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

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

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

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

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

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

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

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

/** Loader */

.loader-dual-ring,
.spinner,
.loader-dual-ring-dark {
  position: absolute;
  background-color: #001c459c;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.loader-dual-ring:after,
  .spinner:after {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 8px;
  border-radius: 50%;
  border: 8px solid white;
  border-color: white transparent white transparent;
  -webkit-animation: loader-dual-ring 1.2s linear infinite;
          animation: loader-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes loader-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner > div {
  display: none;
}

.spinner:after {
  top: 0;
}

/** Global Tiny slider styles */

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

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

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: (100% * 70 / 3);
  width: calc(100% * #{70} / #{3});
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: (100% / 70);
  width: calc(100% / #{70});
  height: 10px;
  float: left;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
    --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
      Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
  */

.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
    (it may be focused initially) */

.pswp:focus {
  outline: 0;
}

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

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
  .pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
  .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp,
  .pswp__scroll-wrap,
  .pswp__bg,
  .pswp__container,
  .pswp__item,
  .pswp__content,
  .pswp__img,
  .pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp {
  position: fixed;
}

.pswp__img,
  .pswp__zoom-wrap {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
  .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
  .pswp__img {
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */

.pswp__container,
  .pswp__img,
  .pswp__button,
  .pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*
  
    PhotoSwipe UI
  
  */

/*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
  class pswp__hide-on-close is applied to elements that
  should hide (for example fade out) when PhotoSwipe is closed
  and show (for example fade in) when PhotoSwipe is opened
   */

.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */

.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
  .pswp__button:active,
  .pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
      div element that matches size of large image,
      large image loads on top of it,
      used when msrc is not provided
  */

div.pswp__img--placeholder,
  .pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
       even though inner elements are not animated */
  will-change: opacity;
}

/*
  
    Close button
  
  */

.pswp__button--close {
  margin-right: 6px;
}

/*
  
    Arrow buttons
  
  */

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*
  
    Zoom button
  
  */

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*
  
    Loading indicator
  
  */

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
  
    "1 of 10" counter
  
  */

.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/** Import global styles from inside the theme*/

.four-col-linkboxes-001 {
  display: block !important;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .four-col-linkboxes-001 {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .four-col-linkboxes-001 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .four-col-linkboxes-001 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.four-col-linkboxes-001__container + .four-col-linkboxes-001__posts-wrap, 
    .four-col-linkboxes-001__container + .tns-outer {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .four-col-linkboxes-001__container + .four-col-linkboxes-001__posts-wrap, 
    .four-col-linkboxes-001__container + .tns-outer {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .four-col-linkboxes-001__container + .four-col-linkboxes-001__posts-wrap, 
    .four-col-linkboxes-001__container + .tns-outer {
    margin-top: 2.5rem;
  }
}

.four-col-linkboxes-001__posts-wrap {
  position: relative;
}

.four-col-linkboxes-001__post {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 768px) {
  .four-col-linkboxes-001__post {
    width: 33.333333%;
  }
}

.four-col-linkboxes-001__controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.four-col-linkboxes-001__button {
  position: absolute;
  top: 43%;
  display: flex;
  height: 3rem;
  width: 3rem;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.four-col-linkboxes-001__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .four-col-linkboxes-001__button {
    top: 40%;
    height: 5rem;
    width: 5rem;
  }
}

.four-col-linkboxes-001__button:first-child {
  opacity: 0;
}

.four-col-linkboxes-001__button.prev {
  left: 1.5rem;
}

@media (min-width: 768px) {
  .four-col-linkboxes-001__button.prev {
    left: 2.5rem;
  }
}

.four-col-linkboxes-001__button.next {
  right: 1.5rem;
}

@media (min-width: 768px) {
  .four-col-linkboxes-001__button.next {
    right: 2.5rem;
  }
}

.four-col-linkboxes-001__previous {
  margin-right: 0.375rem;
  width: 1rem;
  --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));
}

@media (min-width: 768px) {
  .four-col-linkboxes-001__previous {
    height: 1.5rem;
    width: 2rem;
  }
}

.four-col-linkboxes-001__next {
  margin-left: 0.375rem;
  width: 1rem;
  --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));
}

@media (min-width: 768px) {
  .four-col-linkboxes-001__next {
    height: 1.5rem;
    width: 2rem;
  }
}

.hero-banner-004 {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 448px) {
  .hero-banner-004 {
    min-height: 360px;
  }
}

@media (min-width: 1024px) {
  .hero-banner-004 {
    min-height: 480px;
  }
}

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

.hero-banner-004--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.hero-banner-004--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.hero-banner-004--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
}

.hero-banner-004--overlay::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: #000;
}

/** Negative margin on the block */

@media (min-width: 1024px) {
  .hero-banner-004--negative-margin {
    min-height: 586px;
  }
}

.hero-banner-004--negative-margin .hero-banner-004__container {
  margin-top: -3rem;
}

@media (min-width: 768px) {
  .hero-banner-004--negative-margin .hero-banner-004__container {
    margin-top: -6rem;
  }
}

@media (min-width: 1024px) {
  .hero-banner-004--negative-margin .hero-banner-004__container {
    margin-top: -9rem;
  }
}

.hero-banner-004--negative-margin + section {
  margin-top: -3rem;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .hero-banner-004--negative-margin + section {
    margin-top: -6rem;
  }
}

@media (min-width: 1024px) {
  .hero-banner-004--negative-margin + section {
    margin-top: -9rem;
  }
}

.hero-banner-004--negative-margin + section.one-col-text-001 {
  position: relative;
}

.hero-banner-004__heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .hero-banner-004__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-banner-004__heading {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .hero-banner-004__heading {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .hero-banner-004__heading {
    font-size: 6rem;
    line-height: 1;
  }
}

.hero-banner-004__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

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

.hero-banner-004__container--primary {
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.hero-banner-004__container--secondary {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.hero-banner-004__container--tertiary {
  --tw-text-opacity: 1;
  color: rgb(22 22 25 / var(--tw-text-opacity));
}

.hero-video-carousel-001 {
  z-index: -1;
  display: block;
  min-height: calc(100vh - 76px);
  width: 100%;
}

@media (min-width: 1024px) {
  .hero-video-carousel-001 {
    min-height: calc(100vh - 90px);
  }
}

.hero-video-carousel-001__wrap {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .hero-video-carousel-001__wrap {
    min-height: 436px;
  }
}

@media (min-width: 1280px) {
  .hero-video-carousel-001__wrap {
    min-height: 830px;
  }
}

@media (min-width: 1536px) {
  .hero-video-carousel-001__wrap {
    align-items: center;
  }
}

.hero-video-carousel-001__container {
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 14rem;
  padding-left: 2.25rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .hero-video-carousel-001__container {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .hero-video-carousel-001__container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.hero-video-carousel-001__container {
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 14rem;
  padding-left: 2.25rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .hero-video-carousel-001__container {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .hero-video-carousel-001__container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.hero-video-carousel-001__content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 2.25rem;
}

@media (min-width: 768px) {
  .hero-video-carousel-001__content-wrap {
    width: 66.666667%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero-video-carousel-001__content-wrap {
    padding-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .hero-video-carousel-001__content-wrap {
    margin-top: 7rem;
    width: 41.666667%;
    padding-right: 0px;
  }
}

@media (min-width: 1536px) {
  .hero-video-carousel-001__content-wrap {
    width: 25%;
  }
}

.hero-video-carousel-001__content-wrap::before {
  position: absolute;
  right: 3rem;
  bottom: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #262525;
  --tw-gradient-to: rgb(38 37 37 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #151515;
  opacity: 0.6;
  content: var(--tw-content);
  width: calc(100% + 60px);
}

@media (min-width: 1280px) {
  .hero-video-carousel-001__content-wrap::before {
    right: -10vw;
    left: unset;
    content: var(--tw-content);
    width: 60vw;
  }
}

.hero-video-carousel-001__heading {
  padding-bottom: 1.25rem;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .hero-video-carousel-001__heading {
    margin-bottom: 1.5rem;
    font-size: 68px;
    line-height: 78px;
  }
}

.hero-video-carousel-001__content {
  padding-bottom: 2rem;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .hero-video-carousel-001__content {
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-video-carousel-001__content {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .hero-video-carousel-001__content {
    margin-bottom: 2rem;
  }
}

.hero-video-carousel-001__buttons {
}

.hero-video-carousel-001__video {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 76px);
}

@media (min-width: 1024px) {
  .hero-video-carousel-001__video {
    min-height: calc(100vh - 90px);
  }
}

.hero-video-carousel-001__video .video-background-controls {
  bottom: 0.75rem;
  top: initial!important;
}

.hero-video-carousel-001__video .video-background-controls button {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-video-carousel-001__video .video-background-controls button:hover {
  opacity: 0.5;
}

.hero-video-carousel-001__video .video-background-controls button svg {
  height: 2rem;
  width: 2rem;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-video-carousel-001__video iframe {
  transition-delay: 200ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-video-carousel-001__controls {
  position: relative;
  margin-top: -75px;
}

@media (min-width: 768px) {
  .hero-video-carousel-001__controls {
    margin-top: -90px;
  }
}

.hero-video-carousel-001__controls-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 448px) {
  .hero-video-carousel-001__controls-container {
    max-width: 448px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .hero-video-carousel-001__controls-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .hero-video-carousel-001__controls-container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .hero-video-carousel-001__controls-container {
    max-width: 1280px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1536px) {
  .hero-video-carousel-001__controls-container {
    max-width: 1536px;
  }
}

@media (min-width: 2200px) {
  .hero-video-carousel-001__controls-container {
    max-width: 2200px;
  }
}

.hero-video-carousel-001__controls-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (min-width: 480px) {
  .hero-video-carousel-001__controls-container {
    max-width: unset;
  }
}

@media (min-width: 640px) {
  .hero-video-carousel-001__controls-container {
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .hero-video-carousel-001__controls-container {
    max-width: unset;
  }
}

@media (min-width: 1024px) {
  .hero-video-carousel-001__controls-container {
    max-width: unset;
  }
}

@media (min-width: 1280px) {
  .hero-video-carousel-001__controls-container {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .hero-video-carousel-001__controls-container {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .hero-video-carousel-001__controls-container {
    max-width: 1440px;
  }
}

@media (min-width: 1800px) {
  .hero-video-carousel-001__controls-container {
    max-width: 1712px;
  }
}

.hero-video-carousel-001__controls-container, 
.hero-video-carousel-001__controls-container-flex {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hero-video-carousel-001__controls-previous {
  display: flex;
  height: 75px;
  width: 75px;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4e0;
}

.hero-video-carousel-001__controls-previous:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .hero-video-carousel-001__controls-previous {
    height: 90px;
    width: 90px;
  }
}

.hero-video-carousel-001__previous {
  --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));
}

.hero-video-carousel-001__controls-next {
  display: flex;
  height: 75px;
  width: 75px;
  align-items: center;
  justify-content: center;
  background-color: #CCCCFFe0;
}

.hero-video-carousel-001__controls-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .hero-video-carousel-001__controls-next {
    height: 90px;
    width: 90px;
  }
}

.hero-video-carousel-001__video-local {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-video-image-001 {
  position: relative;
  display: flex;
  min-height: 480px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-video-image-001 {
    min-height: 968px;
  }
}

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

.hero-video-image-001--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.hero-video-image-001--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.hero-video-image-001--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
}

/** Negative margin on the block */

.hero-video-image-001--negative-margin .hero-video-image-001__container {
  margin-top: -2.5rem;
}

@media (min-width: 768px) {
  .hero-video-image-001--negative-margin .hero-video-image-001__container {
    margin-top: -6rem;
  }
}

@media (min-width: 1024px) {
  .hero-video-image-001--negative-margin .hero-video-image-001__container {
    margin-top: -12rem;
  }
}

.hero-video-image-001--negative-margin + section:not(.three-col-boxes-001) {
  position: relative;
  z-index: 10;
  margin-top: -2.5rem;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .hero-video-image-001--negative-margin + section:not(.three-col-boxes-001) {
    margin-top: -6rem;
  }
}

@media (min-width: 1024px) {
  .hero-video-image-001--negative-margin + section:not(.three-col-boxes-001) {
    margin-top: -12rem;
  }
}

.hero-video-image-001--negative-margin + section.three-col-boxes-001 {
  margin-top: -5rem;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .hero-video-image-001--negative-margin + section.three-col-boxes-001 {
    margin-top: -6rem;
  }
}

@media (min-width: 1024px) {
  .hero-video-image-001--negative-margin + section.three-col-boxes-001 {
    margin-top: -12rem;
  }
}

.hero-video-image-001--negative-margin + section.three-col-boxes-001 .three-col-boxes-001__boxes {
  position: relative;
  z-index: 10;
}

.hero-video-image-001--negative-large-margin .hero-video-image-001__container {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .hero-video-image-001--negative-large-margin .hero-video-image-001__container {
    margin-top: -9rem;
  }
}

@media (min-width: 1024px) {
  .hero-video-image-001--negative-large-margin .hero-video-image-001__container {
    margin-top: -15rem;
  }
}

.hero-video-image-001--negative-large-margin + section:not(.three-col-boxes-001) {
  position: relative;
  z-index: 10;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .hero-video-image-001--negative-large-margin + section:not(.three-col-boxes-001) {
    margin-top: -9rem;
  }
}

@media (min-width: 1024px) {
  .hero-video-image-001--negative-large-margin + section:not(.three-col-boxes-001) {
    margin-top: -15rem;
  }
}

.hero-video-image-001--negative-large-margin + section:not(.three-col-boxes-001) .three-posts-grid-001__container:not(.three-posts-grid-001__container--paddings) {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .hero-video-image-001--negative-large-margin + section:not(.three-col-boxes-001) .three-posts-grid-001__container:not(.three-posts-grid-001__container--paddings) {
    margin-top: 0px;
  }
}

.hero-video-image-001--negative-large-margin + section.three-col-boxes-001 {
  margin-top: -6rem;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .hero-video-image-001--negative-large-margin + section.three-col-boxes-001 {
    margin-top: -9rem;
  }
}

@media (min-width: 1024px) {
  .hero-video-image-001--negative-large-margin + section.three-col-boxes-001 {
    margin-top: -15rem;
  }
}

.hero-video-image-001--overlay::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  content: var(--tw-content);
  opacity: 0.5;
}

.hero-video-image-001__heading {
  padding-bottom: 0.5rem;
  font-size: 40px;
  line-height: 50px;
}

@media (min-width: 768px) {
  .hero-video-image-001__heading {
    padding-bottom: 1.25rem;
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1024px) {
  .hero-video-image-001__heading {
    font-size: 68px;
    line-height: 78px;
  }
}

.hero-video-image-001__container {
  position: relative;
  z-index: 10;
}

.hero-video-image-001__container--white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero-video-image-001__container--primary {
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.hero-video-image-001__container--secondary {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.hero-video-image-001__container--tertiary {
  --tw-text-opacity: 1;
  color: rgb(22 22 25 / var(--tw-text-opacity));
}

.hero-video-image-001__video-local {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logos-gallery-001 {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .logos-gallery-001 {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .logos-gallery-001 {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1536px) {
  .logos-gallery-001 {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.logos-gallery-001--no-padding {
  padding-top: 0px;
}

.logos-gallery-001__gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .logos-gallery-001__gallery {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .logos-gallery-001__gallery {
    padding-top: 2rem;
  }
}

.logos-gallery-001__figure {
  display: flex;
  width: 33.333333%;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .logos-gallery-001__figure {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .logos-gallery-001__figure {
    width: 16.666667%;
  }
}

.logos-gallery-001__figure--custom {
  width: 25%;
}

@media (min-width: 1024px) {
  .logos-gallery-001__figure--custom {
    width: 12.5%;
  }
}

.logos-gallery-001__image {
  width: 4rem;
}

@media (min-width: 768px) {
  .logos-gallery-001__image {
    width: 5rem;
  }
}

@media (min-width: 1024px) {
  .logos-gallery-001__image {
    width: 7rem;
  }
}

.one-col-map-001 {
  display: block !important;
}

.one-col-map-001--regular {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .one-col-map-001--regular {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .one-col-map-001--regular {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/** Map from plugin */

.one-col-map-001 .gmp_MapPreview, 
    .one-col-map-001 .gmpMapDetailsContainer, 
    .one-col-map-001 .gmp_map_opts {
  height: 100% !important;
}

.one-col-map-001__container + .one-col-map-001__map {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .one-col-map-001__container + .one-col-map-001__map {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-map-001__container + .one-col-map-001__map {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .one-col-map-001__container + .one-col-map-001__map {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

.one-col-map-001__map {
  height: 24rem;
}

@media (min-width: 768px) {
  .one-col-map-001__map {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .one-col-map-001__map {
    height: 700px;
  }
}

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

.one-col-text-001 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .one-col-text-001 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-001 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.one-col-text-001--small {
  padding-bottom: 1.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .one-col-text-001--small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-001--small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.one-col-text-001__container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .one-col-text-001__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-001__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

@media (min-width: 1280px) {
  .one-col-text-001__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.one-col-text-001__container--shadow {
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.one-col-text-001__container--shadow .one-col-text-001__heading + .one-col-text-001__content {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .one-col-text-001__container--shadow .one-col-text-001__heading + .one-col-text-001__content {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-001__container--shadow .one-col-text-001__heading + .one-col-text-001__content {
    padding-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .one-col-text-001__container--shadow .one-col-text-001__heading + .one-col-text-001__content {
    padding-top: 5rem;
  }
}

.one-col-text-001__container--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.one-col-text-001__container--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.one-col-text-001__container--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.one-col-text-001__container--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.one-col-text-001__container--white {
  padding-top: 0px;
  padding-bottom: 0px;
}

.one-col-text-001__heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .one-col-text-001__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-001__heading {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (min-width: 1280px) {
  .one-col-text-001__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
}

.one-col-text-001__heading + .one-col-text-001__subheading {
  padding-top: 0.75rem;
}

.one-col-text-001__heading + .one-col-text-001__content {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .one-col-text-001__heading + .one-col-text-001__content {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-001__heading + .one-col-text-001__content {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .one-col-text-001__heading + .one-col-text-001__content {
    padding-top: 4rem;
  }
}

.one-col-text-001__subheading + .one-col-text-001__content {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .one-col-text-001__subheading + .one-col-text-001__content {
    padding-top: 3rem;
  }
}

.one-col-text-001__content h2,  .one-col-text-001__content h3,  .one-col-text-001__content h4 {
  margin-bottom: 0.75rem;
  font-family: Arial-Bold, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .one-col-text-001__content h2,  .one-col-text-001__content h3,  .one-col-text-001__content h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .one-col-text-001__content p {
    padding-bottom: 1rem;
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1536px) {
  .one-col-text-001__content p {
    font-size: 26px;
    line-height: 36px;
  }
}

.one-col-text-001__content ul {
  padding-left: 1.5rem;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .one-col-text-001__content ul {
    font-size: 22px;
    line-height: 32px;
  }
}

.one-col-text-001__content ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.one-col-text-001__content ol {
  padding-left: 1.5rem;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .one-col-text-001__content ol {
    font-size: 22px;
    line-height: 32px;
  }
}

.one-col-text-001__content ol li {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
}

@media (min-width: 1536px) {
  .one-col-text-001__content--normal p {
    font-size: 24px;
    line-height: 34px;
  }
}

.one-col-text-002 {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .one-col-text-002 {
    min-height: 360px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-002 {
    min-height: 586px;
  }
}

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

.one-col-text-002--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.one-col-text-002--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.one-col-text-002--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
}

.one-col-text-002--overlay::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  content: var(--tw-content);
  opacity: 0.7;
}

.one-col-text-002--large {
  min-height: 360px;
}

@media (min-width: 768px) {
  .one-col-text-002--large {
    min-height: 586px;
  }
}

@media (min-width: 1024px) {
  .one-col-text-002--large {
    min-height: 968px;
  }
}

.one-col-text-002__container {
  position: relative;
}

@media (min-width: 1536px) {
  .one-col-text-002__container {
    max-width: 63%;
  }
}

@media (min-width: 2200px) {
  .one-col-text-002__container {
    max-width: 45%;
  }
}

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

.one-col-text-002__text--primary {
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.one-col-text-002__text--secondary {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.one-col-text-002__text--tertiary {
  --tw-text-opacity: 1;
  color: rgb(22 22 25 / var(--tw-text-opacity));
}

.one-col-text-002__heading {
  text-transform: none;
}

@media (min-width: 1536px) {
  .one-col-text-002__heading {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.one-col-text-002__content {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .one-col-text-002__content {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .one-col-text-002__content {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1280px) {
  .one-col-text-002__content {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.one-col-text-002__buttons {
  justify-content: center;
}

.one-col-text-003 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .one-col-text-003 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-003 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.one-col-text-003--small {
  padding-bottom: 1.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .one-col-text-003--small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-003--small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.one-col-text-003__container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .one-col-text-003__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-003__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

@media (min-width: 1280px) {
  .one-col-text-003__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.one-col-text-003__container--shadow {
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.one-col-text-003__container--shadow .one-col-text-003__heading + .one-col-text-003__content {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .one-col-text-003__container--shadow .one-col-text-003__heading + .one-col-text-003__content {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-003__container--shadow .one-col-text-003__heading + .one-col-text-003__content {
    padding-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .one-col-text-003__container--shadow .one-col-text-003__heading + .one-col-text-003__content {
    padding-top: 5rem;
  }
}

.one-col-text-003__container--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.one-col-text-003__container--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.one-col-text-003__container--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.one-col-text-003__container--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.one-col-text-003__container--white {
  padding-top: 0px;
  padding-bottom: 0px;
}

.one-col-text-003__heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .one-col-text-003__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-003__heading {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (min-width: 1280px) {
  .one-col-text-003__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
}

.one-col-text-003__heading + .one-col-text-003__subheading {
  padding-top: 0.75rem;
}

.one-col-text-003__heading + .one-col-text-003__content {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .one-col-text-003__heading + .one-col-text-003__content {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .one-col-text-003__heading + .one-col-text-003__content {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .one-col-text-003__heading + .one-col-text-003__content {
    padding-top: 4rem;
  }
}

.one-col-text-003__subheading + .one-col-text-003__content {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .one-col-text-003__subheading + .one-col-text-003__content {
    padding-top: 3rem;
  }
}

.one-col-text-003__content h2,  .one-col-text-003__content h3,  .one-col-text-003__content h4 {
  margin-bottom: 0.75rem;
  font-family: Arial-Bold, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .one-col-text-003__content h2,  .one-col-text-003__content h3,  .one-col-text-003__content h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .one-col-text-003__content p {
    font-size: 24px;
    line-height: 34px;
  }
}

.one-col-text-003__content ul {
  padding-left: 1.5rem;
}

.one-col-text-003__content ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.one-col-text-003__repeater {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.5rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .one-col-text-003__repeater {
    padding-top: 3rem;
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1536px) {
  .one-col-text-003__repeater {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}

.one-col-text-003__repeater-item {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .one-col-text-003__repeater-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1536px) {
  .one-col-text-003__repeater-item {
    margin-bottom: 0.5rem;
  }
}

.one-col-text-003__repeater-item::before {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 66.666667%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .one-col-text-003__repeater-item::before {
    content: var(--tw-content);
    width: 1px;
  }
}

.one-col-text-003__repeater-item:last-child {
  padding-right: 0px;
}

.one-col-text-003__repeater-item:last-child::before {
  --tw-content: none;
  content: var(--tw-content);
}

.one-col-text-003__repeater-item:first-child {
  padding-left: 0px;
}

.one-two-col-gallery-001 {
  display: block;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .one-two-col-gallery-001 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .one-two-col-gallery-001 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.one-two-col-gallery-001--no-top-padding {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .one-two-col-gallery-001--no-top-padding {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .one-two-col-gallery-001--no-top-padding {
    padding-top: 0px;
  }
}

.one-two-col-gallery-001--no-bottom-padding {
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .one-two-col-gallery-001--no-bottom-padding {
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .one-two-col-gallery-001--no-bottom-padding {
    padding-bottom: 0px;
  }
}

.one-two-col-gallery-001__container + .one-two-col-gallery-001__gallery {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .one-two-col-gallery-001__container + .one-two-col-gallery-001__gallery {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .one-two-col-gallery-001__container + .one-two-col-gallery-001__gallery {
    margin-top: 2.5rem;
  }
}

.one-two-col-gallery-001__gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.one-two-col-gallery-001__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .one-two-col-gallery-001__gallery {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.one-two-col-gallery-001__image-wrap {
  height: 450px;
  width: 100%;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .one-two-col-gallery-001__image-wrap {
    height: 550;
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.one-two-col-gallery-001__image-wrap--full {
  height: 600px;
  width: 100%;
}

@media (min-width: 768px) {
  .one-two-col-gallery-001__image-wrap--full {
    height: 750;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .one-two-col-gallery-001__image-wrap--full {
    height: 900;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .one-two-col-gallery-001__image-wrap--full {
    height: 980;
  }
}

.one-two-col-gallery-001__figure {
  height: 100%;
  overflow-y: hidden;
}

.one-two-col-gallery-001__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content-001 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem !important;
}

@media (min-width: 768px) {
  .post-content-001 {
    padding-top: 0px !important;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 7rem;
  }
}

.post-content-001--small {
  padding-bottom: 1.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .post-content-001--small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001--small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.post-content-001__container {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .post-content-001__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .post-content-001__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.post-content-001__container--shadow {
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.post-content-001__container--shadow .post-content-001__heading + .post-content-001__content {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .post-content-001__container--shadow .post-content-001__heading + .post-content-001__content {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001__container--shadow .post-content-001__heading + .post-content-001__content {
    padding-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .post-content-001__container--shadow .post-content-001__heading + .post-content-001__content {
    padding-top: 5rem;
  }
}

.post-content-001__container--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.post-content-001__container--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.post-content-001__container--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.post-content-001__container--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.post-content-001__container--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.post-content-001__heading {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .post-content-001__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001__heading {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (min-width: 1280px) {
  .post-content-001__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
}

.post-content-001__heading + .post-content-001__subheading {
  padding-top: 0.75rem;
}

.post-content-001__heading + .post-content-001__content {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .post-content-001__heading + .post-content-001__content {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001__heading + .post-content-001__content {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .post-content-001__heading + .post-content-001__content {
    padding-top: 4rem;
  }
}

.post-content-001__subheading {
  padding-bottom: 1rem;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-transform: none;
}

@media (min-width: 768px) {
  .post-content-001__subheading {
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001__subheading {
    font-size: 40px;
    line-height: 50px;
  }
}

.post-content-001__subheading + .post-content-001__content {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .post-content-001__subheading + .post-content-001__content {
    padding-top: 3rem;
  }
}

.post-content-001__content {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .post-content-001__content {
    font-size: 18px;
    line-height: 28px;
  }
}

.post-content-001__content h2,  .post-content-001__content h3,  .post-content-001__content h4 {
  margin-bottom: 0.75rem;
  font-family: Arial-Bold, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .post-content-001__content h2,  .post-content-001__content h3,  .post-content-001__content h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

.post-content-001__content h2 {
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .post-content-001__content h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.post-content-001__content ul {
  padding-left: 1.5rem;
}

.post-content-001__content ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.post-content-001__content img {
  display: inline;
}

.post-content-001__content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content-001__content img.alignright {
  margin-right: 0px;
  margin-left: auto;
  display: block;
}

.post-content-001__content blockquote {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .post-content-001__content blockquote {
    font-size: 24px;
    line-height: 34px;
  }
}

.post-content-001__col {
  width: 100%;
}

@media (min-width: 1024px) {
  .post-content-001__col {
    width: 20%;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .post-content-001__col {
    padding-right: 2.75rem;
  }
}

.post-content-001__col:last-child {
  width: 100%;
}

@media (min-width: 1024px) {
  .post-content-001__col:last-child {
    width: 80%;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .post-content-001__col:last-child {
    padding-right: 9rem;
  }
}

@media (min-width: 1536px) {
  .post-content-001__col:last-child {
    padding-right: 11rem;
  }
}

.post-content-001__meta {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) {
  .post-content-001__meta {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001__meta {
    margin-bottom: 3rem;
  }
}

.post-content-001__meta-date {
  position: relative;
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}

.post-content-001__meta-date::before {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 66.666667%;
  width: 1px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.post-content-001__meta-cat {
  padding-right: 0.5rem;
}

.post-content-001__sidebar-heading {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .post-content-001__sidebar-heading {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001__sidebar-heading {
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 28px;
  }
}

.post-content-001__sidebar-component {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .post-content-001__sidebar-component {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001__sidebar-component {
    margin-top: 0px;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .post-content-001__sidebar-component {
    margin-bottom: 4rem;
  }
}

.post-content-001__sidebar-item {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .post-content-001__sidebar-item {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .post-content-001__sidebar-item {
    margin-bottom: 2rem;
  }
}

.post-content-001__sidebar-item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.posts-grid-003 {
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .posts-grid-003 {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .posts-grid-003 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .posts-grid-003 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.posts-grid-003__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.posts-grid-003__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.posts-grid-003__buttons--header {
  display: none;
}

@media (min-width: 768px) {
  .posts-grid-003__buttons--header {
    display: block;
    padding-top: 0px !important;
  }
}

.posts-grid-003__buttons--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .posts-grid-003__buttons--footer {
    display: none;
  }
}

.posts-grid-003__posts {
  position: relative;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .posts-grid-003__posts {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .posts-grid-003__posts {
    margin-top: 2.5rem;
  }
}

.posts-grid-003__post {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .posts-grid-003__post {
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .posts-grid-003__post {
    margin-bottom: 0px;
    width: 25%;
    padding-bottom: 2rem;
  }
}

.posts-grid-003__post:last-child {
  margin-bottom: 0px;
}

.posts-grid-003__heading-wrap--full {
  width: 100%;
}

.posts-grid-003__heading-wrap--full .posts-grid-003__heading {
  width: 100%;
}

.three-col-boxes-001 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .three-col-boxes-001 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .three-col-boxes-001 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .three-col-boxes-001 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.three-col-boxes-001__heading + .three-col-boxes-001__boxes {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .three-col-boxes-001__heading + .three-col-boxes-001__boxes {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .three-col-boxes-001__heading + .three-col-boxes-001__boxes {
    margin-top: 3rem;
  }
}

.three-col-boxes-001__subheading + .three-col-boxes-001__boxes {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .three-col-boxes-001__subheading + .three-col-boxes-001__boxes {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .three-col-boxes-001__subheading + .three-col-boxes-001__boxes {
    margin-top: 3rem;
  }
}

.three-col-boxes-001__boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .three-col-boxes-001__boxes {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.three-col-boxes-001__linkboxe {
  width: 100%;
}

@media (min-width: 768px) {
  .three-col-boxes-001__linkboxe {
    width: 33.333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .three-col-boxes-001__linkboxe--1 {
    width: 100%;
  }

  .three-col-boxes-001__linkboxe--2 {
    width: 50%;
  }

  .three-col-boxes-001__linkboxe--3 {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {
  .three-col-boxes-001__linkboxe--3 .linkboxe-004__content-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .three-col-boxes-001__linkboxe--3 .linkboxe-004__content-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1536px) {
  .three-col-boxes-001__linkboxe--3 .linkboxe-004__content-wrap {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 768px) {
  .three-col-boxes-001__linkboxe--4 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .three-col-boxes-001__linkboxe--4 {
    width: 25%;
  }
}

.three-col-boxes-001__buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .three-col-boxes-001__buttons {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .three-col-boxes-001__buttons {
    margin-top: 4rem;
  }
}

.three-col-info-005 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .three-col-info-005 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .three-col-info-005 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.three-col-info-005__heading + .three-col-info-005__stats {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .three-col-info-005__heading + .three-col-info-005__stats {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .three-col-info-005__heading + .three-col-info-005__stats {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .three-col-info-005__heading + .three-col-info-005__stats {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

.three-col-info-005__subheading + .three-col-info-005__stats {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .three-col-info-005__subheading + .three-col-info-005__stats {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .three-col-info-005__subheading + .three-col-info-005__stats {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .three-col-info-005__subheading + .three-col-info-005__stats {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

.three-col-info-005__stats {
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
}

.three-col-info-005__content {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .three-col-info-005__content--2 {
    width: 50%;
  }

  .three-col-info-005__content--3 {
    width: 33.333333%;
  }

  .three-col-info-005__content--4 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .three-col-info-005__content--4 {
    width: 25%;
  }
}

.three-col-linkboxes-001 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .three-col-linkboxes-001 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-001 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.three-col-linkboxes-001__heading + .three-col-linkboxes-001__posts {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .three-col-linkboxes-001__heading + .three-col-linkboxes-001__posts {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-001__heading + .three-col-linkboxes-001__posts {
    margin-top: 3rem;
  }
}

.three-col-linkboxes-001__subheading + .three-col-linkboxes-001__posts {
  margin-top: 1.5rem;
}

.three-col-linkboxes-001__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .three-col-linkboxes-001__posts {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.three-col-linkboxes-001__post {
  width: 100%;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .three-col-linkboxes-001__post {
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-001__post {
    width: 33.333333%;
  }
}

.three-col-linkboxes-001__buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .three-col-linkboxes-001__buttons {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-001__buttons {
    margin-top: 4rem;
  }
}

.three-col-linkboxes-002 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .three-col-linkboxes-002 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-002 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .three-col-linkboxes-002 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.three-col-linkboxes-002__heading + .three-col-linkboxes-002__posts {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .three-col-linkboxes-002__heading + .three-col-linkboxes-002__posts {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-002__heading + .three-col-linkboxes-002__posts {
    margin-top: 3rem;
  }
}

.three-col-linkboxes-002__subheading + .three-col-linkboxes-002__posts {
  margin-top: 1.5rem;
}

.three-col-linkboxes-002__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .three-col-linkboxes-002__posts {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.three-col-linkboxes-002__post {
  width: 100%;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .three-col-linkboxes-002__post {
    width: 33.333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-002__post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.three-col-linkboxes-002__post:last-child {
  padding-bottom: 0px;
}

.three-col-linkboxes-002__buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .three-col-linkboxes-002__buttons {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-002__buttons {
    margin-top: 4rem;
  }
}

.three-col-linkboxes-003 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .three-col-linkboxes-003 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-003 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.three-col-linkboxes-003__container--wrapped {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .three-col-linkboxes-003__container--wrapped {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-003__container--wrapped {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .three-col-linkboxes-003__container--wrapped {
    margin-bottom: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.three-col-linkboxes-003__heading + .three-col-linkboxes-003__posts {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .three-col-linkboxes-003__heading + .three-col-linkboxes-003__posts {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-003__heading + .three-col-linkboxes-003__posts {
    margin-top: 3rem;
  }
}

.three-col-linkboxes-003__subheading + .three-col-linkboxes-003__posts {
  margin-top: 1.5rem;
}

.three-col-linkboxes-003__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .three-col-linkboxes-003__posts {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.three-col-linkboxes-003__post {
  width: 100%;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .three-col-linkboxes-003__post {
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-003__post {
    width: 33.333333%;
  }
}

.three-col-linkboxes-003__buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .three-col-linkboxes-003__buttons {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .three-col-linkboxes-003__buttons {
    margin-top: 4rem;
  }
}

.three-col-posts-001 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .three-col-posts-001 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .three-col-posts-001 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.three-col-posts-001__container--shadow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .three-col-posts-001__container--shadow {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__container--shadow {
    padding: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .three-col-posts-001__container--shadow {
    padding: 5rem;
  }
}

.three-col-posts-001__heading {
  padding-top: 2.5rem;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .three-col-posts-001__heading {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__heading {
    padding-top: 4rem;
    font-size: 40px;
    line-height: 50px;
  }
}

.three-col-posts-001__heading + .three-col-posts-001__subheading {
  padding-top: 0.5rem;
}

.three-col-posts-001__heading + .three-col-posts-001__posts {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .three-col-posts-001__heading + .three-col-posts-001__posts {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__heading + .three-col-posts-001__posts {
    margin-top: 3.5rem;
  }
}

.three-col-posts-001__subheading + .three-col-posts-001__posts {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .three-col-posts-001__subheading + .three-col-posts-001__posts {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__subheading + .three-col-posts-001__posts {
    margin-top: 1.5rem;
  }
}

.three-col-posts-001__posts .alm-reveal {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .three-col-posts-001__posts .alm-reveal {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.three-col-posts-001__posts .alm-btn-wrap {
  margin-top: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .three-col-posts-001__posts .alm-btn-wrap {
    margin-top: 2.5rem;
  }
}

.three-col-posts-001__post {
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .three-col-posts-001__post {
    width: 50%;
    padding: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__post {
    height: 520px;
  }
}

@media (min-width: 768px) {
  .three-col-posts-001__post .linkboxe-002__wrap {
    padding-right: 20%;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__post .linkboxe-002__wrap {
    padding-right: 40%;
  }
}

.three-col-posts-001__post--guide {
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .three-col-posts-001__post--guide {
    width: 50%;
    padding: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__post--guide {
    height: unset;
    width: 33.333333%;
  }
}

.three-col-posts-001__post--articles {
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .three-col-posts-001__post--articles {
    width: 50%;
    padding: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__post--articles {
    height: unset;
  }
}

.three-col-posts-001__filters {
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .three-col-posts-001__filters {
    margin-bottom: 2rem;
    justify-content: center;
  }

  .three-col-posts-001__filter--guides .three-col-posts-001__filters,  .three-col-posts-001__filter--posts .three-col-posts-001__filters {
    justify-content: flex-start;
  }

  .three-col-posts-001__filter--guides .three-col-posts-001__filters .three-col-posts-001__filter-item,  .three-col-posts-001__filter--posts .three-col-posts-001__filters .three-col-posts-001__filter-item {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__filter--guides .three-col-posts-001__filters .three-col-posts-001__filter-item,  .three-col-posts-001__filter--posts .three-col-posts-001__filters .three-col-posts-001__filter-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1536px) {
  .three-col-posts-001__filter--guides .three-col-posts-001__filters .three-col-posts-001__filter-item,  .three-col-posts-001__filter--posts .three-col-posts-001__filters .three-col-posts-001__filter-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.three-col-posts-001__filter--guides .three-col-posts-001__filters .three-col-posts-001__filter-item::before,  .three-col-posts-001__filter--posts .three-col-posts-001__filters .three-col-posts-001__filter-item::before {
  position: absolute;
  right: -0.75rem;
  top: 50%;
  height: 66.666667%;
  width: 1px;
  --tw-translate-y: -50%;
  --tw-rotate: 12deg;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .three-col-posts-001__filter--guides .three-col-posts-001__filters .three-col-posts-001__filter-item::before,  .three-col-posts-001__filter--posts .three-col-posts-001__filters .three-col-posts-001__filter-item::before {
    content: var(--tw-content);
    right: -1rem;
  }
}

@media (min-width: 1536px) {
  .three-col-posts-001__filter--guides .three-col-posts-001__filters .three-col-posts-001__filter-item::before,  .three-col-posts-001__filter--posts .three-col-posts-001__filters .three-col-posts-001__filter-item::before {
    content: var(--tw-content);
    right: -1.5rem;
  }
}

.three-col-posts-001__filter--guides .three-col-posts-001__filters .three-col-posts-001__filter-item:first-child,  .three-col-posts-001__filter--posts .three-col-posts-001__filters .three-col-posts-001__filter-item:first-child {
  margin-left: 0px;
}

.three-col-posts-001__filter--guides .three-col-posts-001__filters .three-col-posts-001__filter-item:last-child,  .three-col-posts-001__filter--posts .three-col-posts-001__filters .three-col-posts-001__filter-item:last-child {
  margin-right: 0px;
}

.three-col-posts-001__filter--guides .three-col-posts-001__filters .three-col-posts-001__filter-item:last-child::before,  .three-col-posts-001__filter--posts .three-col-posts-001__filters .three-col-posts-001__filter-item:last-child::before {
  content: var(--tw-content);
  opacity: 0;
}

.three-col-posts-001__filter--posts {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .three-col-posts-001__filter--posts {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__filter--posts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.three-col-posts-001__filter--posts .three-col-posts-001__filters {
  margin-bottom: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  .three-col-posts-001__filter--posts .three-col-posts-001__filters {
    width: 66.666667%;
  }
}

.three-col-posts-001__search {
  position: relative;
  margin-top: 1.25rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .three-col-posts-001__search {
    margin-top: 0px;
    width: 33.333333%;
  }
}

.three-col-posts-001__search-form {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

.three-col-posts-001__search-input {
  height: 2.5rem;
  width: 100%;
  cursor: text;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(38 37 37 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1.75rem;
}

@media (min-width: 1024px) {
  .three-col-posts-001__search-input {
    height: 3rem;
  }
}

.three-col-posts-001__search-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.three-col-posts-001__search-icon {
  position: absolute;
  right: 1.25rem;
  width: 1rem;
}

.three-col-posts-001__filter-item {
  position: relative;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .three-col-posts-001__filter-item {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .three-col-posts-001__filter-item {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .three-col-posts-001__filter-item {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1536px) {
  .three-col-posts-001__filter-item {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.three-col-posts-001__filter-item::after {
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.three-col-posts-001__filter-item:hover::after {
  position: absolute;
  right: 0px;
  bottom: 0.125rem;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.three-col-posts-001__filter-item.active::after {
  position: absolute;
  right: 0px;
  bottom: 0.125rem;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.three-col-posts-001__filter-item:first-child {
  margin-left: 0px;
}

.three-col-posts-001__filter-item:last-child {
  margin-right: 0px;
}

.three-col-posts-001__filter-item input {
  display: none;
}

.three-col-posts-001__search-results {
  max-height: none;
}

.three-col-posts-001__search-results .relevanssi-live-search-results {
  position: absolute;
  left: unset !important;
  right: 0px !important;
  top: 3rem !important;
  z-index: 1;
  display: none;
  max-height: none;
  min-height: 0px;
  width: 100%;
}

.three-col-posts-001__search-results .relevanssi-live-search-results-showing {
  display: block;
}

.three-posts-grid-001 {
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .three-posts-grid-001 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .three-posts-grid-001 {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .three-posts-grid-001 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.three-posts-grid-001__container {
  position: relative;
}

.three-posts-grid-001__container--paddings {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .three-posts-grid-001__container--paddings {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .three-posts-grid-001__container--paddings {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.three-posts-grid-001__heading {
  padding-top: 2.5rem;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .three-posts-grid-001__heading {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .three-posts-grid-001__heading {
    padding-top: 4rem;
    font-size: 40px;
    line-height: 50px;
  }
}

.three-posts-grid-001__heading + .three-posts-grid-001__subheading {
  padding-top: 0.5rem;
}

.three-posts-grid-001__heading + .three-posts-grid-001__posts {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .three-posts-grid-001__heading + .three-posts-grid-001__posts {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .three-posts-grid-001__heading + .three-posts-grid-001__posts {
    margin-top: 3.5rem;
  }
}

.three-posts-grid-001__subheading + .three-posts-grid-001__posts {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .three-posts-grid-001__subheading + .three-posts-grid-001__posts {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .three-posts-grid-001__subheading + .three-posts-grid-001__posts {
    margin-top: 1.5rem;
  }
}

.three-posts-grid-001__posts {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap;
}

.three-posts-grid-001__linkbox {
  margin-bottom: 1.25rem;
  height: 24rem;
  width: 100%;
}

@media (min-width: 768px) {
  .three-posts-grid-001__linkbox {
    height: 320px;
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .three-posts-grid-001__linkbox {
    height: 430px;
  }
}

.three-posts-grid-001__linkbox:first-child {
  width: 100%;
}

@media (min-width: 768px) {
  .three-posts-grid-001__linkbox:first-child {
    height: 520px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .three-posts-grid-001__linkbox:first-child {
    height: 720px;
  }
}

.three-posts-grid-001__buttons {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .three-posts-grid-001__buttons {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .three-posts-grid-001__buttons {
    margin-top: 2.5rem;
  }
}

.two-col-form-002 {
  display: block;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-form-002 {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-form-002 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1536px) {
  .two-col-form-002 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.two-col-form-002__container {
  display: flex;
  flex-wrap: wrap;
}

.two-col-form-002__heading + .two-col-form-002__contacts {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .two-col-form-002__heading + .two-col-form-002__contacts {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-form-002__heading + .two-col-form-002__contacts {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .two-col-form-002__heading + .two-col-form-002__contacts {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

.two-col-form-002__subheading + .two-col-form-002__contacts {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .two-col-form-002__subheading + .two-col-form-002__contacts {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-form-002__subheading + .two-col-form-002__contacts {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .two-col-form-002__subheading + .two-col-form-002__contacts {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

.two-col-form-002__col {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-form-002__col {
    width: 50%;
  }

  .two-col-form-002__col--full {
    width: 100%;
  }
}

.two-col-form-002__col:last-child {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .two-col-form-002__col:last-child {
    margin-top: 0px;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-form-002__col:last-child {
    padding-left: 6rem;
  }
}

@media (min-width: 1280px) {
  .two-col-form-002__col:last-child {
    padding-left: 9rem;
  }
}

.two-col-form-002__heading {
  text-transform: none;
}

.two-col-form-002__contacts {
  display: flex;
  flex-wrap: wrap;
}

.two-col-form-002__contacts-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.two-col-form-002__contacts-link::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.two-col-form-002__contacts-link:hover::after {
  right: 50%;
  width: 0px;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.two-col-form-002__contacts-col {
  margin-bottom: 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-form-002__contacts-col {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .two-col-form-002__contacts-col {
    margin-bottom: 3rem;
    width: 50%;
  }
}

.two-col-form-002__contacts-heading {
  margin-bottom: 0.5rem;
  font-family: Arial-Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  .two-col-form-002__contacts-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.two-col-form-002__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.two-col-form-002__social-link {
  margin-right: 0.75rem;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.two-col-form-002__social-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 147 121 / var(--tw-bg-opacity));
}

.two-col-form-002__social-link object {
  --tw-grayscale: grayscale(100%);
  --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);
}

.two-col-image-001 {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .two-col-image-001 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.two-col-image-001::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 66.666667%;
  content: var(--tw-content);
  width: 100%;
}

.two-col-image-001--small {
  padding-bottom: 1.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-image-001--small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001--small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.two-col-image-001--primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.two-col-image-001--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.two-col-image-001--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
}

.two-col-image-001--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.two-col-image-001.active {
  z-index: 50;
}

.two-col-image-001__container {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .two-col-image-001__container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

@media (min-width: 1280px) {
  .two-col-image-001__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.two-col-image-001__container--shadow {
  --tw-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.two-col-image-001__container--shadow .two-col-image-001__heading + .two-col-image-001__content {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .two-col-image-001__container--shadow .two-col-image-001__heading + .two-col-image-001__content {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__container--shadow .two-col-image-001__heading + .two-col-image-001__content {
    padding-top: 4rem;
  }
}

@media (min-width: 1280px) {
  .two-col-image-001__container--shadow .two-col-image-001__heading + .two-col-image-001__content {
    padding-top: 5rem;
  }
}

.two-col-image-001__container--full {
  padding: 0px;
}

.two-col-image-001__container--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-image-001__container--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-image-001__container--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-col-image-001__container--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.two-col-image-001__container--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.two-col-image-001__container--white:not(.two-col-image-001__container--shadow) {
  padding-top: 0px;
  padding-bottom: 0px;
}

.two-col-image-001__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .two-col-image-001__row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.two-col-image-001__col {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-image-001__col {
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__col {
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .two-col-image-001__col:last-child {
    padding-right: 0px;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__col:last-child {
    padding-left: 2.5rem;
  }
}

.two-col-image-001__image {
  position: relative;
  height: 20rem;
}

@media (min-width: 768px) {
  .two-col-image-001__image {
    height: 24rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__image {
    height: 420px;
  }
}

.two-col-image-001__image::before {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  --tw-grayscale: grayscale(0);
  --tw-invert: invert(0);
  --tw-saturate: saturate(0);
  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);
  content: var(--tw-content);
  --tw-backdrop-blur: blur(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.two-col-image-001__image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.two-col-image-001__logo-figure {
  position: absolute;
  right: 2.75rem;
  top: 2.75rem;
  z-index: 1;
  max-width: 200px;
}

.two-col-image-001__title {
  position: absolute;
  bottom: 2.75rem;
  right: 0px;
  z-index: 2;
  max-width: 80%;
  --tw-bg-opacity: 1;
  background-color: rgb(217 147 121 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 22px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .two-col-image-001__title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__title {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.two-col-image-001__heading {
  margin-top: 2rem;
  font-size: 24px;
  line-height: 34px;
}

@media (min-width: 768px) {
  .two-col-image-001__heading {
    margin-top: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.two-col-image-001__heading + .two-col-image-001__content {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .two-col-image-001__heading + .two-col-image-001__content {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__heading + .two-col-image-001__content {
    padding-top: 2.5rem;
  }
}

.two-col-image-001__content h2,  .two-col-image-001__content h3,  .two-col-image-001__content h4 {
  margin-bottom: 0.75rem;
  font-family: Arial-Bold, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .two-col-image-001__content h2,  .two-col-image-001__content h3,  .two-col-image-001__content h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__content p {
    font-size: 22px;
    line-height: 32px;
  }
}

.two-col-image-001__content ul {
  padding-left: 1.5rem;
}

.two-col-image-001__content ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

@media (min-width: 1024px) {
  .two-col-image-001__content ul li {
    font-size: 22px;
    line-height: 32px;
  }
}

.two-col-image-001__button {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .two-col-image-001__button {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__button {
    margin-top: 3rem;
  }
}

.two-col-image-001__popup {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background-color: #000000e0;
}

.two-col-image-001__popup.active {
  visibility: visible;
  display: block;
}

.two-col-image-001__popup .nf-field-label label {
  padding-left: 0px !important;
  font-weight: 400;
}

.two-col-image-001__popup .submit-wrap .nf-field-element {
  text-align: center !important;
}

.two-col-image-001__popup .html-container {
  margin-bottom: 0px !important;
}

.two-col-image-001__popup-wrap {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 20rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .two-col-image-001__popup-wrap {
    width: 66.666667%;
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-001__popup-wrap {
    width: 50%;
    padding: 4rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px) {
  .two-col-image-001__popup-wrap {
    width: 40%;
  }
}

@media (min-width: 2200px) {
  .two-col-image-001__popup-wrap {
    width: 25%;
  }
}

.two-col-image-001__close {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.two-col-image-001__close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.two-col-image-001__popup-heading {
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .two-col-image-001__popup-heading {
    padding-bottom: 1.5rem;
  }
}

.two-col-image-001__gdpr {
  font-size: 12px;
  line-height: 22px;
}

.two-col-image-001__gdpr a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.two-col-image-001__gdpr a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.two-col-linkboxes-001 {
  display: block !important;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-linkboxes-001 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .two-col-linkboxes-001 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.two-col-linkboxes-001--no-top-padding {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .two-col-linkboxes-001--no-top-padding {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .two-col-linkboxes-001--no-top-padding {
    padding-top: 0px;
  }
}

.two-col-linkboxes-001--no-bottom-padding {
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .two-col-linkboxes-001--no-bottom-padding {
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .two-col-linkboxes-001--no-bottom-padding {
    padding-bottom: 0px;
  }
}

.two-col-linkboxes-001__heading {
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .two-col-linkboxes-001__heading {
    font-size: 40px;
    line-height: 50px;
  }
}

.two-col-linkboxes-001__heading + .two-col-linkboxes-001__subheading {
  padding-top: 0.5rem;
}

.two-col-linkboxes-001__heading + .two-col-linkboxes-001__linkboxes {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .two-col-linkboxes-001__heading + .two-col-linkboxes-001__linkboxes {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-linkboxes-001__heading + .two-col-linkboxes-001__linkboxes {
    margin-top: 3.5rem;
  }
}

.two-col-linkboxes-001__subheading + .two-col-linkboxes-001__linkboxes {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .two-col-linkboxes-001__subheading + .two-col-linkboxes-001__linkboxes {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .two-col-linkboxes-001__subheading + .two-col-linkboxes-001__linkboxes {
    margin-top: 1.5rem;
  }
}

.two-col-linkboxes-001__linkboxes {
  display: flex;
  flex-wrap: wrap;
}

.two-col-linkboxes-001__linkbox {
  width: 100%;
}

@media (min-width: 768px) {
  .two-col-linkboxes-001__linkbox {
    height: 24rem;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .two-col-linkboxes-001__linkbox {
    height: 500px;
  }
}

@media (min-width: 1280px) {
  .two-col-linkboxes-001__linkbox {
    height: 670px;
  }
}

.two-col-linkboxes-001__linkbox:first-child {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .two-col-linkboxes-001__linkbox:first-child {
    margin-bottom: 0px;
  }
}

.two-col-linkboxes-001__linkbox .linkboxe-005__content-wrap {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}

@media (min-width: 1536px) {
  .two-col-linkboxes-001__linkbox .linkboxe-005__content-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 768px) {
  .two-col-linkboxes-001__linkbox:last-child .two-col-linkboxes-001__linkbox-heading, 
        .two-col-linkboxes-001__linkbox:last-child .two-col-linkboxes-001__linkbox-content {
    text-align: right;
  }
}

.two-col-linkboxes-001__buttons {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .two-col-linkboxes-001__buttons {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .two-col-linkboxes-001__buttons {
    margin-top: 2.5rem;
  }
}

.two-col-video-001 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-video-001 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .two-col-video-001 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.two-col-video-001--no-top-padding {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .two-col-video-001--no-top-padding {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .two-col-video-001--no-top-padding {
    padding-top: 0px;
  }
}

.two-col-video-001--no-bottom-padding {
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .two-col-video-001--no-bottom-padding {
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .two-col-video-001--no-bottom-padding {
    padding-bottom: 0px;
  }
}

.two-col-video-001__container + 
    .two-col-video-001__wrap {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .two-col-video-001__container + 
    .two-col-video-001__wrap {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-video-001__container + 
    .two-col-video-001__wrap {
    margin-top: 2.5rem;
  }
}

.two-col-video-001__wrap {
  display: flex;
  flex-wrap: wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
  padding: 1.25rem;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .two-col-video-001__wrap {
    padding: 5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-video-001__wrap {
    padding: 6rem;
  }
}

@media (min-width: 1536px) {
  .two-col-video-001__wrap {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.two-col-video-001__col {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .two-col-video-001__col {
    width: 41.666667%;
  }
}

.two-col-video-001__col:last-child {
  margin-top: 3rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .two-col-video-001__col:last-child {
    padding-left: 4rem;
  }
}

@media (min-width: 1024px) {
  .two-col-video-001__col:last-child {
    margin-top: 0px;
    width: 58.333333%;
    padding-left: 6rem;
  }
}

@media (min-width: 1280px) {
  .two-col-video-001__col:last-child {
    padding-left: 8rem;
  }
}

.two-col-video-001__col:last-child::before {
  position: absolute;
  left: -0.5rem;
  top: 0px;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("assets/vectors/quote.svg");
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .two-col-video-001__col:last-child::before {
    height: 3.5rem;
    content: var(--tw-content);
    width: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-video-001__col:last-child::before {
    content: var(--tw-content);
    left: 2.5rem;
  }
}

.two-col-video-001__col:last-child::after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 1.5rem;
  width: 1.5rem;
  --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));
  background-image: url("assets/vectors/quote.svg");
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .two-col-video-001__col:last-child::after {
    right: -2.5rem;
    height: 3.5rem;
    content: var(--tw-content);
    width: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-video-001__col-full:last-child {
    width: 100%;
  }
}

.two-col-video-001__video {
  display: block;
  height: 15rem;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .two-col-video-001__video {
    height: 20rem;
  }
}

.two-col-video-001__video:hover .two-col-video-001__video-button {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .two-col-video-001__testimonial {
    font-size: 22px;
    line-height: 32px;
  }
}

.two-col-video-001__author {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .two-col-video-001__author {
    margin-top: 1.5rem;
  }
}

.two-col-video-001__lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  background-color: #000000e0;
}

.two-col-video-001__lightbox.active {
  visibility: visible;
  display: block;
}

.two-col-video-001__lightbox-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 16 / 9;
  width: 83.333333%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px) {
  .two-col-video-001__lightbox-frame {
    width: auto;
  }
}

.two-col-video-001__video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: #9a9a9a75;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 3rem;
  padding-right: 2.75rem;
}

.two-col-video-001__buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .two-col-video-001__buttons {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .two-col-video-001__buttons {
    margin-top: 4rem;
  }
}

.two-col-video-001__close {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.two-col-video-001__close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.two-cols-image-text-001--padding-top {
  position: relative;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .two-cols-image-text-001--padding-top {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .two-cols-image-text-001--padding-top {
    padding-top: 5rem;
  }
}

.two-cols-image-text-001--padding-bottom {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .two-cols-image-text-001--padding-bottom {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .two-cols-image-text-001--padding-bottom {
    padding-bottom: 5rem;
  }
}

.two-cols-image-text-001--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.two-cols-image-text-001--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(38 37 37 / var(--tw-bg-opacity));
}

.two-cols-image-text-001--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.two-cols-image-text-001--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 25 / var(--tw-bg-opacity));
}

.two-cols-image-text-001--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.two-cols-image-text-001__container {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .two-cols-image-text-001__container {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .two-cols-image-text-001__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .two-cols-image-text-001__container--revers {
    flex-direction: row-reverse;
    padding-right: 3rem;
  }

  .two-cols-image-text-001__container--revers .two-cols-image-text-001__content-col {
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .two-cols-image-text-001__container--revers .two-cols-image-text-001__content-col {
    padding-left: 2rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px) {
  .two-cols-image-text-001__container--revers .two-cols-image-text-001__content-col {
    padding-right: 11rem;
  }
}

@media (min-width: 1536px) {
  .two-cols-image-text-001__container--revers .two-cols-image-text-001__content-col {
    padding-right: 18rem;
  }
}

.two-cols-image-text-001__image-col {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .two-cols-image-text-001__image-col {
    height: 100%;
    min-height: 450px;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .two-cols-image-text-001__image-col {
    min-height: 660px;
  }
}

.two-cols-image-text-001__image-col--left .two-cols-image-text-001__figure--flex {
  left: 0px;
}

.two-cols-image-text-001__figure {
  height: 16rem;
  width: 100%;
}

@media (min-width: 768px) {
  .two-cols-image-text-001__figure {
    height: 450px;
  }
}

@media (min-width: 1024px) {
  .two-cols-image-text-001__figure {
    height: 660px;
  }
}

@media (min-width: 768px) {
  .two-cols-image-text-001__figure--flex {
    position: absolute;
    right: 0px;
    width: 50%;
  }
}

.two-cols-image-text-001__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-cols-image-text-001__content-col {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .two-cols-image-text-001__content-col {
    width: 50%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1024px) {
  .two-cols-image-text-001__content-col {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 1.5rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .two-cols-image-text-001__content-col {
    padding-left: 7rem;
  }
}

@media (min-width: 1536px) {
  .two-cols-image-text-001__content-col {
    padding-left: 12rem;
  }
}

.two-cols-image-text-001__content-wrap {
  max-width: 36rem;
}

.two-cols-image-text-001__subheading {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .two-cols-image-text-001__subheading {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .two-cols-image-text-001__subheading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .two-cols-image-text-001__subheading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.two-cols-image-text-001__content {
  margin-bottom: 0.75rem;
  padding-top: 0px;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .two-cols-image-text-001__content {
    padding-top: 0px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  .two-cols-image-text-001__content {
    padding-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1280px) {
  .two-cols-image-text-001__content {
    font-size: 24px;
    line-height: 34px;
  }
}

.two-cols-image-text-001__content--white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-cols-image-text-001__content--primary {
  --tw-text-opacity: 1;
  color: rgb(38 37 37 / var(--tw-text-opacity));
}

.two-cols-image-text-001__content--secondary {
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.two-cols-image-text-001__content--tertiary {
  --tw-text-opacity: 1;
  color: rgb(22 22 25 / var(--tw-text-opacity));
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.shrink {
  flex-shrink: 1;
}

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

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

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

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

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

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

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

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

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */
