@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com
 */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
strong {
  font-weight: bolder;
}
code,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
progress {
  vertical-align: baseline;
}
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
body {
  font-family: inherit;
  line-height: inherit;
}
* {
  box-sizing: border-box;
  border: 0 solid #999a9a;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #343535;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #343535;
}
input::placeholder,
textarea::placeholder {
  color: #343535;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
}
embed,
iframe,
img,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[multiple],
[type="date"],
[type="email"],
[type="number"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
input:where(:not([type])),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #111;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 transparent;
}
[multiple]:focus,
[type="date"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
input:where(:not([type])):focus,
select:focus,
textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #111;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #111;
  opacity: 1;
}
select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23111' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}
[multiple],
[size]:where(select:not([size="1"])) {
  background-image: none;
  background-position: 0 0;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #111;
  border-width: 1px;
  --tw-shadow: 0 0 transparent;
}
[type="checkbox"] {
  border-radius: 0;
}
[type="radio"] {
  border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}
[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  [type="checkbox"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type="radio"]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  [type="radio"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type="checkbox"]:checked:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type="checkbox"]:indeterminate {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
[type="checkbox"]:indeterminate:focus,
[type="checkbox"]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type="file"]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}
@media (min-width: 2100px) {
  .container {
    max-width: 2100px;
  }
}
.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #111;
  border-width: 1px;
  --tw-shadow: 0 0 transparent;
}
.form-checkbox {
  border-radius: 0;
}
.form-checkbox:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}
.form-checkbox:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
}
@media (forced-colors: active) {
  .form-checkbox:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
.form-checkbox:checked:focus,
.form-checkbox:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}
.form-checkbox:indeterminate:focus,
.form-checkbox:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
@media (min-width: 1280px) {
  .backdrop-blur-10 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.blend-difference {
  mix-blend-mode: difference;
}
.ff-form-errors ul,
.ff-form-success,
[data-freeform-action="save"],
[data-freeform-action="submit"] {
  display: none;
}
.ff-form-errors {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.ff-form-errors p {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 255, 100, var(--tw-bg-opacity));
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  width: 100%;
}
.ff-form-errors {
  position: relative;
}
.ff-form-errors:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M27.4 432L0 480H55.3 456.7 512l-27.4-48L283.6 80.4 256 32 228.4 80.4 27.4 432zm401.9 0H82.7L256 128.7 429.3 432zM232 296v24h48V296 208H232v88zm48 104V352H232v48h48z"/></svg>');
  height: 1.25rem;
  position: absolute;
  left: 1.75rem;
  top: 0.875rem;
  width: 1.25rem;
}
.ff-form-errors p {
  font-size: 0.875rem;
  line-height: 1.25;
  padding-left: 3rem;
}
@media (min-width: 1024px) {
  .ff-form-errors p {
    font-size: 1rem;
  }
}
.gooey-content {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  filter: url(app-60964b5972_v%3D68bc6c8a4fe4a6c4a05c5de49dd7032c6d123188.css#goo);
  -webkit-filter: url(app-60964b5972_v%3D68bc6c8a4fe4a6c4a05c5de49dd7032c6d123188.css#goo);
  -moz-filter: url(app-60964b5972_v%3D68bc6c8a4fe4a6c4a05c5de49dd7032c6d123188.css#goo);
  -ms-filter: url(app-60964b5972_v%3D68bc6c8a4fe4a6c4a05c5de49dd7032c6d123188.css#goo);
  -o-filter: url(app-60964b5972_v%3D68bc6c8a4fe4a6c4a05c5de49dd7032c6d123188.css#goo);
}
@supports (-moz-appearance: none) {
  .gooey-content {
    filter: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .gooey-content br {
    display: none;
  }
}
.no-line-breaks br {
  display: none !important;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rounded-table {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.dark .rounded-table {
  --tw-border-opacity: 1;
  border-color: rgba(26, 27, 30, var(--tw-border-opacity));
}
.rounded-table {
  border-radius: 1.5rem;
  border-style: solid;
  border-width: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.translate-z-0 {
  transform: translateZ(0);
}
input:not(:-moz-placeholder-shown) ~ label,
textarea:not(:-moz-placeholder-shown) ~ label {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 0.65;
  --tw-scale-y: 0.65;
  --tw-translate-y: -0.875rem;
}
input:not(:-ms-input-placeholder) ~ label,
textarea:not(:-ms-input-placeholder) ~ label {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 0.65;
  --tw-scale-y: 0.65;
  --tw-translate-y: -0.875rem;
}
input:focus ~ label,
input:not(:placeholder-shown) ~ label,
select:focus ~ label,
select:not([value=""]) ~ label,
textarea:focus ~ label,
textarea:not(:placeholder-shown) ~ label {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 0.65;
  --tw-scale-y: 0.65;
  --tw-translate-y: -0.875rem;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 999999999s ease-in-out 0s,
    color 999999999s ease-in-out 0s;
  transition: background-color 999999999s ease-in-out 0s,
    color 999999999s ease-in-out 0s;
}
.fullscreen-vimeo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.fullscreen-vimeo iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 77vh;
  min-width: 147.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .fullscreen-vimeo iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header-background {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}
@media (min-width: 768px) {
  .header-background {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    --tw-bg-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .header-background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --tw-bg-opacity: 0.8;
  }
}
.modal-background {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  .modal-background {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.9;
  }
}
@media (min-width: 1280px) {
  .modal-background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --tw-bg-opacity: 0;
  }
}
.menu-background {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}
@media (min-width: 1280px) {
  .menu-background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --tw-bg-opacity: 0;
  }
}
.dark .header-background {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  --tw-bg-opacity: 1;
  background-color: rgba(38, 40, 44, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}
@media (min-width: 768px) {
  .dark .header-background {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    --tw-bg-opacity: 1;
  }
}
@media (min-width: 1280px) {
  .dark .header-background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --tw-bg-opacity: 0.8;
  }
}
.dark .modal-background {
  --tw-bg-opacity: 0;
}
@media (min-width: 768px) {
  .dark .modal-background {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 40, 44, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.9;
  }
}
@media (min-width: 1280px) {
  .dark .modal-background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --tw-bg-opacity: 0;
  }
}
.dark .menu-background {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 40, 44, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}
@media (min-width: 1280px) {
  .dark .menu-background {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --tw-bg-opacity: 0;
  }
}
.lazy-load {
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}
.lazy-load--loaded {
  opacity: 1;
  transition-delay: 0.3s;
}
@media (min-width: 1280px) {
  .link {
    display: inline-block;
    position: relative;
  }
  .link:after,
  .link:before {
    content: "";
    background-color: currentColor;
    display: block;
    height: 1px;
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    transition-property: width;
    transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
    transition-duration: 0.9s;
  }
  .link:after {
    display: none;
  }
  .link--visible:after,
  .link:active:before,
  .link:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }
  .link--visible:after {
    display: block;
  }
  .link--visible:before {
    transition-delay: 0.2s;
  }
  .link--visible:hover:after {
    right: 0;
    left: auto;
    width: 0;
  }
  .link--visible:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.blur {
  display: none;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 15rem;
  z-index: 20;
}
@media (min-width: 1280px) {
  .blur {
    display: block;
  }
}
.blur--right {
  right: -2.5rem;
}
.blur--left {
  left: -2.5rem;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate: 180deg;
}
@media (min-width: 1280px) {
  .blur div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: var(--index);
    -webkit-mask: linear-gradient(
      90deg,
      transparent calc(var(--index) * 100 / var(--blurs) * 1%),
      #000 calc((var(--index) + 1) * 100 / var(--blurs) * 1%),
      #000 calc((var(--index) + 2) * 100 / var(--blurs) * 1%),
      transparent calc((var(--index) + 3) * 100 / var(--blurs) * 1%)
    );
    mask: linear-gradient(
      90deg,
      transparent calc(var(--index) * 100 / var(--blurs) * 1%),
      #000 calc((var(--index) + 1) * 100 / var(--blurs) * 1%),
      #000 calc((var(--index) + 2) * 100 / var(--blurs) * 1%),
      transparent calc((var(--index) + 3) * 100 / var(--blurs) * 1%)
    );
    -webkit-backdrop-filter: blur(calc(var(--index, 0) * var(--blur, 0) * 2px));
    backdrop-filter: blur(calc(var(--index, 0) * var(--blur, 0) * 2px));
  }
}
:root .swiper-video-carousel .swiper-wrapper {
  position: relative;
}
:root .swiper-video-carousel .swiper-slide {
  pointer-events: none;
  z-index: 0;
}
:root .swiper-video-carousel .swiper-slide-visible {
  pointer-events: auto;
  z-index: 20;
}
.dark [type="checkbox"]:checked,
.dark [type="radio"]:checked {
  background-color: currentColor;
}
/* @font-face {
  font-family: Oldschool Grotesk;
  src: url(../fonts/OldschoolGrotesk_W-Regular.eot);
  src: local("Oldschool Grotesk"),
    url(../fonts/OldschoolGrotesk_W-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/OldschoolGrotesk_W-Regular.woff2) format("woff2"),
    url(../fonts/OldschoolGrotesk_W-Regular.woff) format("woff"),
    url(../fonts/OldschoolGrotesk_W-Regular.ttf) format("truetype"),
    url(../fonts/OldschoolGrotesk_W-Regular.svg#OldschoolGrotesk_W-Regular)
      format("svg");
  font-weight: 400;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: Oldschool Grotesk;
  src: url(../fonts/OldschoolGrotesk_W-Book.eot);
  src: local("Oldschool Grotesk"),
    url(../fonts/OldschoolGrotesk_W-Book.eot?#iefix) format("embedded-opentype"),
    url(../fonts/OldschoolGrotesk_W-Book.woff2) format("woff2"),
    url(../fonts/OldschoolGrotesk_W-Book.woff) format("woff"),
    url(../fonts/OldschoolGrotesk_W-Book.ttf) format("truetype"),
    url(../fonts/OldschoolGrotesk_W-Book.svg#OldschoolGrotesk_W-Book)
      format("svg");
  font-weight: 300;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: Oldschool Grotesk;
  src: url(../fonts/OldschoolGrotesk_W-Bold.eot);
  src: local("Oldschool Grotesk"),
    url(../fonts/OldschoolGrotesk_W-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/OldschoolGrotesk_W-Bold.woff2) format("woff2"),
    url(../fonts/OldschoolGrotesk_W-Bold.woff) format("woff"),
    url(../fonts/OldschoolGrotesk_W-Bold.ttf) format("truetype"),
    url(../fonts/OldschoolGrotesk_W-Bold.svg#OldschoolGrotesk_W-Bold)
      format("svg");
  font-weight: 600;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: Oldschool Grotesk;
  src: url(../fonts/OldschoolGrotesk_W-Medium.eot);
  src: local("Oldschool Grotesk"),
    url(../fonts/OldschoolGrotesk_W-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/OldschoolGrotesk_W-Medium.woff2) format("woff2"),
    url(../fonts/OldschoolGrotesk_W-Medium.woff) format("woff"),
    url(../fonts/OldschoolGrotesk_W-Medium.ttf) format("truetype"),
    url(../fonts/OldschoolGrotesk_W-Medium.svg#OldschoolGrotesk_W-Medium)
      format("svg");
  font-weight: 500;
  font-style: "normal";
  font-display: swap;
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
  zoom: 1.00001;
}
body {
  font-family: Oldschool Grotesk, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  --tw-text-opacity: 1;
  color: rgba(1, 2, 2, var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.025em;
  text-rendering: optimizeLegibility;
} */
@font-face {
  font-family: 'Geist';
  src: url(../fonts/Geist-Regular.eot);
  src: local("Geist"),
    url(../fonts/Geist-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Geist-Regular.woff2) format("woff2"),
    url(../fonts/Geist-Regular.woff) format("woff"),
    url(../fonts/Geist-Regular.ttf) format("truetype"),
    url(../fonts/Geist-Regular.svg#Geist) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url(../fonts/Geist-Light.eot);
  src: local("Geist"),
    url(../fonts/Geist-Light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Geist-Light.woff2) format("woff2"),
    url(../fonts/Geist-Light.woff) format("woff"),
    url(../fonts/Geist-Light.ttf) format("truetype"),
    url(../fonts/Geist-Light.svg#Geist) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url(../fonts/Geist-Bold.eot);
  src: local("Geist"),
    url(../fonts/Geist-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Geist-Bold.woff2) format("woff2"),
    url(../fonts/Geist-Bold.woff) format("woff"),
    url(../fonts/Geist-Bold.ttf) format("truetype"),
    url(../fonts/Geist-Bold.svg#Geist) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist';
  src: url(../fonts/Geist-Medium.eot);
  src: local("Geist"),
    url(../fonts/Geist-Medium.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Geist-Medium.woff2) format("woff2"),
    url(../fonts/Geist-Medium.woff) format("woff"),
    url(../fonts/Geist-Medium.ttf) format("truetype"),
    url(../fonts/Geist-Medium.svg#Geist) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


html {
  font-size: 1rem;
  scroll-behavior: smooth;
  zoom: 1.00001;
}

body {
  font-family: geist, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --tw-text-opacity: 1;
  color: rgba(1, 2, 2, var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.025em;
  text-rendering: optimizeLegibility;
}

@media (min-width: 1280px) {
  body.no-cursor,
  body.no-cursor * {
    cursor: none !important;
  }
}
a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}
p {
  margin-bottom: 1.5rem;
}
p:last-of-type {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
::selection {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 255, 100, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgba(1, 2, 2, var(--tw-text-opacity));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (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 * (1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.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 * (1 - var(--tw-space-x-reverse)));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)));
}
.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;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 154, 154, var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 53, 53, var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(1, 2, 2, var(--tw-bg-opacity));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 255, 141, var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 255, 100, var(--tw-bg-opacity));
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(166, 204, 90, var(--tw-bg-opacity));
}
.checked\:bg-primary-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 255, 141, var(--tw-bg-opacity));
}
.dark .dark\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(1, 2, 2, var(--tw-bg-opacity));
}
.dark .dark\:bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 255, 100, var(--tw-bg-opacity));
}
.dark .dark\:bg-grayDark-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.dark .dark\:bg-grayDark-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 177, 177, var(--tw-bg-opacity));
}
.dark .dark\:bg-grayDark-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 40, 44, var(--tw-bg-opacity));
}
.dark .dark\:bg-grayDark-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 27, 30, var(--tw-bg-opacity));
}
.dark .dark\:bg-grayDark-600,
.dark .dark\:bg-grayDark-650 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 15, 17, var(--tw-bg-opacity));
}
.bg-none {
  background-image: none;
}
.bg-gradient-to-r {
  background-image: linear-gradient(90deg, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  background-image: linear-gradient(180deg, var(--tw-gradient-stops));
}
.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, transparent);
}
.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, hsla(0, 0%, 100%, 0));
}
.from-gray-600 {
  --tw-gradient-from: #010202;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(1, 2, 2, 0));
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.dark .dark\:from-grayDark-600 {
  --tw-gradient-from: #0e0f11;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(14, 15, 17, 0));
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.dark .dark\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-center {
  background-position: 50%;
}
.bg-cover {
  background-size: cover;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}
.border-gray-150 {
  --tw-border-opacity: 1;
  border-color: rgba(226, 226, 226, var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 154, 154, var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 53, 53, var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(1, 2, 2, var(--tw-border-opacity));
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 255, 141, var(--tw-border-opacity));
}
.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(1, 2, 2, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
}
.dark .dark\:border-grayDark-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.dark .dark\:border-grayDark-300 {
  --tw-border-opacity: 1;
  border-color: rgba(54, 55, 58, var(--tw-border-opacity));
}
.dark .dark\:border-grayDark-500 {
  --tw-border-opacity: 1;
  border-color: rgba(26, 27, 30, var(--tw-border-opacity));
}
.dark .dark\:hover\:border-grayDark-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(177, 177, 177, var(--tw-border-opacity));
}
.dark .dark\:focus\:border-grayDark-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(177, 177, 177, var(--tw-border-opacity));
}
.border-opacity-0 {
  --tw-border-opacity: 0;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
}
.rounded-b-xl,
.rounded-r-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
}
.rounded-r-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-r-3xl,
.rounded-t-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-r-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-l-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.dark .dark\:block {
  display: block;
}
.dark .dark\:hidden {
  display: none;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.self-end {
  align-self: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.font-sans-primary {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}
.font-serif-primary {
  font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.h-0 {
  height: 0;
}
.h-1 {
  height: 0.25rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-40 {
  height: 10rem;
}
.h-60 {
  height: 15rem;
}
.h-80 {
  height: 20rem;
}
.h-auto {
  height: auto;
}
.h-px {
  height: 1px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-1\/2 {
  height: 50%;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-250vw {
  height: 250vw;
}
.h-350vw {
  height: 350vw;
}
.h-35vw {
  height: 35vw;
}
.h-65vw {
  height: 65vw;
}
.h-70vw {
  height: 70vw;
}
.h-screen-fix {
  height: calc(var(--vh, 1vh) * 100);
}
.h-screen-fix-90 {
  height: calc(var(--vh, 1vh) * 90);
}
.h-screen-fix-80 {
  height: calc(var(--vh, 1vh) * 80);
}
.h-screen-fix-70 {
  height: calc(var(--vh, 1vh) * 70);
}
.h-screen-fix-60 {
  height: calc(var(--vh, 1vh) * 60);
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.25rem;
}
.text-xl {
  font-size: 1.5rem;
}
.text-2xl {
  font-size: 2rem;
}
.text-3xl {
  font-size: 2.5rem;
}
.text-4xl {
  font-size: 3rem;
}
.text-5xl {
  font-size: 3.75rem;
}
.text-6xl {
  font-size: 4.5rem;
}
.text-7xl {
  font-size: 5rem;
}
.text-8xl {
  font-size: 6rem;
}
.text-1xs {
  font-size: 0.625rem;
}
.text-md {
  font-size: 1.125rem;
}
.text-1xl {
  font-size: 1.725rem;
}
.text-2-5xl {
  font-size: 2.25rem;
}
.text-2vw {
  font-size: 2vw;
}
.text-3vw {
  font-size: 3vw;
}
.text-3\.5vw {
  font-size: 3.5vw;
}
.text-4vw {
  font-size: 4vw;
}
.text-5vw {
  font-size: 5vw;
}
.text-6vw {
  font-size: 6vw;
}
.text-8vw {
  font-size: 8vw;
}
.text-11vw {
  font-size: 11vw;
}
.text-20vw {
  font-size: 20vw;
}
.text-24vw {
  font-size: 24vw;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-snug {
  line-height: 1.375;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-0\.9 {
  line-height: 0.9;
}
.leading-tighter {
  line-height: 1.15;
}
.list-outside {
  list-style-position: outside;
}
.list-disc {
  list-style-type: disc;
}
.list-decimal {
  list-style-type: decimal;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-px {
  margin-top: 1px;
}
.mr-px {
  margin-right: 1px;
}
.mb-px {
  margin-bottom: 1px;
}
.ml-px {
  margin-left: 1px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.-mt-0 {
  margin-top: 0;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-ml-7 {
  margin-left: -1.75rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.-mb-18 {
  margin-bottom: -4.5rem;
}
.-mt-28 {
  margin-top: -7rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.-mt-px {
  margin-top: -1px;
}
.-mr-px {
  margin-right: -1px;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-px {
  margin-left: -1px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-2\.5 {
  margin-top: -0.625rem;
}
.-ml-75vw {
  margin-left: -75vw;
}
.-ml-125vw {
  margin-left: -125vw;
}
.max-h-180 {
  max-height: 45rem;
}
.max-w-0 {
  max-width: 0;
}
.max-w-none {
  max-width: none;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-1xs {
  max-width: 14rem;
}
.max-w-2-5xl {
  max-width: 43rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-100 {
  min-height: 25rem;
}
.min-h-140 {
  min-height: 35rem;
}
.min-h-160 {
  min-height: 40rem;
}
.min-h-190 {
  min-height: 47.5rem;
}
.min-h-220 {
  min-height: 55rem;
}
.min-h-screen {
  min-height: 100vh;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-100 {
  opacity: 1;
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
.hover\:opacity-95:hover {
  opacity: 0.95;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.overflow-hidden {
  overflow: hidden;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-px {
  padding: 1px;
}
.p-2\.5 {
  padding: 0.625rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pr-36 {
  padding-right: 9rem;
}
.pt-px {
  padding-top: 1px;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-px {
  padding-left: 1px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}
.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}
.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(1, 2, 2, var(--tw-placeholder-opacity));
}
.placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(1, 2, 2, var(--tw-placeholder-opacity));
}
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(1, 2, 2, var(--tw-placeholder-opacity));
}
.dark .dark\:placeholder-grayDark-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(177, 177, 177, var(--tw-placeholder-opacity));
}
.dark .dark\:placeholder-grayDark-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(177, 177, 177, var(--tw-placeholder-opacity));
}
.dark .dark\:placeholder-grayDark-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(177, 177, 177, var(--tw-placeholder-opacity));
}
.dark .dark\:placeholder-grayDark-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 27, 30, var(--tw-placeholder-opacity));
}
.dark .dark\:placeholder-grayDark-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 27, 30, var(--tw-placeholder-opacity));
}
.dark .dark\:placeholder-grayDark-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 27, 30, var(--tw-placeholder-opacity));
}
.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}
.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}
.placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}
.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-full-offset-video-cta {
  top: calc(100% - 1.95rem);
  right: calc(100% - 1.95rem);
  bottom: calc(100% - 1.95rem);
  left: calc(100% - 1.95rem);
}
.inset-y-full-offset-video-cta {
  top: calc(100% - 1.95rem);
  bottom: calc(100% - 1.95rem);
}
.inset-x-full-offset-video-cta {
  right: calc(100% - 1.95rem);
  left: calc(100% - 1.95rem);
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.top-1 {
  top: 0.25rem;
}
.right-1 {
  right: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.right-3 {
  right: 0.75rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.left-3 {
  left: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-4 {
  left: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.left-5 {
  left: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-6 {
  left: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.top-10 {
  top: 2.5rem;
}
.right-10 {
  right: 2.5rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-10 {
  left: 2.5rem;
}
.top-20 {
  top: 5rem;
}
.right-20 {
  right: 5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.left-20 {
  left: 5rem;
}
.top-24 {
  top: 6rem;
}
.bottom-24 {
  bottom: 6rem;
}
.left-24 {
  left: 6rem;
}
.top-28 {
  top: 7rem;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-32 {
  bottom: 8rem;
}
.left-36 {
  left: 9rem;
}
.top-40 {
  top: 10rem;
}
.right-40 {
  right: 10rem;
}
.top-px {
  top: 1px;
}
.right-px {
  right: 1px;
}
.bottom-px {
  bottom: 1px;
}
.left-px {
  left: 1px;
}
.top-0\.5 {
  top: 0.125rem;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.left-5\/16 {
  left: 31.25%;
}
.-bottom-0 {
  bottom: 0;
}
.-top-1 {
  top: -0.25rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-top-3 {
  top: -0.75rem;
}
.-left-3 {
  left: -0.75rem;
}
.-right-4 {
  right: -1rem;
}
.-top-5 {
  top: -1.25rem;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-top-6 {
  top: -1.5rem;
}
.-left-8 {
  left: -2rem;
}
.-top-10 {
  top: -2.5rem;
}
.-right-10 {
  right: -2.5rem;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-left-10 {
  left: -2.5rem;
}
.-top-12 {
  top: -3rem;
}
.-bottom-12 {
  bottom: -3rem;
}
.-top-16 {
  top: -4rem;
}
.-left-17 {
  left: -4.25rem;
}
.-bottom-20 {
  bottom: -5rem;
}
.-top-24 {
  top: -6rem;
}
.-bottom-24 {
  bottom: -6rem;
}
.-bottom-28 {
  bottom: -7rem;
}
.-bottom-40 {
  bottom: -10rem;
}
.-top-px {
  top: -1px;
}
.-right-px {
  right: -1px;
}
.-bottom-px {
  bottom: -1px;
}
.-left-px {
  left: -1px;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.right-1\/3 {
  right: 33.333333%;
}
.left-1\/3 {
  left: 33.333333%;
}
.top-2\/3 {
  top: 66.666667%;
}
.left-2\/3 {
  left: 66.666667%;
}
.top-1\/4 {
  top: 25%;
}
.right-1\/4 {
  right: 25%;
}
.top-full-offset-video-cta {
  top: calc(100% - 1.95rem);
}
.right-full-offset-video-cta {
  right: calc(100% - 1.95rem);
}
.bottom-full-offset-video-cta {
  bottom: calc(100% - 1.95rem);
}
.left-full-offset-video-cta {
  left: calc(100% - 1.95rem);
}
.group:hover .group-hover\:inset-full-offset-video-cta {
  top: calc(100% - 1.95rem);
  right: calc(100% - 1.95rem);
  bottom: calc(100% - 1.95rem);
  left: calc(100% - 1.95rem);
}
.group:hover .group-hover\:inset-y-full-offset-video-cta {
  top: calc(100% - 1.95rem);
  bottom: calc(100% - 1.95rem);
}
.group:hover .group-hover\:inset-x-full-offset-video-cta {
  right: calc(100% - 1.95rem);
  left: calc(100% - 1.95rem);
}
.group:hover .group-hover\:top-full-offset-video-cta {
  top: calc(100% - 1.95rem);
}
.group:hover .group-hover\:right-full-offset-video-cta {
  right: calc(100% - 1.95rem);
}
.group:hover .group-hover\:bottom-full-offset-video-cta {
  bottom: calc(100% - 1.95rem);
}
.group:hover .group-hover\:left-full-offset-video-cta {
  left: calc(100% - 1.95rem);
}
.hover\:inset-full-offset-video-cta:hover {
  top: calc(100% - 1.95rem);
  right: calc(100% - 1.95rem);
  bottom: calc(100% - 1.95rem);
  left: calc(100% - 1.95rem);
}
.hover\:inset-y-full-offset-video-cta:hover {
  top: calc(100% - 1.95rem);
  bottom: calc(100% - 1.95rem);
}
.hover\:inset-x-full-offset-video-cta:hover {
  right: calc(100% - 1.95rem);
  left: calc(100% - 1.95rem);
}
.hover\:top-full-offset-video-cta:hover {
  top: calc(100% - 1.95rem);
}
.hover\:right-full-offset-video-cta:hover {
  right: calc(100% - 1.95rem);
}
.hover\:bottom-full-offset-video-cta:hover {
  bottom: calc(100% - 1.95rem);
}
.hover\:left-full-offset-video-cta:hover {
  left: calc(100% - 1.95rem);
}
.focus\:inset-full-offset-video-cta:focus {
  top: calc(100% - 1.95rem);
  right: calc(100% - 1.95rem);
  bottom: calc(100% - 1.95rem);
  left: calc(100% - 1.95rem);
}
.focus\:inset-y-full-offset-video-cta:focus {
  top: calc(100% - 1.95rem);
  bottom: calc(100% - 1.95rem);
}
.focus\:inset-x-full-offset-video-cta:focus {
  right: calc(100% - 1.95rem);
  left: calc(100% - 1.95rem);
}
.focus\:top-full-offset-video-cta:focus {
  top: calc(100% - 1.95rem);
}
.focus\:right-full-offset-video-cta:focus {
  right: calc(100% - 1.95rem);
}
.focus\:bottom-full-offset-video-cta:focus {
  bottom: calc(100% - 1.95rem);
}
.focus\:left-full-offset-video-cta:focus {
  left: calc(100% - 1.95rem);
}
.resize {
  resize: both;
}
* {
  --tw-shadow: 0 0 transparent;
}
.shadow {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.shadow-none {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 transparent;
}
.shadow-3xl {
  --tw-shadow: 0 0 60px -15px rgba(0, 0, 0, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 transparent;
}
.focus\:shadow-none:focus {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
* {
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
}
.ring-1 {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 transparent);
}
.ring-1 {
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-4 {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 transparent);
}
.ring-4 {
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus\:ring-4:focus {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 transparent);
}
.focus\:ring-4:focus {
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}
.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}
.ring-offset-black {
  --tw-ring-offset-color: #000;
}
.ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.ring-offset-gray-50 {
  --tw-ring-offset-color: #f5f5f5;
}
.ring-offset-gray-100 {
  --tw-ring-offset-color: #eee;
}
.ring-offset-gray-150 {
  --tw-ring-offset-color: #e2e2e2;
}
.ring-offset-gray-200 {
  --tw-ring-offset-color: #999a9a;
}
.ring-offset-gray-300 {
  --tw-ring-offset-color: #676767;
}
.ring-offset-gray-400 {
  --tw-ring-offset-color: #343535;
}
.ring-offset-gray-500 {
  --tw-ring-offset-color: #111;
}
.ring-offset-gray-600,
.ring-offset-gray-700 {
  --tw-ring-offset-color: #010202;
}
.ring-offset-gray-800 {
  --tw-ring-offset-color: #010101;
}
.ring-offset-gray-900 {
  --tw-ring-offset-color: #000101;
}
.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}
.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}
.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}
.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}
.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}
.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}
.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}
.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}
.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}
.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}
.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fffbeb;
}
.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef3c7;
}
.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fde68a;
}
.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fcd34d;
}
.ring-offset-yellow-400 {
  --tw-ring-offset-color: #fbbf24;
}
.ring-offset-yellow-500 {
  --tw-ring-offset-color: #f59e0b;
}
.ring-offset-yellow-600 {
  --tw-ring-offset-color: #d97706;
}
.ring-offset-yellow-700 {
  --tw-ring-offset-color: #b45309;
}
.ring-offset-yellow-800 {
  --tw-ring-offset-color: #92400e;
}
.ring-offset-yellow-900 {
  --tw-ring-offset-color: #78350f;
}
.ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5;
}
.ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5;
}
.ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0;
}
.ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7;
}
.ring-offset-green-400 {
  --tw-ring-offset-color: #34d399;
}
.ring-offset-green-500 {
  --tw-ring-offset-color: #10b981;
}
.ring-offset-green-600 {
  --tw-ring-offset-color: #059669;
}
.ring-offset-green-700 {
  --tw-ring-offset-color: #047857;
}
.ring-offset-green-800 {
  --tw-ring-offset-color: #065f46;
}
.ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b;
}
.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}
.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}
.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}
.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}
.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}
.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}
.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}
.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}
.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}
.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}
.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}
.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}
.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}
.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}
.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}
.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}
.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}
.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}
.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}
.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}
.ring-offset-purple-50 {
  --tw-ring-offset-color: #f5f3ff;
}
.ring-offset-purple-100 {
  --tw-ring-offset-color: #ede9fe;
}
.ring-offset-purple-200 {
  --tw-ring-offset-color: #ddd6fe;
}
.ring-offset-purple-300 {
  --tw-ring-offset-color: #c4b5fd;
}
.ring-offset-purple-400 {
  --tw-ring-offset-color: #a78bfa;
}
.ring-offset-purple-500 {
  --tw-ring-offset-color: #8b5cf6;
}
.ring-offset-purple-600 {
  --tw-ring-offset-color: #7c3aed;
}
.ring-offset-purple-700 {
  --tw-ring-offset-color: #6d28d9;
}
.ring-offset-purple-800 {
  --tw-ring-offset-color: #5b21b6;
}
.ring-offset-purple-900 {
  --tw-ring-offset-color: #4c1d95;
}
.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}
.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}
.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}
.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}
.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}
.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}
.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}
.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}
.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}
.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}
.ring-offset-primary-50 {
  --tw-ring-offset-color: #fafff1;
}
.ring-offset-primary-100 {
  --tw-ring-offset-color: #fcfff0;
}
.ring-offset-primary-200 {
  --tw-ring-offset-color: #f6ffe3;
}
.ring-offset-primary-300 {
  --tw-ring-offset-color: #ecffc6;
}
.ring-offset-primary-400 {
  --tw-ring-offset-color: #e3ffaa;
}
.ring-offset-primary-500 {
  --tw-ring-offset-color: #d9ff8d;
}
.ring-offset-primary-600 {
  --tw-ring-offset-color: #d0ff71;
}
.ring-offset-primary-700 {
  --tw-ring-offset-color: #a6cc5a;
}
.ring-offset-primary-800 {
  --tw-ring-offset-color: #7d9944;
}
.ring-offset-primary-900 {
  --tw-ring-offset-color: #53662d;
}
.ring-offset-grayDark-100 {
  --tw-ring-offset-color: #fff;
}
.ring-offset-grayDark-200 {
  --tw-ring-offset-color: #b1b1b1;
}
.ring-offset-grayDark-300 {
  --tw-ring-offset-color: #36373a;
}
.ring-offset-grayDark-400 {
  --tw-ring-offset-color: #26282c;
}
.ring-offset-grayDark-500,
.ring-offset-grayDark-550 {
  --tw-ring-offset-color: #1a1b1e;
}
.ring-offset-grayDark-600,
.ring-offset-grayDark-650 {
  --tw-ring-offset-color: #0e0f11;
}
.ring-offset-grayDark-700 {
  --tw-ring-offset-color: #0f1012;
}
.ring-offset-grayDark-800 {
  --tw-ring-offset-color: #101012;
}
.ring-offset-grayDark-900 {
  --tw-ring-offset-color: #0a0b0c;
}
.ring-offset-brands-facebook {
  --tw-ring-offset-color: #3b5998;
}
.ring-offset-brands-twitter {
  --tw-ring-offset-color: #55acee;
}
.ring-offset-brands-instagram {
  --tw-ring-offset-color: #3f729b;
}
.ring-offset-brands-linkedin {
  --tw-ring-offset-color: #0976b4;
}
.ring-offset-brands-youtube {
  --tw-ring-offset-color: #e52d27;
}
.ring-offset-brands-vimeo {
  --tw-ring-offset-color: #1ab7ea;
}
.ring-offset-brands-pinterest {
  --tw-ring-offset-color: #cc2127;
}
.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}
.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor;
}
.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}
.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}
.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #f5f5f5;
}
.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #eee;
}
.focus-within\:ring-offset-gray-150:focus-within {
  --tw-ring-offset-color: #e2e2e2;
}
.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #999a9a;
}
.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #676767;
}
.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #343535;
}
.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #111;
}
.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #010202;
}
.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #010202;
}
.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #010101;
}
.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #000101;
}
.focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}
.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}
.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}
.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}
.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171;
}
.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}
.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}
.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}
.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}
.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}
.focus-within\:ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fffbeb;
}
.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef3c7;
}
.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fde68a;
}
.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fcd34d;
}
.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #fbbf24;
}
.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #f59e0b;
}
.focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #d97706;
}
.focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #b45309;
}
.focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #92400e;
}
.focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #78350f;
}
.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #ecfdf5;
}
.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #d1fae5;
}
.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #a7f3d0;
}
.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #6ee7b7;
}
.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #34d399;
}
.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #10b981;
}
.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #059669;
}
.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #047857;
}
.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #065f46;
}
.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #064e3b;
}
.focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}
.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}
.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}
.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}
.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}
.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}
.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}
.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}
.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}
.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}
.focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff;
}
.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff;
}
.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe;
}
.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc;
}
.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8;
}
.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1;
}
.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5;
}
.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca;
}
.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3;
}
.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81;
}
.focus-within\:ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}
.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}
.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}
.focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}
.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}
.focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}
.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}
.focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}
.focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}
.focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}
.focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8;
}
.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3;
}
.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8;
}
.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4;
}
.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6;
}
.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899;
}
.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777;
}
.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d;
}
.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d;
}
.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843;
}
.focus-within\:ring-offset-primary-50:focus-within {
  --tw-ring-offset-color: #fafff1;
}
.focus-within\:ring-offset-primary-100:focus-within {
  --tw-ring-offset-color: #fcfff0;
}
.focus-within\:ring-offset-primary-200:focus-within {
  --tw-ring-offset-color: #f6ffe3;
}
.focus-within\:ring-offset-primary-300:focus-within {
  --tw-ring-offset-color: #ecffc6;
}
.focus-within\:ring-offset-primary-400:focus-within {
  --tw-ring-offset-color: #e3ffaa;
}
.focus-within\:ring-offset-primary-500:focus-within {
  --tw-ring-offset-color: #d9ff8d;
}
.focus-within\:ring-offset-primary-600:focus-within {
  --tw-ring-offset-color: #d0ff71;
}
.focus-within\:ring-offset-primary-700:focus-within {
  --tw-ring-offset-color: #a6cc5a;
}
.focus-within\:ring-offset-primary-800:focus-within {
  --tw-ring-offset-color: #7d9944;
}
.focus-within\:ring-offset-primary-900:focus-within {
  --tw-ring-offset-color: #53662d;
}
.focus-within\:ring-offset-grayDark-100:focus-within {
  --tw-ring-offset-color: #fff;
}
.focus-within\:ring-offset-grayDark-200:focus-within {
  --tw-ring-offset-color: #b1b1b1;
}
.focus-within\:ring-offset-grayDark-300:focus-within {
  --tw-ring-offset-color: #36373a;
}
.focus-within\:ring-offset-grayDark-400:focus-within {
  --tw-ring-offset-color: #26282c;
}
.focus-within\:ring-offset-grayDark-500:focus-within {
  --tw-ring-offset-color: #1a1b1e;
}
.focus-within\:ring-offset-grayDark-550:focus-within {
  --tw-ring-offset-color: #1a1b1e;
}
.focus-within\:ring-offset-grayDark-600:focus-within {
  --tw-ring-offset-color: #0e0f11;
}
.focus-within\:ring-offset-grayDark-650:focus-within {
  --tw-ring-offset-color: #0e0f11;
}
.focus-within\:ring-offset-grayDark-700:focus-within {
  --tw-ring-offset-color: #0f1012;
}
.focus-within\:ring-offset-grayDark-800:focus-within {
  --tw-ring-offset-color: #101012;
}
.focus-within\:ring-offset-grayDark-900:focus-within {
  --tw-ring-offset-color: #0a0b0c;
}
.focus-within\:ring-offset-brands-facebook:focus-within {
  --tw-ring-offset-color: #3b5998;
}
.focus-within\:ring-offset-brands-twitter:focus-within {
  --tw-ring-offset-color: #55acee;
}
.focus-within\:ring-offset-brands-instagram:focus-within {
  --tw-ring-offset-color: #3f729b;
}
.focus-within\:ring-offset-brands-linkedin:focus-within {
  --tw-ring-offset-color: #0976b4;
}
.focus-within\:ring-offset-brands-youtube:focus-within {
  --tw-ring-offset-color: #e52d27;
}
.focus-within\:ring-offset-brands-vimeo:focus-within {
  --tw-ring-offset-color: #1ab7ea;
}
.focus-within\:ring-offset-brands-pinterest:focus-within {
  --tw-ring-offset-color: #cc2127;
}
.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}
.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}
.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}
.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}
.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f5f5f5;
}
.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #eee;
}
.focus\:ring-offset-gray-150:focus {
  --tw-ring-offset-color: #e2e2e2;
}
.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #999a9a;
}
.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #676767;
}
.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #343535;
}
.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #111;
}
.focus\:ring-offset-gray-600:focus,
.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #010202;
}
.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #010101;
}
.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #000101;
}
.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}
.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}
.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}
.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}
.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}
.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}
.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}
.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}
.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}
.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}
.focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fffbeb;
}
.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef3c7;
}
.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fde68a;
}
.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fcd34d;
}
.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #fbbf24;
}
.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #f59e0b;
}
.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #d97706;
}
.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #b45309;
}
.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #92400e;
}
.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #78350f;
}
.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}
.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #d1fae5;
}
.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}
.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}
.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #34d399;
}
.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #10b981;
}
.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #059669;
}
.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #047857;
}
.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #065f46;
}
.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #064e3b;
}
.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}
.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}
.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}
.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}
.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}
.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}
.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}
.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}
.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}
.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}
.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff;
}
.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}
.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}
.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}
.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8;
}
.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1;
}
.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5;
}
.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}
.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3;
}
.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81;
}
.focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}
.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #ede9fe;
}
.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}
.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}
.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #a78bfa;
}
.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}
.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #7c3aed;
}
.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #6d28d9;
}
.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #5b21b6;
}
.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #4c1d95;
}
.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}
.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3;
}
.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}
.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}
.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}
.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899;
}
.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777;
}
.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d;
}
.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d;
}
.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843;
}
.focus\:ring-offset-primary-50:focus {
  --tw-ring-offset-color: #fafff1;
}
.focus\:ring-offset-primary-100:focus {
  --tw-ring-offset-color: #fcfff0;
}
.focus\:ring-offset-primary-200:focus {
  --tw-ring-offset-color: #f6ffe3;
}
.focus\:ring-offset-primary-300:focus {
  --tw-ring-offset-color: #ecffc6;
}
.focus\:ring-offset-primary-400:focus {
  --tw-ring-offset-color: #e3ffaa;
}
.focus\:ring-offset-primary-500:focus {
  --tw-ring-offset-color: #d9ff8d;
}
.focus\:ring-offset-primary-600:focus {
  --tw-ring-offset-color: #d0ff71;
}
.focus\:ring-offset-primary-700:focus {
  --tw-ring-offset-color: #a6cc5a;
}
.focus\:ring-offset-primary-800:focus {
  --tw-ring-offset-color: #7d9944;
}
.focus\:ring-offset-primary-900:focus {
  --tw-ring-offset-color: #53662d;
}
.focus\:ring-offset-grayDark-100:focus {
  --tw-ring-offset-color: #fff;
}
.focus\:ring-offset-grayDark-200:focus {
  --tw-ring-offset-color: #b1b1b1;
}
.focus\:ring-offset-grayDark-300:focus {
  --tw-ring-offset-color: #36373a;
}
.focus\:ring-offset-grayDark-400:focus {
  --tw-ring-offset-color: #26282c;
}
.focus\:ring-offset-grayDark-500:focus,
.focus\:ring-offset-grayDark-550:focus {
  --tw-ring-offset-color: #1a1b1e;
}
.focus\:ring-offset-grayDark-600:focus,
.focus\:ring-offset-grayDark-650:focus {
  --tw-ring-offset-color: #0e0f11;
}
.focus\:ring-offset-grayDark-700:focus {
  --tw-ring-offset-color: #0f1012;
}
.focus\:ring-offset-grayDark-800:focus {
  --tw-ring-offset-color: #101012;
}
.focus\:ring-offset-grayDark-900:focus {
  --tw-ring-offset-color: #0a0b0c;
}
.focus\:ring-offset-brands-facebook:focus {
  --tw-ring-offset-color: #3b5998;
}
.focus\:ring-offset-brands-twitter:focus {
  --tw-ring-offset-color: #55acee;
}
.focus\:ring-offset-brands-instagram:focus {
  --tw-ring-offset-color: #3f729b;
}
.focus\:ring-offset-brands-linkedin:focus {
  --tw-ring-offset-color: #0976b4;
}
.focus\:ring-offset-brands-youtube:focus {
  --tw-ring-offset-color: #e52d27;
}
.focus\:ring-offset-brands-vimeo:focus {
  --tw-ring-offset-color: #1ab7ea;
}
.focus\:ring-offset-brands-pinterest:focus {
  --tw-ring-offset-color: #cc2127;
}
.dark .dark\:ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}
.dark .dark\:ring-offset-current {
  --tw-ring-offset-color: currentColor;
}
.dark .dark\:ring-offset-black {
  --tw-ring-offset-color: #000;
}
.dark .dark\:ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.dark .dark\:ring-offset-gray-50 {
  --tw-ring-offset-color: #f5f5f5;
}
.dark .dark\:ring-offset-gray-100 {
  --tw-ring-offset-color: #eee;
}
.dark .dark\:ring-offset-gray-150 {
  --tw-ring-offset-color: #e2e2e2;
}
.dark .dark\:ring-offset-gray-200 {
  --tw-ring-offset-color: #999a9a;
}
.dark .dark\:ring-offset-gray-300 {
  --tw-ring-offset-color: #676767;
}
.dark .dark\:ring-offset-gray-400 {
  --tw-ring-offset-color: #343535;
}
.dark .dark\:ring-offset-gray-500 {
  --tw-ring-offset-color: #111;
}
.dark .dark\:ring-offset-gray-600,
.dark .dark\:ring-offset-gray-700 {
  --tw-ring-offset-color: #010202;
}
.dark .dark\:ring-offset-gray-800 {
  --tw-ring-offset-color: #010101;
}
.dark .dark\:ring-offset-gray-900 {
  --tw-ring-offset-color: #000101;
}
.dark .dark\:ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}
.dark .dark\:ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}
.dark .dark\:ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}
.dark .dark\:ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}
.dark .dark\:ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}
.dark .dark\:ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}
.dark .dark\:ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}
.dark .dark\:ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}
.dark .dark\:ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}
.dark .dark\:ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}
.dark .dark\:ring-offset-yellow-50 {
  --tw-ring-offset-color: #fffbeb;
}
.dark .dark\:ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef3c7;
}
.dark .dark\:ring-offset-yellow-200 {
  --tw-ring-offset-color: #fde68a;
}
.dark .dark\:ring-offset-yellow-300 {
  --tw-ring-offset-color: #fcd34d;
}
.dark .dark\:ring-offset-yellow-400 {
  --tw-ring-offset-color: #fbbf24;
}
.dark .dark\:ring-offset-yellow-500 {
  --tw-ring-offset-color: #f59e0b;
}
.dark .dark\:ring-offset-yellow-600 {
  --tw-ring-offset-color: #d97706;
}
.dark .dark\:ring-offset-yellow-700 {
  --tw-ring-offset-color: #b45309;
}
.dark .dark\:ring-offset-yellow-800 {
  --tw-ring-offset-color: #92400e;
}
.dark .dark\:ring-offset-yellow-900 {
  --tw-ring-offset-color: #78350f;
}
.dark .dark\:ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5;
}
.dark .dark\:ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5;
}
.dark .dark\:ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0;
}
.dark .dark\:ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7;
}
.dark .dark\:ring-offset-green-400 {
  --tw-ring-offset-color: #34d399;
}
.dark .dark\:ring-offset-green-500 {
  --tw-ring-offset-color: #10b981;
}
.dark .dark\:ring-offset-green-600 {
  --tw-ring-offset-color: #059669;
}
.dark .dark\:ring-offset-green-700 {
  --tw-ring-offset-color: #047857;
}
.dark .dark\:ring-offset-green-800 {
  --tw-ring-offset-color: #065f46;
}
.dark .dark\:ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b;
}
.dark .dark\:ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}
.dark .dark\:ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}
.dark .dark\:ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}
.dark .dark\:ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}
.dark .dark\:ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}
.dark .dark\:ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}
.dark .dark\:ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}
.dark .dark\:ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}
.dark .dark\:ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}
.dark .dark\:ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}
.dark .dark\:ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}
.dark .dark\:ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}
.dark .dark\:ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}
.dark .dark\:ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}
.dark .dark\:ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}
.dark .dark\:ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}
.dark .dark\:ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}
.dark .dark\:ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}
.dark .dark\:ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}
.dark .dark\:ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}
.dark .dark\:ring-offset-purple-50 {
  --tw-ring-offset-color: #f5f3ff;
}
.dark .dark\:ring-offset-purple-100 {
  --tw-ring-offset-color: #ede9fe;
}
.dark .dark\:ring-offset-purple-200 {
  --tw-ring-offset-color: #ddd6fe;
}
.dark .dark\:ring-offset-purple-300 {
  --tw-ring-offset-color: #c4b5fd;
}
.dark .dark\:ring-offset-purple-400 {
  --tw-ring-offset-color: #a78bfa;
}
.dark .dark\:ring-offset-purple-500 {
  --tw-ring-offset-color: #8b5cf6;
}
.dark .dark\:ring-offset-purple-600 {
  --tw-ring-offset-color: #7c3aed;
}
.dark .dark\:ring-offset-purple-700 {
  --tw-ring-offset-color: #6d28d9;
}
.dark .dark\:ring-offset-purple-800 {
  --tw-ring-offset-color: #5b21b6;
}
.dark .dark\:ring-offset-purple-900 {
  --tw-ring-offset-color: #4c1d95;
}
.dark .dark\:ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}
.dark .dark\:ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}
.dark .dark\:ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}
.dark .dark\:ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}
.dark .dark\:ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}
.dark .dark\:ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}
.dark .dark\:ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}
.dark .dark\:ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}
.dark .dark\:ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}
.dark .dark\:ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}
.dark .dark\:ring-offset-primary-50 {
  --tw-ring-offset-color: #fafff1;
}
.dark .dark\:ring-offset-primary-100 {
  --tw-ring-offset-color: #fcfff0;
}
.dark .dark\:ring-offset-primary-200 {
  --tw-ring-offset-color: #f6ffe3;
}
.dark .dark\:ring-offset-primary-300 {
  --tw-ring-offset-color: #ecffc6;
}
.dark .dark\:ring-offset-primary-400 {
  --tw-ring-offset-color: #e3ffaa;
}
.dark .dark\:ring-offset-primary-500 {
  --tw-ring-offset-color: #d9ff8d;
}
.dark .dark\:ring-offset-primary-600 {
  --tw-ring-offset-color: #d0ff71;
}
.dark .dark\:ring-offset-primary-700 {
  --tw-ring-offset-color: #a6cc5a;
}
.dark .dark\:ring-offset-primary-800 {
  --tw-ring-offset-color: #7d9944;
}
.dark .dark\:ring-offset-primary-900 {
  --tw-ring-offset-color: #53662d;
}
.dark .dark\:ring-offset-grayDark-100 {
  --tw-ring-offset-color: #fff;
}
.dark .dark\:ring-offset-grayDark-200 {
  --tw-ring-offset-color: #b1b1b1;
}
.dark .dark\:ring-offset-grayDark-300 {
  --tw-ring-offset-color: #36373a;
}
.dark .dark\:ring-offset-grayDark-400 {
  --tw-ring-offset-color: #26282c;
}
.dark .dark\:ring-offset-grayDark-500,
.dark .dark\:ring-offset-grayDark-550 {
  --tw-ring-offset-color: #1a1b1e;
}
.dark .dark\:ring-offset-grayDark-600,
.dark .dark\:ring-offset-grayDark-650 {
  --tw-ring-offset-color: #0e0f11;
}
.dark .dark\:ring-offset-grayDark-700 {
  --tw-ring-offset-color: #0f1012;
}
.dark .dark\:ring-offset-grayDark-800 {
  --tw-ring-offset-color: #101012;
}
.dark .dark\:ring-offset-grayDark-900 {
  --tw-ring-offset-color: #0a0b0c;
}
.dark .dark\:ring-offset-brands-facebook {
  --tw-ring-offset-color: #3b5998;
}
.dark .dark\:ring-offset-brands-twitter {
  --tw-ring-offset-color: #55acee;
}
.dark .dark\:ring-offset-brands-instagram {
  --tw-ring-offset-color: #3f729b;
}
.dark .dark\:ring-offset-brands-linkedin {
  --tw-ring-offset-color: #0976b4;
}
.dark .dark\:ring-offset-brands-youtube {
  --tw-ring-offset-color: #e52d27;
}
.dark .dark\:ring-offset-brands-vimeo {
  --tw-ring-offset-color: #1ab7ea;
}
.dark .dark\:ring-offset-brands-pinterest {
  --tw-ring-offset-color: #cc2127;
}
.dark .dark\:focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}
.dark .dark\:focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor;
}
.dark .dark\:focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}
.dark .dark\:focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}
.dark .dark\:focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #f5f5f5;
}
.dark .dark\:focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #eee;
}
.dark .dark\:focus-within\:ring-offset-gray-150:focus-within {
  --tw-ring-offset-color: #e2e2e2;
}
.dark .dark\:focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #999a9a;
}
.dark .dark\:focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #676767;
}
.dark .dark\:focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #343535;
}
.dark .dark\:focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #111;
}
.dark .dark\:focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #010202;
}
.dark .dark\:focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #010202;
}
.dark .dark\:focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #010101;
}
.dark .dark\:focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #000101;
}
.dark .dark\:focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}
.dark .dark\:focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}
.dark .dark\:focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}
.dark .dark\:focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}
.dark .dark\:focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171;
}
.dark .dark\:focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}
.dark .dark\:focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}
.dark .dark\:focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}
.dark .dark\:focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}
.dark .dark\:focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}
.dark .dark\:focus-within\:ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fffbeb;
}
.dark .dark\:focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef3c7;
}
.dark .dark\:focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fde68a;
}
.dark .dark\:focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fcd34d;
}
.dark .dark\:focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #fbbf24;
}
.dark .dark\:focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #f59e0b;
}
.dark .dark\:focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #d97706;
}
.dark .dark\:focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #b45309;
}
.dark .dark\:focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #92400e;
}
.dark .dark\:focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #78350f;
}
.dark .dark\:focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #ecfdf5;
}
.dark .dark\:focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #d1fae5;
}
.dark .dark\:focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #a7f3d0;
}
.dark .dark\:focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #6ee7b7;
}
.dark .dark\:focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #34d399;
}
.dark .dark\:focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #10b981;
}
.dark .dark\:focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #059669;
}
.dark .dark\:focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #047857;
}
.dark .dark\:focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #065f46;
}
.dark .dark\:focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #064e3b;
}
.dark .dark\:focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}
.dark .dark\:focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}
.dark .dark\:focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}
.dark .dark\:focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}
.dark .dark\:focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}
.dark .dark\:focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}
.dark .dark\:focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}
.dark .dark\:focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}
.dark .dark\:focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}
.dark .dark\:focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}
.dark .dark\:focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff;
}
.dark .dark\:focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff;
}
.dark .dark\:focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe;
}
.dark .dark\:focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc;
}
.dark .dark\:focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8;
}
.dark .dark\:focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1;
}
.dark .dark\:focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5;
}
.dark .dark\:focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca;
}
.dark .dark\:focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3;
}
.dark .dark\:focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81;
}
.dark .dark\:focus-within\:ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}
.dark .dark\:focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}
.dark .dark\:focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}
.dark .dark\:focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}
.dark .dark\:focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}
.dark .dark\:focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}
.dark .dark\:focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}
.dark .dark\:focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}
.dark .dark\:focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}
.dark .dark\:focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}
.dark .dark\:focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8;
}
.dark .dark\:focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3;
}
.dark .dark\:focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8;
}
.dark .dark\:focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4;
}
.dark .dark\:focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6;
}
.dark .dark\:focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899;
}
.dark .dark\:focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777;
}
.dark .dark\:focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d;
}
.dark .dark\:focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d;
}
.dark .dark\:focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843;
}
.dark .dark\:focus-within\:ring-offset-primary-50:focus-within {
  --tw-ring-offset-color: #fafff1;
}
.dark .dark\:focus-within\:ring-offset-primary-100:focus-within {
  --tw-ring-offset-color: #fcfff0;
}
.dark .dark\:focus-within\:ring-offset-primary-200:focus-within {
  --tw-ring-offset-color: #f6ffe3;
}
.dark .dark\:focus-within\:ring-offset-primary-300:focus-within {
  --tw-ring-offset-color: #ecffc6;
}
.dark .dark\:focus-within\:ring-offset-primary-400:focus-within {
  --tw-ring-offset-color: #e3ffaa;
}
.dark .dark\:focus-within\:ring-offset-primary-500:focus-within {
  --tw-ring-offset-color: #d9ff8d;
}
.dark .dark\:focus-within\:ring-offset-primary-600:focus-within {
  --tw-ring-offset-color: #d0ff71;
}
.dark .dark\:focus-within\:ring-offset-primary-700:focus-within {
  --tw-ring-offset-color: #a6cc5a;
}
.dark .dark\:focus-within\:ring-offset-primary-800:focus-within {
  --tw-ring-offset-color: #7d9944;
}
.dark .dark\:focus-within\:ring-offset-primary-900:focus-within {
  --tw-ring-offset-color: #53662d;
}
.dark .dark\:focus-within\:ring-offset-grayDark-100:focus-within {
  --tw-ring-offset-color: #fff;
}
.dark .dark\:focus-within\:ring-offset-grayDark-200:focus-within {
  --tw-ring-offset-color: #b1b1b1;
}
.dark .dark\:focus-within\:ring-offset-grayDark-300:focus-within {
  --tw-ring-offset-color: #36373a;
}
.dark .dark\:focus-within\:ring-offset-grayDark-400:focus-within {
  --tw-ring-offset-color: #26282c;
}
.dark .dark\:focus-within\:ring-offset-grayDark-500:focus-within {
  --tw-ring-offset-color: #1a1b1e;
}
.dark .dark\:focus-within\:ring-offset-grayDark-550:focus-within {
  --tw-ring-offset-color: #1a1b1e;
}
.dark .dark\:focus-within\:ring-offset-grayDark-600:focus-within {
  --tw-ring-offset-color: #0e0f11;
}
.dark .dark\:focus-within\:ring-offset-grayDark-650:focus-within {
  --tw-ring-offset-color: #0e0f11;
}
.dark .dark\:focus-within\:ring-offset-grayDark-700:focus-within {
  --tw-ring-offset-color: #0f1012;
}
.dark .dark\:focus-within\:ring-offset-grayDark-800:focus-within {
  --tw-ring-offset-color: #101012;
}
.dark .dark\:focus-within\:ring-offset-grayDark-900:focus-within {
  --tw-ring-offset-color: #0a0b0c;
}
.dark .dark\:focus-within\:ring-offset-brands-facebook:focus-within {
  --tw-ring-offset-color: #3b5998;
}
.dark .dark\:focus-within\:ring-offset-brands-twitter:focus-within {
  --tw-ring-offset-color: #55acee;
}
.dark .dark\:focus-within\:ring-offset-brands-instagram:focus-within {
  --tw-ring-offset-color: #3f729b;
}
.dark .dark\:focus-within\:ring-offset-brands-linkedin:focus-within {
  --tw-ring-offset-color: #0976b4;
}
.dark .dark\:focus-within\:ring-offset-brands-youtube:focus-within {
  --tw-ring-offset-color: #e52d27;
}
.dark .dark\:focus-within\:ring-offset-brands-vimeo:focus-within {
  --tw-ring-offset-color: #1ab7ea;
}
.dark .dark\:focus-within\:ring-offset-brands-pinterest:focus-within {
  --tw-ring-offset-color: #cc2127;
}
.dark .dark\:focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}
.dark .dark\:focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}
.dark .dark\:focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}
.dark .dark\:focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}
.dark .dark\:focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #f5f5f5;
}
.dark .dark\:focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #eee;
}
.dark .dark\:focus\:ring-offset-gray-150:focus {
  --tw-ring-offset-color: #e2e2e2;
}
.dark .dark\:focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #999a9a;
}
.dark .dark\:focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #676767;
}
.dark .dark\:focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #343535;
}
.dark .dark\:focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #111;
}
.dark .dark\:focus\:ring-offset-gray-600:focus,
.dark .dark\:focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #010202;
}
.dark .dark\:focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #010101;
}
.dark .dark\:focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #000101;
}
.dark .dark\:focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}
.dark .dark\:focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}
.dark .dark\:focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}
.dark .dark\:focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}
.dark .dark\:focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}
.dark .dark\:focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}
.dark .dark\:focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}
.dark .dark\:focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}
.dark .dark\:focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}
.dark .dark\:focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}
.dark .dark\:focus\:ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fffbeb;
}
.dark .dark\:focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef3c7;
}
.dark .dark\:focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fde68a;
}
.dark .dark\:focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fcd34d;
}
.dark .dark\:focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #fbbf24;
}
.dark .dark\:focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #f59e0b;
}
.dark .dark\:focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #d97706;
}
.dark .dark\:focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #b45309;
}
.dark .dark\:focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #92400e;
}
.dark .dark\:focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #78350f;
}
.dark .dark\:focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #ecfdf5;
}
.dark .dark\:focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #d1fae5;
}
.dark .dark\:focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #a7f3d0;
}
.dark .dark\:focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #6ee7b7;
}
.dark .dark\:focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #34d399;
}
.dark .dark\:focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #10b981;
}
.dark .dark\:focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #059669;
}
.dark .dark\:focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #047857;
}
.dark .dark\:focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #065f46;
}
.dark .dark\:focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #064e3b;
}
.dark .dark\:focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}
.dark .dark\:focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}
.dark .dark\:focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}
.dark .dark\:focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}
.dark .dark\:focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}
.dark .dark\:focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}
.dark .dark\:focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}
.dark .dark\:focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}
.dark .dark\:focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}
.dark .dark\:focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}
.dark .dark\:focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff;
}
.dark .dark\:focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff;
}
.dark .dark\:focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe;
}
.dark .dark\:focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc;
}
.dark .dark\:focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8;
}
.dark .dark\:focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1;
}
.dark .dark\:focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5;
}
.dark .dark\:focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca;
}
.dark .dark\:focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3;
}
.dark .dark\:focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81;
}
.dark .dark\:focus\:ring-offset-purple-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}
.dark .dark\:focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #ede9fe;
}
.dark .dark\:focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}
.dark .dark\:focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}
.dark .dark\:focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #a78bfa;
}
.dark .dark\:focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}
.dark .dark\:focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #7c3aed;
}
.dark .dark\:focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #6d28d9;
}
.dark .dark\:focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #5b21b6;
}
.dark .dark\:focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #4c1d95;
}
.dark .dark\:focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8;
}
.dark .dark\:focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3;
}
.dark .dark\:focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8;
}
.dark .dark\:focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4;
}
.dark .dark\:focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6;
}
.dark .dark\:focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899;
}
.dark .dark\:focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777;
}
.dark .dark\:focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d;
}
.dark .dark\:focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d;
}
.dark .dark\:focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843;
}
.dark .dark\:focus\:ring-offset-primary-50:focus {
  --tw-ring-offset-color: #fafff1;
}
.dark .dark\:focus\:ring-offset-primary-100:focus {
  --tw-ring-offset-color: #fcfff0;
}
.dark .dark\:focus\:ring-offset-primary-200:focus {
  --tw-ring-offset-color: #f6ffe3;
}
.dark .dark\:focus\:ring-offset-primary-300:focus {
  --tw-ring-offset-color: #ecffc6;
}
.dark .dark\:focus\:ring-offset-primary-400:focus {
  --tw-ring-offset-color: #e3ffaa;
}
.dark .dark\:focus\:ring-offset-primary-500:focus {
  --tw-ring-offset-color: #d9ff8d;
}
.dark .dark\:focus\:ring-offset-primary-600:focus {
  --tw-ring-offset-color: #d0ff71;
}
.dark .dark\:focus\:ring-offset-primary-700:focus {
  --tw-ring-offset-color: #a6cc5a;
}
.dark .dark\:focus\:ring-offset-primary-800:focus {
  --tw-ring-offset-color: #7d9944;
}
.dark .dark\:focus\:ring-offset-primary-900:focus {
  --tw-ring-offset-color: #53662d;
}
.dark .dark\:focus\:ring-offset-grayDark-100:focus {
  --tw-ring-offset-color: #fff;
}
.dark .dark\:focus\:ring-offset-grayDark-200:focus {
  --tw-ring-offset-color: #b1b1b1;
}
.dark .dark\:focus\:ring-offset-grayDark-300:focus {
  --tw-ring-offset-color: #36373a;
}
.dark .dark\:focus\:ring-offset-grayDark-400:focus {
  --tw-ring-offset-color: #26282c;
}
.dark .dark\:focus\:ring-offset-grayDark-500:focus,
.dark .dark\:focus\:ring-offset-grayDark-550:focus {
  --tw-ring-offset-color: #1a1b1e;
}
.dark .dark\:focus\:ring-offset-grayDark-600:focus,
.dark .dark\:focus\:ring-offset-grayDark-650:focus {
  --tw-ring-offset-color: #0e0f11;
}
.dark .dark\:focus\:ring-offset-grayDark-700:focus {
  --tw-ring-offset-color: #0f1012;
}
.dark .dark\:focus\:ring-offset-grayDark-800:focus {
  --tw-ring-offset-color: #101012;
}
.dark .dark\:focus\:ring-offset-grayDark-900:focus {
  --tw-ring-offset-color: #0a0b0c;
}
.dark .dark\:focus\:ring-offset-brands-facebook:focus {
  --tw-ring-offset-color: #3b5998;
}
.dark .dark\:focus\:ring-offset-brands-twitter:focus {
  --tw-ring-offset-color: #55acee;
}
.dark .dark\:focus\:ring-offset-brands-instagram:focus {
  --tw-ring-offset-color: #3f729b;
}
.dark .dark\:focus\:ring-offset-brands-linkedin:focus {
  --tw-ring-offset-color: #0976b4;
}
.dark .dark\:focus\:ring-offset-brands-youtube:focus {
  --tw-ring-offset-color: #e52d27;
}
.dark .dark\:focus\:ring-offset-brands-vimeo:focus {
  --tw-ring-offset-color: #1ab7ea;
}
.dark .dark\:focus\:ring-offset-brands-pinterest:focus {
  --tw-ring-offset-color: #cc2127;
}
.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}
.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}
.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}
.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}
.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}
.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}
.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}
.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}
.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 53, 53, var(--tw-ring-opacity));
}
.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 2, 2, var(--tw-ring-opacity));
}
.ring-primary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 255, 100, var(--tw-ring-opacity));
}
.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(1, 2, 2, var(--tw-ring-opacity));
}
.dark .dark\:ring-primary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 255, 100, var(--tw-ring-opacity));
}
.dark .dark\:ring-grayDark-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
.ring-opacity-0 {
  --tw-ring-opacity: 0;
}
.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}
.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}
.dark .dark\:ring-opacity-0 {
  --tw-ring-opacity: 0;
}
.dark .dark\:focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-transparent {
  color: transparent;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 154, 154, var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 53, 53, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}
