*, ::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(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:  ;
  --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(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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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: 275px) {
  .container {
    max-width: 275px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

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

.top-0 {
  top: 0px;
}

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

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

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

.top-\[0\.5px\] {
  top: 0.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

.-ml-7\.5 {
  margin-left: -30px;
}

.-mr-7\.5 {
  margin-right: -30px;
}

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

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

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

.mr-\[96px\] {
  margin-right: 96px;
}

.mr-auto {
  margin-right: auto;
}

.mt-2\.5 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 10rem;
}

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

.mt-7\.5 {
  margin-top: 30px;
}

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

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

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

.mt-auto {
  margin-top: auto;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[387\/309\] {
  aspect-ratio: 387/309;
}

.aspect-\[600\/479\] {
  aspect-ratio: 600/479;
}

.aspect-\[752\/600\] {
  aspect-ratio: 752/600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%\+30px\)\] {
  width: calc(100% + 30px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-85 {
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.gap-1\.5 {
  gap: 5px;
}

.gap-1\.75 {
  gap: 6px;
}

.gap-1\.85 {
  gap: 7px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-10\.75 {
  gap: 45px;
}

.gap-12 {
  gap: 3rem;
}

.gap-12\.5 {
  gap: 50px;
}

.gap-14\.85 {
  gap: 58px;
}

.gap-15 {
  gap: 60px;
}

.gap-17\.25 {
  gap: 75px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 10px;
}

.gap-2\.75 {
  gap: 12px;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.25 {
  gap: 13px;
}

.gap-3\.5 {
  gap: 14px;
}

.gap-3\.75 {
  gap: 15px;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 18px;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6\.25 {
  gap: 25px;
}

.gap-6\.5 {
  gap: 26px;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-7\.5 {
  gap: 30px;
}

.gap-8 {
  gap: 32px;
}

.gap-8\.75 {
  gap: 35px;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-9\.5 {
  gap: 38px;
}

.gap-\[17px\] {
  gap: 17px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-7\.5 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-15 {
  row-gap: 60px;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-7\.5 {
  row-gap: 30px;
}

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

.border-brand-1 {
  border-color: var(--color__brand-1);
}

.border-brand-2 {
  border-color: var(--color__brand-2);
}

.bg-brand-1 {
  background-color: var(--color__brand-1);
}

.bg-brand-2 {
  background-color: var(--color__brand-2);
}

.bg-brand-2-lighter {
  background-color: var(--color__brand-2-lighter);
}

.bg-grey {
  background-color: var(--colorGrey);
}

.bg-light-grey {
  background-color: var(--colorLightGrey);
}

.bg-value-1 {
  background-color: var(--color__value-1);
}

.bg-value-2 {
  background-color: var(--color__value-2);
}

.bg-value-3 {
  background-color: var(--color__value-3);
}

.bg-value-4 {
  background-color: var(--color__value-4);
}

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7\.5 {
  padding: 30px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.px-7\.5 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-15\.5 {
  padding-top: 63px;
  padding-bottom: 63px;
}

.py-15\.6 {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.py-27 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-27\.45 {
  padding-top: 106px;
  padding-bottom: 106px;
}

.py-27\.65 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-27\.75 {
  padding-top: 111px;
  padding-bottom: 111px;
}

.py-6\.5 {
  padding-top: 26px;
  padding-bottom: 26px;
}

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

.pb-13 {
  padding-bottom: 50px;
}

.pb-17 {
  padding-bottom: 68px;
}

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

.pb-27 {
  padding-bottom: 100px;
}

.pb-27\.5 {
  padding-bottom: 108px;
}

.pb-27\.65 {
  padding-bottom: 110px;
}

.pb-31 {
  padding-bottom: 120px;
}

.pb-34\.5 {
  padding-bottom: 140px;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pl-19\.75 {
  padding-left: 78px;
}

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

.pr-\[60px\] {
  padding-right: 60px;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11\.215 {
  padding-top: 46px;
}

.pt-15 {
  padding-top: 60px;
}

.pt-2\.5 {
  padding-top: 10px;
}

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

.pt-27 {
  padding-top: 100px;
}

.pt-27\.65 {
  padding-top: 110px;
}

.pt-38\.75 {
  padding-top: 160px;
}

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

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

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

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

.text-2\.5xl {
  font-size: 1.75rem;
  line-height: 1.357;
}

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

.text-3\.75xl {
  font-size: 2.188rem;
  line-height: 1.286;
}

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

.text-5\.25xl {
  font-size: 3.125rem;
  line-height: 1.2;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.375rem;
  line-height: 1.143;
}

.text-8xl {
  font-size: 6.25rem;
  line-height: 1.1;
}

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

.text-md {
  font-size: 1rem;
  line-height: 1.625;
}

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

.text-xs {
  font-size: 0.875rem;
  line-height: 1.714;
}

.text-xxs {
  font-size: 0.75rem;
  line-height: 1.833;
}

.text-xxxs {
  font-size: 0.625rem;
  line-height: 1.5;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.9\] {
  line-height: 1.9;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.text-brand-1 {
  color: var(--color__brand-1);
}

.text-brand-2 {
  color: var(--color__brand-2);
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-\[90\%\] {
  opacity: 90%;
}

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

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

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

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

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

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

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

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

.duration-\[400ms\] {
  transition-duration: 400ms;
}

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

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

.border-white-0-5px-t {
  position: relative;
}

.border-white-0-5px-t:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: white;
  transform: scaleY(0.5);
  z-index: 20;
}

.with-bullet-white-before,
.with-bullet-brand-2-before,
.with-bullet-brand-2-white-dot-before {
  position: relative;
  padding-left: 61px;
  display: block;
  /* Scroll animation state */
}

.with-bullet-white-before::before,
.with-bullet-brand-2-before::before,
.with-bullet-brand-2-white-dot-before::before {
  position: absolute;
  left: 0;
  height: 41px;
  transition: transform 0.65s ease-in-out;
  transform-origin: center;
  transform: rotate(0deg);
}

.with-bullet-white-before.spin::before,
.with-bullet-brand-2-before.spin::before,
.with-bullet-brand-2-white-dot-before.spin::before {
  transform: rotate(270deg);
}

a.with-bullet-white-before:hover::before, a.with-bullet-brand-2-before:hover::before, a.with-bullet-brand-2-white-dot-before:hover::before {
  transform: rotate(270deg);
}

a.with-bullet-white-before.spin:hover::before, a.with-bullet-brand-2-before.spin:hover::before, a.with-bullet-brand-2-white-dot-before.spin:hover::before {
  transform: rotate(540deg);
}

.with-bullet-white-before:before,
.with-bullet-brand-2-before:before,
.with-bullet-brand-2-white-dot-before:before {
  top: 0;
}

.with-bullet-white-before:before {
  content: url(images/list-bullet-white-icon.svg);
}

.with-bullet-brand-2-before:before {
  content: url(images/list-bullet-brand-2-icon.svg);
}

.with-bullet-brand-2-white-dot-before:before {
  content: url(images/list-bullet-brand-2-white-dot-icon.svg);
}

.with-bullet-before,
.with-bullet-white-dot-before {
  display: flex;
  align-items: center;
}

.with-bullet-before:before,
.with-bullet-white-dot-before:before {
  content: "";
  width: 15px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 15px 20px;
}

.with-bullet-before:before {
  background-image: url(images/list-bullet-icon.svg);
}

.with-bullet-white-dot-before:before {
  background-image: url(images/list-bullet-white-dot-icon.svg);
}

.project-flourish {
  display: flex;
  gap: 5px;
}

.project-flourish::after {
  content: "";
  position: relative;
  top: 10px;
  width: 56px;
  height: 53px;
  background-image: url("images/project-flourish.svg");
  background-repeat: no-repeat;
  background-size: 53px 56px;
}

@media (max-width: 767px) {
  .project-flourish::after {
    width: 40px;
    height: 42px;
    background-size: 40px 42px;
  }
}

.project-flourish.white::after {
  background-image: url("images/project-white-flourish.svg");
}

.project-flourish.orange::after {
  background-image: url("images/project-orange-flourish.svg");
}

.with-bg-brand-1-before,
.with-bg-brand-2-before,
.with-bg-white-before,
.with-bg-grey-before {
  position: relative;
}

.with-bg-brand-1-before:after,
.with-bg-brand-2-before:after,
.with-bg-white-before:after,
.with-bg-grey-before:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.with-bg-brand-1-before:after {
  background-color: var(--color__brand-1);
}

.with-bg-brand-2-before:after {
  background-color: var(--color__brand-2);
}

.with-bg-white-before:after {
  background-color: var(--color__grey);
}

.with-width-height-after:after {
  height: 100%;
  width: calc(100% - 138px);
}

@media (max-width: 1379px) {
  .with-width-height-after:after {
    width: calc(100% - 96px);
  }
}

@media (max-width: 899px) {
  .with-width-height-after:after {
    width: 100%;
  }
}

.with-alternative-width-height-after:after {
  height: calc(100% - 138px);
  width: 58.86%;
}

@media (max-width: 1379px) {
  .with-alternative-width-height-after:after {
    height: calc(100% - 96px);
  }
}

@media (max-width: 899px) {
  .with-alternative-width-height-after:after {
    height: 100%;
    width: 100%;
  }
}

.with-width-height-full-after:after {
  height: 100%;
  width: 58.86%;
}

@media (max-width: 899px) {
  .with-width-height-full-after:after {
    width: 100%;
  }
}

.with-bottom-right-flourish:after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 48px;
  content: url(images/bottom-right-flourish.svg);
}

.with-bg-team-member:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color__brand-1);
  opacity: 0.85;
}

.custom-scrollbar {
  scrollbar-color: white var(--color__brand-2);
}

.highlight-before-and-after-flourish {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 57px;
}

@media (max-width: 1023px) {
  .highlight-before-and-after-flourish {
    gap: 24px;
  }
}

.highlight-before-and-after-flourish:after {
  content: "";
  height: 1px;
  width: calc(100% - 35px);
  background-color: var(--color__brand-2);
  margin-top: auto;
  margin-bottom: 1px;
}

.highlight-before-and-after-flourish:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 25px 26px;
  width: 25px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url(images/highlight-flourish.svg);
}

.with-flourish-brand-1-after:after {
  content: url(images/btn-brand-1-chevron.svg);
  transition: transform 0.25s ease;
}

.with-flourish-brand-1-after:not(.no-flourish-hover):hover:after {
  transform: scale(1.5);
}

.with-list-icon-before.spin::before {
  transform: rotate(270deg);
}

.with-list-icon-before.spin:has(a:hover)::before {
  transform: rotate(540deg);
}

.work-block-brand-1-bg,
.work-block-brand-2-bg {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.work-block-brand-1-bg {
  background-image: url(images/block-pattern-brand-1-bg.svg);
  background-color: var(--color__brand-1);
}

.with-bg-brand-1-testimonial-bg {
  position: relative;
}

.with-bg-brand-1-testimonial-bg:after {
  position: absolute;
  top: 0;
  content: "";
  background-color: var(--color__brand-1);
  height: 100%;
  width: 200%;
  left: -100%;
}

@media (min-width: 900px) {
  .with-bg-brand-1-testimonial-bg:after {
    left: calc(-100% - 30px);
  }
}

.with-process-bullet {
  position: relative;
  cursor: pointer;
}

.with-process-bullet:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(images/process-bullet.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  transform: rotate(0deg);
  transition: transform 0.65s ease-in-out;
}

.with-process-bullet:after {
  content: "";
  position: absolute;
  top: 36px;
  left: 9px;
  height: calc(100% - 10px);
  width: 1px;
  background-color: var(--color__brand-1);
  transition: height 0.3s ease-in;
}

.with-process-bullet.last:after {
  content: none;
}

.with-process-bullet.active {
  cursor: default;
}

.with-process-bullet.active button {
  cursor: default;
}

.with-process-bullet.active:after {
  height: calc(100% - 35px);
}

.with-process-bullet.is-spun:before {
  transform: rotate(270deg);
}

.with-process-bullet:hover:before {
  transform: rotate(270deg);
}

.with-process-bullet.is-spun:hover:before {
  transform: rotate(540deg);
}

.with-process-bullet.active:hover:before {
  transform: rotate(0deg);
}

.with-process-bullet.active.is-spun:hover:before {
  transform: rotate(270deg);
}

.\[hostname\:port\] {
  hostname: port;
}

.\[object-position\:center_0\] {
  -o-object-position: center 0;
     object-position: center 0;
}

.open\:visible[open] {
  visibility: visible;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:scale-105 {
  --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));
}

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:top-\[-320px\] {
    top: -320px;
  }

  .md\:z-0 {
    z-index: 0;
  }

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

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

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

  .md\:-mr-7\.5 {
    margin-right: -30px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:ml-\[-61px\] {
    margin-left: -61px;
  }

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

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

  .md\:mt-\[-130px\] {
    margin-top: -130px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[calc\(32\.66\%-10px\)\] {
    width: calc(32.66% - 10px);
  }

  .md\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

  .md\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .md\:w-\[calc\(67\.34\%-10px\)\] {
    width: calc(67.34% - 10px);
  }

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

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

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

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

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

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

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

  .md\:max-w-\[calc\(50\%-20px\)\] {
    max-width: calc(50% - 20px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-12\.5 {
    gap: 50px;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-15 {
    gap: 60px;
  }

  .md\:gap-2\.75 {
    gap: 12px;
  }

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

  .md\:gap-27 {
    gap: 106px;
  }

  .md\:gap-33 {
    gap: 140px;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-5\.75 {
    gap: 23px;
  }

  .md\:gap-7\.5 {
    gap: 30px;
  }

  .md\:gap-8 {
    gap: 32px;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .md\:py-27 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-27\.45 {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .md\:py-34\.5 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:py-37\.65 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:py-38\.75 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:py-7\.5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .md\:pb-13 {
    padding-bottom: 50px;
  }

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

  .md\:pb-38 {
    padding-bottom: 152px;
  }

  .md\:pb-38\.5 {
    padding-bottom: 158px;
  }

  .md\:pb-38\.75 {
    padding-bottom: 160px;
  }

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

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

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

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

  .md\:text-2\.25xl {
    font-size: 1.625rem;
    line-height: 1.385;
  }

  .md\:text-2\.5xl {
    font-size: 1.75rem;
    line-height: 1.357;
  }

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

  .md\:text-5\.25xl {
    font-size: 3.125rem;
    line-height: 1.2;
  }

  .md\:text-5\.5xl {
    font-size: 3.75rem;
    line-height: 1.167;
  }

  .md\:text-8xl {
    font-size: 6.25rem;
    line-height: 1.1;
  }

  .md\:text-md {
    font-size: 1rem;
    line-height: 1.625;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

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

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

  .md\:with-before-top-2px:before {
    top: 2px;
  }

  .md\:work-block-brand-2-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/block-pattern-brand-2-bg.svg);
    background-color: var(--color__brand-2);
  }

  .group:hover .md\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 900px) {
  .mdtwo\:absolute {
    position: absolute;
  }

  .mdtwo\:bottom-0 {
    bottom: 0px;
  }

  .mdtwo\:bottom-\[-96px\] {
    bottom: -96px;
  }

  .mdtwo\:bottom-\[96px\] {
    bottom: 96px;
  }

  .mdtwo\:left-0 {
    left: 0px;
  }

  .mdtwo\:left-\[-96px\] {
    left: -96px;
  }

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

  .mdtwo\:top-\[-440px\] {
    top: -440px;
  }

  .mdtwo\:top-\[96px\] {
    top: 96px;
  }

  .mdtwo\:top-auto {
    top: auto;
  }

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

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

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

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

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

  .mdtwo\:mr-7\.5 {
    margin-right: 30px;
  }

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

  .mdtwo\:mt-60 {
    margin-top: 15rem;
  }

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

  .mdtwo\:mt-\[-20px\] {
    margin-top: -20px;
  }

  .mdtwo\:mt-\[74px\] {
    margin-top: 74px;
  }

  .mdtwo\:block {
    display: block;
  }

  .mdtwo\:hidden {
    display: none;
  }

  .mdtwo\:h-\[calc\(100\%-96px\)\] {
    height: calc(100% - 96px);
  }

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

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

  .mdtwo\:w-\[55\%\] {
    width: 55%;
  }

  .mdtwo\:w-\[calc\(100\%-306px\)\] {
    width: calc(100% - 306px);
  }

  .mdtwo\:w-\[calc\(100\%-415px\)\] {
    width: calc(100% - 415px);
  }

  .mdtwo\:w-\[calc\(25\%-15px\)\] {
    width: calc(25% - 15px);
  }

  .mdtwo\:w-\[calc\(33\.3\%-14px\)\] {
    width: calc(33.3% - 14px);
  }

  .mdtwo\:w-\[calc\(33\.3\%-19px\)\] {
    width: calc(33.3% - 19px);
  }

  .mdtwo\:w-\[calc\(33\.333\%-14px\)\] {
    width: calc(33.333% - 14px);
  }

  .mdtwo\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

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

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

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

  .mdtwo\:max-w-\[40\%\] {
    max-width: 40%;
  }

  .mdtwo\:max-w-\[41\.14\%\] {
    max-width: 41.14%;
  }

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

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

  .mdtwo\:max-w-\[calc\(50\%-20px\)\] {
    max-width: calc(50% - 20px);
  }

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

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

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

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

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

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

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

  .mdtwo\:gap-0 {
    gap: 0px;
  }

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

  .mdtwo\:gap-10\.7 {
    gap: 44px;
  }

  .mdtwo\:gap-11\.5 {
    gap: 46px;
  }

  .mdtwo\:gap-12\.5 {
    gap: 50px;
  }

  .mdtwo\:gap-13\.75 {
    gap: 55px;
  }

  .mdtwo\:gap-7 {
    gap: 1.75rem;
  }

  .mdtwo\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .mdtwo\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .mdtwo\:gap-y-0 {
    row-gap: 0px;
  }

  .mdtwo\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .mdtwo\:self-start {
    align-self: flex-start;
  }

  .mdtwo\:self-center {
    align-self: center;
  }

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

  .mdtwo\:p-10 {
    padding: 2.5rem;
  }

  .mdtwo\:py-23 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .mdtwo\:py-34\.5 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .mdtwo\:pb-\[170px\] {
    padding-bottom: 170px;
  }

  .mdtwo\:pb-\[250px\] {
    padding-bottom: 250px;
  }

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

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

  .mdtwo\:pr-7\.5 {
    padding-right: 30px;
  }

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

  .mdtwo\:pt-36\.5 {
    padding-top: 146px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:top-\[-300px\] {
    top: -300px;
  }

  .lg\:top-\[22px\] {
    top: 22px;
  }

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

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

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

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

  .lg\:mr-\[150px\] {
    margin-right: 150px;
  }

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

  .lg\:mt-50 {
    margin-top: 200px;
  }

  .lg\:mt-7\.5 {
    margin-top: 30px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:w-\[calc\(25\%-30px\)\] {
    width: calc(25% - 30px);
  }

  .lg\:w-\[calc\(32\.66\%-20px\)\] {
    width: calc(32.66% - 20px);
  }

  .lg\:w-\[calc\(33\.3\%-27px\)\] {
    width: calc(33.3% - 27px);
  }

  .lg\:w-\[calc\(33\.3\%-37px\)\] {
    width: calc(33.3% - 37px);
  }

  .lg\:w-\[calc\(33\.333\%-27px\)\] {
    width: calc(33.333% - 27px);
  }

  .lg\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .lg\:w-\[calc\(67\.34\%-20px\)\] {
    width: calc(67.34% - 20px);
  }

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

  .lg\:min-w-\[320px\] {
    min-width: 320px;
  }

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

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

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

  .lg\:max-w-\[45\%\] {
    max-width: 45%;
  }

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .lg\:gap-1\.85 {
    gap: 7px;
  }

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

  .lg\:gap-13\.75 {
    gap: 55px;
  }

  .lg\:gap-16\.5 {
    gap: 70px;
  }

  .lg\:gap-17 {
    gap: 74px;
  }

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

  .lg\:gap-26 {
    gap: 100px;
  }

  .lg\:gap-27\.75 {
    gap: 110px;
  }

  .lg\:gap-33 {
    gap: 140px;
  }

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

  .lg\:gap-y-12\.5 {
    row-gap: 50px;
  }

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

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:px-13\.25 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .lg\:py-19\.75 {
    padding-top: 78px;
    padding-bottom: 78px;
  }

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

  .lg\:py-27\.75 {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .lg\:py-34\.5 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .lg\:py-37\.65 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .lg\:py-38\.75 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

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

  .lg\:py-49\.5 {
    padding-top: 196px;
    padding-bottom: 196px;
  }

  .lg\:pb-34\.5 {
    padding-bottom: 140px;
  }

  .lg\:pb-35 {
    padding-bottom: 141px;
  }

  .lg\:pb-38\.75 {
    padding-bottom: 160px;
  }

  .lg\:pb-\[338px\] {
    padding-bottom: 338px;
  }

  .lg\:pb-\[348px\] {
    padding-bottom: 348px;
  }

  .lg\:pb-\[415px\] {
    padding-bottom: 415px;
  }

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

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

  .lg\:pt-34\.35 {
    padding-top: 138px;
  }

  .lg\:pt-36\.5 {
    padding-top: 146px;
  }

  .lg\:text-4\.20xl {
    font-size: 2.5rem;
    line-height: 1.25;
  }

  .lg\:text-7\.35xl {
    font-size: 5rem;
    line-height: 1.125;
  }

  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }
}

@media (min-width: 1190px) {
  .lgtwo\:flex {
    display: flex;
  }

  .lgtwo\:hidden {
    display: none;
  }

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

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

  .lgtwo\:w-\[calc\(25\%-30px\)\] {
    width: calc(25% - 30px);
  }

  .lgtwo\:max-w-\[47\.5\%\] {
    max-width: 47.5%;
  }

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

  .lgtwo\:px-13\.85 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lgtwo\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1380px) {
  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:bottom-\[-138px\] {
    bottom: -138px;
  }

  .xl\:bottom-\[138px\] {
    bottom: 138px;
  }

  .xl\:left-\[-138px\] {
    left: -138px;
  }

  .xl\:right-\[138px\] {
    right: 138px;
  }

  .xl\:top-\[-480px\] {
    top: -480px;
  }

  .xl\:top-\[138px\] {
    top: 138px;
  }

  .xl\:mx-\[calc\(50vw-650px\)\] {
    margin-left: calc(50vw - 650px);
    margin-right: calc(50vw - 650px);
  }

  .xl\:mb-\[68px\] {
    margin-bottom: 68px;
  }

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

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

  .xl\:mr-32\.5 {
    margin-right: 130px;
  }

  .xl\:mt-\[136px\] {
    margin-top: 136px;
  }

  .xl\:mt-\[138px\] {
    margin-top: 138px;
  }

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

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

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

  .xl\:h-\[calc\(100\%-138px\)\] {
    height: calc(100% - 138px);
  }

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

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

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

  .xl\:w-\[calc\(100\%-662px\)\] {
    width: calc(100% - 662px);
  }

  .xl\:w-\[calc\(25\%-30px\)\] {
    width: calc(25% - 30px);
  }

  .xl\:min-w-\[1240px\] {
    min-width: 1240px;
  }

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

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

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

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

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

  .xl\:max-w-\[calc\(58\.86\%-80px\)\] {
    max-width: calc(58.86% - 80px);
  }

  .xl\:gap-27 {
    gap: 106px;
  }

  .xl\:gap-31 {
    gap: 120px;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:pb-\[204px\] {
    padding-bottom: 204px;
  }

  .xl\:pb-\[284px\] {
    padding-bottom: 284px;
  }

  .xl\:text-7\.25xl {
    font-size: 4.6875rem;
    line-height: 1.133;
  }

  .xl\:leading-\[1\.135\] {
    line-height: 1.135;
  }
}

@media (min-width: 1590px) {
  .xltwo\:-mr-7\.5 {
    margin-right: -30px;
  }

  .xltwo\:ml-\[138px\] {
    margin-left: 138px;
  }

  .xltwo\:flex {
    display: flex;
  }

  .xltwo\:hidden {
    display: none;
  }
}

.\[\&\>\*\:first-child\]\:mt-0>*:first-child {
  margin-top: 0px;
}

.\[\&\>\*\:last-child\]\:mb-0>*:last-child {
  margin-bottom: 0px;
}

.\[\&_h1\]\:mb-6 h1 {
  margin-bottom: 1.5rem;
}

.\[\&_h1\]\:mt-10 h1 {
  margin-top: 2.5rem;
}

.\[\&_h2\]\:mb-6 h2 {
  margin-bottom: 1.5rem;
}

.\[\&_h2\]\:mt-10 h2 {
  margin-top: 2.5rem;
}

.\[\&_h3\]\:mb-6 h3 {
  margin-bottom: 1.5rem;
}

.\[\&_h3\]\:mt-10 h3 {
  margin-top: 2.5rem;
}

.\[\&_h4\]\:mb-6 h4 {
  margin-bottom: 1.5rem;
}

.\[\&_h4\]\:mt-10 h4 {
  margin-top: 2.5rem;
}

.\[\&_h5\]\:mb-6 h5 {
  margin-bottom: 1.5rem;
}

.\[\&_h5\]\:mt-10 h5 {
  margin-top: 2.5rem;
}

.\[\&_h6\]\:mb-6 h6 {
  margin-bottom: 1.5rem;
}

.\[\&_h6\]\:mt-10 h6 {
  margin-top: 2.5rem;
}

.\[\&_p\]\:my-4 p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*# sourceMappingURL=build.css.map */