*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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(14 30 53 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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(14 30 53 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 456px) {

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

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

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

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

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

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

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

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

  .container {
    max-width: 1384px;
  }
}
.layout-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem; /* 24px */;
}
@media (min-width: 1024px) {

  .layout-grid {
    gap: 2rem; /* 32px */;
  }
}
.h1, .h2, .wysiwyg h2:not([class^=h]), .h3, .wysiwyg h3:not([class^=h]), .h4, .wysiwyg h4:not([class^=h]), .h5, .h6,
  h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  letter-spacing: -0.4px;
  color: rgb(0 0 0 / 0.8);
}
.section-dark .h1 .section-title,.section-dark  .h2 .section-title,.section-dark  .wysiwyg h2:not([class^=h]) .section-title,.section-dark  .h3 .section-title,.section-dark  .wysiwyg h3:not([class^=h]) .section-title,.section-dark  .h4 .section-title,.section-dark  .wysiwyg h4:not([class^=h]) .section-title,.section-dark  .h5 .section-title,.section-dark  .h6 .section-title,.section-dark 
  h1 .section-title,.section-dark  h2 .section-title,.section-dark  h3 .section-title,.section-dark  h4 .section-title,.section-dark  h5 .section-title,.section-dark  h6 .section-title {
  color: rgb(255 255 255 / 0.7);
}
.section-dark .h1,.section-dark  .h2,.section-dark  .wysiwyg h2:not([class^=h]),.section-dark  .h3,.section-dark  .wysiwyg h3:not([class^=h]),.section-dark  .h4,.section-dark  .wysiwyg h4:not([class^=h]),.section-dark  .h5,.section-dark  .h6,.section-dark 
  h1,.section-dark  h2,.section-dark  h3,.section-dark  h4,.section-dark  h5,.section-dark  h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.h1 span, .h2 span, .wysiwyg h2:not([class^=h]) span, .h3 span, .wysiwyg h3:not([class^=h]) span, .h4 span, .wysiwyg h4:not([class^=h]) span, .h5 span, .h6 span,
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: rgb(0 0 0 / 0.6);
}
.section-dark .h1 span,.section-dark  .h2 span,.section-dark  .wysiwyg h2:not([class^=h]) span,.section-dark  .h3 span,.section-dark  .wysiwyg h3:not([class^=h]) span,.section-dark  .h4 span,.section-dark  .wysiwyg h4:not([class^=h]) span,.section-dark  .h5 span,.section-dark  .h6 span,.section-dark 
  h1 span,.section-dark  h2 span,.section-dark  h3 span,.section-dark  h4 span,.section-dark  h5 span,.section-dark  h6 span {
  color: rgb(255 255 255 / 0.7);
}
.section-title {
  color: rgb(0 0 0 / 0.6);
}
.text-white .section-title {
  color: rgb(255 255 255 / 0.7);
}
.h1 {
  font-size: 45px;
}
@media (min-width: 1024px) {

  .h1 {
    font-size: 117px;
  }
}
.h2, .wysiwyg h2:not([class^=h]) {
  font-size: 45px;
}
@media (min-width: 1024px) {

  .h2, .wysiwyg h2:not([class^=h]) {
    font-size: 72px;
  }
}
.h3, .wysiwyg h3:not([class^=h]) {
  font-size: 28px;
}
@media (min-width: 1024px) {

  .h3, .wysiwyg h3:not([class^=h]) {
    font-size: 45px;
  }
}
.h4, .wysiwyg h4:not([class^=h]) {
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 1024px) {

  .h4, .wysiwyg h4:not([class^=h]) {
    font-size: 28px;
  }
}
.h5 {
  font-size: 22px;
  line-height: 1.4;
}
.text-xs {
  font-size: 11px;
}
.wysiwyg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem; /* 32px */;
}
.form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem; /* 24px */;
}
.form-fields .form-field {
  grid-column: span 2 / span 2;
}
@media (min-width: 1024px) {

  .form-fields .form-field--half {
    grid-column: span 1 / span 1;
  }
}
.form-field > label {
  margin-bottom: 0.375rem; /* 6px */;
  display: block;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(29 35 53 / var(--tw-text-opacity, 1));
}
.glass .form-field > label .section-title {
  color: rgb(255 255 255 / 0.7);
}
.glass .form-field > label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.form-field input,
  .form-field textarea,
  .form-field select {
  height: 3rem; /* 48px */;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(218 224 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
  font-size: 17px;
  color: rgb(0 0 0 / 0.8);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
main section.form-field input + section.bg-white,main section
  .form-field textarea + section.bg-white,main section
  .form-field select + section.bg-white {
  padding-top: 0px;
}
.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder, .form-field select::-moz-placeholder {
  color: rgb(0 0 0 / 0.8);
}
.form-field input::placeholder,
  .form-field textarea::placeholder,
  .form-field select::placeholder {
  color: rgb(0 0 0 / 0.8);
}
.glass .form-field input,
  .glass .form-field textarea,
  .glass .form-field select {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.08;
  color: rgb(255 255 255 / 0.8);
}
main section.glass .form-field input + section.bg-white,main section
  .glass .form-field textarea + section.bg-white,main section
  .glass .form-field select + section.bg-white {
  padding-top: 0px;
}
.glass .form-field input::-moz-placeholder, .glass .form-field textarea::-moz-placeholder, .glass .form-field select::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}
.glass .form-field input::placeholder,
  .glass .form-field textarea::placeholder,
  .glass .form-field select::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.form-field input.wpcf7-not-valid,
  .form-field textarea.wpcf7-not-valid,
  .form-field select.wpcf7-not-valid {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(172 22 27 / var(--tw-border-opacity, 1));
}
.form-field input[type=radio] {
  height: 1rem; /* 16px */;
  width: 1rem; /* 16px */;
}
.form-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.625rem; /* 42px */;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231D2335' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 20px;
}
.glass .form-field select {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
.form-field textarea {
  height: 140px;
  resize: none;
  padding-top: 1rem; /* 16px */;
  padding-bottom: 1rem; /* 16px */;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-20 {
  right: 1.25rem; /* 20px */;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-24 {
  top: 1.5rem; /* 24px */;
}
.top-32 {
  top: 2rem; /* 32px */;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-24 {
  margin-bottom: 1.5rem; /* 24px */;
}
.mb-32 {
  margin-bottom: 2rem; /* 32px */;
}
.mb-48 {
  margin-bottom: 3rem; /* 48px */;
}
.mb-8 {
  margin-bottom: 0.5rem; /* 8px */;
}
.ml-\[-1px\] {
  margin-left: -1px;
}
.ml-auto {
  margin-left: auto;
}
.mt-16 {
  margin-top: 1rem; /* 16px */;
}
.mt-24 {
  margin-top: 1.5rem; /* 24px */;
}
.mt-32 {
  margin-top: 2rem; /* 32px */;
}
.mt-\[-1px\] {
  margin-top: -1px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1312\/738\] {
  aspect-ratio: 1312/738;
}
.aspect-\[416\/278\] {
  aspect-ratio: 416/278;
}
.aspect-\[420\/200\] {
  aspect-ratio: 420/200;
}
.aspect-\[420\/300\] {
  aspect-ratio: 420/300;
}
.aspect-\[528\/300\] {
  aspect-ratio: 528/300;
}
.aspect-\[752\/500\] {
  aspect-ratio: 752/500;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
}
.h-16 {
  height: 1rem; /* 16px */;
}
.h-24 {
  height: 1.5rem; /* 24px */;
}
.h-28 {
  height: 1.75rem; /* 28px */;
}
.h-32 {
  height: 2rem; /* 32px */;
}
.h-36 {
  height: 2.25rem; /* 36px */;
}
.h-48 {
  height: 3rem; /* 48px */;
}
.h-56 {
  height: 3.5rem; /* 56px */;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[calc\(100\%\+100px\)\] {
  height: calc(100% + 100px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-nav {
  height: var(--nav-height);
}
.max-h-\[48px\] {
  max-height: 48px;
}
.min-h-\[138px\] {
  min-height: 138px;
}
.min-h-\[142px\] {
  min-height: 142px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[74px\] {
  min-height: 74px;
}
.w-16 {
  width: 1rem; /* 16px */;
}
.w-24 {
  width: 1.5rem; /* 24px */;
}
.w-32 {
  width: 2rem; /* 32px */;
}
.w-48 {
  width: 3rem; /* 48px */;
}
.w-56 {
  width: 3.5rem; /* 56px */;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[74px\] {
  width: 74px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-10 {
  max-width: 0.625rem; /* 10px */;
}
.max-w-16 {
  max-width: 1rem; /* 16px */;
}
.max-w-\[1312px\] {
  max-width: 1312px;
}
.max-w-\[22px\] {
  max-width: 22px;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-\[32px\] {
  max-width: 32px;
}
.max-w-\[342px\] {
  max-width: 342px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-2px\] {
  --tw-translate-x: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.125rem; /* 2px */;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-2px\] {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-10 {
  gap: 0.625rem; /* 10px */;
}
.gap-12 {
  gap: 0.75rem; /* 12px */;
}
.gap-16 {
  gap: 1rem; /* 16px */;
}
.gap-24 {
  gap: 1.5rem; /* 24px */;
}
.gap-32 {
  gap: 2rem; /* 32px */;
}
.gap-4 {
  gap: 0.25rem; /* 4px */;
}
.gap-48 {
  gap: 3rem; /* 48px */;
}
.gap-6 {
  gap: 0.375rem; /* 6px */;
}
.gap-64 {
  gap: 4rem; /* 64px */;
}
.gap-8 {
  gap: 0.5rem; /* 8px */;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-x-24 {
  -moz-column-gap: 1.5rem; /* 24px */;
       column-gap: 1.5rem; /* 24px */;
}
.gap-y-12 {
  row-gap: 0.75rem; /* 12px */;
}
.gap-y-16 {
  row-gap: 1rem; /* 16px */;
}
.gap-y-32 {
  row-gap: 2rem; /* 32px */;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.border-1 {
  border-width: 1px;
}
.border-x-1 {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-r-1 {
  border-right-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(238 240 248 / var(--tw-border-opacity, 1));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(218 224 240 / var(--tw-border-opacity, 1));
}
.border-blue-350 {
  --tw-border-opacity: 1;
  border-color: rgb(180 185 219 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#110000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEF0FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 250 / var(--tw-bg-opacity, 1));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 248 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 224 240 / var(--tw-bg-opacity, 1));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 35 53 / var(--tw-bg-opacity, 1));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 255 / var(--tw-bg-opacity, 1));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(172 22 27 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 236 233 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black\/0 {
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black\/65 {
  --tw-gradient-to: rgb(0 0 0 / 0.65) var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-24 {
  padding: 1.5rem; /* 24px */;
}
.p-8 {
  padding: 0.5rem; /* 8px */;
}
.\!py-96 {
  padding-top: 6rem; /* 96px */ !important;
  padding-bottom: 6rem; /* 96px */ !important;
}
.px-16 {
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
}
.px-24 {
  padding-left: 1.5rem; /* 24px */;
  padding-right: 1.5rem; /* 24px */;
}
.px-8 {
  padding-left: 0.5rem; /* 8px */;
  padding-right: 0.5rem; /* 8px */;
}
.py-16 {
  padding-top: 1rem; /* 16px */;
  padding-bottom: 1rem; /* 16px */;
}
.py-24 {
  padding-top: 1.5rem; /* 24px */;
  padding-bottom: 1.5rem; /* 24px */;
}
.py-32 {
  padding-top: 2rem; /* 32px */;
  padding-bottom: 2rem; /* 32px */;
}
.py-48 {
  padding-top: 3rem; /* 48px */;
  padding-bottom: 3rem; /* 48px */;
}
.py-64 {
  padding-top: 4rem; /* 64px */;
  padding-bottom: 4rem; /* 64px */;
}
.py-8 {
  padding-top: 0.5rem; /* 8px */;
  padding-bottom: 0.5rem; /* 8px */;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-24 {
  padding-bottom: 1.5rem; /* 24px */;
}
.pb-32 {
  padding-bottom: 2rem; /* 32px */;
}
.pb-40 {
  padding-bottom: 2.5rem; /* 40px */;
}
.pb-48 {
  padding-bottom: 3rem; /* 48px */;
}
.pl-20 {
  padding-left: 1.25rem; /* 20px */;
}
.pr-40 {
  padding-right: 2.5rem; /* 40px */;
}
.pt-12 {
  padding-top: 0.75rem; /* 12px */;
}
.pt-24 {
  padding-top: 1.5rem; /* 24px */;
}
.pt-32 {
  padding-top: 2rem; /* 32px */;
}
.pt-40 {
  padding-top: 2.5rem; /* 40px */;
}
.pt-nav {
  padding-top: var(--nav-height);
}
.text-center {
  text-align: center;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 30 53 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#2D5362\] {
  --tw-text-opacity: 1;
  color: rgb(45 83 98 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(29 35 53 / var(--tw-text-opacity, 1));
}
.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(151 157 166 / var(--tw-text-opacity, 1));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(172 22 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.opacity-0 {
  opacity: 0;
}
.opacity-\[0\.08\] {
  opacity: 0.08;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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 {
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@font-face {
  font-family: "CircularXX";
  src: url("/wp-content/themes/lcp-germany/public/fonts/CircularXX-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "CircularXX";
  src: url("/wp-content/themes/lcp-germany/public/fonts/CircularXX-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CircularXX";
  src: url("/wp-content/themes/lcp-germany/public/fonts/CircularXX-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: CircularXX, sans-serif;
  font-size: 17px;
  color: rgb(0 0 0 / 0.6);
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1720px;
  padding-left: 1.5rem; /* 24px */;
  padding-right: 1.5rem; /* 24px */;
}

@media (min-width: 1024px) {

  .container {
    padding-left: 4rem; /* 64px */;
    padding-right: 4rem; /* 64px */;
  }
}
img,
svg {
  height: auto;
  width: auto;
  max-width: 100%;
}

.button .section-title {
  color: rgb(255 255 255 / 0.7);
}

.button {
  display: inline-flex;
  height: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 1rem; /* 16px */;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(172 22 27 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(172 22 27 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem; /* 24px */;
  padding-right: 1rem; /* 16px */;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 35 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 35 53 / var(--tw-bg-opacity, 1));
}

.group:hover .button {
  --tw-border-opacity: 1;
  border-color: rgb(29 35 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 35 53 / var(--tw-bg-opacity, 1));
}
.button::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 8.98783H12.6663M12.6663 8.98783L7.99967 4.32117M12.6663 8.98783L7.99967 13.6545' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.button:hover::after {
  --tw-translate-x: 0.125rem; /* 2px */;
  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));
}
.button.--small {
  height: 1.75rem; /* 28px */;
  min-height: 1.75rem; /* 28px */;
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
}
.button.--full {
  width: 100%;
  justify-content: space-between;
}
.button.--outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 22 27 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(172 22 27 / var(--tw-text-opacity, 1));
}
.button.--outline:hover .section-title {
  color: rgb(255 255 255 / 0.7);
}
.button.--outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 22 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .button.--outline .section-title {
  color: rgb(255 255 255 / 0.7);
}
.group:hover .button.--outline {
  --tw-bg-opacity: 1;
  background-color: rgb(172 22 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button.--outline::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 7.99998H12.6663M12.6663 7.99998L7.99967 3.33331M12.6663 7.99998L7.99967 12.6666' stroke='%23AC161B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.button.--outline:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 8.98783H12.6663M12.6663 8.98783L7.99967 4.32117M12.6663 8.98783L7.99967 13.6545' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.button.--outline.--light .section-title {
  color: rgb(255 255 255 / 0.7);
}
.button.--outline.--light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button.--outline.--light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(172 22 27 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(172 22 27 / var(--tw-bg-opacity, 1));
}
.group:hover .button.--outline.--light {
  --tw-border-opacity: 1;
  border-color: rgb(172 22 27 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(172 22 27 / var(--tw-bg-opacity, 1));
}
.button.--outline.--light::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 8.98783H12.6663M12.6663 8.98783L7.99967 4.32117M12.6663 8.98783L7.99967 13.6545' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.button.--outline.--dark {
  --tw-border-opacity: 1;
  border-color: rgb(29 35 53 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 35 53 / var(--tw-text-opacity, 1));
}
.button.--outline.--dark:hover .section-title {
  color: rgb(255 255 255 / 0.7);
}
.button.--outline.--dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 35 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 35 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .button.--outline.--dark .section-title {
  color: rgb(255 255 255 / 0.7);
}
.group:hover .button.--outline.--dark {
  --tw-border-opacity: 1;
  border-color: rgb(29 35 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 35 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button.--outline.--dark::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 8.98783H12.6663M12.6663 8.98783L7.99967 4.32117M12.6663 8.98783L7.99967 13.6545' stroke='%231D2335' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.button.--outline.--dark:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 8.98783H12.6663M12.6663 8.98783L7.99967 4.32117M12.6663 8.98783L7.99967 13.6545' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.button.--reverse {
  flex-direction: row-reverse;
  padding-right: 1.5rem; /* 24px */;
  padding-left: 1rem; /* 16px */;
}
.button.--reverse::after {
  --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));
}
.button.--no-icon {
  padding-left: 1.5rem; /* 24px */;
  padding-right: 1.5rem; /* 24px */;
}
.button.--no-icon::after {
  display: none;
}

.text-link, .wpcf7-acceptance label span a {
  --tw-text-opacity: 1;
  color: rgb(172 22 27 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.text-link:hover, .wpcf7-acceptance label span a:hover {
  text-decoration-line: underline;
}
.tel-field {
  display: flex;
}
.tel-field .wpcf7-form-control-wrap:first-child {
  flex-shrink: 0;
}
.tel-field .wpcf7-form-control-wrap:first-child select {
  border-right-width: 0px;
}
.tel-field .wpcf7-form-control-wrap:last-child {
  flex-grow: 1;
}
.tel-field .wpcf7-form-control-wrap:last-child input {
  border-left-width: 0px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0px;
  padding: 0px;
}
.wpcf7-acceptance input {
  display: none;
}
.wpcf7-acceptance input:checked + span::after {
  opacity: 1;
}
.wpcf7-acceptance label span {
  position: relative;
  padding-left: 1.875rem; /* 30px */;
  color: rgb(0 0 0 / 0.8);
}
.glass .wpcf7-acceptance label span {
  color: rgb(255 255 255 / 0.8);
}
.wpcf7-acceptance label span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  display: inline-block;
  height: 1.25rem; /* 20px */;
  width: 1.25rem; /* 20px */;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(218 224 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  vertical-align: middle;
}
main section.wpcf7-acceptance label span + section.bg-white::before {
  padding-top: 0px;
}
.wpcf7-acceptance label span::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  height: 1.25rem; /* 20px */;
  width: 1.25rem; /* 20px */;
  opacity: 0;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23AC161B' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.glass .wpcf7-acceptance label span::before {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.08;
}
main section.glass .wpcf7-acceptance label span + section.bg-white::before {
  padding-top: 0px;
}
.glass .wpcf7-acceptance label span::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5' /%3E%3C/svg%3E%0A");
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.swiper-arrows > div {
  display: flex;
  height: 3rem; /* 48px */;
  width: 3rem; /* 48px */;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 250 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.section-blue .swiper-arrows > div {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.swiper-arrows > div.swiper-button-disabled {
  opacity: 0.3;
}

.pagination {
  position: relative;
  margin-top: 4rem; /* 64px */;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.pagination li:first-child {
  margin-right: 0.625rem; /* 10px */;
}
@media (min-width: 1024px) {

  .pagination li:first-child {
    position: absolute;
    left: 0px;
  }
}
.pagination li:last-child {
  margin-left: 0.625rem; /* 10px */;
}
@media (min-width: 1024px) {

  .pagination li:last-child {
    position: absolute;
    right: 0px;
  }
}
.pagination li:not(:first-child):not(:last-child) button, .pagination li.pagination__ellipsis, .pagination li.--active {
  display: flex;
  height: 2rem; /* 32px */;
  width: 2rem; /* 32px */;
  align-items: center;
  justify-content: center;
  color: rgb(0 0 0 / 0.8);
}
.pagination li.--active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
main section.pagination li.--active + section.bg-white {
  padding-top: 0px;
}
.pagination button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* 8px */;
  color: rgb(0 0 0 / 0.8);
}

.hero {
  background: linear-gradient(0deg, #1D2335, #1D2335), linear-gradient(0deg, rgba(29, 35, 53, 0.16), rgba(29, 35, 53, 0.16));
}
.hero--large {
  min-height: 594px;
}
@media (min-width: 1024px) {

  .hero--large {
    min-height: 900px;
  }
}
.hero--info-box .hero__content, .hero--form .hero__content {
  max-width: 680px;
}
.hero__inner {
  padding-top: 3rem; /* 48px */;
  padding-bottom: 3rem; /* 48px */;
}
@media (min-width: 1024px) {

  .hero__inner {
    padding-top: 6rem; /* 96px */;
    padding-bottom: 6rem; /* 96px */;
  }

  .hero--form .hero__inner {
    padding-top: 3.75rem; /* 60px */;
  }
}

.footer {
  background: linear-gradient(0deg, #F8F9FF, #F8F9FF), linear-gradient(0deg, rgba(248, 249, 255, 0.88) 0%, #F8F9FF 44%);
}

main section {
  padding-top: 3rem; /* 48px */;
  padding-bottom: 3rem; /* 48px */;
}

@media (min-width: 1024px) {

  main section {
    padding-top: 6rem; /* 96px */;
    padding-bottom: 6rem; /* 96px */;
  }
}
main section.bg-blue + section.bg-blue {
  padding-top: 0px;
}
main section.bg-white + section.bg-white {
  padding-top: 0px;
}

.portfolio-search input[name=address] {
  padding-right: 4rem; /* 64px */;
}

.hover\:text-white:hover .section-title {
  color: rgb(255 255 255 / 0.7);
}

.current-menu-item .menu-item-active\:text-white .section-title {
  color: rgb(255 255 255 / 0.7);
}

@media (min-width: 1024px) {
  .lg\:h2 {
    line-height: 1.1;
    letter-spacing: -0.4px;
    color: rgb(0 0 0 / 0.8);
  }
  .section-dark .lg\:h2 .section-title {
    color: rgb(255 255 255 / 0.7);
  }
  .section-dark .lg\:h2 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .lg\:h3 {
    line-height: 1.1;
    letter-spacing: -0.4px;
    color: rgb(0 0 0 / 0.8);
  }
  .section-dark .lg\:h3 .section-title {
    color: rgb(255 255 255 / 0.7);
  }
  .section-dark .lg\:h3 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .lg\:h4 {
    line-height: 1.1;
    letter-spacing: -0.4px;
    color: rgb(0 0 0 / 0.8);
  }
  .section-dark .lg\:h4 .section-title {
    color: rgb(255 255 255 / 0.7);
  }
  .section-dark .lg\:h4 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .lg\:h2 span {
    color: rgb(0 0 0 / 0.6);
  }
  .section-dark .lg\:h2 span {
    color: rgb(255 255 255 / 0.7);
  }
  .lg\:h3 span {
    color: rgb(0 0 0 / 0.6);
  }
  .section-dark .lg\:h3 span {
    color: rgb(255 255 255 / 0.7);
  }
  .lg\:h4 span {
    color: rgb(0 0 0 / 0.6);
  }
  .section-dark .lg\:h4 span {
    color: rgb(255 255 255 / 0.7);
  }
  .lg\:h2 {
    font-size: 45px;
  }
  @media (min-width: 1024px) {

    .lg\:h2 {
      font-size: 72px;
    }
  }
  .lg\:h3 {
    font-size: 28px;
  }
  @media (min-width: 1024px) {

    .lg\:h3 {
      font-size: 45px;
    }
  }
  .lg\:h4 {
    font-size: 24px;
    line-height: 1.4;
  }
  @media (min-width: 1024px) {

    .lg\:h4 {
      font-size: 28px;
    }
  }
}

.placeholder\:text-white\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder\:text-white\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 35 53 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 22 27 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(218 224 240 / var(--tw-text-opacity, 1));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(172 22 27 / var(--tw-text-opacity, 1));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgb(253 236 233 / var(--tw-text-opacity, 1));
}

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

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

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

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.current-menu-item .menu-item-active\:font-medium {
  font-weight: 500;
}

.current-menu-item .menu-item-active\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.--tray-open .tray-open\:block {
  display: block;
}

body.--tray-open .tray-open\:hidden {
  display: none;
}

.this-active\:text-red.--active {
  --tw-text-opacity: 1;
  color: rgb(172 22 27 / var(--tw-text-opacity, 1));
}

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

.--list-view .is-list-view\:flex {
  display: flex;
}

.--list-view .is-list-view\:h-full {
  height: 100%;
}

.--list-view .is-list-view\:flex-1 {
  flex: 1 1 0%;
}

.--list-view .is-list-view\:flex-row {
  flex-direction: row;
}

.--list-view .is-list-view\:flex-col {
  flex-direction: column;
}

body.single-post .single-post\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 35 53 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

@media (min-width: 768px) {

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

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

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

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

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

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:mb-64 {
    margin-bottom: 4rem; /* 64px */;
  }

  .lg\:ml-\[-1px\] {
    margin-left: -1px;
  }

  .lg\:mt-48 {
    margin-top: 3rem; /* 48px */;
  }

  .lg\:mt-\[-1px\] {
    margin-top: -1px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-80 {
    height: 5rem; /* 80px */;
  }

  .lg\:h-\[calc\(100\%\+2px\)\] {
    height: calc(100% + 2px);
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:grid-cols-\[416px\2c 1fr\] {
    grid-template-columns: 416px 1fr;
  }

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

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

  .lg\:gap-10 {
    gap: 0.625rem; /* 10px */;
  }

  .lg\:gap-24 {
    gap: 1.5rem; /* 24px */;
  }

  .lg\:gap-32 {
    gap: 2rem; /* 32px */;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 4rem; /* 64px */;
         column-gap: 4rem; /* 64px */;
  }

  .lg\:gap-y-64 {
    row-gap: 4rem; /* 64px */;
  }

  .lg\:border-1 {
    border-width: 1px;
  }

  .lg\:px-32 {
    padding-left: 2rem; /* 32px */;
    padding-right: 2rem; /* 32px */;
  }

  .lg\:py-32 {
    padding-top: 2rem; /* 32px */;
    padding-bottom: 2rem; /* 32px */;
  }

  .lg\:py-80 {
    padding-top: 5rem; /* 80px */;
    padding-bottom: 5rem; /* 80px */;
  }

  .lg\:pb-160 {
    padding-bottom: 10rem; /* 160px */;
  }

  .lg\:pb-48 {
    padding-bottom: 3rem; /* 48px */;
  }

  .lg\:pb-96 {
    padding-bottom: 6rem; /* 96px */;
  }

  .lg\:pr-16 {
    padding-right: 1rem; /* 16px */;
  }

  .lg\:pt-64 {
    padding-top: 4rem; /* 64px */;
  }

  .lg\:pt-96 {
    padding-top: 6rem; /* 96px */;
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    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);
  }

  .--list-view .is-list-view\:lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

  .--list-view .is-list-view\:lg\:flex-1 {
    flex: 1 1 0%;
  }

  .--list-view .is-list-view\:lg\:items-center {
    align-items: center;
  }

  .--list-view .is-list-view\:lg\:justify-center {
    justify-content: center;
  }

  .--list-view .is-list-view\:lg\:border-y-1 {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .--list-view .is-list-view\:lg\:border-l-0 {
    border-left-width: 0px;
  }
}

@media (min-width: 1124px) {

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

  .--list-view .is-list-view\:xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}

@media (min-width: 1536px) {

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

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

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }
}

@media (max-width: 767px) {

  .md-max\:flex-col {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {

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

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

  .lg-max\:hidden {
    display: none;
  }

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

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

  .lg-max\:w-full {
    width: 100%;
  }

  .lg-max\:flex-col {
    flex-direction: column;
  }

  .lg-max\:px-24 {
    padding-left: 1.5rem; /* 24px */;
    padding-right: 1.5rem; /* 24px */;
  }
}