.text-gray-600,
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(1, 2, 2, var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(217, 255, 141, var(--tw-text-opacity));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(199, 255, 100, var(--tw-text-opacity));
}
.text-grayDark-600 {
  --tw-text-opacity: 1;
  color: rgba(14, 15, 17, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}
.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgba(217, 255, 141, var(--tw-text-opacity));
}
.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgba(199, 255, 100, var(--tw-text-opacity));
}
.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dark .dark\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, var(--tw-text-opacity));
}
.dark .dark\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(153, 154, 154, var(--tw-text-opacity));
}
.dark .dark\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(1, 2, 2, var(--tw-text-opacity));
}
.dark .dark\:text-grayDark-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.dark .dark\:text-grayDark-200 {
  --tw-text-opacity: 1;
  color: rgba(177, 177, 177, var(--tw-text-opacity));
}
.dark .dark\:text-grayDark-300 {
  --tw-text-opacity: 1;
  color: rgba(54, 55, 58, var(--tw-text-opacity));
}
.dark .dark\:text-grayDark-500 {
  --tw-text-opacity: 1;
  color: rgba(26, 27, 30, var(--tw-text-opacity));
}
.dark .dark\:text-grayDark-600 {
  --tw-text-opacity: 1;
  color: rgba(14, 15, 17, var(--tw-text-opacity));
}
.truncate {
  overflow: hidden;
  white-space: nowrap;
}
.truncate {
  text-overflow: ellipsis;
}
.not-italic {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.align-top {
  vertical-align: top;
}
.visible {
  visibility: visible;
}
.w-0 {
  width: 0;
}
.w-1 {
  width: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-40 {
  width: 10rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-80 {
  width: 20rem;
}
.w-auto {
  width: auto;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4\/16 {
  width: 25%;
}
.w-5\/16 {
  width: 31.25%;
}
.w-6\/16 {
  width: 37.5%;
}
.w-7\/16 {
  width: 43.75%;
}
.w-8\/16 {
  width: 50%;
}
.w-9\/16 {
  width: 56.25%;
}
.w-10\/16 {
  width: 62.5%;
}
.w-11\/16 {
  width: 68.75%;
}
.w-12\/16 {
  width: 75%;
}
.w-14\/16 {
  width: 87.5%;
}
.w-15\/16 {
  width: 93.75%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6\/12 {
  width: 50%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-9\/12 {
  width: 75%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-350vw {
  width: 350vw;
}
.w-250vw {
  width: 250vw;
}
.w-40vw {
  width: 40vw;
}
.w-25vw {
  width: 25vw;
}
.w-20vw {
  width: 20vw;
}
.w-screen-h {
  width: 100vh;
}
.w-44rem {
  width: 44rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-header {
  z-index: 102;
}
.z-menu {
  z-index: 101;
}
.z-modal {
  z-index: 103;
}
.z-cursor {
  z-index: 104;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-start-4 {
  grid-column-start: 4;
}
.transform {
  transform: translateX(var(--tw-translate-x)) translateY(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-gpu {
  --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;
}
.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.origin-top-right {
  transform-origin: top right;
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.origin-top-left {
  transform-origin: top left;
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.hover\:scale-90:hover {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
}
.hover\:scale-95:hover {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.rotate-0 {
  --tw-rotate: 0deg;
}
.rotate-3 {
  --tw-rotate: 3deg;
}
.rotate-6 {
  --tw-rotate: 6deg;
}
.rotate-12 {
  --tw-rotate: 12deg;
}
.rotate-45 {
  --tw-rotate: 45deg;
}
.rotate-90 {
  --tw-rotate: 90deg;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.-rotate-90 {
  --tw-rotate: -90deg;
}
.-rotate-45 {
  --tw-rotate: -45deg;
}
.-rotate-12 {
  --tw-rotate: -12deg;
}
.-rotate-6 {
  --tw-rotate: -6deg;
}
.-rotate-3 {
  --tw-rotate: -3deg;
}
.rotate-001 {
  --tw-rotate: 0.0001deg;
}
.translate-x-3 {
  --tw-translate-x: 0.75rem;
}
.translate-x-6 {
  --tw-translate-x: 1.5rem;
}
.translate-x-12 {
  --tw-translate-x: 3rem;
}
.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}
.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}
.-translate-x-8 {
  --tw-translate-x: -2rem;
}
.-translate-x-12 {
  --tw-translate-x: -3rem;
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
}
.translate-x-full {
  --tw-translate-x: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}
.-translate-x-full {
  --tw-translate-x: -100%;
}
.translate-y-0 {
  --tw-translate-y: 0px;
}
.translate-y-1 {
  --tw-translate-y: 0.25rem;
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
}
.translate-y-6 {
  --tw-translate-y: 1.5rem;
}
.translate-y-10 {
  --tw-translate-y: 2.5rem;
}
.translate-y-12 {
  --tw-translate-y: 3rem;
}
.translate-y-16 {
  --tw-translate-y: 4rem;
}
.translate-y-20 {
  --tw-translate-y: 5rem;
}
.translate-y-32 {
  --tw-translate-y: 8rem;
}
.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}
.-translate-y-0 {
  --tw-translate-y: 0px;
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
}
.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}
.-translate-y-12 {
  --tw-translate-y: -3rem;
}
.-translate-y-16 {
  --tw-translate-y: -4rem;
}
.-translate-y-20 {
  --tw-translate-y: -5rem;
}
.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}
.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
}
.translate-y-full {
  --tw-translate-y: 100%;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.-translate-y-full {
  --tw-translate-y: -100%;
}
.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}
.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}
.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}
.transition-none {
  transition-property: none;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}
.transition-borderRadius {
  transition-property: border-radius;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-400 {
  transition-duration: 0.4s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.duration-700 {
  transition-duration: 0.7s;
}
.duration-1000 {
  transition-duration: 1s;
}
.delay-100 {
  transition-delay: 0.1s;
}
.delay-200 {
  transition-delay: 0.2s;
}
.delay-300 {
  transition-delay: 0.3s;
}
.delay-500 {
  transition-delay: 0.5s;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes ping {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bounce {
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
}
@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@-webkit-keyframes waving {
  to {
    transform: rotate(0deg);
  }
}
@keyframes waving {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate-bounce {
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}
.animate-spin-slow {
  -webkit-animation: spin 14s linear infinite;
  animation: spin 14s linear infinite;
}
.animate-waving {
  -webkit-animation: waving 2s linear infinite;
  animation: waving 2s linear infinite;
}
.aspect-ratio-1\/1 {
  padding-bottom: 100%;
}
.aspect-ratio-16\/9 {
  padding-bottom: 56.25%;
}
.aspect-ratio-4\/3 {
  padding-bottom: 75%;
}
.aspect-ratio-3\/4 {
  padding-bottom: 133.33333333333331%;
}
.aspect-ratio-9\/16 {
  padding-bottom: 177.77777777777777%;
}
.aspect-ratio-9\/14 {
  padding-bottom: 155.55555555555554%;
}
.indent-10 {
  text-indent: 2.5rem;
}
.indent-14 {
  text-indent: 3.5rem;
}
.indent-20 {
  text-indent: 5rem;
}
.indent-24 {
  text-indent: 6rem;
}
.indent-48 {
  text-indent: 12rem;
}
@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:h-96 {
    height: 24rem;
  }
  .sm\:text-xl {
    font-size: 1.5rem;
  }
  .sm\:text-4xl {
    font-size: 3rem;
  }
  .sm\:text-5xl {
    font-size: 3.75rem;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  .sm\:-mt-16 {
    margin-top: -4rem;
  }
  .sm\:max-w-sm {
    max-width: 24rem;
  }
  .sm\:max-w-xl {
    max-width: 36rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .sm\:pl-0 {
    padding-left: 0;
  }
  .sm\:pr-6 {
    padding-right: 1.5rem;
  }
  .sm\:pl-6 {
    padding-left: 1.5rem;
  }
  .sm\:pt-40 {
    padding-top: 10rem;
  }
  .sm\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .sm\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .sm\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .sm\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .sm\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .sm\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .sm\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .group:hover .sm\:group-hover\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .sm\:group-hover\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .sm\:group-hover\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .sm\:group-hover\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .group:hover .sm\:group-hover\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .group:hover .sm\:group-hover\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .sm\:group-hover\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .sm\:hover\:inset-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .sm\:hover\:inset-y-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .sm\:hover\:inset-x-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .sm\:hover\:top-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
  }
  .sm\:hover\:right-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
  }
  .sm\:hover\:bottom-full-offset-video-cta:hover {
    bottom: calc(100% - 1.95rem);
  }
  .sm\:hover\:left-full-offset-video-cta:hover {
    left: calc(100% - 1.95rem);
  }
  .sm\:focus\:inset-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .sm\:focus\:inset-y-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .sm\:focus\:inset-x-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .sm\:focus\:top-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
  }
  .sm\:focus\:right-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
  }
  .sm\:focus\:bottom-full-offset-video-cta:focus {
    bottom: calc(100% - 1.95rem);
  }
  .sm\:focus\:left-full-offset-video-cta:focus {
    left: calc(100% - 1.95rem);
  }
  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .sm\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .sm\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .sm\:ring-offset-gray-600,
  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .sm\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .sm\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .sm\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .sm\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .sm\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .sm\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .sm\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .sm\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .sm\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .sm\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .sm\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .sm\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .sm\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .sm\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .sm\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .sm\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .sm\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .sm\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .sm\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .sm\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .sm\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .sm\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .sm\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .sm\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .sm\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .sm\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .sm\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .sm\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .sm\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .sm\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .sm\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .sm\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .sm\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .sm\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .sm\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .sm\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .sm\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .sm\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .sm\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .sm\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .sm\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .sm\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .sm\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .sm\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .sm\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .sm\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .sm\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .sm\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .sm\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .sm\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .sm\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .sm\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .sm\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .sm\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .sm\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .sm\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .sm\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .sm\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .sm\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .sm\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .sm\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .sm\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .sm\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .sm\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .sm\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .sm\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .sm\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .sm\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .sm\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .sm\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .sm\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .sm\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .sm\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .sm\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .sm\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .sm\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .sm\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .sm\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .sm\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .sm\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .sm\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .sm\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .sm\:ring-offset-grayDark-500,
  .sm\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .sm\:ring-offset-grayDark-600,
  .sm\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .sm\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .sm\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .sm\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .sm\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .sm\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .sm\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .sm\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .sm\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .sm\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .sm\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .sm\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .sm\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .sm\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .sm\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .sm\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .sm\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .sm\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .sm\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .sm\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .sm\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .sm\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .sm\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .sm\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .sm\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .sm\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .sm\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .sm\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .sm\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .sm\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .sm\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .sm\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .sm\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .sm\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .sm\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .sm\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .sm\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .sm\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .sm\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .sm\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .sm\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .sm\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .sm\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .sm\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .sm\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .sm\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .sm\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .sm\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .sm\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .sm\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .sm\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .sm\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .sm\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .sm\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .sm\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .sm\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .sm\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .sm\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .sm\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .sm\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .sm\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .sm\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .sm\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .sm\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .sm\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .sm\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .sm\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .sm\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .sm\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .sm\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .sm\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .sm\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .sm\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .sm\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .sm\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .sm\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .sm\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .sm\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .sm\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .sm\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .sm\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .sm\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .sm\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .sm\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .sm\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .sm\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .sm\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .sm\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .sm\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .sm\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .sm\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .sm\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .sm\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .sm\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .sm\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .sm\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .sm\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .sm\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .sm\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .sm\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .sm\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .sm\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .sm\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .sm\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .sm\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .sm\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .sm\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .sm\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .sm\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .sm\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .sm\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .sm\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .sm\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .sm\:focus\:ring-offset-gray-600:focus,
  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .sm\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .sm\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .sm\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .sm\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .sm\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .sm\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .sm\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .sm\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .sm\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .sm\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .sm\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .sm\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .sm\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .sm\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .sm\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .sm\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .sm\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .sm\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .sm\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .sm\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .sm\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .sm\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .sm\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .sm\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .sm\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .sm\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .sm\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .sm\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .sm\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .sm\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .sm\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .sm\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .sm\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .sm\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .sm\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .sm\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .sm\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .sm\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .sm\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .sm\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .sm\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .sm\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .sm\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .sm\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .sm\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .sm\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .sm\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .sm\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .sm\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .sm\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .sm\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .sm\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .sm\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .sm\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .sm\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .sm\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .sm\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .sm\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .sm\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .sm\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .sm\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .sm\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .sm\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .sm\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .sm\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .sm\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .sm\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .sm\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .sm\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .sm\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .sm\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .sm\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .sm\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .sm\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .sm\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .sm\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .sm\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .sm\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .sm\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .sm\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .sm\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .sm\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .sm\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .sm\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .sm\:focus\:ring-offset-grayDark-500:focus,
  .sm\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .sm\:focus\:ring-offset-grayDark-600:focus,
  .sm\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .sm\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .sm\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .sm\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .sm\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .sm\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .sm\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .sm\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .sm\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .sm\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .sm\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .sm\:dark\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .dark .sm\:dark\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .dark .sm\:dark\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .dark .sm\:dark\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .dark .sm\:dark\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .sm\:dark\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .dark .sm\:dark\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .sm\:dark\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .sm\:dark\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .dark .sm\:dark\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .dark .sm\:dark\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .dark .sm\:dark\:ring-offset-gray-600,
  .dark .sm\:dark\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .dark .sm\:dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .dark .sm\:dark\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .dark .sm\:dark\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .sm\:dark\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .sm\:dark\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .sm\:dark\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .sm\:dark\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .dark .sm\:dark\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .sm\:dark\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .sm\:dark\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .sm\:dark\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .sm\:dark\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .sm\:dark\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .sm\:dark\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .sm\:dark\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .sm\:dark\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .sm\:dark\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .sm\:dark\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .sm\:dark\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .dark .sm\:dark\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .dark .sm\:dark\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .dark .sm\:dark\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .dark .sm\:dark\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .sm\:dark\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .sm\:dark\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .sm\:dark\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .sm\:dark\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .dark .sm\:dark\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .dark .sm\:dark\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .dark .sm\:dark\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .dark .sm\:dark\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .dark .sm\:dark\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .sm\:dark\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .sm\:dark\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .sm\:dark\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .sm\:dark\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .sm\:dark\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .sm\:dark\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .sm\:dark\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .sm\:dark\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .sm\:dark\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .sm\:dark\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .sm\:dark\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .sm\:dark\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .sm\:dark\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .sm\:dark\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .sm\:dark\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .sm\:dark\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .sm\:dark\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .sm\:dark\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .sm\:dark\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .sm\:dark\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .dark .sm\:dark\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .sm\:dark\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .sm\:dark\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .sm\:dark\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .sm\:dark\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .sm\:dark\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .sm\:dark\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .sm\:dark\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .sm\:dark\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .sm\:dark\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .sm\:dark\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .sm\:dark\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .sm\:dark\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .sm\:dark\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .sm\:dark\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .sm\:dark\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .sm\:dark\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .dark .sm\:dark\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .dark .sm\:dark\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .sm\:dark\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .dark .sm\:dark\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .sm\:dark\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .sm\:dark\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .sm\:dark\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .sm\:dark\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .sm\:dark\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .sm\:dark\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .sm\:dark\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .sm\:dark\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .sm\:dark\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .dark .sm\:dark\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .dark .sm\:dark\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .sm\:dark\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .dark .sm\:dark\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .dark .sm\:dark\:ring-offset-grayDark-500,
  .dark .sm\:dark\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .sm\:dark\:ring-offset-grayDark-600,
  .dark .sm\:dark\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .sm\:dark\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .sm\:dark\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .dark .sm\:dark\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .sm\:dark\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .sm\:dark\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .dark .sm\:dark\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .sm\:dark\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .sm\:dark\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .sm\:dark\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .sm\:dark\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .sm\:dark\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .sm\:dark\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .dark .sm\:dark\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .dark .sm\:dark\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .dark .sm\:dark\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-600:focus,
  .dark .sm\:dark\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .dark .sm\:dark\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .sm\:dark\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .dark .sm\:dark\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .dark .sm\:dark\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .sm\:dark\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .sm\:dark\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .sm\:dark\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .sm\:dark\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .sm\:dark\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .dark .sm\:dark\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .sm\:dark\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .sm\:dark\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .dark .sm\:dark\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .dark .sm\:dark\:focus\:ring-offset-grayDark-500:focus,
  .dark .sm\:dark\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .sm\:dark\:focus\:ring-offset-grayDark-600:focus,
  .dark .sm\:dark\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .sm\:dark\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .sm\:dark\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .dark .sm\:dark\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .sm\:dark\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .sm\:dark\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .dark .sm\:dark\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .sm\:dark\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .sm\:dark\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .sm\:dark\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .sm\:dark\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }
  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }
  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }
  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }
  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }
  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }
  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }
  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }
  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }
  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }
  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }
  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }
  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }
  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }
  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-10\/16 {
    width: 62.5%;
  }
  .sm\:w-4\/12 {
    width: 33.333333%;
  }
  .sm\:w-6\/12 {
    width: 50%;
  }
  .sm\:w-9\/12 {
    width: 75%;
  }
  .sm\:w-10\/12 {
    width: 83.333333%;
  }
  .sm\:w-11\/12 {
    width: 91.666667%;
  }
  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }
}
@media (min-width: 768px) {
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  .dark .md\:dark\:bg-grayDark-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 15, 17, var(--tw-bg-opacity));
  }
  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:h-4 {
    height: 1rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-28 {
    height: 7rem;
  }
  .md\:h-48 {
    height: 12rem;
  }
  .md\:h-80 {
    height: 20rem;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-screen-fix-80 {
    height: calc(var(--vh, 1vh) * 80);
  }
  .md\:h-screen-fix-50 {
    height: calc(var(--vh, 1vh) * 50);
  }
  .md\:h-screen-fix-40 {
    height: calc(var(--vh, 1vh) * 40);
  }
  .md\:text-xs {
    font-size: 0.75rem;
  }
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-xl {
    font-size: 1.5rem;
  }
  .md\:text-2xl {
    font-size: 2rem;
  }
  .md\:text-3xl {
    font-size: 2.5rem;
  }
  .md\:text-4xl {
    font-size: 3rem;
  }
  .md\:text-5xl {
    font-size: 3.75rem;
  }
  .md\:text-6xl {
    font-size: 4.5rem;
  }
  .md\:text-1xl {
    font-size: 1.725rem;
  }
  .md\:text-2-5xl {
    font-size: 2.25rem;
  }
  .md\:text-4vw {
    font-size: 4vw;
  }
  .md\:text-7vw {
    font-size: 7vw;
  }
  .md\:text-10vw {
    font-size: 10vw;
  }
  .md\:text-11vw {
    font-size: 11vw;
  }
  .md\:m-6 {
    margin: 1.5rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:mt-28 {
    margin-top: 7rem;
  }
  .md\:ml-28 {
    margin-left: 7rem;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:-mt-7 {
    margin-top: -1.75rem;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:min-h-140 {
    min-height: 35rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pl-2 {
    padding-left: 0.5rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pl-32 {
    padding-left: 8rem;
  }
  .md\:pl-5\/16 {
    padding-left: 31.25%;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .md\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .md\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:left-2 {
    left: 0.5rem;
  }
  .md\:right-4 {
    right: 1rem;
  }
  .md\:top-6 {
    top: 1.5rem;
  }
  .md\:left-6 {
    left: 1.5rem;
  }
  .md\:right-12 {
    right: 3rem;
  }
  .md\:left-20 {
    left: 5rem;
  }
  .md\:left-80 {
    left: 20rem;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:-top-3 {
    top: -0.75rem;
  }
  .md\:-left-20 {
    left: -5rem;
  }
  .md\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .md\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .md\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .md\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .group:hover .md\:group-hover\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .md\:group-hover\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .md\:group-hover\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .md\:group-hover\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .group:hover .md\:group-hover\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .group:hover .md\:group-hover\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .md\:group-hover\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .md\:hover\:inset-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .md\:hover\:inset-y-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .md\:hover\:inset-x-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .md\:hover\:top-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
  }
  .md\:hover\:right-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
  }
  .md\:hover\:bottom-full-offset-video-cta:hover {
    bottom: calc(100% - 1.95rem);
  }
  .md\:hover\:left-full-offset-video-cta:hover {
    left: calc(100% - 1.95rem);
  }
  .md\:focus\:inset-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .md\:focus\:inset-y-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .md\:focus\:inset-x-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .md\:focus\:top-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
  }
  .md\:focus\:right-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
  }
  .md\:focus\:bottom-full-offset-video-cta:focus {
    bottom: calc(100% - 1.95rem);
  }
  .md\:focus\:left-full-offset-video-cta:focus {
    left: calc(100% - 1.95rem);
  }
  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .md\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .md\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .md\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .md\:ring-offset-gray-600,
  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .md\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .md\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .md\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .md\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .md\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .md\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .md\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .md\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .md\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .md\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .md\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .md\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .md\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .md\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .md\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .md\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .md\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .md\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .md\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .md\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .md\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .md\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .md\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .md\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .md\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .md\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .md\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .md\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .md\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .md\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .md\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .md\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .md\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .md\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .md\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .md\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .md\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .md\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .md\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .md\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .md\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .md\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .md\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .md\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .md\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .md\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .md\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .md\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .md\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .md\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .md\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .md\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .md\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .md\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .md\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .md\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .md\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .md\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .md\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .md\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .md\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .md\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .md\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .md\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .md\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .md\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .md\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .md\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .md\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .md\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .md\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .md\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .md\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .md\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .md\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .md\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .md\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .md\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .md\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .md\:ring-offset-grayDark-500,
  .md\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .md\:ring-offset-grayDark-600,
  .md\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .md\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .md\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .md\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .md\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .md\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .md\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .md\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .md\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .md\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .md\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .md\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .md\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .md\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .md\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .md\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .md\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .md\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .md\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .md\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .md\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .md\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .md\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .md\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .md\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .md\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .md\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .md\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .md\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .md\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .md\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .md\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .md\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .md\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .md\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .md\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .md\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .md\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .md\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .md\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .md\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .md\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .md\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .md\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .md\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .md\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .md\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .md\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .md\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .md\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .md\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .md\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .md\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .md\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .md\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .md\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .md\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .md\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .md\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .md\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .md\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .md\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .md\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .md\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .md\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .md\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .md\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .md\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .md\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .md\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .md\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .md\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .md\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .md\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .md\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .md\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .md\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .md\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .md\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .md\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .md\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .md\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .md\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .md\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .md\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .md\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .md\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .md\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .md\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .md\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .md\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .md\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .md\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .md\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .md\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .md\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .md\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .md\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .md\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .md\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .md\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .md\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .md\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .md\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .md\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .md\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .md\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .md\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .md\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .md\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .md\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .md\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .md\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .md\:focus\:ring-offset-gray-600:focus,
  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .md\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .md\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .md\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .md\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .md\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .md\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .md\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .md\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .md\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .md\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .md\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .md\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .md\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .md\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .md\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .md\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .md\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .md\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .md\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .md\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .md\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .md\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .md\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .md\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .md\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .md\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .md\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .md\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .md\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .md\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .md\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .md\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .md\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .md\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .md\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .md\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .md\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .md\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .md\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .md\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .md\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .md\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .md\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .md\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .md\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .md\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .md\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .md\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .md\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .md\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .md\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .md\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .md\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .md\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .md\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .md\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .md\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .md\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .md\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .md\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .md\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .md\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .md\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .md\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .md\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .md\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .md\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .md\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .md\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .md\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .md\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .md\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .md\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .md\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .md\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .md\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .md\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .md\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .md\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .md\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .md\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .md\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .md\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .md\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .md\:focus\:ring-offset-grayDark-500:focus,
  .md\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .md\:focus\:ring-offset-grayDark-600:focus,
  .md\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .md\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .md\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .md\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .md\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .md\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .md\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .md\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .md\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .md\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .md\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .md\:dark\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .dark .md\:dark\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .dark .md\:dark\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .dark .md\:dark\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .dark .md\:dark\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .md\:dark\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .dark .md\:dark\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .md\:dark\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .md\:dark\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .dark .md\:dark\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .dark .md\:dark\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .dark .md\:dark\:ring-offset-gray-600,
  .dark .md\:dark\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .dark .md\:dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .dark .md\:dark\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .dark .md\:dark\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .md\:dark\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .md\:dark\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .md\:dark\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .md\:dark\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .dark .md\:dark\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .md\:dark\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .md\:dark\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .md\:dark\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .md\:dark\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .md\:dark\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .md\:dark\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .md\:dark\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .md\:dark\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .md\:dark\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .md\:dark\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .md\:dark\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .dark .md\:dark\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .dark .md\:dark\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .dark .md\:dark\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .dark .md\:dark\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .md\:dark\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .md\:dark\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .md\:dark\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .md\:dark\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .dark .md\:dark\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .dark .md\:dark\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .dark .md\:dark\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .dark .md\:dark\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .dark .md\:dark\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .md\:dark\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .md\:dark\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .md\:dark\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .md\:dark\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .md\:dark\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .md\:dark\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .md\:dark\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .md\:dark\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .md\:dark\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .md\:dark\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .md\:dark\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .md\:dark\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .md\:dark\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .md\:dark\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .md\:dark\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .md\:dark\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .md\:dark\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .md\:dark\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .md\:dark\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .md\:dark\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .dark .md\:dark\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .md\:dark\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .md\:dark\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .md\:dark\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .md\:dark\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .md\:dark\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .md\:dark\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .md\:dark\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .md\:dark\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .md\:dark\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .md\:dark\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .md\:dark\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .md\:dark\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .md\:dark\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .md\:dark\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .md\:dark\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .md\:dark\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .dark .md\:dark\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .dark .md\:dark\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .md\:dark\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .dark .md\:dark\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .md\:dark\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .md\:dark\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .md\:dark\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .md\:dark\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .md\:dark\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .md\:dark\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .md\:dark\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .md\:dark\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .md\:dark\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .dark .md\:dark\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .dark .md\:dark\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .md\:dark\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .dark .md\:dark\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .dark .md\:dark\:ring-offset-grayDark-500,
  .dark .md\:dark\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .md\:dark\:ring-offset-grayDark-600,
  .dark .md\:dark\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .md\:dark\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .md\:dark\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .dark .md\:dark\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .md\:dark\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .md\:dark\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .dark .md\:dark\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .md\:dark\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .md\:dark\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .md\:dark\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .md\:dark\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .md\:dark\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .dark .md\:dark\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .dark .md\:dark\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .dark .md\:dark\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .dark .md\:dark\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .md\:dark\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .dark .md\:dark\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .dark .md\:dark\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .md\:dark\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .md\:dark\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .md\:dark\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .md\:dark\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .md\:dark\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .dark .md\:dark\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .md\:dark\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .md\:dark\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .dark .md\:dark\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .md\:dark\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .md\:dark\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .md\:dark\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .md\:dark\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .md\:dark\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .dark .md\:dark\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .dark .md\:dark\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .dark .md\:dark\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-600:focus,
  .dark .md\:dark\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .dark .md\:dark\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .dark .md\:dark\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .md\:dark\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .md\:dark\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .md\:dark\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .md\:dark\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .dark .md\:dark\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .md\:dark\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .md\:dark\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .md\:dark\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .md\:dark\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .dark .md\:dark\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .dark .md\:dark\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .md\:dark\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .md\:dark\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .md\:dark\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .md\:dark\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .dark .md\:dark\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .dark .md\:dark\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .dark .md\:dark\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .dark .md\:dark\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .dark .md\:dark\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .md\:dark\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .md\:dark\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .md\:dark\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .md\:dark\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .md\:dark\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .dark .md\:dark\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .md\:dark\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .md\:dark\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .dark .md\:dark\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .dark .md\:dark\:focus\:ring-offset-grayDark-500:focus,
  .dark .md\:dark\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .md\:dark\:focus\:ring-offset-grayDark-600:focus,
  .dark .md\:dark\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .md\:dark\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .md\:dark\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .dark .md\:dark\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .md\:dark\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .md\:dark\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .dark .md\:dark\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .md\:dark\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .md\:dark\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .md\:dark\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .md\:dark\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }
  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }
  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }
  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }
  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }
  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }
  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }
  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }
  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }
  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }
  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }
  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }
  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }
  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }
  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }
  .md\:w-4 {
    width: 1rem;
  }
  .md\:w-6 {
    width: 1.5rem;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-16 {
    width: 4rem;
  }
  .md\:w-28 {
    width: 7rem;
  }
  .md\:w-36 {
    width: 9rem;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-52 {
    width: 13rem;
  }
  .md\:w-56 {
    width: 14rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-4\/16 {
    width: 25%;
  }
  .md\:w-5\/16 {
    width: 31.25%;
  }
  .md\:w-6\/16 {
    width: 37.5%;
  }
  .md\:w-7\/16 {
    width: 43.75%;
  }
  .md\:w-8\/16 {
    width: 50%;
  }
  .md\:w-9\/16 {
    width: 56.25%;
  }
  .md\:w-10\/16 {
    width: 62.5%;
  }
  .md\:w-11\/16 {
    width: 68.75%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-3\/12 {
    width: 25%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-6\/12 {
    width: 50%;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-11\/12 {
    width: 91.666667%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }
  .md\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
  .md\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }
  .md\:aspect-ratio-4\/3 {
    padding-bottom: 75%;
  }
  .md\:aspect-ratio-9\/16 {
    padding-bottom: 177.77777777777777%;
  }
}
@media (min-width: 1024px) {
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\: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 * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\: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 * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .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 * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)));
  }
  .dark .lg\:dark\:hover\:bg-grayDark-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(54, 55, 58, var(--tw-bg-opacity));
  }
  .dark .lg\:dark\:hover\:bg-grayDark-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(38, 40, 44, var(--tw-bg-opacity));
  }
  .dark .lg\:dark\:hover\:border-grayDark-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }
  .lg\:rounded-none {
    border-radius: 0;
  }
  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }
  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .lg\:rounded-full {
    border-radius: 9999px;
  }
  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }
  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }
  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }
  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }
  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:h-4 {
    height: 1rem;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-8 {
    height: 2rem;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-14 {
    height: 3.5rem;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-20 {
    height: 5rem;
  }
  .lg\:h-24 {
    height: 6rem;
  }
  .lg\:h-40 {
    height: 10rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-6vw {
    height: 6vw;
  }
  .lg\:h-screen-fix {
    height: calc(var(--vh, 1vh) * 100);
  }
  .lg\:h-screen-fix-70 {
    height: calc(var(--vh, 1vh) * 70);
  }
  .lg\:h-screen-fix-60 {
    height: calc(var(--vh, 1vh) * 60);
  }
  .lg\:text-sm {
    font-size: 0.875rem;
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:text-lg {
    font-size: 1.25rem;
  }
  .lg\:text-xl {
    font-size: 1.5rem;
  }
  .lg\:text-2xl {
    font-size: 2rem;
  }
  .lg\:text-3xl {
    font-size: 2.5rem;
  }
  .lg\:text-4xl {
    font-size: 3rem;
  }
  .lg\:text-5xl {
    font-size: 3.75rem;
  }
  .lg\:text-6xl {
    font-size: 4.5rem;
  }
  .lg\:text-8xl {
    font-size: 6rem;
  }
  .lg\:text-md {
    font-size: 1.125rem;
  }
  .lg\:text-1xl {
    font-size: 1.725rem;
  }
  .lg\:text-10xl {
    font-size: 8rem;
  }
  .lg\:text-3vw {
    font-size: 3vw;
  }
  .lg\:text-3\.5vw {
    font-size: 3.5vw;
  }
  .lg\:text-4vw {
    font-size: 4vw;
  }
  .lg\:text-5vw {
    font-size: 5vw;
  }
  .lg\:text-7vw {
    font-size: 7vw;
  }
  .lg\:text-9vw {
    font-size: 9vw;
  }
  .lg\:text-10vw {
    font-size: 10vw;
  }
  .lg\:text-20vw {
    font-size: 20vw;
  }
  .lg\:m-10 {
    margin: 2.5rem;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mr-8 {
    margin-right: 2rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mb-28 {
    margin-bottom: 7rem;
  }
  .lg\:ml-28 {
    margin-left: 7rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .lg\:ml-1\/16 {
    margin-left: 6.25%;
  }
  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }
  .lg\:-ml-8 {
    margin-left: -2rem;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }
  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }
  .lg\:-mt-20 {
    margin-top: -5rem;
  }
  .lg\:-mt-24 {
    margin-top: -6rem;
  }
  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }
  .lg\:max-h-200 {
    max-height: 50rem;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:max-w-xs {
    max-width: 20rem;
  }
  .lg\:max-w-sm {
    max-width: 24rem;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:max-w-2xl {
    max-width: 42rem;
  }
  .lg\:max-w-3xl {
    max-width: 48rem;
  }
  .lg\:max-w-4xl {
    max-width: 56rem;
  }
  .lg\:min-h-120 {
    min-height: 30rem;
  }
  .lg\:min-h-140 {
    min-height: 35rem;
  }
  .lg\:min-h-160 {
    min-height: 40rem;
  }
  .lg\:opacity-0 {
    opacity: 0;
  }
  .lg\:opacity-30 {
    opacity: 0.3;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-3 {
    padding-top: 0.75rem;
  }
  .lg\:pr-3 {
    padding-right: 0.75rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pl-3 {
    padding-left: 0.75rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pr-28 {
    padding-right: 7rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pl-40 {
    padding-left: 10rem;
  }
  .lg\:pt-60 {
    padding-top: 15rem;
  }
  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .lg\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .lg\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .lg\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:left-0 {
    left: 0;
  }
  .lg\:top-3 {
    top: 0.75rem;
  }
  .lg\:left-3 {
    left: 0.75rem;
  }
  .lg\:top-4 {
    top: 1rem;
  }
  .lg\:left-4 {
    left: 1rem;
  }
  .lg\:bottom-6 {
    bottom: 1.5rem;
  }
  .lg\:left-6 {
    left: 1.5rem;
  }
  .lg\:top-7 {
    top: 1.75rem;
  }
  .lg\:right-8 {
    right: 2rem;
  }
  .lg\:top-10 {
    top: 2.5rem;
  }
  .lg\:right-10 {
    right: 2.5rem;
  }
  .lg\:top-12 {
    top: 3rem;
  }
  .lg\:left-12 {
    left: 3rem;
  }
  .lg\:top-14 {
    top: 3.5rem;
  }
  .lg\:top-20 {
    top: 5rem;
  }
  .lg\:bottom-20 {
    bottom: 5rem;
  }
  .lg\:left-20 {
    left: 5rem;
  }
  .lg\:right-24 {
    right: 6rem;
  }
  .lg\:top-32 {
    top: 8rem;
  }
  .lg\:right-32 {
    right: 8rem;
  }
  .lg\:bottom-32 {
    bottom: 8rem;
  }
  .lg\:top-40 {
    top: 10rem;
  }
  .lg\:right-40 {
    right: 10rem;
  }
  .lg\:left-40 {
    left: 10rem;
  }
  .lg\:right-60 {
    right: 15rem;
  }
  .lg\:right-auto {
    right: auto;
  }
  .lg\:bottom-auto {
    bottom: auto;
  }
  .lg\:-right-1 {
    right: -0.25rem;
  }
  .lg\:-top-4 {
    top: -1rem;
  }
  .lg\:-top-8 {
    top: -2rem;
  }
  .lg\:-top-9 {
    top: -2.25rem;
  }
  .lg\:-right-9 {
    right: -2.25rem;
  }
  .lg\:-top-10 {
    top: -2.5rem;
  }
  .lg\:-bottom-12 {
    bottom: -3rem;
  }
  .lg\:right-1\/4 {
    right: 25%;
  }
  .lg\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .lg\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .lg\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .lg\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .group:hover .lg\:group-hover\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .lg\:group-hover\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .lg\:group-hover\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .lg\:group-hover\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .group:hover .lg\:group-hover\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .group:hover .lg\:group-hover\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .lg\:group-hover\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .lg\:hover\:inset-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .lg\:hover\:inset-y-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .lg\:hover\:inset-x-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .lg\:hover\:top-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
  }
  .lg\:hover\:right-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
  }
  .lg\:hover\:bottom-full-offset-video-cta:hover {
    bottom: calc(100% - 1.95rem);
  }
  .lg\:hover\:left-full-offset-video-cta:hover {
    left: calc(100% - 1.95rem);
  }
  .lg\:focus\:inset-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .lg\:focus\:inset-y-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .lg\:focus\:inset-x-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .lg\:focus\:top-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
  }
  .lg\:focus\:right-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
  }
  .lg\:focus\:bottom-full-offset-video-cta:focus {
    bottom: calc(100% - 1.95rem);
  }
  .lg\:focus\:left-full-offset-video-cta:focus {
    left: calc(100% - 1.95rem);
  }
  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .lg\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .lg\:ring-offset-gray-600,
  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .lg\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .lg\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .lg\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .lg\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .lg\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .lg\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .lg\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .lg\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .lg\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .lg\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .lg\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .lg\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .lg\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .lg\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .lg\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .lg\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .lg\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .lg\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .lg\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .lg\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .lg\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .lg\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .lg\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .lg\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .lg\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .lg\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .lg\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .lg\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .lg\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .lg\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .lg\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .lg\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .lg\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .lg\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .lg\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .lg\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .lg\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .lg\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .lg\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .lg\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .lg\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .lg\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .lg\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .lg\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .lg\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .lg\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .lg\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .lg\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .lg\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .lg\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .lg\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .lg\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .lg\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .lg\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .lg\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .lg\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .lg\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .lg\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .lg\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .lg\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .lg\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .lg\:ring-offset-grayDark-500,
  .lg\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .lg\:ring-offset-grayDark-600,
  .lg\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .lg\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .lg\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .lg\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .lg\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .lg\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .lg\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .lg\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .lg\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .lg\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .lg\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .lg\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .lg\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .lg\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .lg\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .lg\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .lg\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .lg\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .lg\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .lg\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .lg\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .lg\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .lg\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .lg\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .lg\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .lg\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .lg\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .lg\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .lg\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .lg\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .lg\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .lg\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .lg\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .lg\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .lg\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .lg\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .lg\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .lg\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .lg\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .lg\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .lg\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .lg\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .lg\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .lg\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .lg\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .lg\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .lg\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .lg\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .lg\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .lg\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .lg\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .lg\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .lg\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .lg\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .lg\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .lg\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .lg\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .lg\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .lg\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .lg\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .lg\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .lg\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .lg\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .lg\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .lg\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .lg\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .lg\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .lg\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .lg\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .lg\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .lg\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .lg\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .lg\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .lg\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .lg\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .lg\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .lg\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .lg\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .lg\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .lg\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .lg\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .lg\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .lg\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .lg\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .lg\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .lg\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .lg\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .lg\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .lg\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .lg\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .lg\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .lg\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .lg\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .lg\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .lg\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .lg\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .lg\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .lg\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .lg\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .lg\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .lg\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .lg\:focus\:ring-offset-gray-600:focus,
  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .lg\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .lg\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .lg\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .lg\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .lg\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .lg\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .lg\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .lg\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .lg\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .lg\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .lg\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .lg\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .lg\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .lg\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .lg\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .lg\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .lg\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .lg\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .lg\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .lg\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .lg\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .lg\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .lg\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .lg\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .lg\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .lg\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .lg\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .lg\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .lg\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .lg\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .lg\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .lg\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .lg\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .lg\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .lg\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .lg\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .lg\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .lg\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .lg\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .lg\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .lg\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .lg\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .lg\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .lg\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .lg\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .lg\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .lg\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .lg\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .lg\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .lg\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .lg\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .lg\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .lg\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .lg\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .lg\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .lg\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .lg\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .lg\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .lg\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .lg\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .lg\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .lg\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .lg\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .lg\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .lg\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .lg\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .lg\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .lg\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .lg\:focus\:ring-offset-grayDark-500:focus,
  .lg\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .lg\:focus\:ring-offset-grayDark-600:focus,
  .lg\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .lg\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .lg\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .lg\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .lg\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .lg\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .lg\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .lg\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .lg\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .lg\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .lg\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .lg\:dark\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .dark .lg\:dark\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .dark .lg\:dark\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .dark .lg\:dark\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .dark .lg\:dark\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .lg\:dark\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .dark .lg\:dark\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .lg\:dark\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .lg\:dark\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .dark .lg\:dark\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .dark .lg\:dark\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .dark .lg\:dark\:ring-offset-gray-600,
  .dark .lg\:dark\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .dark .lg\:dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .dark .lg\:dark\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .dark .lg\:dark\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .lg\:dark\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .lg\:dark\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .lg\:dark\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .lg\:dark\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .dark .lg\:dark\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .lg\:dark\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .lg\:dark\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .lg\:dark\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .lg\:dark\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .lg\:dark\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .lg\:dark\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .lg\:dark\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .lg\:dark\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .lg\:dark\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .lg\:dark\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .lg\:dark\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .dark .lg\:dark\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .dark .lg\:dark\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .dark .lg\:dark\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .dark .lg\:dark\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .lg\:dark\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .lg\:dark\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .lg\:dark\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .lg\:dark\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .dark .lg\:dark\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .dark .lg\:dark\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .dark .lg\:dark\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .dark .lg\:dark\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .dark .lg\:dark\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .lg\:dark\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .lg\:dark\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .lg\:dark\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .lg\:dark\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .lg\:dark\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .lg\:dark\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .lg\:dark\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .lg\:dark\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .lg\:dark\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .lg\:dark\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .lg\:dark\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .lg\:dark\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .lg\:dark\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .lg\:dark\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .lg\:dark\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .lg\:dark\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .lg\:dark\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .lg\:dark\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .lg\:dark\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .lg\:dark\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .dark .lg\:dark\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .lg\:dark\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .lg\:dark\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .lg\:dark\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .lg\:dark\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .lg\:dark\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .lg\:dark\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .lg\:dark\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .lg\:dark\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .lg\:dark\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .lg\:dark\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .lg\:dark\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .lg\:dark\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .lg\:dark\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .lg\:dark\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .lg\:dark\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .lg\:dark\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .dark .lg\:dark\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .dark .lg\:dark\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .lg\:dark\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .dark .lg\:dark\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .lg\:dark\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .lg\:dark\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .lg\:dark\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .lg\:dark\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .lg\:dark\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .lg\:dark\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .lg\:dark\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .lg\:dark\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .lg\:dark\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .dark .lg\:dark\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .dark .lg\:dark\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .lg\:dark\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .dark .lg\:dark\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .dark .lg\:dark\:ring-offset-grayDark-500,
  .dark .lg\:dark\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .lg\:dark\:ring-offset-grayDark-600,
  .dark .lg\:dark\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .lg\:dark\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .lg\:dark\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .dark .lg\:dark\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .lg\:dark\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .lg\:dark\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .dark .lg\:dark\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .lg\:dark\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .lg\:dark\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .lg\:dark\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .lg\:dark\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .lg\:dark\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .lg\:dark\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .dark .lg\:dark\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .dark .lg\:dark\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .dark .lg\:dark\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-600:focus,
  .dark .lg\:dark\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .dark .lg\:dark\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .lg\:dark\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .dark .lg\:dark\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .dark .lg\:dark\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .lg\:dark\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .lg\:dark\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .lg\:dark\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .lg\:dark\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .lg\:dark\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .dark .lg\:dark\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .lg\:dark\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .lg\:dark\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .dark .lg\:dark\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .dark .lg\:dark\:focus\:ring-offset-grayDark-500:focus,
  .dark .lg\:dark\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .lg\:dark\:focus\:ring-offset-grayDark-600:focus,
  .dark .lg\:dark\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .lg\:dark\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .lg\:dark\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .dark .lg\:dark\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .lg\:dark\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .lg\:dark\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .dark .lg\:dark\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .lg\:dark\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .lg\:dark\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .lg\:dark\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .lg\:dark\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }
  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }
  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }
  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }
  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }
  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }
  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }
  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }
  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }
  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }
  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }
  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }
  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }
  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }
  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .dark .group:hover .lg\:dark\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
  .dark .lg\:dark\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 238, 238, var(--tw-text-opacity));
  }
  .dark .lg\:dark\:hover\:text-grayDark-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
  .lg\:w-0 {
    width: 0;
  }
  .lg\:w-4 {
    width: 1rem;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-8 {
    width: 2rem;
  }
  .lg\:w-10 {
    width: 2.5rem;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-14 {
    width: 3.5rem;
  }
  .lg\:w-16 {
    width: 4rem;
  }
  .lg\:w-20 {
    width: 5rem;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-32 {
    width: 8rem;
  }
  .lg\:w-36 {
    width: 9rem;
  }
  .lg\:w-40 {
    width: 10rem;
  }
  .lg\:w-44 {
    width: 11rem;
  }
  .lg\:w-52 {
    width: 13rem;
  }
  .lg\:w-80 {
    width: 20rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-2\/16 {
    width: 12.5%;
  }
  .lg\:w-3\/16 {
    width: 18.75%;
  }
  .lg\:w-4\/16 {
    width: 25%;
  }
  .lg\:w-5\/16 {
    width: 31.25%;
  }
  .lg\:w-6\/16 {
    width: 37.5%;
  }
  .lg\:w-7\/16 {
    width: 43.75%;
  }
  .lg\:w-8\/16 {
    width: 50%;
  }
  .lg\:w-9\/16 {
    width: 56.25%;
  }
  .lg\:w-10\/16 {
    width: 62.5%;
  }
  .lg\:w-11\/16 {
    width: 68.75%;
  }
  .lg\:w-12\/16 {
    width: 75%;
  }
  .lg\:w-13\/16 {
    width: 81.25%;
  }
  .lg\:w-15\/16 {
    width: 93.75%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-2\/12 {
    width: 16.666667%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-6vw {
    width: 6vw;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
  }
  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }
  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
  }
  .lg\:translate-y-16 {
    --tw-translate-y: 4rem;
  }
  .lg\:translate-y-20 {
    --tw-translate-y: 5rem;
  }
  .lg\:translate-y-32 {
    --tw-translate-y: 8rem;
  }
  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }
  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }
  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }
  .group:hover .lg\:group-hover\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }
  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }
  .lg\:aspect-ratio-1\/1 {
    padding-bottom: 100%;
  }
  .lg\:aspect-ratio-16\/9 {
    padding-bottom: 56.25%;
  }
  .lg\:indent-14 {
    text-indent: 3.5rem;
  }
  .lg\:indent-24 {
    text-indent: 6rem;
  }
  .lg\:indent-32 {
    text-indent: 8rem;
  }
  .lg\:indent-48 {
    text-indent: 12rem;
  }
}
@media (min-width: 1280px) {
  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  }
  .xl\: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 * (1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
  }
  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
  }
  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(1, 2, 2, var(--tw-bg-opacity));
  }
  .xl\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 255, 100, var(--tw-bg-opacity));
  }
  .dark .xl\:dark\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 255, 100, var(--tw-bg-opacity));
  }
  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }
  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }
  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(1, 2, 2, var(--tw-border-opacity));
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:h-16 {
    height: 4rem;
  }
  .xl\:h-24 {
    height: 6rem;
  }
  .xl\:h-60 {
    height: 15rem;
  }
  .xl\:h-80 {
    height: 20rem;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:text-base {
    font-size: 1rem;
  }
  .xl\:text-lg {
    font-size: 1.25rem;
  }
  .xl\:text-xl {
    font-size: 1.5rem;
  }
  .xl\:text-2xl {
    font-size: 2rem;
  }
  .xl\:text-3xl {
    font-size: 2.5rem;
  }
  .xl\:text-4xl {
    font-size: 3rem;
  }
  .xl\:text-6xl {
    font-size: 4.5rem;
  }
  .xl\:text-7xl {
    font-size: 5rem;
  }
  .xl\:text-8xl {
    font-size: 6rem;
  }
  .xl\:text-9xl {
    font-size: 7rem;
  }
  .xl\:text-md {
    font-size: 1.125rem;
  }
  .xl\:text-1xl {
    font-size: 1.725rem;
  }
  .xl\:text-3vw {
    font-size: 3vw;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:mt-3 {
    margin-top: 0.75rem;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl\:mr-8 {
    margin-right: 2rem;
  }
  .xl\:ml-8 {
    margin-left: 2rem;
  }
  .xl\:mr-10 {
    margin-right: 2.5rem;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .xl\:mt-16 {
    margin-top: 4rem;
  }
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }
  .xl\:ml-40 {
    margin-left: 10rem;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }
  .xl\:-mt-28 {
    margin-top: -7rem;
  }
  .xl\:max-w-none {
    max-width: none;
  }
  .xl\:max-w-sm {
    max-width: 24rem;
  }
  .xl\:max-w-md {
    max-width: 28rem;
  }
  .xl\:max-w-lg {
    max-width: 32rem;
  }
  .xl\:max-w-xl {
    max-width: 36rem;
  }
  .xl\:max-w-2xl {
    max-width: 42rem;
  }
  .xl\:max-w-3xl {
    max-width: 48rem;
  }
  .xl\:min-h-160 {
    min-height: 40rem;
  }
  .xl\:opacity-0 {
    opacity: 0;
  }
  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }
  .xl\:p-6 {
    padding: 1.5rem;
  }
  .xl\:p-8 {
    padding: 2rem;
  }
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:p-16 {
    padding: 4rem;
  }
  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .xl\:pr-0 {
    padding-right: 0;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pr-4 {
    padding-right: 1rem;
  }
  .xl\:pl-4 {
    padding-left: 1rem;
  }
  .xl\:pt-6 {
    padding-top: 1.5rem;
  }
  .xl\:pr-8 {
    padding-right: 2rem;
  }
  .xl\:pr-10 {
    padding-right: 2.5rem;
  }
  .xl\:pr-12 {
    padding-right: 3rem;
  }
  .xl\:pl-12 {
    padding-left: 3rem;
  }
  .xl\:pt-32 {
    padding-top: 8rem;
  }
  .xl\:pt-40 {
    padding-top: 10rem;
  }
  .xl\:pt-48 {
    padding-top: 12rem;
  }
  .xl\:absolute {
    position: absolute;
  }
  .xl\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .xl\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .xl\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .xl\:bottom-0 {
    bottom: 0;
  }
  .xl\:top-2 {
    top: 0.5rem;
  }
  .xl\:top-3 {
    top: 0.75rem;
  }
  .xl\:top-4 {
    top: 1rem;
  }
  .xl\:left-4 {
    left: 1rem;
  }
  .xl\:bottom-6 {
    bottom: 1.5rem;
  }
  .xl\:left-40 {
    left: 10rem;
  }
  .xl\:-bottom-5 {
    bottom: -1.25rem;
  }
  .xl\:-left-36 {
    left: -9rem;
  }
  .xl\:top-4\.5 {
    top: 1.125rem;
  }
  .xl\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .xl\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .xl\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .xl\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .group:hover .xl\:group-hover\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .xl\:group-hover\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .xl\:group-hover\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .xl\:group-hover\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .group:hover .xl\:group-hover\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .group:hover .xl\:group-hover\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .xl\:group-hover\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .xl\:hover\:inset-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .xl\:hover\:inset-y-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .xl\:hover\:inset-x-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .xl\:hover\:top-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
  }
  .xl\:hover\:right-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
  }
  .xl\:hover\:bottom-full-offset-video-cta:hover {
    bottom: calc(100% - 1.95rem);
  }
  .xl\:hover\:left-full-offset-video-cta:hover {
    left: calc(100% - 1.95rem);
  }
  .xl\:focus\:inset-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .xl\:focus\:inset-y-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .xl\:focus\:inset-x-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .xl\:focus\:top-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
  }
  .xl\:focus\:right-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
  }
  .xl\:focus\:bottom-full-offset-video-cta:focus {
    bottom: calc(100% - 1.95rem);
  }
  .xl\:focus\:left-full-offset-video-cta:focus {
    left: calc(100% - 1.95rem);
  }
  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .xl\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .xl\:ring-offset-gray-600,
  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .xl\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .xl\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .xl\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .xl\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .xl\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .xl\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .xl\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .xl\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .xl\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .xl\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .xl\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .xl\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .xl\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .xl\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .xl\:ring-offset-grayDark-500,
  .xl\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .xl\:ring-offset-grayDark-600,
  .xl\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .xl\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .xl\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .xl\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .xl\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .xl\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .xl\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .xl\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .xl\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .xl\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .xl\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .xl\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .xl\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .xl\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .xl\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .xl\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .xl\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .xl\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .xl\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .xl\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .xl\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .xl\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .xl\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .xl\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .xl\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .xl\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .xl\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .xl\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .xl\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .xl\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .xl\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .xl\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .xl\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .xl\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .xl\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .xl\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .xl\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .xl\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .xl\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .xl\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .xl\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .xl\:focus\:ring-offset-gray-600:focus,
  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .xl\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .xl\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .xl\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .xl\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .xl\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .xl\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .xl\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .xl\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .xl\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .xl\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .xl\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .xl\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .xl\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .xl\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .xl\:focus\:ring-offset-grayDark-500:focus,
  .xl\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .xl\:focus\:ring-offset-grayDark-600:focus,
  .xl\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .xl\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .xl\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .xl\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .xl\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .xl\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .xl\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .xl\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .xl\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .xl\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .xl\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .xl\:dark\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .dark .xl\:dark\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .dark .xl\:dark\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .dark .xl\:dark\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .dark .xl\:dark\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .xl\:dark\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .dark .xl\:dark\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .xl\:dark\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .xl\:dark\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .dark .xl\:dark\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .dark .xl\:dark\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .dark .xl\:dark\:ring-offset-gray-600,
  .dark .xl\:dark\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .dark .xl\:dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .dark .xl\:dark\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .dark .xl\:dark\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .xl\:dark\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .xl\:dark\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .xl\:dark\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .xl\:dark\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .dark .xl\:dark\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .xl\:dark\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .xl\:dark\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .xl\:dark\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .xl\:dark\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .xl\:dark\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .xl\:dark\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .xl\:dark\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .xl\:dark\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .xl\:dark\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .xl\:dark\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .xl\:dark\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .dark .xl\:dark\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .dark .xl\:dark\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .dark .xl\:dark\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .dark .xl\:dark\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .xl\:dark\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .xl\:dark\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .xl\:dark\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .xl\:dark\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .dark .xl\:dark\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .dark .xl\:dark\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .dark .xl\:dark\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .dark .xl\:dark\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .dark .xl\:dark\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .xl\:dark\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .xl\:dark\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .xl\:dark\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .xl\:dark\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .xl\:dark\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .xl\:dark\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .xl\:dark\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .xl\:dark\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .xl\:dark\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .xl\:dark\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .xl\:dark\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .xl\:dark\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .xl\:dark\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .xl\:dark\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .xl\:dark\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .xl\:dark\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .xl\:dark\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .xl\:dark\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .xl\:dark\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .xl\:dark\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .dark .xl\:dark\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .xl\:dark\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .xl\:dark\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .xl\:dark\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .xl\:dark\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .xl\:dark\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .xl\:dark\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .xl\:dark\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .xl\:dark\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .xl\:dark\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .xl\:dark\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .xl\:dark\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .xl\:dark\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .xl\:dark\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .xl\:dark\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .xl\:dark\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .xl\:dark\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .dark .xl\:dark\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .dark .xl\:dark\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .xl\:dark\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .dark .xl\:dark\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .xl\:dark\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .xl\:dark\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .xl\:dark\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .xl\:dark\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .xl\:dark\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .xl\:dark\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .xl\:dark\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .xl\:dark\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .xl\:dark\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .dark .xl\:dark\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .dark .xl\:dark\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .xl\:dark\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .dark .xl\:dark\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .dark .xl\:dark\:ring-offset-grayDark-500,
  .dark .xl\:dark\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .xl\:dark\:ring-offset-grayDark-600,
  .dark .xl\:dark\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .xl\:dark\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .xl\:dark\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .dark .xl\:dark\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .xl\:dark\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .xl\:dark\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .dark .xl\:dark\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .xl\:dark\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .xl\:dark\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .xl\:dark\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .xl\:dark\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .xl\:dark\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .xl\:dark\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .dark .xl\:dark\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .dark .xl\:dark\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .dark .xl\:dark\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-600:focus,
  .dark .xl\:dark\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .dark .xl\:dark\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .xl\:dark\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .dark .xl\:dark\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .dark .xl\:dark\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .xl\:dark\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .xl\:dark\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .xl\:dark\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .xl\:dark\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .xl\:dark\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .dark .xl\:dark\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .xl\:dark\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .xl\:dark\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .dark .xl\:dark\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .dark .xl\:dark\:focus\:ring-offset-grayDark-500:focus,
  .dark .xl\:dark\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .xl\:dark\:focus\:ring-offset-grayDark-600:focus,
  .dark .xl\:dark\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .xl\:dark\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .xl\:dark\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .dark .xl\:dark\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .xl\:dark\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .xl\:dark\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .dark .xl\:dark\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .xl\:dark\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .xl\:dark\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .xl\:dark\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .xl\:dark\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }
  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }
  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }
  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }
  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }
  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }
  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }
  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }
  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }
  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }
  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }
  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }
  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }
  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }
  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }
  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(1, 2, 2, var(--tw-text-opacity));
  }
  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
  .dark .xl\:dark\:hover\:text-grayDark-600:hover {
    --tw-text-opacity: 1;
    color: rgba(14, 15, 17, var(--tw-text-opacity));
  }
  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }
  .xl\:w-16 {
    width: 4rem;
  }
  .xl\:w-56 {
    width: 14rem;
  }
  .xl\:w-60 {
    width: 15rem;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:w-3\/16 {
    width: 18.75%;
  }
  .xl\:w-4\/16 {
    width: 25%;
  }
  .xl\:w-5\/16 {
    width: 31.25%;
  }
  .xl\:w-6\/16 {
    width: 37.5%;
  }
  .xl\:w-7\/16 {
    width: 43.75%;
  }
  .xl\:w-8\/16 {
    width: 50%;
  }
  .xl\:w-9\/16 {
    width: 56.25%;
  }
  .xl\:w-10\/16 {
    width: 62.5%;
  }
  .xl\:w-12\/16 {
    width: 75%;
  }
  .xl\:w-15\/16 {
    width: 93.75%;
  }
  .xl\:w-2\/12 {
    width: 16.666667%;
  }
  .xl\:w-3\/12 {
    width: 25%;
  }
  .xl\:w-4\/12 {
    width: 33.333333%;
  }
  .xl\:w-5\/12 {
    width: 41.666667%;
  }
  .xl\:w-6\/12 {
    width: 50%;
  }
  .xl\:w-7\/12 {
    width: 58.333333%;
  }
  .xl\:w-8\/12 {
    width: 66.666667%;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .group:hover .xl\:group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }
  .xl\:hover\:scale-90:hover {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
  }
  .xl\:hover\:scale-95:hover {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
  }
  .group:hover .xl\:group-hover\:rotate-45 {
    --tw-rotate: 45deg;
  }
  .group:hover .xl\:group-hover\:rotate-90 {
    --tw-rotate: 90deg;
  }
  .group:hover .xl\:group-hover\:rotate-180 {
    --tw-rotate: 180deg;
  }
  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }
  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }
  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }
  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }
  .xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }
  .xl\:translate-y-full {
    --tw-translate-y: 100%;
  }
  .xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }
  .group:hover .xl\:group-hover\:translate-x-0 {
    --tw-translate-x: 0px;
  }
  .group:hover .xl\:group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }
  .group:hover .xl\:group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }
  .group:hover .xl\:group-hover\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }
  .group:hover .xl\:group-hover\:translate-x-full {
    --tw-translate-x: 100%;
  }
  .group:hover .xl\:group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
  }
  .group:hover .xl\:group-hover\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }
  .group:hover .xl\:group-hover\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }
  .group:hover .xl\:group-hover\:-translate-y-full {
    --tw-translate-y: -100%;
  }
  .xl\:indent-32 {
    text-indent: 8rem;
  }
  .xl\:indent-40 {
    text-indent: 10rem;
  }
  .xl\:indent-48 {
    text-indent: 12rem;
  }
}
@media (min-width: 1450px) {
  .\32xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }
  .\32xl\:block {
    display: block;
  }
  .\32xl\:hidden {
    display: none;
  }
  .\32xl\:h-screen-fix {
    height: calc(var(--vh, 1vh) * 100);
  }
  .\32xl\:text-xl {
    font-size: 1.5rem;
  }
  .\32xl\:text-4xl {
    font-size: 3rem;
  }
  .\32xl\:text-5xl {
    font-size: 3.75rem;
  }
  .\32xl\:text-6xl {
    font-size: 4.5rem;
  }
  .\32xl\:text-7xl {
    font-size: 5rem;
  }
  .\32xl\:text-8xl {
    font-size: 6rem;
  }
  .\32xl\:text-10xl {
    font-size: 8rem;
  }
  .\32xl\:text-11xl {
    font-size: 10rem;
  }
  .\32xl\:text-12xl {
    font-size: 12rem;
  }
  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }
  .\32xl\:ml-auto {
    margin-left: auto;
  }
  .\32xl\:ml-2\/16 {
    margin-left: 12.5%;
  }
  .\32xl\:max-h-240 {
    max-height: 60rem;
  }
  .\32xl\:max-w-md {
    max-width: 28rem;
  }
  .\32xl\:max-w-xl {
    max-width: 36rem;
  }
  .\32xl\:max-w-2xl {
    max-width: 42rem;
  }
  .\32xl\:p-28 {
    padding: 7rem;
  }
  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .\32xl\:pr-20 {
    padding-right: 5rem;
  }
  .\32xl\:pl-20 {
    padding-left: 5rem;
  }
  .\32xl\:pt-24 {
    padding-top: 6rem;
  }
  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .\32xl\:pl-24 {
    padding-left: 6rem;
  }
  .\32xl\:pt-32 {
    padding-top: 8rem;
  }
  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }
  .\32xl\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\32xl\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .\32xl\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\32xl\:bottom-0 {
    bottom: 0;
  }
  .\32xl\:bottom-3 {
    bottom: 0.75rem;
  }
  .\32xl\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .\32xl\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .\32xl\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .\32xl\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .group:hover .\32xl\:group-hover\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .\32xl\:group-hover\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .\32xl\:group-hover\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .\32xl\:group-hover\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .group:hover .\32xl\:group-hover\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .group:hover .\32xl\:group-hover\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .\32xl\:group-hover\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .\32xl\:hover\:inset-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\32xl\:hover\:inset-y-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .\32xl\:hover\:inset-x-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\32xl\:hover\:top-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
  }
  .\32xl\:hover\:right-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
  }
  .\32xl\:hover\:bottom-full-offset-video-cta:hover {
    bottom: calc(100% - 1.95rem);
  }
  .\32xl\:hover\:left-full-offset-video-cta:hover {
    left: calc(100% - 1.95rem);
  }
  .\32xl\:focus\:inset-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\32xl\:focus\:inset-y-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .\32xl\:focus\:inset-x-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\32xl\:focus\:top-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
  }
  .\32xl\:focus\:right-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
  }
  .\32xl\:focus\:bottom-full-offset-video-cta:focus {
    bottom: calc(100% - 1.95rem);
  }
  .\32xl\:focus\:left-full-offset-video-cta:focus {
    left: calc(100% - 1.95rem);
  }
  .\32xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .\32xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .\32xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .\32xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .\32xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .\32xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .\32xl\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .\32xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .\32xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .\32xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .\32xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .\32xl\:ring-offset-gray-600,
  .\32xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .\32xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .\32xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .\32xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .\32xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .\32xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .\32xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .\32xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .\32xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .\32xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .\32xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .\32xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .\32xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .\32xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .\32xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .\32xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .\32xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .\32xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .\32xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .\32xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .\32xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .\32xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .\32xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .\32xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .\32xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .\32xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .\32xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .\32xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .\32xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .\32xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .\32xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .\32xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .\32xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .\32xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .\32xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .\32xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .\32xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .\32xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .\32xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .\32xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .\32xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .\32xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .\32xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .\32xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .\32xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .\32xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .\32xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .\32xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .\32xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .\32xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .\32xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .\32xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .\32xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .\32xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .\32xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .\32xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .\32xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .\32xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .\32xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .\32xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .\32xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .\32xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .\32xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .\32xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .\32xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .\32xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .\32xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .\32xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .\32xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .\32xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .\32xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .\32xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .\32xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .\32xl\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .\32xl\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .\32xl\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .\32xl\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .\32xl\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .\32xl\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .\32xl\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .\32xl\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .\32xl\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .\32xl\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .\32xl\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .\32xl\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .\32xl\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .\32xl\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .\32xl\:ring-offset-grayDark-500,
  .\32xl\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\32xl\:ring-offset-grayDark-600,
  .\32xl\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .\32xl\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .\32xl\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .\32xl\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .\32xl\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .\32xl\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .\32xl\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .\32xl\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .\32xl\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .\32xl\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .\32xl\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .\32xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .\32xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .\32xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .\32xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .\32xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .\32xl\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .\32xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .\32xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .\32xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .\32xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .\32xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .\32xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .\32xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .\32xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .\32xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .\32xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .\32xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .\32xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .\32xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .\32xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .\32xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .\32xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .\32xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .\32xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .\32xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .\32xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .\32xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .\32xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .\32xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .\32xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .\32xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .\32xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .\32xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .\32xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .\32xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .\32xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .\32xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .\32xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .\32xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .\32xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .\32xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .\32xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .\32xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .\32xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .\32xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .\32xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .\32xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .\32xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .\32xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .\32xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .\32xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .\32xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .\32xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .\32xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .\32xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .\32xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .\32xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .\32xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .\32xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .\32xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .\32xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .\32xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .\32xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .\32xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .\32xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .\32xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .\32xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .\32xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .\32xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .\32xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .\32xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .\32xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .\32xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .\32xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .\32xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .\32xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .\32xl\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .\32xl\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .\32xl\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .\32xl\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .\32xl\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .\32xl\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .\32xl\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .\32xl\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .\32xl\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .\32xl\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .\32xl\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .\32xl\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .\32xl\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .\32xl\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .\32xl\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .\32xl\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .\32xl\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .\32xl\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .\32xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .\32xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .\32xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .\32xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .\32xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .\32xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .\32xl\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .\32xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .\32xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .\32xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .\32xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .\32xl\:focus\:ring-offset-gray-600:focus,
  .\32xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .\32xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .\32xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .\32xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .\32xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .\32xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .\32xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .\32xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .\32xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .\32xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .\32xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .\32xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .\32xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .\32xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .\32xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .\32xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .\32xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .\32xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .\32xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .\32xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .\32xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .\32xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .\32xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .\32xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .\32xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .\32xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .\32xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .\32xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .\32xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .\32xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .\32xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .\32xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .\32xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .\32xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .\32xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .\32xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .\32xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .\32xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .\32xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .\32xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .\32xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .\32xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .\32xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .\32xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .\32xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .\32xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .\32xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .\32xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .\32xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .\32xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .\32xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .\32xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .\32xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .\32xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .\32xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .\32xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .\32xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .\32xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .\32xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .\32xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .\32xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .\32xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .\32xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .\32xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .\32xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .\32xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .\32xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .\32xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .\32xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .\32xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .\32xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .\32xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .\32xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .\32xl\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .\32xl\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .\32xl\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .\32xl\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .\32xl\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .\32xl\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .\32xl\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .\32xl\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .\32xl\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .\32xl\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .\32xl\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .\32xl\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .\32xl\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .\32xl\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .\32xl\:focus\:ring-offset-grayDark-500:focus,
  .\32xl\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\32xl\:focus\:ring-offset-grayDark-600:focus,
  .\32xl\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .\32xl\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .\32xl\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .\32xl\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .\32xl\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .\32xl\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .\32xl\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .\32xl\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .\32xl\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .\32xl\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .\32xl\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .\32xl\:dark\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .dark .\32xl\:dark\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .dark .\32xl\:dark\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .dark .\32xl\:dark\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .dark .\32xl\:dark\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .\32xl\:dark\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .dark .\32xl\:dark\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .\32xl\:dark\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .\32xl\:dark\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .dark .\32xl\:dark\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .dark .\32xl\:dark\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .dark .\32xl\:dark\:ring-offset-gray-600,
  .dark .\32xl\:dark\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .dark .\32xl\:dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .dark .\32xl\:dark\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .dark .\32xl\:dark\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .\32xl\:dark\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .\32xl\:dark\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .\32xl\:dark\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .\32xl\:dark\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .dark .\32xl\:dark\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .\32xl\:dark\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .\32xl\:dark\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .\32xl\:dark\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .\32xl\:dark\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .dark .\32xl\:dark\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .dark .\32xl\:dark\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .\32xl\:dark\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .\32xl\:dark\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .\32xl\:dark\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .\32xl\:dark\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .dark .\32xl\:dark\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .dark .\32xl\:dark\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .dark .\32xl\:dark\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .dark .\32xl\:dark\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .dark .\32xl\:dark\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .\32xl\:dark\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .\32xl\:dark\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .\32xl\:dark\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .\32xl\:dark\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .\32xl\:dark\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .\32xl\:dark\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .\32xl\:dark\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .\32xl\:dark\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .\32xl\:dark\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .\32xl\:dark\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .\32xl\:dark\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .dark .\32xl\:dark\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .\32xl\:dark\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .\32xl\:dark\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .\32xl\:dark\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .\32xl\:dark\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .\32xl\:dark\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .\32xl\:dark\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .\32xl\:dark\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .\32xl\:dark\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .\32xl\:dark\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .\32xl\:dark\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .\32xl\:dark\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .\32xl\:dark\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .\32xl\:dark\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .\32xl\:dark\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .\32xl\:dark\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .\32xl\:dark\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .dark .\32xl\:dark\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .dark .\32xl\:dark\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .\32xl\:dark\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .dark .\32xl\:dark\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .\32xl\:dark\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .\32xl\:dark\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .\32xl\:dark\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .\32xl\:dark\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .\32xl\:dark\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .\32xl\:dark\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .\32xl\:dark\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .\32xl\:dark\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .\32xl\:dark\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .dark .\32xl\:dark\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .dark .\32xl\:dark\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .\32xl\:dark\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .dark .\32xl\:dark\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .dark .\32xl\:dark\:ring-offset-grayDark-500,
  .dark .\32xl\:dark\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\32xl\:dark\:ring-offset-grayDark-600,
  .dark .\32xl\:dark\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\32xl\:dark\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .\32xl\:dark\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .dark .\32xl\:dark\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .\32xl\:dark\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .\32xl\:dark\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .dark .\32xl\:dark\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .\32xl\:dark\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .\32xl\:dark\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .\32xl\:dark\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .\32xl\:dark\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .\32xl\:dark\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-600:focus,
  .dark .\32xl\:dark\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-500:focus,
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-600:focus,
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .\32xl\:dark\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .\32xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }
  .\32xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }
  .\32xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }
  .\32xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }
  .\32xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }
  .\32xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }
  .\32xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }
  .\32xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }
  .\32xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }
  .\32xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }
  .\32xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }
  .\32xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }
  .\32xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }
  .\32xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }
  .\32xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }
  .\32xl\:w-40 {
    width: 10rem;
  }
  .\32xl\:w-60 {
    width: 15rem;
  }
  .\32xl\:w-80 {
    width: 20rem;
  }
  .\32xl\:w-5\/16 {
    width: 31.25%;
  }
  .\32xl\:w-7\/16 {
    width: 43.75%;
  }
  .\32xl\:w-13\/16 {
    width: 81.25%;
  }
  .\32xl\:w-1\/5 {
    width: 20%;
  }
  .\32xl\:w-2\/12 {
    width: 16.666667%;
  }
  .\32xl\:w-6\/12 {
    width: 50%;
  }
  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }
  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }
}
@media (min-width: 1800px) {
  .\33xl\:block {
    display: block;
  }
  .\33xl\:hidden {
    display: none;
  }
  .\33xl\:h-40 {
    height: 10rem;
  }
  .\33xl\:h-screen-fix-80 {
    height: calc(var(--vh, 1vh) * 80);
  }
  .\33xl\:text-xl {
    font-size: 1.5rem;
  }
  .\33xl\:text-2xl {
    font-size: 2rem;
  }
  .\33xl\:text-8xl {
    font-size: 6rem;
  }
  .\33xl\:mt-0 {
    margin-top: 0;
  }
  .\33xl\:ml-3\/16 {
    margin-left: 18.75%;
  }
  .\33xl\:max-h-280 {
    max-height: 70rem;
  }
  .\33xl\:max-w-md {
    max-width: 28rem;
  }
  .\33xl\:max-w-lg {
    max-width: 32rem;
  }
  .\33xl\:max-w-xl {
    max-width: 36rem;
  }
  .\33xl\:max-w-3xl {
    max-width: 48rem;
  }
  .\33xl\:max-w-7xl {
    max-width: 80rem;
  }
  .\33xl\:min-h-160 {
    min-height: 40rem;
  }
  .\33xl\:min-h-240 {
    min-height: 60rem;
  }
  .\33xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .\33xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\33xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .\33xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .\33xl\:pt-20 {
    padding-top: 5rem;
  }
  .\33xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .\33xl\:pt-32 {
    padding-top: 8rem;
  }
  .\33xl\:pb-32 {
    padding-bottom: 8rem;
  }
  .\33xl\:pl-32 {
    padding-left: 8rem;
  }
  .\33xl\:pr-40 {
    padding-right: 10rem;
  }
  .\33xl\:pl-40 {
    padding-left: 10rem;
  }
  .\33xl\:pl-72 {
    padding-left: 18rem;
  }
  .\33xl\:pl-4\/16 {
    padding-left: 25%;
  }
  .\33xl\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\33xl\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .\33xl\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\33xl\:left-4\/16 {
    left: 25%;
  }
  .\33xl\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .\33xl\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .\33xl\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .\33xl\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .group:hover .\33xl\:group-hover\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .\33xl\:group-hover\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .\33xl\:group-hover\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .\33xl\:group-hover\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .group:hover .\33xl\:group-hover\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .group:hover .\33xl\:group-hover\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .\33xl\:group-hover\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .\33xl\:hover\:inset-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\33xl\:hover\:inset-y-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .\33xl\:hover\:inset-x-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\33xl\:hover\:top-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
  }
  .\33xl\:hover\:right-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
  }
  .\33xl\:hover\:bottom-full-offset-video-cta:hover {
    bottom: calc(100% - 1.95rem);
  }
  .\33xl\:hover\:left-full-offset-video-cta:hover {
    left: calc(100% - 1.95rem);
  }
  .\33xl\:focus\:inset-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\33xl\:focus\:inset-y-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .\33xl\:focus\:inset-x-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\33xl\:focus\:top-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
  }
  .\33xl\:focus\:right-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
  }
  .\33xl\:focus\:bottom-full-offset-video-cta:focus {
    bottom: calc(100% - 1.95rem);
  }
  .\33xl\:focus\:left-full-offset-video-cta:focus {
    left: calc(100% - 1.95rem);
  }
  .\33xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .\33xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .\33xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .\33xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .\33xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .\33xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .\33xl\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .\33xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .\33xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .\33xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .\33xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .\33xl\:ring-offset-gray-600,
  .\33xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .\33xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .\33xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .\33xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .\33xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .\33xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .\33xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .\33xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .\33xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .\33xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .\33xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .\33xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .\33xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .\33xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .\33xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .\33xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .\33xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .\33xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .\33xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .\33xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .\33xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .\33xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .\33xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .\33xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .\33xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .\33xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .\33xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .\33xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .\33xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .\33xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .\33xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .\33xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .\33xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .\33xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .\33xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .\33xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .\33xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .\33xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .\33xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .\33xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .\33xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .\33xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .\33xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .\33xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .\33xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .\33xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .\33xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .\33xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .\33xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .\33xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .\33xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .\33xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .\33xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .\33xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .\33xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .\33xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .\33xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .\33xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .\33xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .\33xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .\33xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .\33xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .\33xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .\33xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .\33xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .\33xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .\33xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .\33xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .\33xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .\33xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .\33xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .\33xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .\33xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .\33xl\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .\33xl\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .\33xl\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .\33xl\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .\33xl\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .\33xl\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .\33xl\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .\33xl\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .\33xl\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .\33xl\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .\33xl\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .\33xl\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .\33xl\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .\33xl\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .\33xl\:ring-offset-grayDark-500,
  .\33xl\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\33xl\:ring-offset-grayDark-600,
  .\33xl\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .\33xl\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .\33xl\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .\33xl\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .\33xl\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .\33xl\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .\33xl\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .\33xl\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .\33xl\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .\33xl\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .\33xl\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .\33xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .\33xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .\33xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .\33xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .\33xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .\33xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .\33xl\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .\33xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .\33xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .\33xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .\33xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .\33xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .\33xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .\33xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .\33xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .\33xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .\33xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .\33xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .\33xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .\33xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .\33xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .\33xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .\33xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .\33xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .\33xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .\33xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .\33xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .\33xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .\33xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .\33xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .\33xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .\33xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .\33xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .\33xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .\33xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .\33xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .\33xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .\33xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .\33xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .\33xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .\33xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .\33xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .\33xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .\33xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .\33xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .\33xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .\33xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .\33xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .\33xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .\33xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .\33xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .\33xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .\33xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .\33xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .\33xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .\33xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .\33xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .\33xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .\33xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .\33xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .\33xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .\33xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .\33xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .\33xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .\33xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .\33xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .\33xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .\33xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .\33xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .\33xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .\33xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .\33xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .\33xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .\33xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .\33xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .\33xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .\33xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .\33xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .\33xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .\33xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .\33xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .\33xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .\33xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .\33xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .\33xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .\33xl\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .\33xl\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .\33xl\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .\33xl\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .\33xl\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .\33xl\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .\33xl\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .\33xl\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .\33xl\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .\33xl\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .\33xl\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .\33xl\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .\33xl\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .\33xl\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .\33xl\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .\33xl\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .\33xl\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .\33xl\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .\33xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .\33xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .\33xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .\33xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .\33xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .\33xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .\33xl\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .\33xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .\33xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .\33xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .\33xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .\33xl\:focus\:ring-offset-gray-600:focus,
  .\33xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .\33xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .\33xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .\33xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .\33xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .\33xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .\33xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .\33xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .\33xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .\33xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .\33xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .\33xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .\33xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .\33xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .\33xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .\33xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .\33xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .\33xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .\33xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .\33xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .\33xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .\33xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .\33xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .\33xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .\33xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .\33xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .\33xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .\33xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .\33xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .\33xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .\33xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .\33xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .\33xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .\33xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .\33xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .\33xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .\33xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .\33xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .\33xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .\33xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .\33xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .\33xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .\33xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .\33xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .\33xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .\33xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .\33xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .\33xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .\33xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .\33xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .\33xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .\33xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .\33xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .\33xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .\33xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .\33xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .\33xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .\33xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .\33xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .\33xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .\33xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .\33xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .\33xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .\33xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .\33xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .\33xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .\33xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .\33xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .\33xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .\33xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .\33xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .\33xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .\33xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .\33xl\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .\33xl\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .\33xl\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .\33xl\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .\33xl\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .\33xl\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .\33xl\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .\33xl\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .\33xl\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .\33xl\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .\33xl\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .\33xl\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .\33xl\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .\33xl\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .\33xl\:focus\:ring-offset-grayDark-500:focus,
  .\33xl\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\33xl\:focus\:ring-offset-grayDark-600:focus,
  .\33xl\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .\33xl\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .\33xl\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .\33xl\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .\33xl\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .\33xl\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .\33xl\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .\33xl\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .\33xl\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .\33xl\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .\33xl\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .\33xl\:dark\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .dark .\33xl\:dark\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .dark .\33xl\:dark\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .dark .\33xl\:dark\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .dark .\33xl\:dark\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .\33xl\:dark\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .dark .\33xl\:dark\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .\33xl\:dark\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .\33xl\:dark\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .dark .\33xl\:dark\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .dark .\33xl\:dark\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .dark .\33xl\:dark\:ring-offset-gray-600,
  .dark .\33xl\:dark\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .dark .\33xl\:dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .dark .\33xl\:dark\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .dark .\33xl\:dark\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .\33xl\:dark\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .\33xl\:dark\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .\33xl\:dark\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .\33xl\:dark\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .dark .\33xl\:dark\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .\33xl\:dark\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .\33xl\:dark\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .\33xl\:dark\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .\33xl\:dark\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .dark .\33xl\:dark\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .dark .\33xl\:dark\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .\33xl\:dark\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .\33xl\:dark\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .\33xl\:dark\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .\33xl\:dark\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .dark .\33xl\:dark\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .dark .\33xl\:dark\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .dark .\33xl\:dark\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .dark .\33xl\:dark\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .dark .\33xl\:dark\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .\33xl\:dark\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .\33xl\:dark\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .\33xl\:dark\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .\33xl\:dark\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .\33xl\:dark\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .\33xl\:dark\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .\33xl\:dark\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .\33xl\:dark\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .\33xl\:dark\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .\33xl\:dark\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .\33xl\:dark\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .dark .\33xl\:dark\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .\33xl\:dark\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .\33xl\:dark\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .\33xl\:dark\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .\33xl\:dark\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .\33xl\:dark\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .\33xl\:dark\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .\33xl\:dark\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .\33xl\:dark\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .\33xl\:dark\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .\33xl\:dark\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .\33xl\:dark\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .\33xl\:dark\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .\33xl\:dark\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .\33xl\:dark\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .\33xl\:dark\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .\33xl\:dark\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .dark .\33xl\:dark\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .dark .\33xl\:dark\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .\33xl\:dark\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .dark .\33xl\:dark\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .\33xl\:dark\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .\33xl\:dark\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .\33xl\:dark\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .\33xl\:dark\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .\33xl\:dark\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .\33xl\:dark\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .\33xl\:dark\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .\33xl\:dark\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .\33xl\:dark\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .dark .\33xl\:dark\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .dark .\33xl\:dark\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .\33xl\:dark\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .dark .\33xl\:dark\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .dark .\33xl\:dark\:ring-offset-grayDark-500,
  .dark .\33xl\:dark\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\33xl\:dark\:ring-offset-grayDark-600,
  .dark .\33xl\:dark\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\33xl\:dark\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .\33xl\:dark\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .dark .\33xl\:dark\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .\33xl\:dark\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .\33xl\:dark\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .dark .\33xl\:dark\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .\33xl\:dark\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .\33xl\:dark\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .\33xl\:dark\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .\33xl\:dark\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .\33xl\:dark\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-600:focus,
  .dark .\33xl\:dark\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-500:focus,
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-600:focus,
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .\33xl\:dark\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .\33xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }
  .\33xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }
  .\33xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }
  .\33xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }
  .\33xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }
  .\33xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }
  .\33xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }
  .\33xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }
  .\33xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }
  .\33xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }
  .\33xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }
  .\33xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }
  .\33xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }
  .\33xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }
  .\33xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }
  .\33xl\:w-64 {
    width: 16rem;
  }
  .\33xl\:w-96 {
    width: 24rem;
  }
  .\33xl\:w-5\/16 {
    width: 31.25%;
  }
  .\33xl\:w-7\/16 {
    width: 43.75%;
  }
  .\33xl\:w-10\/16 {
    width: 62.5%;
  }
  .\33xl\:w-1\/4 {
    width: 25%;
  }
  .\33xl\:w-6\/12 {
    width: 50%;
  }
  .\33xl\:w-7\/12 {
    width: 58.333333%;
  }
}
@media (min-width: 2100px) {
  .\34xl\:block {
    display: block;
  }
  .\34xl\:hidden {
    display: none;
  }
  .\34xl\:h-3 {
    height: 0.75rem;
  }
  .\34xl\:h-6 {
    height: 1.5rem;
  }
  .\34xl\:h-12 {
    height: 3rem;
  }
  .\34xl\:h-14 {
    height: 3.5rem;
  }
  .\34xl\:h-16 {
    height: 4rem;
  }
  .\34xl\:h-44 {
    height: 11rem;
  }
  .\34xl\:h-3\.5 {
    height: 0.875rem;
  }
  .\34xl\:h-screen-fix-90 {
    height: calc(var(--vh, 1vh) * 90);
  }
  .\34xl\:h-screen-fix-30 {
    height: calc(var(--vh, 1vh) * 30);
  }
  .\34xl\:text-sm {
    font-size: 0.875rem;
  }
  .\34xl\:text-base {
    font-size: 1rem;
  }
  .\34xl\:text-lg {
    font-size: 1.25rem;
  }
  .\34xl\:text-xl {
    font-size: 1.5rem;
  }
  .\34xl\:text-2xl {
    font-size: 2rem;
  }
  .\34xl\:text-3xl {
    font-size: 2.5rem;
  }
  .\34xl\:text-4xl {
    font-size: 3rem;
  }
  .\34xl\:text-5xl {
    font-size: 3.75rem;
  }
  .\34xl\:text-6xl {
    font-size: 4.5rem;
  }
  .\34xl\:text-7xl {
    font-size: 5rem;
  }
  .\34xl\:text-8xl {
    font-size: 6rem;
  }
  .\34xl\:text-9xl {
    font-size: 7rem;
  }
  .\34xl\:text-1xl {
    font-size: 1.725rem;
  }
  .\34xl\:text-3vw {
    font-size: 3vw;
  }
  .\34xl\:text-3\.5vw {
    font-size: 3.5vw;
  }
  .\34xl\:text-5vw {
    font-size: 5vw;
  }
  .\34xl\:text-6vw {
    font-size: 6vw;
  }
  .\34xl\:text-7vw {
    font-size: 7vw;
  }
  .\34xl\:text-8vw {
    font-size: 8vw;
  }
  .\34xl\:max-h-300 {
    max-height: 75rem;
  }
  .\34xl\:max-w-sm {
    max-width: 24rem;
  }
  .\34xl\:max-w-md {
    max-width: 28rem;
  }
  .\34xl\:max-w-lg {
    max-width: 32rem;
  }
  .\34xl\:max-w-2xl {
    max-width: 42rem;
  }
  .\34xl\:max-w-3xl {
    max-width: 48rem;
  }
  .\34xl\:max-w-4xl {
    max-width: 56rem;
  }
  .\34xl\:max-w-9xl {
    max-width: 96rem;
  }
  .\34xl\:min-h-200 {
    min-height: 50rem;
  }
  .\34xl\:min-h-260 {
    min-height: 65rem;
  }
  .\34xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .\34xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .\34xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .\34xl\:pt-40 {
    padding-top: 10rem;
  }
  .\34xl\:pb-40 {
    padding-bottom: 10rem;
  }
  .\34xl\:pr-60 {
    padding-right: 15rem;
  }
  .\34xl\:pl-60 {
    padding-left: 15rem;
  }
  .\34xl\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\34xl\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .\34xl\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\34xl\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .\34xl\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .\34xl\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .\34xl\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .group:hover .\34xl\:group-hover\:inset-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .\34xl\:group-hover\:inset-y-full-offset-video-cta {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .\34xl\:group-hover\:inset-x-full-offset-video-cta {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .group:hover .\34xl\:group-hover\:top-full-offset-video-cta {
    top: calc(100% - 1.95rem);
  }
  .group:hover .\34xl\:group-hover\:right-full-offset-video-cta {
    right: calc(100% - 1.95rem);
  }
  .group:hover .\34xl\:group-hover\:bottom-full-offset-video-cta {
    bottom: calc(100% - 1.95rem);
  }
  .group:hover .\34xl\:group-hover\:left-full-offset-video-cta {
    left: calc(100% - 1.95rem);
  }
  .\34xl\:hover\:inset-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\34xl\:hover\:inset-y-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .\34xl\:hover\:inset-x-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\34xl\:hover\:top-full-offset-video-cta:hover {
    top: calc(100% - 1.95rem);
  }
  .\34xl\:hover\:right-full-offset-video-cta:hover {
    right: calc(100% - 1.95rem);
  }
  .\34xl\:hover\:bottom-full-offset-video-cta:hover {
    bottom: calc(100% - 1.95rem);
  }
  .\34xl\:hover\:left-full-offset-video-cta:hover {
    left: calc(100% - 1.95rem);
  }
  .\34xl\:focus\:inset-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    right: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\34xl\:focus\:inset-y-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
    bottom: calc(100% - 1.95rem);
  }
  .\34xl\:focus\:inset-x-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
    left: calc(100% - 1.95rem);
  }
  .\34xl\:focus\:top-full-offset-video-cta:focus {
    top: calc(100% - 1.95rem);
  }
  .\34xl\:focus\:right-full-offset-video-cta:focus {
    right: calc(100% - 1.95rem);
  }
  .\34xl\:focus\:bottom-full-offset-video-cta:focus {
    bottom: calc(100% - 1.95rem);
  }
  .\34xl\:focus\:left-full-offset-video-cta:focus {
    left: calc(100% - 1.95rem);
  }
  .\34xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .\34xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .\34xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .\34xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .\34xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .\34xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .\34xl\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .\34xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .\34xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .\34xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .\34xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .\34xl\:ring-offset-gray-600,
  .\34xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .\34xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .\34xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .\34xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .\34xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .\34xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .\34xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .\34xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .\34xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .\34xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .\34xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .\34xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .\34xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .\34xl\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .\34xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .\34xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .\34xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .\34xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .\34xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .\34xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .\34xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .\34xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .\34xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .\34xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .\34xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .\34xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .\34xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .\34xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .\34xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .\34xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .\34xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .\34xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .\34xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .\34xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .\34xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .\34xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .\34xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .\34xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .\34xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .\34xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .\34xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .\34xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .\34xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .\34xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .\34xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .\34xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .\34xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .\34xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .\34xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .\34xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .\34xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .\34xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .\34xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .\34xl\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .\34xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .\34xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .\34xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .\34xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .\34xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .\34xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .\34xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .\34xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .\34xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .\34xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .\34xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .\34xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .\34xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .\34xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .\34xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .\34xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .\34xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .\34xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .\34xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .\34xl\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .\34xl\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .\34xl\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .\34xl\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .\34xl\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .\34xl\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .\34xl\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .\34xl\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .\34xl\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .\34xl\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .\34xl\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .\34xl\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .\34xl\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .\34xl\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .\34xl\:ring-offset-grayDark-500,
  .\34xl\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\34xl\:ring-offset-grayDark-600,
  .\34xl\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .\34xl\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .\34xl\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .\34xl\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .\34xl\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .\34xl\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .\34xl\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .\34xl\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .\34xl\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .\34xl\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .\34xl\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .\34xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .\34xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .\34xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .\34xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .\34xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .\34xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .\34xl\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .\34xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .\34xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .\34xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .\34xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .\34xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .\34xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .\34xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .\34xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .\34xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .\34xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .\34xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .\34xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .\34xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .\34xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .\34xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .\34xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .\34xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .\34xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .\34xl\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .\34xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .\34xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .\34xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .\34xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .\34xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .\34xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .\34xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .\34xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .\34xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .\34xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .\34xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .\34xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .\34xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .\34xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .\34xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .\34xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .\34xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .\34xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .\34xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .\34xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .\34xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .\34xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .\34xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .\34xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .\34xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .\34xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .\34xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .\34xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .\34xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .\34xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .\34xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .\34xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .\34xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .\34xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .\34xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .\34xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .\34xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .\34xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .\34xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .\34xl\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .\34xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .\34xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .\34xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .\34xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .\34xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .\34xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .\34xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .\34xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .\34xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .\34xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .\34xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .\34xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .\34xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .\34xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .\34xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .\34xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .\34xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .\34xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .\34xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .\34xl\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .\34xl\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .\34xl\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .\34xl\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .\34xl\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .\34xl\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .\34xl\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .\34xl\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .\34xl\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .\34xl\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .\34xl\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .\34xl\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .\34xl\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .\34xl\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .\34xl\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .\34xl\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .\34xl\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .\34xl\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .\34xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .\34xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .\34xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .\34xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .\34xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .\34xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .\34xl\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .\34xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .\34xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .\34xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .\34xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .\34xl\:focus\:ring-offset-gray-600:focus,
  .\34xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .\34xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .\34xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .\34xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .\34xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .\34xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .\34xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .\34xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .\34xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .\34xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .\34xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .\34xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .\34xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .\34xl\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .\34xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .\34xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .\34xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .\34xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .\34xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .\34xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .\34xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .\34xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .\34xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .\34xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .\34xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .\34xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .\34xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .\34xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .\34xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .\34xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .\34xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .\34xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .\34xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .\34xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .\34xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .\34xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .\34xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .\34xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .\34xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .\34xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .\34xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .\34xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .\34xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .\34xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .\34xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .\34xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .\34xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .\34xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .\34xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .\34xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .\34xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .\34xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .\34xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .\34xl\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .\34xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .\34xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .\34xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .\34xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .\34xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .\34xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .\34xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .\34xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .\34xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .\34xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .\34xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .\34xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .\34xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .\34xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .\34xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .\34xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .\34xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .\34xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .\34xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .\34xl\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .\34xl\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .\34xl\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .\34xl\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .\34xl\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .\34xl\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .\34xl\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .\34xl\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .\34xl\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .\34xl\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .\34xl\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .\34xl\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .\34xl\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .\34xl\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .\34xl\:focus\:ring-offset-grayDark-500:focus,
  .\34xl\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .\34xl\:focus\:ring-offset-grayDark-600:focus,
  .\34xl\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .\34xl\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .\34xl\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .\34xl\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .\34xl\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .\34xl\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .\34xl\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .\34xl\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .\34xl\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .\34xl\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .\34xl\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .\34xl\:dark\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }
  .dark .\34xl\:dark\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }
  .dark .\34xl\:dark\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }
  .dark .\34xl\:dark\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }
  .dark .\34xl\:dark\:ring-offset-gray-50 {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .\34xl\:dark\:ring-offset-gray-100 {
    --tw-ring-offset-color: #eee;
  }
  .dark .\34xl\:dark\:ring-offset-gray-150 {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .\34xl\:dark\:ring-offset-gray-200 {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .\34xl\:dark\:ring-offset-gray-300 {
    --tw-ring-offset-color: #676767;
  }
  .dark .\34xl\:dark\:ring-offset-gray-400 {
    --tw-ring-offset-color: #343535;
  }
  .dark .\34xl\:dark\:ring-offset-gray-500 {
    --tw-ring-offset-color: #111;
  }
  .dark .\34xl\:dark\:ring-offset-gray-600,
  .dark .\34xl\:dark\:ring-offset-gray-700 {
    --tw-ring-offset-color: #010202;
  }
  .dark .\34xl\:dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #010101;
  }
  .dark .\34xl\:dark\:ring-offset-gray-900 {
    --tw-ring-offset-color: #000101;
  }
  .dark .\34xl\:dark\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .\34xl\:dark\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .\34xl\:dark\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .\34xl\:dark\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .\34xl\:dark\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }
  .dark .\34xl\:dark\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .\34xl\:dark\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .\34xl\:dark\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .\34xl\:dark\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .\34xl\:dark\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-50 {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d97706;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b45309;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #92400e;
  }
  .dark .\34xl\:dark\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #78350f;
  }
  .dark .\34xl\:dark\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .\34xl\:dark\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .\34xl\:dark\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .\34xl\:dark\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .\34xl\:dark\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399;
  }
  .dark .\34xl\:dark\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981;
  }
  .dark .\34xl\:dark\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669;
  }
  .dark .\34xl\:dark\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857;
  }
  .dark .\34xl\:dark\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46;
  }
  .dark .\34xl\:dark\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .\34xl\:dark\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .\34xl\:dark\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .\34xl\:dark\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .\34xl\:dark\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .\34xl\:dark\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .\34xl\:dark\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .\34xl\:dark\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .\34xl\:dark\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .\34xl\:dark\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .\34xl\:dark\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .\34xl\:dark\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
  }
  .dark .\34xl\:dark\:ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .\34xl\:dark\:ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .\34xl\:dark\:ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .\34xl\:dark\:ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .\34xl\:dark\:ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .\34xl\:dark\:ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .\34xl\:dark\:ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .\34xl\:dark\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .\34xl\:dark\:ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .\34xl\:dark\:ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .\34xl\:dark\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .\34xl\:dark\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .\34xl\:dark\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .\34xl\:dark\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .\34xl\:dark\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .\34xl\:dark\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .\34xl\:dark\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777;
  }
  .dark .\34xl\:dark\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d;
  }
  .dark .\34xl\:dark\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .\34xl\:dark\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843;
  }
  .dark .\34xl\:dark\:ring-offset-primary-50 {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .\34xl\:dark\:ring-offset-primary-100 {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .\34xl\:dark\:ring-offset-primary-200 {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .\34xl\:dark\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .\34xl\:dark\:ring-offset-primary-400 {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .\34xl\:dark\:ring-offset-primary-500 {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .\34xl\:dark\:ring-offset-primary-600 {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .\34xl\:dark\:ring-offset-primary-700 {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .\34xl\:dark\:ring-offset-primary-800 {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .\34xl\:dark\:ring-offset-primary-900 {
    --tw-ring-offset-color: #53662d;
  }
  .dark .\34xl\:dark\:ring-offset-grayDark-100 {
    --tw-ring-offset-color: #fff;
  }
  .dark .\34xl\:dark\:ring-offset-grayDark-200 {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .\34xl\:dark\:ring-offset-grayDark-300 {
    --tw-ring-offset-color: #36373a;
  }
  .dark .\34xl\:dark\:ring-offset-grayDark-400 {
    --tw-ring-offset-color: #26282c;
  }
  .dark .\34xl\:dark\:ring-offset-grayDark-500,
  .dark .\34xl\:dark\:ring-offset-grayDark-550 {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\34xl\:dark\:ring-offset-grayDark-600,
  .dark .\34xl\:dark\:ring-offset-grayDark-650 {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\34xl\:dark\:ring-offset-grayDark-700 {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .\34xl\:dark\:ring-offset-grayDark-800 {
    --tw-ring-offset-color: #101012;
  }
  .dark .\34xl\:dark\:ring-offset-grayDark-900 {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .\34xl\:dark\:ring-offset-brands-facebook {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .\34xl\:dark\:ring-offset-brands-twitter {
    --tw-ring-offset-color: #55acee;
  }
  .dark .\34xl\:dark\:ring-offset-brands-instagram {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .\34xl\:dark\:ring-offset-brands-linkedin {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .\34xl\:dark\:ring-offset-brands-youtube {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .\34xl\:dark\:ring-offset-brands-vimeo {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .\34xl\:dark\:ring-offset-brands-pinterest {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #eee;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-150:focus-within {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #676767;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #343535;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #111;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #010202;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #010101;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #000101;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d97706;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b45309;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #92400e;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #78350f;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #53662d;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-100:focus-within {
    --tw-ring-offset-color: #fff;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-200:focus-within {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-300:focus-within {
    --tw-ring-offset-color: #36373a;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-400:focus-within {
    --tw-ring-offset-color: #26282c;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-500:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-550:focus-within {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-600:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-650:focus-within {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-700:focus-within {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-800:focus-within {
    --tw-ring-offset-color: #101012;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-grayDark-900:focus-within {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-brands-facebook:focus-within {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-brands-twitter:focus-within {
    --tw-ring-offset-color: #55acee;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-brands-instagram:focus-within {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-brands-linkedin:focus-within {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-brands-youtube:focus-within {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-brands-vimeo:focus-within {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .\34xl\:dark\:focus-within\:ring-offset-brands-pinterest:focus-within {
    --tw-ring-offset-color: #cc2127;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f5f5f5;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #eee;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-150:focus {
    --tw-ring-offset-color: #e2e2e2;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #999a9a;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #676767;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #343535;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #111;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-600:focus,
  .dark .\34xl\:dark\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #010202;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #010101;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #000101;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fffbeb;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef3c7;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fde68a;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fcd34d;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #fbbf24;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #f59e0b;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d97706;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b45309;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #92400e;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #78350f;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #fafff1;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #fcfff0;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #f6ffe3;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ecffc6;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #e3ffaa;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #d9ff8d;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #d0ff71;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #a6cc5a;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #7d9944;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #53662d;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-100:focus {
    --tw-ring-offset-color: #fff;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-200:focus {
    --tw-ring-offset-color: #b1b1b1;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-300:focus {
    --tw-ring-offset-color: #36373a;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-400:focus {
    --tw-ring-offset-color: #26282c;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-500:focus,
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-550:focus {
    --tw-ring-offset-color: #1a1b1e;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-600:focus,
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-650:focus {
    --tw-ring-offset-color: #0e0f11;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-700:focus {
    --tw-ring-offset-color: #0f1012;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-800:focus {
    --tw-ring-offset-color: #101012;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-grayDark-900:focus {
    --tw-ring-offset-color: #0a0b0c;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-brands-facebook:focus {
    --tw-ring-offset-color: #3b5998;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-brands-twitter:focus {
    --tw-ring-offset-color: #55acee;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-brands-instagram:focus {
    --tw-ring-offset-color: #3f729b;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-brands-linkedin:focus {
    --tw-ring-offset-color: #0976b4;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-brands-youtube:focus {
    --tw-ring-offset-color: #e52d27;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-brands-vimeo:focus {
    --tw-ring-offset-color: #1ab7ea;
  }
  .dark .\34xl\:dark\:focus\:ring-offset-brands-pinterest:focus {
    --tw-ring-offset-color: #cc2127;
  }
  .\34xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }
  .\34xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }
  .\34xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }
  .\34xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }
  .\34xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }
  .\34xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }
  .\34xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }
  .\34xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }
  .\34xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }
  .\34xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }
  .\34xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }
  .\34xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }
  .\34xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }
  .\34xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }
  .\34xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }
  .\34xl\:w-3 {
    width: 0.75rem;
  }
  .\34xl\:w-6 {
    width: 1.5rem;
  }
  .\34xl\:w-12 {
    width: 3rem;
  }
  .\34xl\:w-16 {
    width: 4rem;
  }
  .\34xl\:w-40 {
    width: 10rem;
  }
  .\34xl\:w-60 {
    width: 15rem;
  }
  .\34xl\:w-80 {
    width: 20rem;
  }
  .\34xl\:w-96 {
    width: 24rem;
  }
  .\34xl\:w-3\.5 {
    width: 0.875rem;
  }
  .\34xl\:w-3\/16 {
    width: 18.75%;
  }
  .\34xl\:w-5\/16 {
    width: 31.25%;
  }
  .\34xl\:w-6\/16 {
    width: 37.5%;
  }
  .\34xl\:w-7\/16 {
    width: 43.75%;
  }
  .\34xl\:w-8\/16 {
    width: 50%;
  }
  .\34xl\:w-9\/16 {
    width: 56.25%;
  }
  .\34xl\:w-2\/12 {
    width: 16.666667%;
  }
  .\34xl\:w-48rem {
    width: 48rem;
  }
  .\34xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
