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

h1,
  h2,
  h3,
  h4,
  h5 {
  font-family: Inter, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  line-height: 135% !important;
}

h1 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
  }
}

h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3.25rem;
  }
}

h3 {
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
  }
}

.content-wrapper a:not(.block-link):not(.btn),
  .content-wrapper a:visited:not(.block-link):not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(220 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-wrapper a:not(.block-link):not(.btn):hover,
  .content-wrapper a:visited:not(.block-link):not(.btn):hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.btn {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(220 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn:hover {
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

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

.cta-section a,
  .cta-section a:visited {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-section a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(220 0 0 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none;
}

.cta-section p:last-of-type {
  margin-bottom: 0px;
}

input,
  optgroup,
  select,
  textarea {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(117 117 117 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
}

.container {
  width: 100%;
}

@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: 1280px) {
  .container {
    max-width: 1280px;
  }
}

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-\[100\%\] {
  left: 100%;
}

.left-\[25\%\] {
  left: 25%;
}

.left-\[50\%\] {
  left: 50%;
}

.left-\[75\%\] {
  left: 75%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

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

.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.mt-12 {
  margin-top: 3rem;
}

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

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

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

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

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

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

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1440\/960\] {
  aspect-ratio: 1440/960;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.min-h-full {
  min-height: 100%;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-\[110\%\] {
  min-width: 110%;
}

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

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

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.border {
  border-width: 1px;
}

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

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

.-border--bvi-dark {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}

.-border--bvi-dark-gray {
  --tw-border-opacity: 1;
  border-color: rgb(55 58 54 / var(--tw-border-opacity, 1));
}

.-border--bvi-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(117 117 117 / var(--tw-border-opacity, 1));
}

.-border--bvi-red {
  --tw-border-opacity: 1;
  border-color: rgb(220 0 0 / var(--tw-border-opacity, 1));
}

.\!-bg--bvi-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1)) !important;
}

.-bg--bvi-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.-bg--bvi-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

.-bg--bvi-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(55 58 54 / var(--tw-bg-opacity, 1));
}

.-bg--bvi-light {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}

.-bg--bvi-light\/25 {
  background-color: rgb(240 240 240 / 0.25);
}

.-bg--bvi-light\/5 {
  background-color: rgb(240 240 240 / 0.05);
}

.-bg--bvi-light2 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#00000009\] {
  background-color: #00000009;
}

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

.-fill--bvi-light-gray {
  fill: #757575;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-\[50px\] {
  padding: 50px;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

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

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

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

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

.font-heading {
  font-family: EB Garamond, serif;
}

.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-extralight {
  font-weight: 200;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.-text--bvi-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.-text--bvi-dark {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.-text--bvi-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(0 98 152 / var(--tw-text-opacity, 1));
}

.-text--bvi-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(55 58 54 / var(--tw-text-opacity, 1));
}

.-text--bvi-light-gray {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.-text--bvi-red {
  --tw-text-opacity: 1;
  color: rgb(220 0 0 / var(--tw-text-opacity, 1));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-15 {
  opacity: 0.15;
}

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

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

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

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

.\[column-fill\:_balance\] {
  -moz-column-fill: balance;
       column-fill: balance;
}

/* npx tailwindcss -i ./src/style.css -o ./style.css --watch */

:root {
  --bvi-white: #ffffff;
  --bvi-black: #000000;
  --bvi-dark: #222222;
  --bvi-light: #f0f0f0;
  --bvi-light2: #fafafa;
  --bvi-light3: #f5f5f5;
  --bvi-dark-gray: #373a36;
  --bvi-light-gray: #757575;
  --bvi-blue: #78d2e5;
  --bvi-dark-blue: #006298;
  --bvi-yellow: #ffdb33;
  --bvi-pink: #fb5b80;
  --bvi-red: #dc0000;
}

body {
  line-height: 130%;
  line-height: 1.35rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--bvi-dark);
}

body div#page {
  position: relative;
  z-index: 1;
}

p {
  margin-bottom: 1rem;
}

/* h1,
h2,
h3,
h4,
h5 {
  line-height: 125% !important;
} */

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  display: flex;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.wpcf7 .wpcf7-response-output {
  border-style: none !important;
  padding: 0px !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wpcf7-form-control {
  max-width: 100%;
}

b,
strong {
  font-weight: 600;
}

body.noscroll {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.container-wide {
  max-width: none;
  max-width: 1440px;
}

.container.no-padding-xs {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .container,
  .container.no-padding-xs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* iFrame */

iframe {
  width: 100%;
}

/* iFram end */

/* Menu icon */

.menu-toggle {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  /* height: calc(19px + 50px); */
  /* padding: 25px 20px; */
  right: 0;
  text-indent: -9999px;
  /* top: 30px; */
  /* transform: translateY(-50%); */
  /* width: calc(36px + 40px); */
  width: 28px;
  cursor: pointer;
  box-shadow: none;
  z-index: 95;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  cursor: pointer;
  border-radius: 0;
  height: 2px;
  width: 28px;
  background: var(--bvi-dark-gray);
  position: absolute;
  display: block;
  content: "";
  align-self: center;
  transform-origin: center;
}

.menu-toggle span:before {
  top: -8px;
}

.menu-toggle span:after {
  bottom: -8px;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  transition: all 100ms ease-in-out;
  -webkit-transform: all 100ms ease-in-out;
  -moz-transform: all 100ms ease-in-out;
  -ms-transform: all 100ms ease-in-out;
}

.menu-toggle.active span {
  background-color: transparent;
}

.menu-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menu-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.menu-toggle:hover span:after,
.menu-toggle:hover span:before,
.menu-toggle:hover span {
  background-color: var(--bvi-red);
}

.menu-toggle.active:hover span {
  background-color: transparent;
}

.menu-toggle.active span:after,
.menu-toggle.active span:before {
  width: 28px;
  background-color: var(--bvi-red);
  top: 0;
  bottom: 0;
}

/* Menu icon */

/* Menu Items */

.menu-item a,
.menu-item a:visited,
.menu-item > span {
  font-weight: 600;
  color: var(--bvi-dark);
  transition: all 0.25s ease-in-out;
}

.menu-item:hover > a,
.menu-item:hover > span,
.menu-item.current-menu-item > a,
.menu-item.current-menu-item > a:visited,
.menu-item.current-menu-item > span,
.menu-item.current-menu-parent > a,
.menu-item.current-menu-parent > span {
  color: var(--bvi-red);
}

/* Menu Items End */

/* Buttons */

.btn,
.btn-submit {
  display: inline-flex;
  font-size: 0.813rem;
  line-height: 100%;
  margin-right: auto;
  font-weight: 300;
  cursor: pointer;
  padding: 0.875rem 1.75rem;
  transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 768px) {
  .btn,
  .btn-submit {
    font-size: 0.875rem;
    padding: 0.925rem 1.5rem;
    font-weight: 500;
  }
}

.btn.dark {
  color: var(--bvi-white);
  border: 1.5px solid var(--bvi-white);
}

.btn.light {
  color: var(--bvi-darkblue);
  border: 1.5px solid var(--bvi-darkblue);
}

.btn svg {
  height: 16px;
  width: 16px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 1rem;
}

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

.btn.dark svg path {
  stroke: var(--bvi-white);
}

.btn.light svg path {
  stroke: var(--bvi-darkblue);
}

.btn:hover svg {
  transform: translateX(5px);
}

.btn.light:hover,
.btn.dark:hover {
  color: var(--bvi-lightblue);
  border-color: var(--bvi-lightblue);
}

.btn.light:hover svg path,
.btn.dark:hover svg path {
  stroke: var(--bvi-lightblue);
}

/* Buttons End */

/* Theme based */

.cta-image.dark svg path {
  fill: var(--bvi-darkblue);
}

.cta-image.light svg path {
  fill: var(--bvi-light);
}

/* Theme based end */

a.custom-logo-link {
  display: flex;
}

/* Desktop Nav */

.desktop-nav {
  align-items: center;
  display: flex;
}

.desktop-nav li.menu-item {
  position: relative;
}

.desktop-nav li.menu-item a,
.desktop-nav li.menu-item span {
  font-weight: 600;
  font-size: 0.813rem;
  padding: 10px 0;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .desktop-nav li.menu-item a,
  .desktop-nav li.menu-item span {
    font-size: 0.875rem;
  }
}

.desktop-nav ul.sub-menu {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  border: 1px solid var(--bvi-light);
  /* opacity: 1;
  visibility: visible; */
  padding: 10px 20px;
  /* border-radius: 5px; */
  left: calc(50% - 10px);
  transform: translateX(-50%);
  background-color: var(--bvi-white);
  transition: all 0.25s ease-in-out;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* opacity: 1;
  visibility: visible; */
}

/* .desktop-nav ul.sub-menu:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--bvi-white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-3px) rotate(45deg);
  z-index: -1;
} */

.desktop-nav ul.sub-menu li a {
  display: block;
  color: var(--bvi-dark-gray);
  text-transform: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.25s ease-in-out;
  padding: 10px;
}

.desktop-nav ul.sub-menu li.current-menu-item a,
.desktop-nav ul.sub-menu li:hover a {
  color: var(--bvi-red);
}

.desktop-nav li.menu-item-has-children a {
  display: flex;
}

.desktop-nav li.menu-item-has-children a svg {
  display: flex;
  margin-left: 10px;
}

.desktop-nav li.menu-item-has-children .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.desktop-nav li.menu-item-has-children {
  padding-right: 20px;
}

.desktop-nav li.menu-item-has-children:hover a svg path,
.desktop-nav li.menu-item-has-children.current-menu-item a svg path,
.menu-item-has-children.current-menu-parent > .icon svg path,
.desktop-nav li.menu-item-has-children:hover .icon svg path,
.desktop-nav li.menu-item-has-children.current-menu-item .icon svg path {
  fill: var(--bvi-red);
}

.desktop-nav li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* Desktop Nav End */

/* Mobile Nav */

.mobile-nav ul.sub-menu {
  /* display: none; */
}

.mobile-nav li.menu-item {
  position: relative;
}

.mobile-nav li.menu-item-has-children a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.mobile-nav li.menu-item-has-children .icon {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.mobile-nav li.menu-item-has-children svg {
  display: flex;
  width: 16px;
  height: auto;
}

li.menu-item-has-children a svg path {
  transition: all 0.25s ease-in-out;
}

.mobile-nav li.menu-item-has-children:hover a svg path,
.mobile-nav li.menu-item-has-children.current-menu-item a svg path,
.mobile-nav li.menu-item-has-children:hover .icon svg path,
.mobile-nav li.menu-item-has-children.current-menu-item .icon svg path {
  fill: var(--bvi-red);
}

.mobile-nav li.menu-item a,
.mobile-nav li.menu-item > span {
  font-weight: 500;
  font-size: 1.125rem;
  padding: 10px 0;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.mobile-nav ul.sub-menu li.menu-item a {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  text-transform: none;
}

.mobile-nav li.menu-item-has-children > ul.sub-menu {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.mobile-nav li.menu-item-has-children.opened > ul.sub-menu {
  height: auto;
  max-height: none;
  overflow: visible;
  transition: all 0.25s ease-in-out;
}

.mobile-nav li.menu-item-has-children > ul.sub-menu a:before {
  content: "- ";
  padding-right: 10px;
}

/* Mobile Nav End */

/* Extras */

.site-header.scrolled {
  background-color: rgb(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.04);
}

header {
  transform: translateY(-101%);
}

header.active,
header.show {
  transform: translateY(0);
}

/* Extras end */

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
  }

  100% {
    opacity: 0;
    transform: translateY(18px) translateX(-50%);
  }
}

/* Scroll Icon End */

/* Zoom in out */

.zoom {
  animation: scale 20s linear infinite;
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}

/* Zoom in out end */

.image-slice-left:after,
.image-slice-right:after {
  /* @apply block content-none absolute z-0 -bg--bvi-light right-[50px] top-[-50px] md:right-[65px] md:top-[-65px] w-full h-full; */
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  /* height: 100%; */
  /* left: 50%;
  top: -50%; */
  background-color: red;
  background-color: var(--bvi-light);
  right: 50px;
  top: -50px;
  z-index: 0;
  aspect-ratio: 1440/960;
}

@media (min-width: 768px) {
  .image-slice-left:after,
.image-slice-right:after {
    right: 65px;
    top: -65px;
  }
}

.image-slice-right:after {
  right: -50px;
  top: -50px;
  z-index: 0;
  aspect-ratio: 1440/960;
}

@media (min-width: 768px) {
  .image-slice-right:after {
    right: -65px;
    top: -65px;
  }
}

.section-header h1,
.section-header h2,
.section-header h3 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-right: 2.5rem;
}

.section-header h1::after,
.section-header h2::after,
.section-header h3::after {
  --tw-content: none;
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .section-header h1,
.section-header h2,
.section-header h3 {
    padding-right: 3rem;
  }
}

/* .section-header:after {
  @apply absolute block w-[calc(100%-3rem)] md:w-[calc(100%-5rem)] h-[1px] -bg--bvi-dark top-1/2 left-[1.5rem] md:left-[2.5rem] z-0;
  content: "";
} */

.section-header h1 span,
.section-header h2 span,
.section-header h3 span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.section-header .sub-line {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  z-index: 0;
  display: flex;
  height: 1px;
  width: calc(100% - 3rem);
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .section-header .sub-line {
    left: 2.5rem;
    width: calc(100% - 5rem);
  }
}

.intro-content {
  font-weight: 500;
}

.intro-content strong {
  --tw-text-opacity: 1;
  color: rgb(220 0 0 / var(--tw-text-opacity, 1));
}

.site-branding a {
  position: relative;
}

.site-branding .logoUp {
  z-index: 1;
}

.site-branding .logoUp,
.site-branding .logoOver {
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.site-branding .logoOver {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 2;
  opacity: 0;
}

.site-branding a:hover .logoUp {
  opacity: 0;
}

.site-branding a:hover .logoOver {
  opacity: 1;
}

.hover\:-border--bvi-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 210 229 / var(--tw-border-opacity, 1));
}

.hover\:-border--bvi-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 0 0 / var(--tw-border-opacity, 1));
}

.hover\:-text--bvi-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group\/link1:hover .group-hover\/link1\:-fill--bvi-red {
  fill: #dc0000;
}

.group.scrolled .group-\[\&\.scrolled\]\:w-\[155px\] {
  width: 155px;
}

@media not all and (min-width: 768px) {
  .max-md\:text-\[2rem\] {
    font-size: 2rem;
  }
}

@media (min-width: 640px) {
  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }
}

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

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

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

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

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

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

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

  .md\:max-w-none {
    max-width: none;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

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

  .md\:-border--bvi-dark {
    --tw-border-opacity: 1;
    border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

  .md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

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

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .md\:pb-\[130px\] {
    padding-bottom: 130px;
  }

  .md\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .md\:pb-\[150px\] {
    padding-bottom: 150px;
  }

  .md\:pb-\[155px\] {
    padding-bottom: 155px;
  }

  .md\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

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

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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

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

  .lg\:gap-32 {
    gap: 8rem;
  }

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.\[\&\.active\]\:pointer-events-auto.active {
  pointer-events: auto;
}

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

.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}

.\[\&\.scrolled\]\:py-\[20px\].scrolled {
  padding-top: 20px;
  padding-bottom: 20px;
}

.\[\&\>div\:not\(\:first-child\)\]\:mt-6>div:not(:first-child) {
  margin-top: 1.5rem;
}

.\[\&\>div\:not\(\:first-child\)\]\:mt-8>div:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .md\:\[\&\>div\:not\(\:first-child\)\]\:mt-10>div:not(:first-child) {
    margin-top: 2.5rem;
  }
}
